Pull request #43241 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0+67b4b032f33698eef5fefcadd228893e911aa3a3 (e35a5a236b3b66e6bbc89ae96a2ec37b57684003) 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-43241@libs/jps # timeout=10 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 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch 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" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' 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-02-15T14:59:43.016Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-02-15T14:59:43.022Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-02-15T14:59:43.217Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0268a93f6b93f8049) in /home/ubuntu/workspace/moby_PR-43241 [Pipeline] { [Pipeline] checkout [2022-02-15T14:59:43.251Z] The recommended git tool is: git [2022-02-15T14:59:43.261Z] using credential docker-jenkins-github-credentials [2022-02-15T14:59:43.268Z] Cloning the remote Git repository [2022-02-15T14:59:43.268Z] Cloning with configured refspecs honoured and without tags [2022-02-15T14:59:43.268Z] Cloning repository https://github.com/moby/moby.git [2022-02-15T14:59:43.268Z] > git init /home/ubuntu/workspace/moby_PR-43241 # timeout=10 [2022-02-15T14:59:43.283Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-15T14:59:43.283Z] > git --version # timeout=10 [2022-02-15T14:59:43.291Z] > git --version # 'git version 2.17.1' [2022-02-15T14:59:43.291Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T14:59:43.292Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43241/head:refs/remotes/origin/PR-43241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T14:59:58.631Z] Fetching without tags [2022-02-15T14:59:58.891Z] Merging remotes/origin/master commit 67b4b032f33698eef5fefcadd228893e911aa3a3 into PR head commit 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T14:59:58.592Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-15T14:59:58.599Z] > git config --add remote.origin.fetch +refs/pull/43241/head:refs/remotes/origin/PR-43241 # timeout=10 [2022-02-15T14:59:58.607Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T14:59:58.619Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-15T14:59:58.633Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-15T14:59:58.633Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T14:59:58.634Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43241/head:refs/remotes/origin/PR-43241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T14:59:58.891Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T14:59:58.896Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T14:59:59.406Z] Merge succeeded, producing 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T14:59:59.406Z] Checking out Revision 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 (PR-43241) [2022-02-15T14:59:59.891Z] Commit message: "vendor: github.com/moby/sys/signal v0.7.0" [2022-02-15T14:59:59.891Z] First time build. Skipping changelog. [2022-02-15T14:59:59.911Z] > git --version # timeout=10 [2022-02-15T14:59:59.923Z] > git --version # 'git version 2.17.1' [2022-02-15T14:59:59.934Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-02-15T15:00:00.636Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43241:/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-02-15T15:00:00.636Z] Unable to find image 'alpine:latest' locally [2022-02-15T15:00:00.636Z] latest: Pulling from library/alpine [2022-02-15T15:00:00.899Z] 59bf1c3509f3: Pulling fs layer [2022-02-15T15:00:00.899Z] 59bf1c3509f3: Verifying Checksum [2022-02-15T15:00:00.899Z] 59bf1c3509f3: Download complete [2022-02-15T15:00:00.899Z] 59bf1c3509f3: Pull complete [2022-02-15T14:59:59.367Z] > git remote # timeout=10 [2022-02-15T14:59:59.372Z] > git config --get remote.origin.url # timeout=10 [2022-02-15T14:59:59.377Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T14:59:59.378Z] > git merge 67b4b032f33698eef5fefcadd228893e911aa3a3 # timeout=10 [2022-02-15T14:59:59.396Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-02-15T14:59:59.405Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T14:59:59.411Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T15:00:01.159Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300 [2022-02-15T15:00:01.159Z] Status: Downloaded newer image for alpine:latest [2022-02-15T15:00:04.459Z] 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-02-15T15:00:04.713Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0268a93f6b93f8049) in /home/ubuntu/workspace/moby_PR-43241 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [2022-02-15T15:00:04.728Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0bfaddaa2b80c51dd) in /home/ubuntu/workspace/moby_PR-43241 [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [2022-02-15T15:00:04.733Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-02df3f04af1c783cd) in /home/ubuntu/workspace/moby_PR-43241 [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] checkout [2022-02-15T15:00:04.799Z] The recommended git tool is: git [Pipeline] { [2022-02-15T15:00:04.809Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2022-02-15T15:00:04.828Z] The recommended git tool is: git [2022-02-15T15:00:04.829Z] Fetching changes from the remote Git repository [2022-02-15T15:00:04.837Z] Fetching without tags [Pipeline] // stage [2022-02-15T15:00:04.851Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-02-15T15:00:04.858Z] Cloning the remote Git repository [2022-02-15T15:00:04.858Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x integration-cli" skipped due to when conditional [2022-02-15T15:00:04.911Z] The recommended git tool is: git [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-02-15T15:00:04.923Z] using credential docker-jenkins-github-credentials Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2022-02-15T15:00:04.930Z] Cloning the remote Git repository [2022-02-15T15:00:04.930Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-02-15T15:00:05.016Z] Running on azwin-2-1c2080 in d:\jenkins\workspace\moby_PR-43241 Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] // stage [Pipeline] ws [2022-02-15T15:00:05.083Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] // stage [2022-02-15T15:00:05.105Z] Merging remotes/origin/master commit 67b4b032f33698eef5fefcadd228893e911aa3a3 into PR head commit 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] checkout Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2022-02-15T15:00:05.220Z] The recommended git tool is: git [Pipeline] } [Pipeline] } [2022-02-15T15:00:05.440Z] using credential docker-jenkins-github-credentials [2022-02-15T15:00:05.520Z] Cloning the remote Git repository [2022-02-15T15:00:05.520Z] Cloning with configured refspecs honoured and without tags [2022-02-15T15:00:05.568Z] Merge succeeded, producing 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:00:05.568Z] Checking out Revision 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 (PR-43241) [2022-02-15T15:00:05.628Z] Commit message: "vendor: github.com/moby/sys/signal v0.7.0" [2022-02-15T15:00:05.638Z] > git --version # timeout=10 [2022-02-15T15:00:05.640Z] > git --version # 'git version 2.17.1' [2022-02-15T15:00:05.643Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-02-15T15:00:04.815Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43241/.git # timeout=10 [2022-02-15T15:00:04.828Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-15T15:00:04.837Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-15T15:00:04.837Z] > git --version # timeout=10 [2022-02-15T15:00:04.843Z] > git --version # 'git version 2.17.1' [2022-02-15T15:00:04.844Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:00:04.844Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43241/head:refs/remotes/origin/PR-43241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:00:05.105Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T15:00:05.107Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T15:00:05.541Z] > git remote # timeout=10 [2022-02-15T15:00:05.550Z] > git config --get remote.origin.url # timeout=10 [2022-02-15T15:00:05.553Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:00:05.553Z] > git merge 67b4b032f33698eef5fefcadd228893e911aa3a3 # timeout=10 [2022-02-15T15:00:05.561Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-02-15T15:00:05.568Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T15:00:05.574Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T15:00:04.902Z] Cloning repository https://github.com/moby/moby.git [2022-02-15T15:00:04.903Z] > git init /home/ubuntu/workspace/moby_PR-43241 # timeout=10 [2022-02-15T15:00:04.919Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-15T15:00:04.919Z] > git --version # timeout=10 [2022-02-15T15:00:04.927Z] > git --version # 'git version 2.25.1' [2022-02-15T15:00:04.927Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:00:04.928Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43241/head:refs/remotes/origin/PR-43241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:00:04.936Z] Cloning repository https://github.com/moby/moby.git [2022-02-15T15:00:04.936Z] > git init /home/ubuntu/workspace/moby_PR-43241 # timeout=10 [2022-02-15T15:00:04.941Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-15T15:00:04.941Z] > git --version # timeout=10 [2022-02-15T15:00:04.945Z] > git --version # 'git version 2.25.1' [2022-02-15T15:00:04.945Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:00:04.946Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43241/head:refs/remotes/origin/PR-43241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-02-15T15:00:05.558Z] Cloning repository https://github.com/moby/moby.git [2022-02-15T15:00:05.559Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-02-15T15:00:05.620Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-15T15:00:05.621Z] > git --version # timeout=10 [2022-02-15T15:00:05.672Z] > git --version # 'git version 2.24.1.windows.2' [2022-02-15T15:00:05.673Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:00:05.674Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43241/head:refs/remotes/origin/PR-43241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:00:06.353Z] + [ PR != PR ] [2022-02-15T15:00:06.353Z] + [ master != master ] [2022-02-15T15:00:06.353Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-02-15T15:00:06.683Z] + docker version [2022-02-15T15:00:06.684Z] Client: Docker Engine - Community [2022-02-15T15:00:06.684Z] Version: 20.10.12 [2022-02-15T15:00:06.684Z] API version: 1.41 [2022-02-15T15:00:06.684Z] Go version: go1.16.12 [2022-02-15T15:00:06.684Z] Git commit: e91ed57 [2022-02-15T15:00:06.684Z] Built: Mon Dec 13 11:45:27 2021 [2022-02-15T15:00:06.684Z] OS/Arch: linux/amd64 [2022-02-15T15:00:06.684Z] Context: default [2022-02-15T15:00:06.684Z] Experimental: true [2022-02-15T15:00:06.684Z] [2022-02-15T15:00:06.684Z] Server: Docker Engine - Community [2022-02-15T15:00:06.684Z] Engine: [2022-02-15T15:00:06.684Z] Version: 20.10.12 [2022-02-15T15:00:06.684Z] API version: 1.41 (minimum version 1.12) [2022-02-15T15:00:06.684Z] Go version: go1.16.12 [2022-02-15T15:00:06.684Z] Git commit: 459d0df [2022-02-15T15:00:06.684Z] Built: Mon Dec 13 11:43:36 2021 [2022-02-15T15:00:06.684Z] OS/Arch: linux/amd64 [2022-02-15T15:00:06.684Z] Experimental: true [2022-02-15T15:00:06.684Z] containerd: [2022-02-15T15:00:06.684Z] Version: 1.4.12 [2022-02-15T15:00:06.684Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-15T15:00:06.684Z] runc: [2022-02-15T15:00:06.684Z] Version: 1.0.2 [2022-02-15T15:00:06.684Z] GitCommit: v1.0.2-0-g52b36a2 [2022-02-15T15:00:06.684Z] docker-init: [2022-02-15T15:00:06.684Z] Version: 0.19.0 [2022-02-15T15:00:06.684Z] GitCommit: de40ad0 [Pipeline] sh [2022-02-15T15:00:06.970Z] + docker info [2022-02-15T15:00:07.910Z] Client: [2022-02-15T15:00:07.910Z] Context: default [2022-02-15T15:00:07.910Z] Debug Mode: false [2022-02-15T15:00:07.910Z] Plugins: [2022-02-15T15:00:07.910Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-02-15T15:00:07.910Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-02-15T15:00:07.910Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-02-15T15:00:07.910Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-02-15T15:00:07.910Z] [2022-02-15T15:00:07.910Z] Server: [2022-02-15T15:00:07.910Z] Containers: 0 [2022-02-15T15:00:07.910Z] Running: 0 [2022-02-15T15:00:07.910Z] Paused: 0 [2022-02-15T15:00:07.910Z] Stopped: 0 [2022-02-15T15:00:07.910Z] Images: 3 [2022-02-15T15:00:07.910Z] Server Version: 20.10.12 [2022-02-15T15:00:07.910Z] Storage Driver: overlay2 [2022-02-15T15:00:07.910Z] Backing Filesystem: extfs [2022-02-15T15:00:07.910Z] Supports d_type: true [2022-02-15T15:00:07.910Z] Native Overlay Diff: true [2022-02-15T15:00:07.910Z] userxattr: false [2022-02-15T15:00:07.910Z] Logging Driver: json-file [2022-02-15T15:00:07.910Z] Cgroup Driver: cgroupfs [2022-02-15T15:00:07.910Z] Cgroup Version: 1 [2022-02-15T15:00:07.910Z] Plugins: [2022-02-15T15:00:07.910Z] Volume: local [2022-02-15T15:00:07.910Z] Network: bridge host ipvlan macvlan null overlay [2022-02-15T15:00:07.910Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-02-15T15:00:07.910Z] Swarm: inactive [2022-02-15T15:00:07.910Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-02-15T15:00:07.910Z] Default Runtime: runc [2022-02-15T15:00:07.910Z] Init Binary: docker-init [2022-02-15T15:00:07.910Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-15T15:00:07.910Z] runc version: v1.0.2-0-g52b36a2 [2022-02-15T15:00:07.910Z] init version: de40ad0 [2022-02-15T15:00:07.910Z] Security Options: [2022-02-15T15:00:07.910Z] apparmor [2022-02-15T15:00:07.910Z] seccomp [2022-02-15T15:00:07.910Z] Profile: default [2022-02-15T15:00:07.910Z] Kernel Version: 5.4.0-1061-aws [2022-02-15T15:00:07.910Z] Operating System: Ubuntu 18.04.6 LTS [2022-02-15T15:00:07.910Z] OSType: linux [2022-02-15T15:00:07.910Z] Architecture: x86_64 [2022-02-15T15:00:07.910Z] CPUs: 2 [2022-02-15T15:00:07.910Z] Total Memory: 7.483GiB [2022-02-15T15:00:07.910Z] Name: ip-10-100-47-41 [2022-02-15T15:00:07.910Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-02-15T15:00:07.910Z] Docker Root Dir: /var/lib/docker [2022-02-15T15:00:07.910Z] Debug Mode: false [2022-02-15T15:00:07.910Z] Registry: https://index.docker.io/v1/ [2022-02-15T15:00:07.910Z] Labels: [2022-02-15T15:00:07.910Z] Experimental: true [2022-02-15T15:00:07.910Z] Insecure Registries: [2022-02-15T15:00:07.910Z] 127.0.0.0/8 [2022-02-15T15:00:07.910Z] Live Restore Enabled: true [2022-02-15T15:00:07.910Z] [2022-02-15T15:00:07.910Z] WARNING: No swap limit support [Pipeline] sh [2022-02-15T15:00:08.198Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-15T15:00:08.199Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-15T15:00:08.199Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43241/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-02-15T15:00:08.199Z] + bash /home/ubuntu/workspace/moby_PR-43241/check-config.sh [2022-02-15T15:00:08.199Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-02-15T15:00:08.199Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-02-15T15:00:08.199Z] [2022-02-15T15:00:08.199Z] Generally Necessary: [2022-02-15T15:00:08.199Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-02-15T15:00:08.199Z] - apparmor: enabled and tools installed [2022-02-15T15:00:08.199Z] - CONFIG_NAMESPACES: enabled [2022-02-15T15:00:08.199Z] - CONFIG_NET_NS: enabled [2022-02-15T15:00:08.199Z] - CONFIG_PID_NS: enabled [2022-02-15T15:00:08.199Z] - CONFIG_IPC_NS: enabled [2022-02-15T15:00:08.199Z] - CONFIG_UTS_NS: enabled [2022-02-15T15:00:08.199Z] - CONFIG_CGROUPS: enabled [2022-02-15T15:00:08.199Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-02-15T15:00:08.199Z] - CONFIG_CGROUP_DEVICE: enabled [2022-02-15T15:00:08.199Z] - CONFIG_CGROUP_FREEZER: enabled [2022-02-15T15:00:08.199Z] - CONFIG_CGROUP_SCHED: enabled [2022-02-15T15:00:08.199Z] - CONFIG_CPUSETS: enabled [2022-02-15T15:00:08.199Z] - CONFIG_MEMCG: enabled [2022-02-15T15:00:08.199Z] - CONFIG_KEYS: enabled [2022-02-15T15:00:08.199Z] - CONFIG_VETH: enabled (as module) [2022-02-15T15:00:08.199Z] - CONFIG_BRIDGE: enabled (as module) [2022-02-15T15:00:08.199Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-02-15T15:00:08.199Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-02-15T15:00:08.199Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-02-15T15:00:08.199Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-02-15T15:00:08.199Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-02-15T15:00:08.199Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-02-15T15:00:08.199Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-02-15T15:00:08.199Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-02-15T15:00:08.199Z] - CONFIG_NF_NAT: enabled (as module) [2022-02-15T15:00:08.199Z] - CONFIG_POSIX_MQUEUE: enabled [2022-02-15T15:00:08.199Z] - CONFIG_CGROUP_BPF: enabled [2022-02-15T15:00:08.199Z] [2022-02-15T15:00:08.199Z] Optional Features: [2022-02-15T15:00:08.199Z] - CONFIG_USER_NS: enabled [2022-02-15T15:00:08.199Z] - CONFIG_SECCOMP: enabled [2022-02-15T15:00:08.199Z] - CONFIG_SECCOMP_FILTER: enabled [2022-02-15T15:00:08.199Z] - CONFIG_CGROUP_PIDS: enabled [2022-02-15T15:00:08.199Z] - CONFIG_MEMCG_SWAP: enabled [2022-02-15T15:00:08.199Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-02-15T15:00:08.199Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-02-15T15:00:08.460Z] - CONFIG_BLK_CGROUP: enabled [2022-02-15T15:00:08.460Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-02-15T15:00:08.460Z] - CONFIG_CGROUP_PERF: enabled [2022-02-15T15:00:08.460Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-02-15T15:00:08.460Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-02-15T15:00:08.460Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-02-15T15:00:08.460Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-02-15T15:00:08.460Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-02-15T15:00:08.460Z] - CONFIG_RT_GROUP_SCHED: missing [2022-02-15T15:00:08.460Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-02-15T15:00:08.460Z] - CONFIG_IP_VS: enabled (as module) [2022-02-15T15:00:08.460Z] - CONFIG_IP_VS_NFCT: enabled [2022-02-15T15:00:08.460Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-02-15T15:00:08.460Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-02-15T15:00:08.460Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-02-15T15:00:08.460Z] - CONFIG_SECURITY_SELINUX: enabled [2022-02-15T15:00:08.460Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-02-15T15:00:08.460Z] - CONFIG_EXT4_FS: enabled [2022-02-15T15:00:08.460Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-02-15T15:00:08.460Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-02-15T15:00:08.460Z] - Network Drivers: [2022-02-15T15:00:08.460Z] - "overlay": [2022-02-15T15:00:08.460Z] - CONFIG_VXLAN: enabled (as module) [2022-02-15T15:00:08.460Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-02-15T15:00:08.460Z] Optional (for encrypted networks): [2022-02-15T15:00:08.460Z] - CONFIG_CRYPTO: enabled [2022-02-15T15:00:08.460Z] - CONFIG_CRYPTO_AEAD: enabled [2022-02-15T15:00:08.460Z] - CONFIG_CRYPTO_GCM: enabled [2022-02-15T15:00:08.460Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-02-15T15:00:08.460Z] - CONFIG_CRYPTO_GHASH: enabled [2022-02-15T15:00:08.460Z] - CONFIG_XFRM: enabled [2022-02-15T15:00:08.460Z] - CONFIG_XFRM_USER: enabled (as module) [2022-02-15T15:00:08.460Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-02-15T15:00:08.460Z] - CONFIG_INET_ESP: enabled (as module) [2022-02-15T15:00:08.460Z] - "ipvlan": [2022-02-15T15:00:08.460Z] - CONFIG_IPVLAN: enabled (as module) [2022-02-15T15:00:08.460Z] - "macvlan": [2022-02-15T15:00:08.460Z] - CONFIG_MACVLAN: enabled (as module) [2022-02-15T15:00:08.460Z] - CONFIG_DUMMY: enabled (as module) [2022-02-15T15:00:08.460Z] - "ftp,tftp client in container": [2022-02-15T15:00:08.460Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-02-15T15:00:08.460Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-02-15T15:00:08.460Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-02-15T15:00:08.460Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-02-15T15:00:08.460Z] - Storage Drivers: [2022-02-15T15:00:08.460Z] - "aufs": [2022-02-15T15:00:08.460Z] - CONFIG_AUFS_FS: enabled (as module) [2022-02-15T15:00:08.460Z] - "btrfs": [2022-02-15T15:00:08.460Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-02-15T15:00:08.460Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-02-15T15:00:08.460Z] - "devicemapper": [2022-02-15T15:00:08.460Z] - CONFIG_BLK_DEV_DM: enabled [2022-02-15T15:00:08.460Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-02-15T15:00:08.460Z] - "overlay": [2022-02-15T15:00:08.720Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-02-15T15:00:08.720Z] - "zfs": [2022-02-15T15:00:08.720Z] - /dev/zfs: present [2022-02-15T15:00:08.720Z] - zfs command: missing [2022-02-15T15:00:08.720Z] - zpool command: missing [2022-02-15T15:00:08.720Z] [2022-02-15T15:00:08.720Z] Limits: [2022-02-15T15:00:08.720Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-02-15T15:00:08.720Z] [2022-02-15T15:00:08.720Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-02-15T15:00:09.061Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 . [2022-02-15T15:00:09.061Z] #1 [internal] load build definition from Dockerfile [2022-02-15T15:00:09.061Z] #1 sha256:5eac1a859a75afeffa58e1822e3692e23b10fe08ebfea86a29ec77f7d404824a [2022-02-15T15:00:09.061Z] #1 transferring dockerfile: 16.86kB done [2022-02-15T15:00:09.061Z] #1 DONE 0.0s [2022-02-15T15:00:09.061Z] [2022-02-15T15:00:09.061Z] #2 [internal] load .dockerignore [2022-02-15T15:00:09.061Z] #2 sha256:87bc55046b7332054f92bcdb85bf268aa982f7977086138a0792db1c927b337b [2022-02-15T15:00:09.061Z] #2 transferring context: 87B done [2022-02-15T15:00:09.061Z] #2 DONE 0.0s [2022-02-15T15:00:09.061Z] [2022-02-15T15:00:09.061Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-02-15T15:00:09.061Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-02-15T15:00:09.321Z] #3 DONE 0.1s [2022-02-15T15:00:09.322Z] [2022-02-15T15:00:09.322Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-02-15T15:00:09.322Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-02-15T15:00:09.322Z] #4 CACHED [2022-02-15T15:00:09.584Z] [2022-02-15T15:00:09.584Z] #6 [internal] load .dockerignore [2022-02-15T15:00:09.584Z] #6 sha256:c558e6162f47019166a6b00c233d3d1953ad6c95d89f3c5647ffc688daa0243e [2022-02-15T15:00:09.584Z] #6 DONE 0.0s [2022-02-15T15:00:09.584Z] [2022-02-15T15:00:09.584Z] #5 [internal] load build definition from Dockerfile [2022-02-15T15:00:09.584Z] #5 sha256:b301c1cf332edbee5fe7fd09fb015435c7e70d4d8a1b805992a14abd5adc3e53 [2022-02-15T15:00:09.584Z] #5 DONE 0.0s [2022-02-15T15:00:09.584Z] [2022-02-15T15:00:09.584Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-15T15:00:09.584Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-02-15T15:00:09.584Z] #9 DONE 0.1s [2022-02-15T15:00:09.584Z] [2022-02-15T15:00:09.584Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-15T15:00:09.584Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-02-15T15:00:09.584Z] #8 DONE 0.1s [2022-02-15T15:00:09.584Z] [2022-02-15T15:00:09.584Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-02-15T15:00:09.584Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-02-15T15:00:09.584Z] #10 DONE 0.1s [2022-02-15T15:00:09.584Z] [2022-02-15T15:00:09.584Z] #7 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-02-15T15:00:09.584Z] #7 sha256:eda05fc3da6faa541b4282a9f511df3d293d97e722e26daa7bfa08bc5da49211 [2022-02-15T15:00:09.584Z] #7 DONE 0.1s [2022-02-15T15:00:09.584Z] [2022-02-15T15:00:09.584Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:00:09.584Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:00:09.584Z] #11 DONE 0.0s [2022-02-15T15:00:09.584Z] [2022-02-15T15:00:09.584Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-15T15:00:09.584Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-02-15T15:00:09.584Z] #76 DONE 0.0s [2022-02-15T15:00:09.584Z] [2022-02-15T15:00:09.584Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-15T15:00:09.584Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-02-15T15:00:09.584Z] #74 DONE 0.0s [2022-02-15T15:00:09.584Z] [2022-02-15T15:00:09.584Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-02-15T15:00:09.584Z] #35 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-02-15T15:00:09.584Z] #35 DONE 0.0s [2022-02-15T15:00:09.584Z] [2022-02-15T15:00:09.584Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-02-15T15:00:09.584Z] #12 sha256:9eb25e4ceca9115a4c5147aabaa358114ca2384606bbf843cd8bb93b7468011c [2022-02-15T15:00:09.584Z] #12 CACHED [2022-02-15T15:00:09.584Z] [2022-02-15T15:00:09.584Z] #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-02-15T15:00:09.584Z] #13 sha256:e9ef1126d59f1b7baa2f9742af6a0d1d50f7c96616cba544c73a1841a0d4c1b0 [2022-02-15T15:00:09.584Z] #13 CACHED [2022-02-15T15:00:09.584Z] [2022-02-15T15:00:09.584Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-02-15T15:00:09.584Z] #14 sha256:a0f43bcbf82047d011ca0160430a587a8ca0787c8ffe733254dff179ba27b9ca [2022-02-15T15:00:10.157Z] #14 ... [2022-02-15T15:00:10.157Z] [2022-02-15T15:00:10.157Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-02-15T15:00:10.157Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-02-15T15:00:10.157Z] #52 DONE 0.4s [2022-02-15T15:00:10.421Z] [2022-02-15T15:00:10.421Z] #31 [internal] load build context [2022-02-15T15:00:10.421Z] #31 sha256:31590cc2d54862322e9fb42c77e65a7adcf7b46192ff5b0272433a641cbabebb [2022-02-15T15:00:11.000Z] #31 ... [2022-02-15T15:00:11.000Z] [2022-02-15T15:00:11.000Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-02-15T15:00:11.000Z] #14 sha256:a0f43bcbf82047d011ca0160430a587a8ca0787c8ffe733254dff179ba27b9ca [2022-02-15T15:00:11.000Z] #14 DONE 1.2s [2022-02-15T15:00:11.000Z] [2022-02-15T15:00:11.000Z] #31 [internal] load build context [2022-02-15T15:00:11.000Z] #31 sha256:31590cc2d54862322e9fb42c77e65a7adcf7b46192ff5b0272433a641cbabebb [2022-02-15T15:00:12.390Z] #31 ... [2022-02-15T15:00:12.390Z] [2022-02-15T15:00:12.390Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-02-15T15:00:12.390Z] #15 sha256:a9532c6427c39f190d1e9bbce425fcedf727114b0709a1eefb13072795e49bf0 [2022-02-15T15:00:12.390Z] #15 DONE 1.2s [2022-02-15T15:00:12.390Z] [2022-02-15T15:00:12.390Z] #31 [internal] load build context [2022-02-15T15:00:12.390Z] #31 sha256:31590cc2d54862322e9fb42c77e65a7adcf7b46192ff5b0272433a641cbabebb [2022-02-15T15:00:12.651Z] #31 transferring context: 57.22MB 2.9s done [2022-02-15T15:00:12.651Z] #31 DONE 3.0s [2022-02-15T15:00:12.651Z] [2022-02-15T15:00:12.651Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-02-15T15:00:12.651Z] #16 sha256:e9a4f3b19d9c80777681a89ec0677705bad61e94ba03634e8336b8d7cb814e00 [2022-02-15T15:00:13.223Z] #16 DONE 0.9s [2022-02-15T15:00:13.223Z] [2022-02-15T15:00:13.223Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-02-15T15:00:13.223Z] #17 sha256:b6793ae868d943325cbcf0ec2b5c55ffd96303163fd8983061026bf6c747d097 [2022-02-15T15:00:13.485Z] #17 DONE 0.5s [2022-02-15T15:00:13.746Z] [2022-02-15T15:00:13.746Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-02-15T15:00:13.746Z] #18 sha256:e7a95b51f07f14c43df1a9627c1484ffb2e99df116caa41299a921bdecde9514 [2022-02-15T15:00:14.007Z] #18 DONE 0.5s [2022-02-15T15:00:14.007Z] [2022-02-15T15:00:14.007Z] #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-02-15T15:00:14.007Z] #19 sha256:e6798e78d73b38d863d277f3b50a2bcdbf997696b972cf58606dfe892bcf36ba [2022-02-15T15:00:14.948Z] #19 0.802 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-15T15:00:14.948Z] #19 0.894 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-15T15:00:14.948Z] #19 0.897 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-15T15:00:14.948Z] #19 0.942 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-02-15T15:00:15.210Z] #19 1.067 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-02-15T15:00:15.473Z] #19 1.256 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-02-15T15:00:15.473Z] #19 1.398 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-02-15T15:00:15.473Z] #19 1.498 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-15T15:00:15.734Z] #19 1.592 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-02-15T15:00:15.734Z] #19 1.680 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [112 kB] [2022-02-15T15:00:15.734Z] #19 1.682 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [115 kB] [2022-02-15T15:00:15.734Z] #19 1.684 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [120 kB] [2022-02-15T15:00:15.734Z] #19 1.686 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [120 kB] [2022-02-15T15:00:15.734Z] #19 1.687 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB] [2022-02-15T15:00:15.734Z] #19 1.689 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [112 kB] [2022-02-15T15:00:15.734Z] #19 1.690 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-02-15T15:00:15.734Z] #19 1.691 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-02-15T15:00:15.734Z] #19 1.692 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-15T15:00:15.734Z] #19 1.692 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-02-15T15:00:15.734Z] #19 1.693 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-02-15T15:00:15.734Z] #19 1.694 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-02-15T15:00:18.820Z] Fetching without tags [2022-02-15T15:00:19.069Z] Merging remotes/origin/master commit 67b4b032f33698eef5fefcadd228893e911aa3a3 into PR head commit 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:00:18.807Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-15T15:00:18.811Z] > git config --add remote.origin.fetch +refs/pull/43241/head:refs/remotes/origin/PR-43241 # timeout=10 [2022-02-15T15:00:18.816Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:00:18.821Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-15T15:00:18.826Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-15T15:00:18.826Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:00:18.827Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43241/head:refs/remotes/origin/PR-43241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:00:19.075Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T15:00:19.078Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T15:00:19.550Z] Merge succeeded, producing 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:00:19.550Z] Checking out Revision 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 (PR-43241) [2022-02-15T15:00:19.712Z] Still waiting to schedule task [2022-02-15T15:00:19.712Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-02-15T15:00:19.713Z] Still waiting to schedule task [2022-02-15T15:00:19.713Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-02-15T15:00:19.718Z] Still waiting to schedule task [2022-02-15T15:00:19.718Z] Waiting for next available executor on ‘windows-2019’ [2022-02-15T15:00:19.719Z] Still waiting to schedule task [2022-02-15T15:00:19.720Z] Waiting for next available executor on ‘windows-2022’ [2022-02-15T15:00:20.044Z] Fetching without tags [2022-02-15T15:00:20.195Z] Commit message: "vendor: github.com/moby/sys/signal v0.7.0" [2022-02-15T15:00:20.212Z] > git --version # timeout=10 [2022-02-15T15:00:20.214Z] > git --version # 'git version 2.25.1' [2022-02-15T15:00:20.220Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-02-15T15:00:20.266Z] Merging remotes/origin/master commit 67b4b032f33698eef5fefcadd228893e911aa3a3 into PR head commit 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-02-15T15:00:20.022Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-15T15:00:20.029Z] > git config --add remote.origin.fetch +refs/pull/43241/head:refs/remotes/origin/PR-43241 # timeout=10 [2022-02-15T15:00:20.034Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:00:20.041Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-15T15:00:20.047Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-15T15:00:20.047Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:00:20.048Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43241/head:refs/remotes/origin/PR-43241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:00:20.268Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T15:00:20.271Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T15:00:19.535Z] > git remote # timeout=10 [2022-02-15T15:00:19.540Z] > git config --get remote.origin.url # timeout=10 [2022-02-15T15:00:19.543Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:00:19.544Z] > git merge 67b4b032f33698eef5fefcadd228893e911aa3a3 # timeout=10 [2022-02-15T15:00:19.551Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-02-15T15:00:19.557Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T15:00:19.566Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T15:00:20.950Z] Merge succeeded, producing 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:00:20.950Z] Checking out Revision 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 (PR-43241) [2022-02-15T15:00:20.978Z] + docker version [2022-02-15T15:00:20.978Z] Client: Docker Engine - Community [2022-02-15T15:00:20.978Z] Version: 20.10.12 [2022-02-15T15:00:20.978Z] API version: 1.41 [2022-02-15T15:00:20.978Z] Go version: go1.16.12 [2022-02-15T15:00:20.978Z] Git commit: e91ed57 [2022-02-15T15:00:20.978Z] Built: Mon Dec 13 11:44:28 2021 [2022-02-15T15:00:20.978Z] OS/Arch: linux/arm64 [2022-02-15T15:00:20.978Z] Context: default [2022-02-15T15:00:20.978Z] Experimental: true [2022-02-15T15:00:20.978Z] [2022-02-15T15:00:20.978Z] Server: Docker Engine - Community [2022-02-15T15:00:20.978Z] Engine: [2022-02-15T15:00:20.978Z] Version: 20.10.12 [2022-02-15T15:00:20.978Z] API version: 1.41 (minimum version 1.12) [2022-02-15T15:00:20.978Z] Go version: go1.16.12 [2022-02-15T15:00:20.978Z] Git commit: 459d0df [2022-02-15T15:00:20.978Z] Built: Mon Dec 13 11:43:05 2021 [2022-02-15T15:00:20.978Z] OS/Arch: linux/arm64 [2022-02-15T15:00:20.978Z] Experimental: true [2022-02-15T15:00:20.978Z] containerd: [2022-02-15T15:00:20.978Z] Version: 1.4.12 [2022-02-15T15:00:20.978Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-15T15:00:20.978Z] runc: [2022-02-15T15:00:20.978Z] Version: 1.0.2 [2022-02-15T15:00:20.978Z] GitCommit: v1.0.2-0-g52b36a2 [2022-02-15T15:00:20.978Z] docker-init: [2022-02-15T15:00:20.978Z] Version: 0.19.0 [2022-02-15T15:00:20.978Z] GitCommit: de40ad0 [Pipeline] sh [2022-02-15T15:00:21.263Z] + docker info [2022-02-15T15:00:21.263Z] Client: [2022-02-15T15:00:21.263Z] Context: default [2022-02-15T15:00:21.263Z] Debug Mode: false [2022-02-15T15:00:21.263Z] Plugins: [2022-02-15T15:00:21.263Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-02-15T15:00:21.263Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-02-15T15:00:21.263Z] [2022-02-15T15:00:21.263Z] Server: [2022-02-15T15:00:21.263Z] Containers: 0 [2022-02-15T15:00:21.263Z] Running: 0 [2022-02-15T15:00:21.263Z] Paused: 0 [2022-02-15T15:00:21.263Z] Stopped: 0 [2022-02-15T15:00:21.263Z] Images: 7 [2022-02-15T15:00:21.263Z] Server Version: 20.10.12 [2022-02-15T15:00:21.263Z] Storage Driver: overlay2 [2022-02-15T15:00:21.263Z] Backing Filesystem: extfs [2022-02-15T15:00:21.263Z] Supports d_type: true [2022-02-15T15:00:21.263Z] Native Overlay Diff: true [2022-02-15T15:00:21.263Z] userxattr: false [2022-02-15T15:00:21.263Z] Logging Driver: json-file [2022-02-15T15:00:21.263Z] Cgroup Driver: cgroupfs [2022-02-15T15:00:21.263Z] Cgroup Version: 1 [2022-02-15T15:00:21.263Z] Plugins: [2022-02-15T15:00:21.263Z] Volume: local [2022-02-15T15:00:21.263Z] Network: bridge host ipvlan macvlan null overlay [2022-02-15T15:00:21.263Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-02-15T15:00:21.263Z] Swarm: inactive [2022-02-15T15:00:21.263Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-02-15T15:00:21.263Z] Default Runtime: runc [2022-02-15T15:00:21.263Z] Init Binary: docker-init [2022-02-15T15:00:21.263Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-15T15:00:21.263Z] runc version: v1.0.2-0-g52b36a2 [2022-02-15T15:00:21.263Z] init version: de40ad0 [2022-02-15T15:00:21.263Z] Security Options: [2022-02-15T15:00:21.263Z] apparmor [2022-02-15T15:00:21.263Z] seccomp [2022-02-15T15:00:21.263Z] Profile: default [2022-02-15T15:00:21.263Z] Kernel Version: 5.11.0-1023-aws [2022-02-15T15:00:21.263Z] Operating System: Ubuntu 20.04.3 LTS [2022-02-15T15:00:21.263Z] OSType: linux [2022-02-15T15:00:21.263Z] Architecture: aarch64 [2022-02-15T15:00:21.263Z] CPUs: 2 [2022-02-15T15:00:21.263Z] Total Memory: 7.576GiB [2022-02-15T15:00:21.263Z] Name: ip-10-100-56-64 [2022-02-15T15:00:21.263Z] ID: AN7H:AEXZ:3CFE:D2NO:DSCB:EGCV:H43Z:QHR2:AJYF:W7FY:GK6H:VUO5 [2022-02-15T15:00:21.263Z] Docker Root Dir: /var/lib/docker [2022-02-15T15:00:21.263Z] Debug Mode: false [2022-02-15T15:00:21.263Z] Registry: https://index.docker.io/v1/ [2022-02-15T15:00:21.263Z] Labels: [2022-02-15T15:00:21.263Z] Experimental: true [2022-02-15T15:00:21.263Z] Insecure Registries: [2022-02-15T15:00:21.263Z] 127.0.0.0/8 [2022-02-15T15:00:21.263Z] Live Restore Enabled: true [2022-02-15T15:00:21.263Z] [Pipeline] sh [2022-02-15T15:00:21.517Z] Commit message: "vendor: github.com/moby/sys/signal v0.7.0" [2022-02-15T15:00:21.551Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-15T15:00:21.551Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-15T15:00:21.551Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43241/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-02-15T15:00:21.551Z] + bash /home/ubuntu/workspace/moby_PR-43241/check-config.sh [2022-02-15T15:00:21.551Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-02-15T15:00:21.551Z] info: reading kernel config from /boot/config-5.11.0-1023-aws ... [2022-02-15T15:00:21.551Z] [2022-02-15T15:00:21.551Z] Generally Necessary: [2022-02-15T15:00:21.551Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-02-15T15:00:21.551Z] - apparmor: enabled and tools installed [2022-02-15T15:00:21.551Z] - CONFIG_NAMESPACES: enabled [2022-02-15T15:00:21.551Z] - CONFIG_NET_NS: enabled [2022-02-15T15:00:21.551Z] - CONFIG_PID_NS: enabled [2022-02-15T15:00:21.551Z] - CONFIG_IPC_NS: enabled [2022-02-15T15:00:21.551Z] - CONFIG_UTS_NS: enabled [2022-02-15T15:00:21.551Z] - CONFIG_CGROUPS: enabled [2022-02-15T15:00:21.551Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-02-15T15:00:21.551Z] - CONFIG_CGROUP_DEVICE: enabled [2022-02-15T15:00:21.551Z] - CONFIG_CGROUP_FREEZER: enabled [2022-02-15T15:00:21.551Z] - CONFIG_CGROUP_SCHED: enabled [2022-02-15T15:00:21.551Z] - CONFIG_CPUSETS: enabled [2022-02-15T15:00:21.551Z] - CONFIG_MEMCG: enabled [2022-02-15T15:00:21.551Z] - CONFIG_KEYS: enabled [2022-02-15T15:00:21.551Z] - CONFIG_VETH: enabled (as module) [2022-02-15T15:00:21.551Z] - CONFIG_BRIDGE: enabled (as module) [2022-02-15T15:00:21.551Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-02-15T15:00:21.551Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-02-15T15:00:21.551Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-02-15T15:00:21.551Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-02-15T15:00:21.551Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-02-15T15:00:21.551Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-02-15T15:00:21.551Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-02-15T15:00:21.551Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-02-15T15:00:21.551Z] - CONFIG_NF_NAT: enabled (as module) [2022-02-15T15:00:21.551Z] - CONFIG_POSIX_MQUEUE: enabled [2022-02-15T15:00:21.551Z] - CONFIG_CGROUP_BPF: enabled [2022-02-15T15:00:21.551Z] [2022-02-15T15:00:21.551Z] Optional Features: [2022-02-15T15:00:21.551Z] - CONFIG_USER_NS: enabled [2022-02-15T15:00:21.551Z] - CONFIG_SECCOMP: enabled [2022-02-15T15:00:21.551Z] - CONFIG_SECCOMP_FILTER: enabled [2022-02-15T15:00:21.551Z] - CONFIG_CGROUP_PIDS: enabled [2022-02-15T15:00:21.551Z] - CONFIG_MEMCG_SWAP: enabled [2022-02-15T15:00:21.551Z] (cgroup swap accounting is currently enabled) [2022-02-15T15:00:21.551Z] - CONFIG_BLK_CGROUP: enabled [2022-02-15T15:00:21.551Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-02-15T15:00:21.551Z] - CONFIG_CGROUP_PERF: enabled [2022-02-15T15:00:21.551Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-02-15T15:00:21.551Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-02-15T15:00:21.551Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-02-15T15:00:21.551Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-02-15T15:00:21.551Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-02-15T15:00:21.551Z] - CONFIG_RT_GROUP_SCHED: missing [2022-02-15T15:00:21.551Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-02-15T15:00:21.544Z] > git --version # timeout=10 [2022-02-15T15:00:21.551Z] > git --version # 'git version 2.25.1' [2022-02-15T15:00:21.561Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-02-15T15:00:21.811Z] - CONFIG_IP_VS: enabled (as module) [2022-02-15T15:00:21.811Z] - CONFIG_IP_VS_NFCT: enabled [2022-02-15T15:00:21.811Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-02-15T15:00:21.811Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-02-15T15:00:21.811Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-02-15T15:00:21.811Z] - CONFIG_SECURITY_SELINUX: enabled [2022-02-15T15:00:21.811Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-02-15T15:00:21.811Z] - CONFIG_EXT4_FS: enabled [2022-02-15T15:00:21.811Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-02-15T15:00:21.811Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-02-15T15:00:21.811Z] - Network Drivers: [2022-02-15T15:00:21.811Z] - "overlay": [2022-02-15T15:00:21.811Z] - CONFIG_VXLAN: enabled (as module) [2022-02-15T15:00:21.811Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-02-15T15:00:21.811Z] Optional (for encrypted networks): [2022-02-15T15:00:21.811Z] - CONFIG_CRYPTO: enabled [2022-02-15T15:00:21.811Z] - CONFIG_CRYPTO_AEAD: enabled [2022-02-15T15:00:21.811Z] - CONFIG_CRYPTO_GCM: enabled [2022-02-15T15:00:21.811Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-02-15T15:00:21.811Z] - CONFIG_CRYPTO_GHASH: enabled [2022-02-15T15:00:21.811Z] - CONFIG_XFRM: enabled [2022-02-15T15:00:21.811Z] - CONFIG_XFRM_USER: enabled (as module) [2022-02-15T15:00:21.811Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-02-15T15:00:21.811Z] - CONFIG_INET_ESP: enabled (as module) [2022-02-15T15:00:21.811Z] - "ipvlan": [2022-02-15T15:00:21.811Z] - CONFIG_IPVLAN: enabled (as module) [2022-02-15T15:00:21.811Z] - "macvlan": [2022-02-15T15:00:21.811Z] - CONFIG_MACVLAN: enabled (as module) [2022-02-15T15:00:21.811Z] - CONFIG_DUMMY: enabled (as module) [2022-02-15T15:00:21.811Z] - "ftp,tftp client in container": [2022-02-15T15:00:21.811Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-02-15T15:00:21.812Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-02-15T15:00:21.812Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-02-15T15:00:21.812Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-02-15T15:00:21.812Z] - Storage Drivers: [2022-02-15T15:00:21.812Z] - "aufs": [2022-02-15T15:00:21.812Z] - CONFIG_AUFS_FS: missing [2022-02-15T15:00:21.812Z] - "btrfs": [2022-02-15T15:00:21.812Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-02-15T15:00:21.812Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-02-15T15:00:21.812Z] - "devicemapper": [2022-02-15T15:00:21.812Z] - CONFIG_BLK_DEV_DM: enabled [2022-02-15T15:00:21.812Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-02-15T15:00:21.812Z] - "overlay": [2022-02-15T15:00:21.812Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-02-15T15:00:21.812Z] - "zfs": [2022-02-15T15:00:21.812Z] - /dev/zfs: present [2022-02-15T15:00:21.812Z] - zfs command: missing [2022-02-15T15:00:21.812Z] - zpool command: missing [2022-02-15T15:00:21.812Z] [2022-02-15T15:00:21.812Z] Limits: [2022-02-15T15:00:21.812Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-02-15T15:00:21.812Z] [2022-02-15T15:00:21.812Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-02-15T15:00:22.129Z] Fetching without tags [2022-02-15T15:00:22.145Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 . [2022-02-15T15:00:22.145Z] #1 [internal] load build definition from Dockerfile [2022-02-15T15:00:22.145Z] #1 sha256:9bed8c383dd59a1fab3ffdd27ba6980aa6fac0646e510337058eb02e96cb8518 [2022-02-15T15:00:22.145Z] #1 transferring dockerfile: 16.86kB done [2022-02-15T15:00:22.145Z] #1 DONE 0.0s [2022-02-15T15:00:22.145Z] [2022-02-15T15:00:22.145Z] #2 [internal] load .dockerignore [2022-02-15T15:00:22.145Z] #2 sha256:eef101b0959d243bf7d9f6fa29662047d9e105136d4c015c77ff63532a2c9feb [2022-02-15T15:00:22.145Z] #2 transferring context: 87B done [2022-02-15T15:00:22.145Z] #2 DONE 0.0s [2022-02-15T15:00:22.145Z] [2022-02-15T15:00:22.145Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-02-15T15:00:22.145Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-02-15T15:00:22.316Z] + docker version [2022-02-15T15:00:22.316Z] Client: Docker Engine - Community [2022-02-15T15:00:22.316Z] Version: 20.10.12 [2022-02-15T15:00:22.316Z] API version: 1.41 [2022-02-15T15:00:22.316Z] Go version: go1.16.12 [2022-02-15T15:00:22.316Z] Git commit: e91ed57 [2022-02-15T15:00:22.316Z] Built: Mon Dec 13 11:45:33 2021 [2022-02-15T15:00:22.316Z] OS/Arch: linux/amd64 [2022-02-15T15:00:22.316Z] Context: default [2022-02-15T15:00:22.316Z] Experimental: true [2022-02-15T15:00:22.316Z] [2022-02-15T15:00:22.316Z] Server: Docker Engine - Community [2022-02-15T15:00:22.316Z] Engine: [2022-02-15T15:00:22.316Z] Version: 20.10.12 [2022-02-15T15:00:22.316Z] API version: 1.41 (minimum version 1.12) [2022-02-15T15:00:22.316Z] Go version: go1.16.12 [2022-02-15T15:00:22.316Z] Git commit: 459d0df [2022-02-15T15:00:22.316Z] Built: Mon Dec 13 11:43:42 2021 [2022-02-15T15:00:22.316Z] OS/Arch: linux/amd64 [2022-02-15T15:00:22.316Z] Experimental: true [2022-02-15T15:00:22.316Z] containerd: [2022-02-15T15:00:22.316Z] Version: 1.4.12 [2022-02-15T15:00:22.316Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-15T15:00:22.316Z] runc: [2022-02-15T15:00:22.316Z] Version: 1.0.2 [2022-02-15T15:00:22.316Z] GitCommit: v1.0.2-0-g52b36a2 [2022-02-15T15:00:22.316Z] docker-init: [2022-02-15T15:00:22.316Z] Version: 0.19.0 [2022-02-15T15:00:22.316Z] GitCommit: de40ad0 [Pipeline] sh [2022-02-15T15:00:22.324Z] #19 7.296 Fetched 48.9 MB in 7s (7226 kB/s) [2022-02-15T15:00:22.405Z] #3 DONE 0.1s [2022-02-15T15:00:22.405Z] [2022-02-15T15:00:22.405Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-02-15T15:00:22.405Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-02-15T15:00:22.405Z] #4 CACHED [2022-02-15T15:00:22.405Z] [2022-02-15T15:00:22.405Z] #5 [internal] load .dockerignore [2022-02-15T15:00:22.405Z] #5 sha256:cc461ee34923cb1127f72b8177bcbf6c00c390885b6d6a642a9c5f206ee5c103 [2022-02-15T15:00:22.405Z] #5 DONE 0.0s [2022-02-15T15:00:22.405Z] [2022-02-15T15:00:22.405Z] #6 [internal] load build definition from Dockerfile [2022-02-15T15:00:22.405Z] #6 sha256:61c1fa7f98d36db3a6082ac2b8276569601a630ac83d675bd11b8574d9ddc10f [2022-02-15T15:00:22.405Z] #6 DONE 0.0s [2022-02-15T15:00:22.405Z] [2022-02-15T15:00:22.405Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-02-15T15:00:22.405Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-02-15T15:00:22.405Z] #7 DONE 0.1s [2022-02-15T15:00:22.405Z] [2022-02-15T15:00:22.405Z] #10 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-02-15T15:00:22.405Z] #10 sha256:db19dae7982f63d12df7e141a5bcb4dbb2db37310d3de3620a415238ef91b690 [2022-02-15T15:00:20.929Z] > git remote # timeout=10 [2022-02-15T15:00:20.933Z] > git config --get remote.origin.url # timeout=10 [2022-02-15T15:00:20.936Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:00:20.936Z] > git merge 67b4b032f33698eef5fefcadd228893e911aa3a3 # timeout=10 [2022-02-15T15:00:20.944Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-02-15T15:00:20.952Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T15:00:20.954Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T15:00:22.593Z] + docker info [2022-02-15T15:00:22.665Z] #10 DONE 0.1s [2022-02-15T15:00:22.665Z] [2022-02-15T15:00:22.665Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-15T15:00:22.665Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-02-15T15:00:22.665Z] #9 DONE 0.1s [2022-02-15T15:00:22.665Z] [2022-02-15T15:00:22.665Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-15T15:00:22.665Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-02-15T15:00:22.881Z] Merging remotes/origin/master commit 67b4b032f33698eef5fefcadd228893e911aa3a3 into PR head commit 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:00:22.928Z] #8 DONE 0.3s [2022-02-15T15:00:21.790Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-15T15:00:21.842Z] > git config --add remote.origin.fetch +refs/pull/43241/head:refs/remotes/origin/PR-43241 # timeout=10 [2022-02-15T15:00:21.902Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:00:22.034Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-15T15:00:22.166Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-15T15:00:22.166Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:00:22.169Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43241/head:refs/remotes/origin/PR-43241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:00:22.918Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T15:00:23.194Z] [2022-02-15T15:00:23.194Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-15T15:00:23.194Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-02-15T15:00:23.194Z] #69 DONE 0.0s [2022-02-15T15:00:23.194Z] [2022-02-15T15:00:23.194Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-15T15:00:23.194Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-02-15T15:00:23.194Z] #67 DONE 0.0s [2022-02-15T15:00:23.194Z] [2022-02-15T15:00:23.194Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:00:23.194Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-02-15T15:00:23.194Z] #11 DONE 0.0s [2022-02-15T15:00:23.194Z] [2022-02-15T15:00:23.194Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-02-15T15:00:23.194Z] #28 sha256:0256edf13a7c94038f6f160b92cd8f212ec2c72633457f00571488f790ce26af [2022-02-15T15:00:23.194Z] #28 DONE 0.0s [2022-02-15T15:00:23.194Z] [2022-02-15T15:00:23.194Z] #24 [internal] load build context [2022-02-15T15:00:23.194Z] #24 sha256:c5d391534631b005f118959a960144a8e81b957c6e9226e90834d97033983b0c [2022-02-15T15:00:23.460Z] #24 ... [2022-02-15T15:00:23.460Z] [2022-02-15T15:00:23.460Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-02-15T15:00:23.460Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-02-15T15:00:23.460Z] #45 DONE 0.4s [2022-02-15T15:00:23.460Z] [2022-02-15T15:00:23.460Z] #24 [internal] load build context [2022-02-15T15:00:23.460Z] #24 sha256:c5d391534631b005f118959a960144a8e81b957c6e9226e90834d97033983b0c [2022-02-15T15:00:23.521Z] Client: [2022-02-15T15:00:23.521Z] Context: default [2022-02-15T15:00:23.521Z] Debug Mode: false [2022-02-15T15:00:23.521Z] Plugins: [2022-02-15T15:00:23.521Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-02-15T15:00:23.521Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-02-15T15:00:23.521Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-02-15T15:00:23.521Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-02-15T15:00:23.521Z] [2022-02-15T15:00:23.521Z] Server: [2022-02-15T15:00:23.521Z] Containers: 0 [2022-02-15T15:00:23.521Z] Running: 0 [2022-02-15T15:00:23.521Z] Paused: 0 [2022-02-15T15:00:23.521Z] Stopped: 0 [2022-02-15T15:00:23.521Z] Images: 3 [2022-02-15T15:00:23.521Z] Server Version: 20.10.12 [2022-02-15T15:00:23.521Z] Storage Driver: overlay2 [2022-02-15T15:00:23.521Z] Backing Filesystem: extfs [2022-02-15T15:00:23.521Z] Supports d_type: true [2022-02-15T15:00:23.521Z] Native Overlay Diff: true [2022-02-15T15:00:23.521Z] userxattr: false [2022-02-15T15:00:23.521Z] Logging Driver: json-file [2022-02-15T15:00:23.521Z] Cgroup Driver: systemd [2022-02-15T15:00:23.521Z] Cgroup Version: 2 [2022-02-15T15:00:23.521Z] Plugins: [2022-02-15T15:00:23.521Z] Volume: local [2022-02-15T15:00:23.521Z] Network: bridge host ipvlan macvlan null overlay [2022-02-15T15:00:23.521Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-02-15T15:00:23.521Z] Swarm: inactive [2022-02-15T15:00:23.521Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-02-15T15:00:23.521Z] Default Runtime: runc [2022-02-15T15:00:23.521Z] Init Binary: docker-init [2022-02-15T15:00:23.521Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-15T15:00:23.521Z] runc version: v1.0.2-0-g52b36a2 [2022-02-15T15:00:23.521Z] init version: de40ad0 [2022-02-15T15:00:23.521Z] Security Options: [2022-02-15T15:00:23.521Z] apparmor [2022-02-15T15:00:23.521Z] seccomp [2022-02-15T15:00:23.521Z] Profile: default [2022-02-15T15:00:23.521Z] cgroupns [2022-02-15T15:00:23.521Z] Kernel Version: 5.11.0-1023-aws [2022-02-15T15:00:23.521Z] Operating System: Ubuntu 20.04.3 LTS [2022-02-15T15:00:23.521Z] OSType: linux [2022-02-15T15:00:23.521Z] Architecture: x86_64 [2022-02-15T15:00:23.521Z] CPUs: 2 [2022-02-15T15:00:23.521Z] Total Memory: 7.559GiB [2022-02-15T15:00:23.521Z] Name: ip-10-100-80-171 [2022-02-15T15:00:23.521Z] ID: 7KME:NV2J:EQBM:WHKE:5EE7:CLST:3WKA:WZFP:UKH2:O4ZT:4I7A:FGJH [2022-02-15T15:00:23.521Z] Docker Root Dir: /var/lib/docker [2022-02-15T15:00:23.521Z] Debug Mode: false [2022-02-15T15:00:23.521Z] Registry: https://index.docker.io/v1/ [2022-02-15T15:00:23.521Z] Labels: [2022-02-15T15:00:23.521Z] Experimental: true [2022-02-15T15:00:23.521Z] Insecure Registries: [2022-02-15T15:00:23.521Z] 127.0.0.0/8 [2022-02-15T15:00:23.521Z] Live Restore Enabled: true [2022-02-15T15:00:23.521Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-02-15T15:00:23.861Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 . [2022-02-15T15:00:23.862Z] #1 [internal] load build definition from Dockerfile [2022-02-15T15:00:23.862Z] #1 sha256:df382fa3878ffe6bee3bb627a590636af6ff8d52919fcf21434ba5d5aab8044a [2022-02-15T15:00:23.862Z] #1 transferring dockerfile: 16.86kB done [2022-02-15T15:00:23.862Z] #1 DONE 0.0s [2022-02-15T15:00:23.862Z] [2022-02-15T15:00:23.862Z] #2 [internal] load .dockerignore [2022-02-15T15:00:23.862Z] #2 sha256:42c8565a81dc7237096e38980a607922fd9713c6b6c15acd45082ffd696628ed [2022-02-15T15:00:23.862Z] #2 transferring context: 87B done [2022-02-15T15:00:23.862Z] #2 DONE 0.0s [2022-02-15T15:00:23.862Z] [2022-02-15T15:00:23.862Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-02-15T15:00:23.862Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-02-15T15:00:24.042Z] #24 transferring context: 57.22MB 1.0s done [2022-02-15T15:00:24.043Z] #24 DONE 1.0s [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-02-15T15:00:24.043Z] #41 sha256:b180e955ebbe3cb0a63725a5a0ec9feff20df233061d541eeac24734bb501b1d [2022-02-15T15:00:24.043Z] #41 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #56 sha256:3cb8181c94960c7f18d55f102002b4dd9fea25975ae42d27793cd6ed93ce4b73 [2022-02-15T15:00:24.043Z] #56 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-02-15T15:00:24.043Z] #59 sha256:8a49b23fa98c2cee818ee18cd5a3dda7ea9ca1378d8d88b132ce50b8e68b030d [2022-02-15T15:00:24.043Z] #59 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #40 sha256:012b408b544660878ad4aa0d165cea6f28169070fd7bcd1c8139422dcf049be7 [2022-02-15T15:00:24.043Z] #40 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #36 sha256:b0a700bcc09973c47169563c3637cfd7cdc061ffad5331a5be46f450ccf85fd5 [2022-02-15T15:00:24.043Z] #36 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-02-15T15:00:24.043Z] #71 sha256:647f790c8d0bb6fead1de6df374096618e061bdc1d4ceee355432509e00f3d48 [2022-02-15T15:00:24.043Z] #71 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-02-15T15:00:24.043Z] #55 sha256:9c4bffaea97190c5d9b7128b30abbda52c6ceb025b1032e0e02c6c10f51854f9 [2022-02-15T15:00:24.043Z] #55 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-02-15T15:00:24.043Z] #32 sha256:233bb7e90cd2221b24154fa4088a82a3e18e7836e1aef75d9993ee2b39082e39 [2022-02-15T15:00:24.043Z] #32 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #26 sha256:44f06504833cd3f0ad3bffc4b14d44aea75fd1559b438ffd6e8bc59323542bce [2022-02-15T15:00:24.043Z] #26 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #47 sha256:f1b721bc4725d1715506fc4c476da585d66d9f298f48ca2919866e40656e2696 [2022-02-15T15:00:24.043Z] #47 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-02-15T15:00:24.043Z] #30 sha256:af431b194abce3897705b50e41b0d6614ce542cf6744a4fca53bc7e6f12c112e [2022-02-15T15:00:24.043Z] #30 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #22 sha256:09eced093a07377984af5193118937a4bbe85c23b5aa55217a4a90cced512d08 [2022-02-15T15:00:24.043Z] #22 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-02-15T15:00:24.043Z] #23 sha256:87bac903f353f1463ce3ca14555ca78b7b11df3fc7e2a081d828af891a131cea [2022-02-15T15:00:24.043Z] #23 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-02-15T15:00:24.043Z] #19 sha256:63a03f5053b87d795e28bf87f0c43a5e40a09a49793c6f1e2c9cd6dc57afb0b2 [2022-02-15T15:00:24.043Z] #19 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-02-15T15:00:24.043Z] #64 sha256:e3c76c64c9bd3057b2d045c9d87be2e3ed40a4da15f194d5f9356c5ea9f02619 [2022-02-15T15:00:24.043Z] #64 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-02-15T15:00:24.043Z] #52 sha256:62411944597d4d93a3b9634464145f8cd3c8293caff0954c3287d93b421d9791 [2022-02-15T15:00:24.043Z] #52 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #58 sha256:36169c270e5097460ae1ca82083a2274107aefcc99bec3a5d04bfec9771ab606 [2022-02-15T15:00:24.043Z] #58 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-02-15T15:00:24.043Z] #37 sha256:ac10579226d803e56429852d8bfaa8814cad1808c8c0858177b899f9140c234a [2022-02-15T15:00:24.043Z] #37 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-02-15T15:00:24.043Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-02-15T15:00:24.043Z] #68 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-02-15T15:00:24.043Z] #62 sha256:1d9e834061817f8dad26061078acd479de1427b285f2dca1ae441a8ffacb1ca9 [2022-02-15T15:00:24.043Z] #62 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-02-15T15:00:24.043Z] #65 sha256:ae0ce239dbe6e67aae9f85a684302304c766dba5697fdb0027cb9e99deea7c66 [2022-02-15T15:00:24.043Z] #65 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #46 sha256:0771a593c1f708a7c877c9bec7977e896cbe9bd1e50534cefaaca768b63477a2 [2022-02-15T15:00:24.043Z] #46 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #43 sha256:15e6f1e0758974ec0732318b13797e83c8e744f5cfddb806215bbc82680f9355 [2022-02-15T15:00:24.043Z] #43 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-02-15T15:00:24.043Z] #35 sha256:5704857e9f13b7da7f060def71cb5256d9a10e313ccb5e4b9110cfaf3f5b5f24 [2022-02-15T15:00:24.043Z] #35 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #16 sha256:8258b06d44e8375c4dd696be207f112629c136adb02e5302e59ba7f3765c683e [2022-02-15T15:00:24.043Z] #16 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-02-15T15:00:24.043Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-02-15T15:00:24.043Z] #70 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-02-15T15:00:24.043Z] #15 sha256:ebd260f98611310eb63222a71234426c164eb8747bf9d22f3d1eca7188980f25 [2022-02-15T15:00:24.043Z] #15 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #53 sha256:50c34fbe9d331716cdcb1412d967bfae1dd3398bfdc14e206a0fecdd7f3c40cf [2022-02-15T15:00:24.043Z] #53 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #34 sha256:3bfa9e7171fc4f96669242c7fe3b478f06d73cc45545dd91ec1fdc8110a580cf [2022-02-15T15:00:24.043Z] #34 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-02-15T15:00:24.043Z] #33 sha256:e632abe321a7e4652a1d6dcca1925f9b7f426964de2b6330ae22a1f3cb424ee6 [2022-02-15T15:00:24.043Z] #33 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-02-15T15:00:24.043Z] #57 sha256:24ac7e0579c699b1c6d04882a64230ac78a444c320ff4ffc9dbf796f54dd9ef5 [2022-02-15T15:00:24.043Z] #57 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #60 sha256:9518cae92aaad072823a8a21f9da1d4498881783779d26c4a6b51d7ce50497c3 [2022-02-15T15:00:24.043Z] #60 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #49 sha256:4bb1a95e6d46a27ca3c0b5ecc45c1bb8da1098ca75dfe1a9509f9a41c140271b [2022-02-15T15:00:24.043Z] #49 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #31 sha256:db43e3ae758d671885fa2e65e23520f3849c5a78a54650a0c50b6b4033b48bb0 [2022-02-15T15:00:24.043Z] #31 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #63 sha256:e6f934edce1c6fa3988d18c57fac49a0673db030f6b1b00a9666c3c4159eabd4 [2022-02-15T15:00:24.043Z] #63 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-02-15T15:00:24.043Z] #42 sha256:8ed925fc209aa4093b3379b26b70872d01daf45910e689b2f86f27e7d1345529 [2022-02-15T15:00:24.043Z] #42 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-02-15T15:00:24.043Z] #17 sha256:51b980c25677bad42d7e979df2bf71fed02699b1beca0c04199aeb9caa243a74 [2022-02-15T15:00:24.043Z] #17 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-02-15T15:00:24.043Z] #14 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:00:24.043Z] #51 sha256:31926d458c5ba4a4e6a76642017a4c20507976b20636d3bdc2fbc6c581aa480c [2022-02-15T15:00:24.043Z] #51 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-02-15T15:00:24.043Z] #54 sha256:31070b2cec7a74a00615b778e95861f29d5058bdf2ef503c579cf7c4e79bf8af [2022-02-15T15:00:24.043Z] #54 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-02-15T15:00:24.043Z] #61 sha256:750a16d3f279311ca2b0bf11c74ca9b9e42e880ed3bbe17873762128f5d19fe0 [2022-02-15T15:00:24.043Z] #61 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #38 sha256:97d2570150a85384d019800b8206a8cceec0dc16cbc9052940c5711a94851069 [2022-02-15T15:00:24.043Z] #38 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-02-15T15:00:24.043Z] #50 sha256:d465e2724e3559f3d9a3b0650f7a3bb8604eca88b37b8b755993307c2d7d7af8 [2022-02-15T15:00:24.043Z] #50 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-02-15T15:00:24.043Z] #25 sha256:a1ac09545f41428ea54add82daba790c351ec18289c74d25068e761b50b64943 [2022-02-15T15:00:24.043Z] #25 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-02-15T15:00:24.043Z] #27 sha256:eac8b8bd9c886a64ee55ffecbf54627f7dcd6d2678444e9f33bc5f5157cacaa9 [2022-02-15T15:00:24.043Z] #27 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-02-15T15:00:24.043Z] #66 sha256:3187d1930eb08f239e918869f6b88e4c472a9f0007f692a777a3b6f0f8a19578 [2022-02-15T15:00:24.043Z] #66 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-02-15T15:00:24.043Z] #39 sha256:b7cd6b440febae3e816765eee24777bd22054e045ab1cbe5d822f02706dfe6fe [2022-02-15T15:00:24.043Z] #39 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #21 sha256:2833a88d8d224744628fadbc9a40377aeb445d02284014b8346292e36e3962af [2022-02-15T15:00:24.043Z] #21 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-02-15T15:00:24.043Z] #48 sha256:2319af0da089efc365ad9e558aaf52b5a6d53f17ee1d8b5c1d164cde1e7311ea [2022-02-15T15:00:24.043Z] #48 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-02-15T15:00:24.043Z] #18 sha256:d713279fb198e9d86d054bb8aea8d183b33e7e9e710da7c33439351a4406a0eb [2022-02-15T15:00:24.043Z] #18 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-02-15T15:00:24.043Z] #12 sha256:ea29962d86a667d2efde993e46479dbd8ebab595a1312d7d46e92fa9da03d15b [2022-02-15T15:00:24.043Z] #12 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-02-15T15:00:24.043Z] #44 sha256:02ed3c7006e45f55d2d8b1e1602d15d8c6646804a21c317531f9e9222f81aa2a [2022-02-15T15:00:24.043Z] #44 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #29 sha256:6fb4b5ee9f4ca553c9ca086e00072b70da2377dab9f294fbaacada76092a4f7f [2022-02-15T15:00:24.043Z] #29 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #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-02-15T15:00:24.043Z] #13 sha256:f61a007e3f1465639b90c2554f42d63b20382650699d75921f78da8f5197b093 [2022-02-15T15:00:24.043Z] #13 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-02-15T15:00:24.043Z] #20 sha256:4b7ffaa29324ce5c27a628088faff138fe7eb0bd25275cded4ae9798a445ccd6 [2022-02-15T15:00:24.043Z] #20 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-02-15T15:00:24.043Z] #72 sha256:74b0ea592cb536e2357e61640ec468010070c42bbb943caa5459baed16c70998 [2022-02-15T15:00:24.043Z] #72 CACHED [2022-02-15T15:00:24.043Z] [2022-02-15T15:00:24.043Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-02-15T15:00:24.043Z] #73 sha256:2c97cb41df08678abd4d9a0d5935c42f139eb3ba88d6003c5fe2696a3b05dd07 [2022-02-15T15:00:24.117Z] #3 DONE 0.1s [2022-02-15T15:00:24.118Z] [2022-02-15T15:00:24.118Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-02-15T15:00:24.118Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-02-15T15:00:24.118Z] #4 CACHED [2022-02-15T15:00:24.374Z] [2022-02-15T15:00:24.374Z] #5 [internal] load build definition from Dockerfile [2022-02-15T15:00:24.374Z] #5 sha256:c80bb9dfe4a083e88f4f1ad8f88d1c4cfd1f16993a30e3f1bf6d20a4757e1b3f [2022-02-15T15:00:24.374Z] #5 DONE 0.0s [2022-02-15T15:00:24.374Z] [2022-02-15T15:00:24.374Z] #6 [internal] load .dockerignore [2022-02-15T15:00:24.374Z] #6 sha256:56f53a43b8ac8174524f302ce2100a4e5ea4e4a235e3fee945d05eb3415b6999 [2022-02-15T15:00:24.374Z] #6 DONE 0.0s [2022-02-15T15:00:24.374Z] [2022-02-15T15:00:24.374Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-15T15:00:24.374Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-02-15T15:00:24.635Z] #10 DONE 0.1s [2022-02-15T15:00:24.635Z] [2022-02-15T15:00:24.635Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-02-15T15:00:24.635Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-02-15T15:00:24.635Z] #7 DONE 0.1s [2022-02-15T15:00:24.635Z] [2022-02-15T15:00:24.635Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-15T15:00:24.635Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-02-15T15:00:24.635Z] #8 DONE 0.1s [2022-02-15T15:00:24.635Z] [2022-02-15T15:00:24.635Z] #9 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-02-15T15:00:24.635Z] #9 sha256:eda05fc3da6faa541b4282a9f511df3d293d97e722e26daa7bfa08bc5da49211 [2022-02-15T15:00:24.635Z] #9 DONE 0.1s [2022-02-15T15:00:24.635Z] [2022-02-15T15:00:24.635Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-15T15:00:24.635Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-02-15T15:00:24.635Z] #69 DONE 0.0s [2022-02-15T15:00:24.635Z] [2022-02-15T15:00:24.635Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-15T15:00:24.635Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-02-15T15:00:24.635Z] #67 DONE 0.0s [2022-02-15T15:00:24.635Z] [2022-02-15T15:00:24.635Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:00:24.635Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:00:24.635Z] #11 DONE 0.0s [2022-02-15T15:00:24.635Z] [2022-02-15T15:00:24.635Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-02-15T15:00:24.635Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-02-15T15:00:24.635Z] #28 DONE 0.0s [2022-02-15T15:00:24.635Z] [2022-02-15T15:00:24.635Z] #24 [internal] load build context [2022-02-15T15:00:24.635Z] #24 sha256:2dc5f85db196fc30190a399b32f8f74485bac3adb98d4730a8e3f44d83759b43 [2022-02-15T15:00:22.983Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T15:00:24.873Z] #19 7.296 Reading package lists... [2022-02-15T15:00:24.984Z] #73 DONE 1.0s [2022-02-15T15:00:25.199Z] #24 ... [2022-02-15T15:00:25.199Z] [2022-02-15T15:00:25.199Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-02-15T15:00:25.199Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-02-15T15:00:25.199Z] #45 DONE 0.4s [2022-02-15T15:00:25.199Z] [2022-02-15T15:00:25.199Z] #24 [internal] load build context [2022-02-15T15:00:25.199Z] #24 sha256:2dc5f85db196fc30190a399b32f8f74485bac3adb98d4730a8e3f44d83759b43 [2022-02-15T15:00:25.245Z] [2022-02-15T15:00:25.245Z] #74 exporting to image [2022-02-15T15:00:25.245Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-02-15T15:00:25.245Z] #74 exporting layers [2022-02-15T15:00:25.850Z] #74 exporting layers 0.8s done [2022-02-15T15:00:25.850Z] #74 writing image sha256:8c82ffa9a2f1d969d4545d799fb774aeeca5cbc22091ab4db21572d33fbc0807 [2022-02-15T15:00:25.850Z] #74 writing image sha256:8c82ffa9a2f1d969d4545d799fb774aeeca5cbc22091ab4db21572d33fbc0807 done [2022-02-15T15:00:25.850Z] #74 naming to docker.io/library/docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 done [2022-02-15T15:00:25.850Z] #74 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-02-15T15:00:26.145Z] #24 transferring context: 57.21MB 1.5s done [2022-02-15T15:00:26.145Z] #24 DONE 1.5s [2022-02-15T15:00:26.187Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-02-15T15:00:26.401Z] #44 sha256:35fde3d3f032c0c4e700f819d656c2d23248b60da5794adbe81ef0a5b1d91780 [2022-02-15T15:00:26.401Z] #44 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-02-15T15:00:26.401Z] #18 sha256:ce91076a850313e9dae097da1aa82499e5e6184d5bc3c89816b6bd5ab93d4c68 [2022-02-15T15:00:26.401Z] #18 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-02-15T15:00:26.401Z] #33 sha256:b7d377f2965af815cbf8c35073959a3e4ab1fc93aa58585f4e4bbf74a8e71fb8 [2022-02-15T15:00:26.401Z] #33 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-02-15T15:00:26.401Z] #62 sha256:eb63ba277d6293dcd9d4b1be2968913f50029b2cbf1fbc24635dc50db5637ee3 [2022-02-15T15:00:26.401Z] #62 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #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-02-15T15:00:26.401Z] #31 sha256:f1a2462338edffd75e50ad0b6df5bc95cc8f272f6cf44aec6b8eceb91bae7735 [2022-02-15T15:00:26.401Z] #31 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-02-15T15:00:26.401Z] #12 sha256:9eb25e4ceca9115a4c5147aabaa358114ca2384606bbf843cd8bb93b7468011c [2022-02-15T15:00:26.401Z] #12 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-02-15T15:00:26.401Z] #71 sha256:e1f6726640be5b2d2283d39424d666764ebf9ad4b0e179a250baa2116823365a [2022-02-15T15:00:26.401Z] #71 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #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-02-15T15:00:26.401Z] #26 sha256:699b04804ee124c92e6cb02c7e2f1cabee661b2788601a7ca224eceedb2f2b8e [2022-02-15T15:00:26.401Z] #26 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-02-15T15:00:26.401Z] #19 sha256:6c004ca6d5db887f989d9abf069a78d3fc586b922412aff42b1cfe263efead58 [2022-02-15T15:00:26.401Z] #19 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #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-02-15T15:00:26.401Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-15T15:00:26.401Z] #38 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-02-15T15:00:26.401Z] #50 sha256:3863132a81785f83667f31cbb87eb56c1d91e8801d64e4c3bb72773ac576d632 [2022-02-15T15:00:26.401Z] #50 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #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-02-15T15:00:26.401Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-02-15T15:00:26.401Z] #53 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #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-02-15T15:00:26.401Z] #73 sha256:1d245dbe2cfa27044ebe82fff8ed2ea9dd768c9599895daf5460889afd7556f7 [2022-02-15T15:00:26.401Z] #73 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-02-15T15:00:26.401Z] #59 sha256:a8c493616cefff46d9bdf727bab8bbdd519bfe1fba769a2b424661bec081a12f [2022-02-15T15:00:26.401Z] #59 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-02-15T15:00:26.401Z] #72 sha256:c1b95620eb8ae3ab96d71e0bebb2eb18fd420f1901ce547447df251bd309653a [2022-02-15T15:00:26.401Z] #72 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-02-15T15:00:26.401Z] #61 sha256:a3fb7cbc30cff8b68646be4bfd33c8e63a9e914d758b0bbd3db4026e130f65ea [2022-02-15T15:00:26.401Z] #61 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-02-15T15:00:26.401Z] #54 sha256:e69a5163692a0d36b5830cdc28b4dd70461a70f03849815ef08ded5929f12f39 [2022-02-15T15:00:26.401Z] #54 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.401Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-02-15T15:00:26.401Z] #15 sha256:740ca258c6bfee48dc16e96fa11d33224a5d283f2ad21de315177dc70c060d12 [2022-02-15T15:00:26.401Z] #15 CACHED [2022-02-15T15:00:26.401Z] [2022-02-15T15:00:26.402Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-02-15T15:00:26.402Z] #66 sha256:e58fc12dadf71acfed9cc5c85d18fe4c7de9fc6cccd2341f4279b767fd8169a3 [2022-02-15T15:00:26.402Z] #66 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-02-15T15:00:26.402Z] #23 sha256:0524cb6c234626f46bed5b69fdc35aa32d049effbbe3ed12f1f7c68157a00e76 [2022-02-15T15:00:26.402Z] #23 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-02-15T15:00:26.402Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-02-15T15:00:26.402Z] #68 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #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-02-15T15:00:26.402Z] #29 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-02-15T15:00:26.402Z] #29 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #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-02-15T15:00:26.402Z] #56 sha256:ddd1b994b7425ede4eddd8c54b2be959acadaa2ce1cbf22265b8e4ea2b464072 [2022-02-15T15:00:26.402Z] #56 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #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-02-15T15:00:26.402Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-15T15:00:26.402Z] #47 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-02-15T15:00:26.402Z] #30 sha256:7c9cb61590c2813515313071e08e85f3fa235aa505ff93354e4e78b342895df6 [2022-02-15T15:00:26.402Z] #30 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-02-15T15:00:26.402Z] #41 sha256:f4c3cdfc5a8ed4ebc301d95ffb4f46d8febf5de942dfced9ed43aae57ba3f614 [2022-02-15T15:00:26.402Z] #41 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-02-15T15:00:26.402Z] #20 sha256:ac3b3a3c6b80e74a558366144d42672e4015c84dd231b6b85084417f071a7896 [2022-02-15T15:00:26.402Z] #20 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:00:26.402Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:00:26.402Z] #51 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-02-15T15:00:26.402Z] #42 sha256:88717b960ae2c32d1683d89c477023a795cab24937111aa609431ebce214cbb4 [2022-02-15T15:00:26.402Z] #42 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #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-02-15T15:00:26.402Z] #60 sha256:df6bccbd9f1bfe035737eb60ba7e068893cd018d1f88109a05d13c0ea9021a9a [2022-02-15T15:00:26.402Z] #60 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #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-02-15T15:00:26.402Z] #46 sha256:bedbe15e565eb22f56ceb7109eec53bd8bb9ae03693df03b3a7683489064651f [2022-02-15T15:00:26.402Z] #46 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #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-02-15T15:00:26.402Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-15T15:00:26.402Z] #43 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #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-02-15T15:00:26.402Z] #63 sha256:8ac9417d6b9f2211369beff4e895777ad5b04e102d34179531b61cef86e9439d [2022-02-15T15:00:26.402Z] #63 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #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-02-15T15:00:26.402Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-02-15T15:00:26.402Z] #36 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #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-02-15T15:00:26.402Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7 [2022-02-15T15:00:26.402Z] #21 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-02-15T15:00:26.402Z] #57 sha256:673fd822240662be3fadcdac7a5e7d2feebd220f342bb411976b56acd40c5812 [2022-02-15T15:00:26.402Z] #57 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-02-15T15:00:26.402Z] #27 sha256:5467dccdd26667ef696cdc85e64d91306b60e4ce6d8973c63abac319ba9d858f [2022-02-15T15:00:26.402Z] #27 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-02-15T15:00:26.402Z] #35 sha256:a596e73cc63f99733e223ef807c0b76d56b8a7a134095ea0b1de883ab55d48f3 [2022-02-15T15:00:26.402Z] #35 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #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-02-15T15:00:26.402Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-15T15:00:26.402Z] #34 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-02-15T15:00:26.402Z] #48 sha256:74f49b5d6f4317339dab99ae0e5fa1d82edc4b36637cea713087b54100fedcb5 [2022-02-15T15:00:26.402Z] #48 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #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-02-15T15:00:26.402Z] #22 sha256:ea4aa09fc15436250b335dee4c630fb5d27618ed1385c3b5725697776a66382e [2022-02-15T15:00:26.402Z] #22 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-02-15T15:00:26.402Z] #32 sha256:0f9105c6040f78013a1c0dfcd56990fe80b4f09bde0094a15dd142935e2eba1b [2022-02-15T15:00:26.402Z] #32 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #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-02-15T15:00:26.402Z] #13 sha256:e9ef1126d59f1b7baa2f9742af6a0d1d50f7c96616cba544c73a1841a0d4c1b0 [2022-02-15T15:00:26.402Z] #13 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-02-15T15:00:26.402Z] #55 sha256:bee91c3b3cc07b372692ccb70f77c806c0cab79f410f715366c3d73cafdb5441 [2022-02-15T15:00:26.402Z] #55 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #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-02-15T15:00:26.402Z] #16 sha256:99adeb285cf502d38b30cf3bbc040a13dc601b868c96c0eeb2e734d92ad3d487 [2022-02-15T15:00:26.402Z] #16 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #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-02-15T15:00:26.402Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-15T15:00:26.402Z] #58 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-02-15T15:00:26.402Z] #39 sha256:2c16bf56590dfc6c251a742ae8223f039d31b37d1a4f18668cc1be397318739b [2022-02-15T15:00:26.402Z] #39 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-02-15T15:00:26.402Z] #37 sha256:82a99b8bf304eb5e1065b118d11d535443a6b4aa83d8bbc87690288da72a4355 [2022-02-15T15:00:26.402Z] #37 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-02-15T15:00:26.402Z] #64 sha256:d41073671ff7d9f3c55b0a0912b7d887acbdd5e1c3f7b38228b54acf81b83af9 [2022-02-15T15:00:26.402Z] #64 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #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-02-15T15:00:26.402Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-15T15:00:26.402Z] #49 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-02-15T15:00:26.402Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-02-15T15:00:26.402Z] #70 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-02-15T15:00:26.402Z] #65 sha256:c2320df59793c7a2156194c3b376afaadf4000cd01e6f15bde690bae0329b770 [2022-02-15T15:00:26.402Z] #65 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-02-15T15:00:26.402Z] #17 sha256:37ca357104f67296f908b3c46f1b07e702d533995321c7056ff075c799a23941 [2022-02-15T15:00:26.402Z] #17 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-02-15T15:00:26.402Z] #25 sha256:60e4c262605a82e2bb598412e315c387c37e520433f962082361ad2533728a8f [2022-02-15T15:00:26.402Z] #25 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-02-15T15:00:26.402Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:00:26.402Z] #14 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #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-02-15T15:00:26.402Z] #40 sha256:41648d9b2c94e35db0a6d5a49db1a807b90066ab68391044e0e56f87789b7eae [2022-02-15T15:00:26.402Z] #40 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-02-15T15:00:26.402Z] #52 sha256:73c96fea989258f97010f81e6120ab834fbdb3846cb756d221ea5c51f9b3a724 [2022-02-15T15:00:26.402Z] #52 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #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-02-15T15:00:26.402Z] #74 sha256:ac67afe5f5068edb82f9b7f2c337523c3c3fa7cabe9e1c2432027756a9eabc1a [2022-02-15T15:00:26.402Z] #74 CACHED [2022-02-15T15:00:26.402Z] [2022-02-15T15:00:26.402Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-02-15T15:00:26.402Z] #75 sha256:11070af97f207cbef118e55b15c334b27f63d03e5e796856e081da558d78239f [2022-02-15T15:00:26.474Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43241/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 hack/test/unit [2022-02-15T15:00:26.734Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-02-15T15:00:26.734Z] + TESTFLAGS+=' -test.timeout=5m' [2022-02-15T15:00:26.734Z] + TESTDIRS=./... [2022-02-15T15:00:26.734Z] + exclude_paths='/vendor/|/integration' [2022-02-15T15:00:26.734Z] ++ grep -vE '(/vendor/|/integration)' [2022-02-15T15:00:26.734Z] ++ go list ./... [2022-02-15T15:00:26.691Z] > git remote # timeout=10 [2022-02-15T15:00:26.766Z] > git config --get remote.origin.url # timeout=10 [2022-02-15T15:00:27.059Z] Merge succeeded, producing 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:00:27.060Z] Checking out Revision 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 (PR-43241) [2022-02-15T15:00:27.331Z] #75 DONE 1.0s [2022-02-15T15:00:27.331Z] [2022-02-15T15:00:27.331Z] #76 exporting to image [2022-02-15T15:00:27.331Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-02-15T15:00:27.331Z] #76 exporting layers [2022-02-15T15:00:27.679Z] + pkg_list='github.com/docker/docker/api [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server/backend/build [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server/httputils [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server/middleware [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server/router [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server/router/build [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server/router/container [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server/router/debug [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server/router/distribution [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server/router/grpc [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server/router/image [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server/router/network [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server/router/plugin [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server/router/session [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server/router/swarm [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server/router/system [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/server/router/volume [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/backend [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/blkiodev [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/container [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/events [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/filters [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/image [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/mount [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/network [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/registry [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/strslice [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/swarm [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/time [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/versions [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-15T15:00:27.679Z] github.com/docker/docker/api/types/volume [2022-02-15T15:00:27.679Z] github.com/docker/docker/builder [2022-02-15T15:00:27.679Z] github.com/docker/docker/builder/builder-next [2022-02-15T15:00:27.679Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-15T15:00:27.679Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-15T15:00:27.679Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-15T15:00:27.679Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-15T15:00:27.679Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-15T15:00:27.679Z] github.com/docker/docker/builder/builder-next/worker [2022-02-15T15:00:27.679Z] github.com/docker/docker/builder/dockerfile [2022-02-15T15:00:27.679Z] github.com/docker/docker/builder/dockerignore [2022-02-15T15:00:27.679Z] github.com/docker/docker/builder/remotecontext [2022-02-15T15:00:27.679Z] github.com/docker/docker/builder/remotecontext/git [2022-02-15T15:00:27.679Z] github.com/docker/docker/cli [2022-02-15T15:00:27.679Z] github.com/docker/docker/cli/config [2022-02-15T15:00:27.679Z] github.com/docker/docker/cli/debug [2022-02-15T15:00:27.679Z] github.com/docker/docker/client [2022-02-15T15:00:27.679Z] github.com/docker/docker/cmd/docker-proxy [2022-02-15T15:00:27.679Z] github.com/docker/docker/cmd/dockerd [2022-02-15T15:00:27.679Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-15T15:00:27.679Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-15T15:00:27.679Z] github.com/docker/docker/container [2022-02-15T15:00:27.679Z] github.com/docker/docker/container/stream [2022-02-15T15:00:27.679Z] github.com/docker/docker/contrib/apparmor [2022-02-15T15:00:27.679Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-15T15:00:27.679Z] github.com/docker/docker/contrib/httpserver [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/cluster [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/cluster/convert [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/cluster/executor [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/cluster/provider [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/config [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/events [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/events/testutils [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/exec [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/graphdriver [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/images [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/initlayer [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/links [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/listeners [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/logger [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/logger/gelf [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/logger/journald [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/logger/local [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/logger/logentries [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/logger/splunk [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/logger/syslog [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/logger/templates [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/names [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/network [2022-02-15T15:00:27.679Z] github.com/docker/docker/daemon/stats [2022-02-15T15:00:27.679Z] github.com/docker/docker/distribution [2022-02-15T15:00:27.679Z] github.com/docker/docker/distribution/metadata [2022-02-15T15:00:27.679Z] github.com/docker/docker/distribution/utils [2022-02-15T15:00:27.679Z] github.com/docker/docker/distribution/xfer [2022-02-15T15:00:27.679Z] github.com/docker/docker/dockerversion [2022-02-15T15:00:27.679Z] github.com/docker/docker/errdefs [2022-02-15T15:00:27.679Z] github.com/docker/docker/image [2022-02-15T15:00:27.679Z] github.com/docker/docker/image/cache [2022-02-15T15:00:27.679Z] github.com/docker/docker/image/tarexport [2022-02-15T15:00:27.679Z] github.com/docker/docker/image/v1 [2022-02-15T15:00:27.679Z] github.com/docker/docker/internal/test/suite [2022-02-15T15:00:27.679Z] github.com/docker/docker/layer [2022-02-15T15:00:27.679Z] github.com/docker/docker/libcontainerd [2022-02-15T15:00:27.679Z] github.com/docker/docker/libcontainerd/queue [2022-02-15T15:00:27.679Z] github.com/docker/docker/libcontainerd/remote [2022-02-15T15:00:27.679Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-15T15:00:27.679Z] github.com/docker/docker/libcontainerd/types [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/bitseq [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/cluster [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/config [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/datastore [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/driverapi [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/etchosts [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/idm [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-15T15:00:27.679Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ipam [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/iptables [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/netlabel [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/netutils [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/networkdb [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ns [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/options [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/osl [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/portallocator [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/portmapper [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/testutils [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/types [2022-02-15T15:00:27.680Z] github.com/docker/docker/oci [2022-02-15T15:00:27.680Z] github.com/docker/docker/oci/caps [2022-02-15T15:00:27.680Z] github.com/docker/docker/opts [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/aaparser [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/archive [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/authorization [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/broadcaster [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/capabilities [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/chrootarchive [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/containerfs [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/devicemapper [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/directory [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/dmesg [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/filenotify [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/fileutils [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/fsutils [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/homedir [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/idtools [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/ioutils [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/jsonmessage [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/locker [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/longpath [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/loopback [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/mount [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/namesgenerator [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/parsers [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/pidfile [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/platform [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/plugingetter [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/plugins [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/plugins/transport [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/pools [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/progress [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/pubsub [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/reexec [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/signal [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/stack [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/stdcopy [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/streamformatter [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/stringid [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/symlink [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/sysinfo [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/system [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/tailfile [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/tarsum [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/term [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/term/windows [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/truncindex [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/urlutil [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/useragent [2022-02-15T15:00:27.680Z] github.com/docker/docker/plugin [2022-02-15T15:00:27.680Z] github.com/docker/docker/plugin/executor/containerd [2022-02-15T15:00:27.680Z] github.com/docker/docker/plugin/v2 [2022-02-15T15:00:27.680Z] github.com/docker/docker/profiles/apparmor [2022-02-15T15:00:27.680Z] github.com/docker/docker/profiles/seccomp [2022-02-15T15:00:27.680Z] github.com/docker/docker/quota [2022-02-15T15:00:27.680Z] github.com/docker/docker/reference [2022-02-15T15:00:27.680Z] github.com/docker/docker/registry [2022-02-15T15:00:27.680Z] github.com/docker/docker/registry/resumable [2022-02-15T15:00:27.680Z] github.com/docker/docker/restartmanager [2022-02-15T15:00:27.680Z] github.com/docker/docker/rootless [2022-02-15T15:00:27.680Z] github.com/docker/docker/rootless/specconv [2022-02-15T15:00:27.680Z] github.com/docker/docker/runconfig [2022-02-15T15:00:27.680Z] github.com/docker/docker/runconfig/opts [2022-02-15T15:00:27.680Z] github.com/docker/docker/testutil [2022-02-15T15:00:27.680Z] github.com/docker/docker/testutil/daemon [2022-02-15T15:00:27.680Z] github.com/docker/docker/testutil/environment [2022-02-15T15:00:27.680Z] github.com/docker/docker/testutil/fakecontext [2022-02-15T15:00:27.680Z] github.com/docker/docker/testutil/fakegit [2022-02-15T15:00:27.680Z] github.com/docker/docker/testutil/fakestorage [2022-02-15T15:00:27.680Z] github.com/docker/docker/testutil/fixtures/load [2022-02-15T15:00:27.680Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-15T15:00:27.680Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-15T15:00:27.680Z] github.com/docker/docker/testutil/registry [2022-02-15T15:00:27.680Z] github.com/docker/docker/testutil/request [2022-02-15T15:00:27.680Z] github.com/docker/docker/volume [2022-02-15T15:00:27.680Z] github.com/docker/docker/volume/drivers [2022-02-15T15:00:27.680Z] github.com/docker/docker/volume/local [2022-02-15T15:00:27.680Z] github.com/docker/docker/volume/mounts [2022-02-15T15:00:27.680Z] github.com/docker/docker/volume/service [2022-02-15T15:00:27.680Z] github.com/docker/docker/volume/service/opts [2022-02-15T15:00:27.680Z] github.com/docker/docker/volume/testutils' [2022-02-15T15:00:27.680Z] ++ grep --fixed-strings -v /libnetwork [2022-02-15T15:00:27.680Z] ++ echo 'github.com/docker/docker/api [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server/backend/build [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server/httputils [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server/middleware [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server/router [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server/router/build [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server/router/container [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server/router/debug [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server/router/distribution [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server/router/grpc [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server/router/image [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server/router/network [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server/router/plugin [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server/router/session [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server/router/swarm [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server/router/system [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/server/router/volume [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/backend [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/blkiodev [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/container [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/events [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/filters [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/image [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/mount [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/network [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/registry [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/strslice [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/swarm [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/time [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/versions [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-15T15:00:27.680Z] github.com/docker/docker/api/types/volume [2022-02-15T15:00:27.680Z] github.com/docker/docker/builder [2022-02-15T15:00:27.680Z] github.com/docker/docker/builder/builder-next [2022-02-15T15:00:27.680Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-15T15:00:27.680Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-15T15:00:27.680Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-15T15:00:27.680Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-15T15:00:27.680Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-15T15:00:27.680Z] github.com/docker/docker/builder/builder-next/worker [2022-02-15T15:00:27.680Z] github.com/docker/docker/builder/dockerfile [2022-02-15T15:00:27.680Z] github.com/docker/docker/builder/dockerignore [2022-02-15T15:00:27.680Z] github.com/docker/docker/builder/remotecontext [2022-02-15T15:00:27.680Z] github.com/docker/docker/builder/remotecontext/git [2022-02-15T15:00:27.680Z] github.com/docker/docker/cli [2022-02-15T15:00:27.680Z] github.com/docker/docker/cli/config [2022-02-15T15:00:27.680Z] github.com/docker/docker/cli/debug [2022-02-15T15:00:27.680Z] github.com/docker/docker/client [2022-02-15T15:00:27.680Z] github.com/docker/docker/cmd/docker-proxy [2022-02-15T15:00:27.680Z] github.com/docker/docker/cmd/dockerd [2022-02-15T15:00:27.680Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-15T15:00:27.680Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-15T15:00:27.680Z] github.com/docker/docker/container [2022-02-15T15:00:27.680Z] github.com/docker/docker/container/stream [2022-02-15T15:00:27.680Z] github.com/docker/docker/contrib/apparmor [2022-02-15T15:00:27.680Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-15T15:00:27.680Z] github.com/docker/docker/contrib/httpserver [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/cluster [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/cluster/convert [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/cluster/executor [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/cluster/provider [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/config [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/events [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/events/testutils [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/exec [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/graphdriver [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/images [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/initlayer [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/links [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/listeners [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/logger [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/logger/gelf [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/logger/journald [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/logger/local [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/logger/logentries [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/logger/splunk [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/logger/syslog [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/logger/templates [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/names [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/network [2022-02-15T15:00:27.680Z] github.com/docker/docker/daemon/stats [2022-02-15T15:00:27.680Z] github.com/docker/docker/distribution [2022-02-15T15:00:27.680Z] github.com/docker/docker/distribution/metadata [2022-02-15T15:00:27.680Z] github.com/docker/docker/distribution/utils [2022-02-15T15:00:27.680Z] github.com/docker/docker/distribution/xfer [2022-02-15T15:00:27.680Z] github.com/docker/docker/dockerversion [2022-02-15T15:00:27.680Z] github.com/docker/docker/errdefs [2022-02-15T15:00:27.680Z] github.com/docker/docker/image [2022-02-15T15:00:27.680Z] github.com/docker/docker/image/cache [2022-02-15T15:00:27.680Z] github.com/docker/docker/image/tarexport [2022-02-15T15:00:27.680Z] github.com/docker/docker/image/v1 [2022-02-15T15:00:27.680Z] github.com/docker/docker/internal/test/suite [2022-02-15T15:00:27.680Z] github.com/docker/docker/layer [2022-02-15T15:00:27.680Z] github.com/docker/docker/libcontainerd [2022-02-15T15:00:27.680Z] github.com/docker/docker/libcontainerd/queue [2022-02-15T15:00:27.680Z] github.com/docker/docker/libcontainerd/remote [2022-02-15T15:00:27.680Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-15T15:00:27.680Z] github.com/docker/docker/libcontainerd/types [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/bitseq [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/cluster [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/config [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/datastore [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/driverapi [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/etchosts [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/idm [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ipam [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/iptables [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/netlabel [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/netutils [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/networkdb [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/ns [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/options [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/osl [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/portallocator [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/portmapper [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/testutils [2022-02-15T15:00:27.680Z] github.com/docker/docker/libnetwork/types [2022-02-15T15:00:27.680Z] github.com/docker/docker/oci [2022-02-15T15:00:27.680Z] github.com/docker/docker/oci/caps [2022-02-15T15:00:27.680Z] github.com/docker/docker/opts [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/aaparser [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/archive [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/authorization [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/broadcaster [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/capabilities [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/chrootarchive [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/containerfs [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/devicemapper [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/directory [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/dmesg [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/filenotify [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/fileutils [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/fsutils [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/homedir [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/idtools [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/ioutils [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/jsonmessage [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/locker [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/longpath [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/loopback [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/mount [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/namesgenerator [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/parsers [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/pidfile [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/platform [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/plugingetter [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/plugins [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/plugins/transport [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/pools [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/progress [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/pubsub [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/reexec [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/signal [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/stack [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/stdcopy [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/streamformatter [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/stringid [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/symlink [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/sysinfo [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/system [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/tailfile [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/tarsum [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/term [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/term/windows [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/truncindex [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/urlutil [2022-02-15T15:00:27.680Z] github.com/docker/docker/pkg/useragent [2022-02-15T15:00:27.680Z] github.com/docker/docker/plugin [2022-02-15T15:00:27.680Z] github.com/docker/docker/plugin/executor/containerd [2022-02-15T15:00:27.680Z] github.com/docker/docker/plugin/v2 [2022-02-15T15:00:27.680Z] github.com/docker/docker/profiles/apparmor [2022-02-15T15:00:27.680Z] github.com/docker/docker/profiles/seccomp [2022-02-15T15:00:27.680Z] github.com/docker/docker/quota [2022-02-15T15:00:27.680Z] github.com/docker/docker/reference [2022-02-15T15:00:27.681Z] github.com/docker/docker/registry [2022-02-15T15:00:27.681Z] github.com/docker/docker/registry/resumable [2022-02-15T15:00:27.681Z] github.com/docker/docker/restartmanager [2022-02-15T15:00:27.681Z] github.com/docker/docker/rootless [2022-02-15T15:00:27.681Z] github.com/docker/docker/rootless/specconv [2022-02-15T15:00:27.681Z] github.com/docker/docker/runconfig [2022-02-15T15:00:27.681Z] github.com/docker/docker/runconfig/opts [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/daemon [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/environment [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/fakecontext [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/fakegit [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/fakestorage [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/fixtures/load [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/registry [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/request [2022-02-15T15:00:27.681Z] github.com/docker/docker/volume [2022-02-15T15:00:27.681Z] github.com/docker/docker/volume/drivers [2022-02-15T15:00:27.681Z] github.com/docker/docker/volume/local [2022-02-15T15:00:27.681Z] github.com/docker/docker/volume/mounts [2022-02-15T15:00:27.681Z] github.com/docker/docker/volume/service [2022-02-15T15:00:27.681Z] github.com/docker/docker/volume/service/opts [2022-02-15T15:00:27.681Z] github.com/docker/docker/volume/testutils' [2022-02-15T15:00:27.681Z] + base_pkg_list='github.com/docker/docker/api [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/backend/build [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/httputils [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/middleware [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/build [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/container [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/debug [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/distribution [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/grpc [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/image [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/network [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/plugin [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/session [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/swarm [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/system [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/volume [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/backend [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/blkiodev [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/container [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/events [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/filters [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/image [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/mount [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/network [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/registry [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/strslice [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/swarm [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/time [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/versions [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/volume [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/builder-next [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/builder-next/worker [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/dockerfile [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/dockerignore [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/remotecontext [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/remotecontext/git [2022-02-15T15:00:27.681Z] github.com/docker/docker/cli [2022-02-15T15:00:27.681Z] github.com/docker/docker/cli/config [2022-02-15T15:00:27.681Z] github.com/docker/docker/cli/debug [2022-02-15T15:00:27.681Z] github.com/docker/docker/client [2022-02-15T15:00:27.681Z] github.com/docker/docker/cmd/docker-proxy [2022-02-15T15:00:27.681Z] github.com/docker/docker/cmd/dockerd [2022-02-15T15:00:27.681Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-15T15:00:27.681Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-15T15:00:27.681Z] github.com/docker/docker/container [2022-02-15T15:00:27.681Z] github.com/docker/docker/container/stream [2022-02-15T15:00:27.681Z] github.com/docker/docker/contrib/apparmor [2022-02-15T15:00:27.681Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-15T15:00:27.681Z] github.com/docker/docker/contrib/httpserver [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/cluster [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/cluster/convert [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/cluster/executor [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/cluster/provider [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/config [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/events [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/events/testutils [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/exec [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/images [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/initlayer [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/links [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/listeners [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/gelf [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/journald [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/local [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/logentries [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/splunk [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/syslog [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/templates [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/names [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/network [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/stats [2022-02-15T15:00:27.681Z] github.com/docker/docker/distribution [2022-02-15T15:00:27.681Z] github.com/docker/docker/distribution/metadata [2022-02-15T15:00:27.681Z] github.com/docker/docker/distribution/utils [2022-02-15T15:00:27.681Z] github.com/docker/docker/distribution/xfer [2022-02-15T15:00:27.681Z] github.com/docker/docker/dockerversion [2022-02-15T15:00:27.681Z] github.com/docker/docker/errdefs [2022-02-15T15:00:27.681Z] github.com/docker/docker/image [2022-02-15T15:00:27.681Z] github.com/docker/docker/image/cache [2022-02-15T15:00:27.681Z] github.com/docker/docker/image/tarexport [2022-02-15T15:00:27.681Z] github.com/docker/docker/image/v1 [2022-02-15T15:00:27.681Z] github.com/docker/docker/internal/test/suite [2022-02-15T15:00:27.681Z] github.com/docker/docker/layer [2022-02-15T15:00:27.681Z] github.com/docker/docker/libcontainerd [2022-02-15T15:00:27.681Z] github.com/docker/docker/libcontainerd/queue [2022-02-15T15:00:27.681Z] github.com/docker/docker/libcontainerd/remote [2022-02-15T15:00:27.681Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-15T15:00:27.681Z] github.com/docker/docker/libcontainerd/types [2022-02-15T15:00:27.681Z] github.com/docker/docker/oci [2022-02-15T15:00:27.681Z] github.com/docker/docker/oci/caps [2022-02-15T15:00:27.681Z] github.com/docker/docker/opts [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/aaparser [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/archive [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/authorization [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/broadcaster [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/capabilities [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/chrootarchive [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/containerfs [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/devicemapper [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/directory [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/dmesg [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/filenotify [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/fileutils [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/fsutils [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/homedir [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/idtools [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/ioutils [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/jsonmessage [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/locker [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/longpath [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/loopback [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/mount [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/namesgenerator [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/parsers [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/pidfile [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/platform [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/plugingetter [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/plugins [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/plugins/transport [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/pools [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/progress [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/pubsub [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/reexec [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/signal [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/stack [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/stdcopy [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/streamformatter [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/stringid [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/symlink [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/sysinfo [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/system [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/tailfile [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/tarsum [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/term [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/term/windows [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/truncindex [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/urlutil [2022-02-15T15:00:27.681Z] github.com/docker/docker/pkg/useragent [2022-02-15T15:00:27.681Z] github.com/docker/docker/plugin [2022-02-15T15:00:27.681Z] github.com/docker/docker/plugin/executor/containerd [2022-02-15T15:00:27.681Z] github.com/docker/docker/plugin/v2 [2022-02-15T15:00:27.681Z] github.com/docker/docker/profiles/apparmor [2022-02-15T15:00:27.681Z] github.com/docker/docker/profiles/seccomp [2022-02-15T15:00:27.681Z] github.com/docker/docker/quota [2022-02-15T15:00:27.681Z] github.com/docker/docker/reference [2022-02-15T15:00:27.681Z] github.com/docker/docker/registry [2022-02-15T15:00:27.681Z] github.com/docker/docker/registry/resumable [2022-02-15T15:00:27.681Z] github.com/docker/docker/restartmanager [2022-02-15T15:00:27.681Z] github.com/docker/docker/rootless [2022-02-15T15:00:27.681Z] github.com/docker/docker/rootless/specconv [2022-02-15T15:00:27.681Z] github.com/docker/docker/runconfig [2022-02-15T15:00:27.681Z] github.com/docker/docker/runconfig/opts [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/daemon [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/environment [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/fakecontext [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/fakegit [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/fakestorage [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/fixtures/load [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/registry [2022-02-15T15:00:27.681Z] github.com/docker/docker/testutil/request [2022-02-15T15:00:27.681Z] github.com/docker/docker/volume [2022-02-15T15:00:27.681Z] github.com/docker/docker/volume/drivers [2022-02-15T15:00:27.681Z] github.com/docker/docker/volume/local [2022-02-15T15:00:27.681Z] github.com/docker/docker/volume/mounts [2022-02-15T15:00:27.681Z] github.com/docker/docker/volume/service [2022-02-15T15:00:27.681Z] github.com/docker/docker/volume/service/opts [2022-02-15T15:00:27.681Z] github.com/docker/docker/volume/testutils' [2022-02-15T15:00:27.681Z] ++ grep --fixed-strings /libnetwork [2022-02-15T15:00:27.681Z] ++ echo 'github.com/docker/docker/api [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/backend/build [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/httputils [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/middleware [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/build [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/container [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/debug [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/distribution [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/grpc [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/image [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/network [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/plugin [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/session [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/swarm [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/system [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/server/router/volume [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/backend [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/blkiodev [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/container [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/events [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/filters [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/image [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/mount [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/network [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/registry [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/strslice [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/swarm [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/time [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/versions [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-15T15:00:27.681Z] github.com/docker/docker/api/types/volume [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/builder-next [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/builder-next/worker [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/dockerfile [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/dockerignore [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/remotecontext [2022-02-15T15:00:27.681Z] github.com/docker/docker/builder/remotecontext/git [2022-02-15T15:00:27.681Z] github.com/docker/docker/cli [2022-02-15T15:00:27.681Z] github.com/docker/docker/cli/config [2022-02-15T15:00:27.681Z] github.com/docker/docker/cli/debug [2022-02-15T15:00:27.681Z] github.com/docker/docker/client [2022-02-15T15:00:27.681Z] github.com/docker/docker/cmd/docker-proxy [2022-02-15T15:00:27.681Z] github.com/docker/docker/cmd/dockerd [2022-02-15T15:00:27.681Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-15T15:00:27.681Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-15T15:00:27.681Z] github.com/docker/docker/container [2022-02-15T15:00:27.681Z] github.com/docker/docker/container/stream [2022-02-15T15:00:27.681Z] github.com/docker/docker/contrib/apparmor [2022-02-15T15:00:27.681Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-15T15:00:27.681Z] github.com/docker/docker/contrib/httpserver [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/cluster [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/cluster/convert [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/cluster/executor [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/cluster/provider [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/config [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/events [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/events/testutils [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/exec [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/images [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/initlayer [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/links [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/listeners [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/gelf [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/journald [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/local [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/logentries [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/splunk [2022-02-15T15:00:27.681Z] github.com/docker/docker/daemon/logger/syslog [2022-02-15T15:00:27.682Z] github.com/docker/docker/daemon/logger/templates [2022-02-15T15:00:27.682Z] github.com/docker/docker/daemon/names [2022-02-15T15:00:27.682Z] github.com/docker/docker/daemon/network [2022-02-15T15:00:27.682Z] github.com/docker/docker/daemon/stats [2022-02-15T15:00:27.682Z] github.com/docker/docker/distribution [2022-02-15T15:00:27.682Z] github.com/docker/docker/distribution/metadata [2022-02-15T15:00:27.682Z] github.com/docker/docker/distribution/utils [2022-02-15T15:00:27.682Z] github.com/docker/docker/distribution/xfer [2022-02-15T15:00:27.682Z] github.com/docker/docker/dockerversion [2022-02-15T15:00:27.682Z] github.com/docker/docker/errdefs [2022-02-15T15:00:27.682Z] github.com/docker/docker/image [2022-02-15T15:00:27.682Z] github.com/docker/docker/image/cache [2022-02-15T15:00:27.682Z] github.com/docker/docker/image/tarexport [2022-02-15T15:00:27.682Z] github.com/docker/docker/image/v1 [2022-02-15T15:00:27.682Z] github.com/docker/docker/internal/test/suite [2022-02-15T15:00:27.682Z] github.com/docker/docker/layer [2022-02-15T15:00:27.682Z] github.com/docker/docker/libcontainerd [2022-02-15T15:00:27.682Z] github.com/docker/docker/libcontainerd/queue [2022-02-15T15:00:27.682Z] github.com/docker/docker/libcontainerd/remote [2022-02-15T15:00:27.682Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-15T15:00:27.682Z] github.com/docker/docker/libcontainerd/types [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/bitseq [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cluster [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/config [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/datastore [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/driverapi [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/etchosts [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/idm [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipam [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/iptables [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/netlabel [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/netutils [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/networkdb [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ns [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/options [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/osl [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/portallocator [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/portmapper [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/testutils [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/types [2022-02-15T15:00:27.682Z] github.com/docker/docker/oci [2022-02-15T15:00:27.682Z] github.com/docker/docker/oci/caps [2022-02-15T15:00:27.682Z] github.com/docker/docker/opts [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/aaparser [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/archive [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/authorization [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/broadcaster [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/capabilities [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/chrootarchive [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/containerfs [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/devicemapper [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/directory [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/dmesg [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/filenotify [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/fileutils [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/fsutils [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/homedir [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/idtools [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/ioutils [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/jsonmessage [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/locker [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/longpath [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/loopback [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/mount [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/namesgenerator [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/parsers [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/pidfile [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/platform [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/plugingetter [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/plugins [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/plugins/transport [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/pools [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/progress [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/pubsub [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/reexec [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/signal [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/stack [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/stdcopy [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/streamformatter [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/stringid [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/symlink [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/sysinfo [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/system [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/tailfile [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/tarsum [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/term [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/term/windows [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/truncindex [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/urlutil [2022-02-15T15:00:27.682Z] github.com/docker/docker/pkg/useragent [2022-02-15T15:00:27.682Z] github.com/docker/docker/plugin [2022-02-15T15:00:27.682Z] github.com/docker/docker/plugin/executor/containerd [2022-02-15T15:00:27.682Z] github.com/docker/docker/plugin/v2 [2022-02-15T15:00:27.682Z] github.com/docker/docker/profiles/apparmor [2022-02-15T15:00:27.682Z] github.com/docker/docker/profiles/seccomp [2022-02-15T15:00:27.682Z] github.com/docker/docker/quota [2022-02-15T15:00:27.682Z] github.com/docker/docker/reference [2022-02-15T15:00:27.682Z] github.com/docker/docker/registry [2022-02-15T15:00:27.682Z] github.com/docker/docker/registry/resumable [2022-02-15T15:00:27.682Z] github.com/docker/docker/restartmanager [2022-02-15T15:00:27.682Z] github.com/docker/docker/rootless [2022-02-15T15:00:27.682Z] github.com/docker/docker/rootless/specconv [2022-02-15T15:00:27.682Z] github.com/docker/docker/runconfig [2022-02-15T15:00:27.682Z] github.com/docker/docker/runconfig/opts [2022-02-15T15:00:27.682Z] github.com/docker/docker/testutil [2022-02-15T15:00:27.682Z] github.com/docker/docker/testutil/daemon [2022-02-15T15:00:27.682Z] github.com/docker/docker/testutil/environment [2022-02-15T15:00:27.682Z] github.com/docker/docker/testutil/fakecontext [2022-02-15T15:00:27.682Z] github.com/docker/docker/testutil/fakegit [2022-02-15T15:00:27.682Z] github.com/docker/docker/testutil/fakestorage [2022-02-15T15:00:27.682Z] github.com/docker/docker/testutil/fixtures/load [2022-02-15T15:00:27.682Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-15T15:00:27.682Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-15T15:00:27.682Z] github.com/docker/docker/testutil/registry [2022-02-15T15:00:27.682Z] github.com/docker/docker/testutil/request [2022-02-15T15:00:27.682Z] github.com/docker/docker/volume [2022-02-15T15:00:27.682Z] github.com/docker/docker/volume/drivers [2022-02-15T15:00:27.682Z] github.com/docker/docker/volume/local [2022-02-15T15:00:27.682Z] github.com/docker/docker/volume/mounts [2022-02-15T15:00:27.682Z] github.com/docker/docker/volume/service [2022-02-15T15:00:27.682Z] github.com/docker/docker/volume/service/opts [2022-02-15T15:00:27.682Z] github.com/docker/docker/volume/testutils' [2022-02-15T15:00:27.682Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/bitseq [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cluster [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/config [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/datastore [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/driverapi [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/etchosts [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/idm [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipam [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/iptables [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/netlabel [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/netutils [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/networkdb [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ns [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/options [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/osl [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/portallocator [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/portmapper [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/testutils [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/types' [2022-02-15T15:00:27.682Z] + echo 'github.com/docker/docker/libnetwork [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/bitseq [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cluster [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/config [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/datastore [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/driverapi [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/etchosts [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/idm [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipam [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/iptables [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/netlabel [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/netutils [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/networkdb [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/ns [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/options [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/osl [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/portallocator [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/portmapper [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/testutils [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/types' [2022-02-15T15:00:27.682Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-15T15:00:27.682Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-15T15:00:27.682Z] + type docker-proxy [2022-02-15T15:00:27.682Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-02-15T15:00:27.682Z] + hack/make.sh binary-proxy install-proxy [2022-02-15T15:00:27.682Z] [2022-02-15T15:00:27.682Z] Removing bundles/ [2022-02-15T15:00:27.682Z] [2022-02-15T15:00:27.682Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-02-15T15:00:27.682Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-02-15T15:00:27.682Z] GOOS="" GOARCH="" GOARM="" [2022-02-15T15:00:27.716Z] Commit message: "vendor: github.com/moby/sys/signal v0.7.0" [2022-02-15T15:00:28.179Z] #19 10.62 Reading package lists... [2022-02-15T15:00:28.259Z] #76 exporting layers 1.0s done [2022-02-15T15:00:28.259Z] #76 writing image sha256:faeb0040466a7acff3fa8a39bcf854b7b74b06d3671d5a550a58c46665d252d5 [2022-02-15T15:00:28.259Z] #76 writing image sha256:faeb0040466a7acff3fa8a39bcf854b7b74b06d3671d5a550a58c46665d252d5 done [2022-02-15T15:00:28.259Z] #76 naming to docker.io/library/docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 done [2022-02-15T15:00:28.259Z] #76 DONE 1.0s [Pipeline] } [Pipeline] // stage [2022-02-15T15:00:28.127Z] > git --version # timeout=10 [2022-02-15T15:00:28.200Z] > git --version # 'git version 2.24.1.windows.2' [2022-02-15T15:00:28.252Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-02-15T15:00:28.596Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43241/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 -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:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 hack/make.sh dynbinary test-integration [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-02-15T15:00:26.827Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:00:26.829Z] > git merge 67b4b032f33698eef5fefcadd228893e911aa3a3 # timeout=10 [2022-02-15T15:00:26.969Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-02-15T15:00:27.099Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T15:00:27.148Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T15:00:29.122Z] #19 13.95 Building dependency tree... [2022-02-15T15:00:29.161Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-02-15T15:00:29.161Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-02-15T15:00:29.161Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-02-15T15:00:29.161Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-02-15T15:00:29.161Z] 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-02-15T15:00:29.161Z] Detected virtualization docker. [2022-02-15T15:00:29.161Z] Detected architecture x86-64. [2022-02-15T15:00:29.161Z] Set hostname to . [2022-02-15T15:00:29.161Z] modprobe@configfs.service: Succeeded. [2022-02-15T15:00:29.161Z] modprobe@drm.service: Succeeded. [2022-02-15T15:00:29.161Z] modprobe@fuse.service: Succeeded. [2022-02-15T15:00:29.161Z] + source /etc/docker-entrypoint-cmd [2022-02-15T15:00:29.161Z] ++ hack/make.sh dynbinary test-integration [2022-02-15T15:00:29.161Z] [2022-02-15T15:00:29.417Z] Removing bundles/ [2022-02-15T15:00:29.417Z] [2022-02-15T15:00:29.417Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-02-15T15:00:29.417Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-02-15T15:00:29.417Z] GOOS="" GOARCH="" GOARM="" [2022-02-15T15:00:29.624Z] + docker version [2022-02-15T15:00:29.624Z] Client: [2022-02-15T15:00:29.624Z] Version: 20.10.9 [2022-02-15T15:00:29.624Z] API version: 1.41 [2022-02-15T15:00:29.624Z] Go version: go1.16.8 [2022-02-15T15:00:29.624Z] Git commit: c2ea9bc [2022-02-15T15:00:29.624Z] Built: Mon Oct 4 16:11:10 2021 [2022-02-15T15:00:29.624Z] OS/Arch: windows/amd64 [2022-02-15T15:00:29.624Z] Context: default [2022-02-15T15:00:29.624Z] Experimental: true [2022-02-15T15:00:29.624Z] [2022-02-15T15:00:29.624Z] Server: Docker Engine - Community [2022-02-15T15:00:29.624Z] Engine: [2022-02-15T15:00:29.624Z] Version: 20.10.9 [2022-02-15T15:00:29.624Z] API version: 1.41 (minimum version 1.24) [2022-02-15T15:00:29.624Z] Go version: go1.16.8 [2022-02-15T15:00:29.624Z] Git commit: 79ea9d3 [2022-02-15T15:00:29.624Z] Built: Mon Oct 4 16:06:39 2021 [2022-02-15T15:00:29.624Z] OS/Arch: windows/amd64 [2022-02-15T15:00:29.624Z] Experimental: true [2022-02-15T15:00:29.697Z] #19 15.67 The following additional packages will be installed: [2022-02-15T15:00:29.698Z] #19 15.67 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-02-15T15:00:29.698Z] #19 15.67 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [Pipeline] sh [2022-02-15T15:00:29.959Z] #19 15.67 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-02-15T15:00:29.959Z] #19 15.67 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-02-15T15:00:29.959Z] #19 15.67 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-02-15T15:00:29.959Z] #19 15.67 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-02-15T15:00:29.959Z] #19 15.67 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-02-15T15:00:29.959Z] #19 15.67 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-02-15T15:00:29.959Z] #19 15.67 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-02-15T15:00:29.959Z] #19 15.67 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-02-15T15:00:29.959Z] #19 15.67 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-02-15T15:00:29.959Z] #19 15.67 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-02-15T15:00:29.959Z] #19 15.67 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-02-15T15:00:29.959Z] #19 15.67 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-02-15T15:00:29.959Z] #19 15.67 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-02-15T15:00:29.959Z] #19 15.67 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-02-15T15:00:29.959Z] #19 15.67 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-02-15T15:00:29.959Z] #19 15.67 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-02-15T15:00:29.959Z] #19 15.67 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-02-15T15:00:29.959Z] #19 15.67 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-02-15T15:00:29.960Z] #19 15.67 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-02-15T15:00:29.960Z] #19 15.67 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-02-15T15:00:29.960Z] #19 15.67 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-02-15T15:00:29.960Z] #19 15.67 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-02-15T15:00:29.960Z] #19 15.67 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-02-15T15:00:29.960Z] #19 15.67 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-02-15T15:00:29.960Z] #19 15.67 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-02-15T15:00:29.960Z] #19 15.67 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-02-15T15:00:29.960Z] #19 15.67 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-02-15T15:00:29.960Z] #19 15.67 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-02-15T15:00:29.960Z] #19 15.67 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-02-15T15:00:29.960Z] #19 15.67 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-02-15T15:00:29.960Z] #19 15.68 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-02-15T15:00:29.960Z] #19 15.68 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-02-15T15:00:29.960Z] #19 15.68 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-02-15T15:00:29.960Z] #19 15.68 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-02-15T15:00:29.960Z] #19 15.68 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-02-15T15:00:29.960Z] #19 15.68 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-02-15T15:00:29.960Z] #19 15.68 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-02-15T15:00:29.960Z] #19 15.68 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-02-15T15:00:29.960Z] #19 15.68 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-02-15T15:00:29.960Z] #19 15.68 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-02-15T15:00:29.960Z] #19 15.68 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-02-15T15:00:29.960Z] #19 15.68 linux-libc-dev-s390x-cross patch xz-utils [2022-02-15T15:00:29.960Z] #19 15.69 Suggested packages: [2022-02-15T15:00:29.960Z] #19 15.69 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-02-15T15:00:29.960Z] #19 15.69 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-02-15T15:00:29.960Z] #19 15.69 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-02-15T15:00:29.960Z] #19 15.69 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-02-15T15:00:29.960Z] #19 15.69 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-02-15T15:00:29.960Z] #19 15.69 libyaml-shell-perl ed diffutils-doc [2022-02-15T15:00:29.960Z] #19 15.69 Recommended packages: [2022-02-15T15:00:29.960Z] #19 15.69 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-02-15T15:00:29.960Z] #19 15.69 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-02-15T15:00:30.680Z] + docker info [2022-02-15T15:00:30.680Z] Client: [2022-02-15T15:00:30.680Z] Context: default [2022-02-15T15:00:30.680Z] Debug Mode: false [2022-02-15T15:00:30.680Z] [2022-02-15T15:00:30.680Z] Server: [2022-02-15T15:00:30.680Z] Containers: 0 [2022-02-15T15:00:30.680Z] Running: 0 [2022-02-15T15:00:30.680Z] Paused: 0 [2022-02-15T15:00:30.680Z] Stopped: 0 [2022-02-15T15:00:30.680Z] Images: 11 [2022-02-15T15:00:30.680Z] Server Version: 20.10.9 [2022-02-15T15:00:30.680Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-02-15T15:00:30.680Z] Windows: [2022-02-15T15:00:30.680Z] LCOW: [2022-02-15T15:00:30.680Z] Logging Driver: json-file [2022-02-15T15:00:30.680Z] Plugins: [2022-02-15T15:00:30.680Z] Volume: local [2022-02-15T15:00:30.680Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-15T15:00:30.680Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-15T15:00:30.680Z] Swarm: inactive [2022-02-15T15:00:30.680Z] Default Isolation: process [2022-02-15T15:00:30.680Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-02-15T15:00:30.680Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-02-15T15:00:30.680Z] OSType: windows [2022-02-15T15:00:30.680Z] Architecture: x86_64 [2022-02-15T15:00:30.680Z] CPUs: 4 [2022-02-15T15:00:30.680Z] Total Memory: 32GiB [2022-02-15T15:00:30.680Z] Name: azwin-2-1c2080 [2022-02-15T15:00:30.680Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-02-15T15:00:30.680Z] Docker Root Dir: D:\docker [2022-02-15T15:00:30.680Z] Debug Mode: false [2022-02-15T15:00:30.680Z] Registry: https://index.docker.io/v1/ [2022-02-15T15:00:30.680Z] Labels: [2022-02-15T15:00:30.680Z] Experimental: true [2022-02-15T15:00:30.680Z] Insecure Registries: [2022-02-15T15:00:30.680Z] 10.0.0.4:5000 [2022-02-15T15:00:30.680Z] 127.0.0.0/8 [2022-02-15T15:00:30.680Z] Registry Mirrors: [2022-02-15T15:00:30.680Z] http://10.0.0.4:5000/ [2022-02-15T15:00:30.680Z] Live Restore Enabled: false [2022-02-15T15:00:30.680Z] Product License: Community Engine [2022-02-15T15:00:30.680Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-02-15T15:00:31.347Z] #19 16.95 The following NEW packages will be installed: [2022-02-15T15:00:31.347Z] #19 16.95 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-02-15T15:00:31.347Z] #19 16.95 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-02-15T15:00:31.347Z] #19 16.95 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-02-15T15:00:31.347Z] #19 16.95 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-02-15T15:00:31.347Z] #19 16.95 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-02-15T15:00:31.347Z] #19 16.95 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-02-15T15:00:31.347Z] #19 16.95 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-02-15T15:00:31.347Z] #19 16.95 crossbuild-essential-armel crossbuild-essential-armhf [2022-02-15T15:00:31.347Z] #19 16.96 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-02-15T15:00:31.347Z] #19 16.96 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-02-15T15:00:31.347Z] #19 16.96 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-02-15T15:00:31.347Z] #19 16.96 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-02-15T15:00:31.347Z] #19 16.96 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-02-15T15:00:31.347Z] #19 16.96 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-02-15T15:00:31.347Z] #19 16.96 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-02-15T15:00:31.347Z] #19 16.96 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-02-15T15:00:31.347Z] #19 16.96 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-02-15T15:00:31.347Z] #19 16.96 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-02-15T15:00:31.347Z] #19 16.96 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-02-15T15:00:31.347Z] #19 16.96 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-02-15T15:00:31.347Z] #19 16.96 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-02-15T15:00:31.347Z] #19 16.96 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-02-15T15:00:31.347Z] #19 16.96 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-02-15T15:00:31.347Z] #19 16.96 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-02-15T15:00:31.347Z] #19 16.96 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-02-15T15:00:31.347Z] #19 16.96 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-02-15T15:00:31.347Z] #19 16.96 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-02-15T15:00:31.347Z] #19 16.96 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-02-15T15:00:31.347Z] #19 16.96 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-02-15T15:00:31.347Z] #19 16.96 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-02-15T15:00:31.347Z] #19 16.96 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-02-15T15:00:31.347Z] #19 16.96 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-02-15T15:00:31.347Z] #19 16.96 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-02-15T15:00:31.347Z] #19 16.96 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-02-15T15:00:31.347Z] #19 16.96 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-02-15T15:00:31.347Z] #19 16.96 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-02-15T15:00:31.347Z] #19 16.96 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-02-15T15:00:31.347Z] #19 16.96 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-02-15T15:00:31.347Z] #19 16.96 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-02-15T15:00:31.347Z] #19 16.96 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-02-15T15:00:31.347Z] #19 16.96 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-02-15T15:00:31.347Z] #19 16.96 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-02-15T15:00:31.347Z] #19 16.96 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-02-15T15:00:31.347Z] #19 16.96 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-02-15T15:00:31.347Z] #19 16.96 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-02-15T15:00:31.347Z] #19 16.96 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-02-15T15:00:31.347Z] #19 16.96 linux-libc-dev-s390x-cross patch xz-utils [2022-02-15T15:00:31.347Z] #19 17.30 0 upgraded, 133 newly installed, 0 to remove and 1 not upgraded. [2022-02-15T15:00:31.347Z] #19 17.30 Need to get 787 MB of archives. [2022-02-15T15:00:31.347Z] #19 17.30 After this operation, 3385 MB of additional disk space will be used. [2022-02-15T15:00:31.347Z] #19 17.30 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-02-15T15:00:31.347Z] #19 17.30 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-02-15T15:00:31.347Z] #19 17.30 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-02-15T15:00:31.347Z] #19 17.31 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-02-15T15:00:31.347Z] #19 17.31 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-02-15T15:00:31.347Z] #19 17.31 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-02-15T15:00:31.347Z] #19 17.31 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-02-15T15:00:31.347Z] #19 17.34 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-02-15T15:00:31.347Z] #19 17.36 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-02-15T15:00:31.347Z] #19 17.38 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-02-15T15:00:31.347Z] #19 17.40 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-02-15T15:00:31.608Z] #19 17.41 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-02-15T15:00:31.608Z] #19 17.42 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-02-15T15:00:31.871Z] #19 17.79 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-02-15T15:00:31.871Z] #19 17.79 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB] [2022-02-15T15:00:32.442Z] #19 18.19 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB] [2022-02-15T15:00:32.442Z] #19 18.19 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2022-02-15T15:00:32.704Z] #19 18.59 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-02-15T15:00:32.705Z] #19 18.59 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-02-15T15:00:32.965Z] #19 18.93 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-02-15T15:00:32.965Z] #19 18.93 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-02-15T15:00:33.235Z] #19 19.24 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-02-15T15:00:33.235Z] #19 19.24 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-02-15T15:00:33.235Z] #19 19.24 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-02-15T15:00:33.235Z] #19 19.24 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-02-15T15:00:33.235Z] #19 19.24 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-02-15T15:00:33.235Z] #19 19.24 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-02-15T15:00:33.235Z] #19 19.24 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-02-15T15:00:33.235Z] #19 19.24 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-02-15T15:00:33.235Z] #19 19.25 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-02-15T15:00:33.235Z] #19 19.25 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-02-15T15:00:33.235Z] #19 19.25 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-02-15T15:00:33.235Z] #19 19.25 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-02-15T15:00:33.235Z] #19 19.26 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-02-15T15:00:33.235Z] #19 19.28 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-02-15T15:00:33.235Z] #19 19.28 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-02-15T15:00:33.235Z] #19 19.30 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-02-15T15:00:33.499Z] #19 19.30 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-02-15T15:00:33.499Z] #19 19.30 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-02-15T15:00:33.499Z] #19 19.32 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-02-15T15:00:33.790Z] #19 19.74 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-02-15T15:00:34.051Z] #19 19.75 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-02-15T15:00:34.051Z] #19 19.76 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-02-15T15:00:34.051Z] #19 19.77 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-02-15T15:00:34.051Z] #19 19.78 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-02-15T15:00:34.268Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-02-15T15:00:34.268Z] [2022-02-15T15:00:34.268Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-02-15T15:00:34.268Z] Installing docker-proxy to /usr/local/bin/ [2022-02-15T15:00:34.268Z] [2022-02-15T15:00:34.268Z] + mkdir -p bundles [2022-02-15T15:00:34.268Z] + '[' -n 'github.com/docker/docker/api [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server/backend/build [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server/httputils [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server/middleware [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server/router [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server/router/build [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server/router/container [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server/router/debug [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server/router/distribution [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server/router/grpc [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server/router/image [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server/router/network [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server/router/plugin [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server/router/session [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server/router/swarm [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server/router/system [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/server/router/volume [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/backend [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/blkiodev [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/container [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/events [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/filters [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/image [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/mount [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/network [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/registry [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/strslice [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/swarm [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/time [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/versions [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-15T15:00:34.268Z] github.com/docker/docker/api/types/volume [2022-02-15T15:00:34.268Z] github.com/docker/docker/builder [2022-02-15T15:00:34.268Z] github.com/docker/docker/builder/builder-next [2022-02-15T15:00:34.268Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-15T15:00:34.268Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-15T15:00:34.268Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-15T15:00:34.268Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-15T15:00:34.268Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-15T15:00:34.268Z] github.com/docker/docker/builder/builder-next/worker [2022-02-15T15:00:34.268Z] github.com/docker/docker/builder/dockerfile [2022-02-15T15:00:34.268Z] github.com/docker/docker/builder/dockerignore [2022-02-15T15:00:34.268Z] github.com/docker/docker/builder/remotecontext [2022-02-15T15:00:34.268Z] github.com/docker/docker/builder/remotecontext/git [2022-02-15T15:00:34.268Z] github.com/docker/docker/cli [2022-02-15T15:00:34.268Z] github.com/docker/docker/cli/config [2022-02-15T15:00:34.268Z] github.com/docker/docker/cli/debug [2022-02-15T15:00:34.268Z] github.com/docker/docker/client [2022-02-15T15:00:34.268Z] github.com/docker/docker/cmd/docker-proxy [2022-02-15T15:00:34.268Z] github.com/docker/docker/cmd/dockerd [2022-02-15T15:00:34.268Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-15T15:00:34.268Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-15T15:00:34.268Z] github.com/docker/docker/container [2022-02-15T15:00:34.268Z] github.com/docker/docker/container/stream [2022-02-15T15:00:34.268Z] github.com/docker/docker/contrib/apparmor [2022-02-15T15:00:34.268Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-15T15:00:34.268Z] github.com/docker/docker/contrib/httpserver [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/cluster [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/cluster/convert [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/cluster/executor [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/cluster/provider [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/config [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/events [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/events/testutils [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/exec [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/graphdriver [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/images [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/initlayer [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/links [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/listeners [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/logger [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/logger/gelf [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/logger/journald [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/logger/local [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/logger/logentries [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/logger/splunk [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/logger/syslog [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/logger/templates [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/names [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/network [2022-02-15T15:00:34.268Z] github.com/docker/docker/daemon/stats [2022-02-15T15:00:34.268Z] github.com/docker/docker/distribution [2022-02-15T15:00:34.268Z] github.com/docker/docker/distribution/metadata [2022-02-15T15:00:34.268Z] github.com/docker/docker/distribution/utils [2022-02-15T15:00:34.268Z] github.com/docker/docker/distribution/xfer [2022-02-15T15:00:34.268Z] github.com/docker/docker/dockerversion [2022-02-15T15:00:34.268Z] github.com/docker/docker/errdefs [2022-02-15T15:00:34.268Z] github.com/docker/docker/image [2022-02-15T15:00:34.268Z] github.com/docker/docker/image/cache [2022-02-15T15:00:34.268Z] github.com/docker/docker/image/tarexport [2022-02-15T15:00:34.268Z] github.com/docker/docker/image/v1 [2022-02-15T15:00:34.268Z] github.com/docker/docker/internal/test/suite [2022-02-15T15:00:34.268Z] github.com/docker/docker/layer [2022-02-15T15:00:34.268Z] github.com/docker/docker/libcontainerd [2022-02-15T15:00:34.268Z] github.com/docker/docker/libcontainerd/queue [2022-02-15T15:00:34.268Z] github.com/docker/docker/libcontainerd/remote [2022-02-15T15:00:34.268Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-15T15:00:34.268Z] github.com/docker/docker/libcontainerd/types [2022-02-15T15:00:34.268Z] github.com/docker/docker/oci [2022-02-15T15:00:34.268Z] github.com/docker/docker/oci/caps [2022-02-15T15:00:34.268Z] github.com/docker/docker/opts [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/aaparser [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/archive [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/authorization [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/broadcaster [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/capabilities [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/chrootarchive [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/containerfs [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/devicemapper [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/directory [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/dmesg [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/filenotify [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/fileutils [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/fsutils [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/homedir [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/idtools [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/ioutils [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/jsonmessage [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/locker [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/longpath [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/loopback [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/mount [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/namesgenerator [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/parsers [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/pidfile [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/platform [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/plugingetter [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/plugins [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/plugins/transport [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/pools [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/progress [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/pubsub [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/reexec [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/signal [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/stack [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/stdcopy [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/streamformatter [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/stringid [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/symlink [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/sysinfo [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/system [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/tailfile [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/tarsum [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/term [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/term/windows [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/truncindex [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/urlutil [2022-02-15T15:00:34.268Z] github.com/docker/docker/pkg/useragent [2022-02-15T15:00:34.268Z] github.com/docker/docker/plugin [2022-02-15T15:00:34.268Z] github.com/docker/docker/plugin/executor/containerd [2022-02-15T15:00:34.268Z] github.com/docker/docker/plugin/v2 [2022-02-15T15:00:34.268Z] github.com/docker/docker/profiles/apparmor [2022-02-15T15:00:34.268Z] github.com/docker/docker/profiles/seccomp [2022-02-15T15:00:34.268Z] github.com/docker/docker/quota [2022-02-15T15:00:34.268Z] github.com/docker/docker/reference [2022-02-15T15:00:34.268Z] github.com/docker/docker/registry [2022-02-15T15:00:34.268Z] github.com/docker/docker/registry/resumable [2022-02-15T15:00:34.268Z] github.com/docker/docker/restartmanager [2022-02-15T15:00:34.268Z] github.com/docker/docker/rootless [2022-02-15T15:00:34.268Z] github.com/docker/docker/rootless/specconv [2022-02-15T15:00:34.268Z] github.com/docker/docker/runconfig [2022-02-15T15:00:34.268Z] github.com/docker/docker/runconfig/opts [2022-02-15T15:00:34.268Z] github.com/docker/docker/testutil [2022-02-15T15:00:34.268Z] github.com/docker/docker/testutil/daemon [2022-02-15T15:00:34.268Z] github.com/docker/docker/testutil/environment [2022-02-15T15:00:34.268Z] github.com/docker/docker/testutil/fakecontext [2022-02-15T15:00:34.268Z] github.com/docker/docker/testutil/fakegit [2022-02-15T15:00:34.268Z] github.com/docker/docker/testutil/fakestorage [2022-02-15T15:00:34.268Z] github.com/docker/docker/testutil/fixtures/load [2022-02-15T15:00:34.268Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-15T15:00:34.268Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-15T15:00:34.268Z] github.com/docker/docker/testutil/registry [2022-02-15T15:00:34.268Z] github.com/docker/docker/testutil/request [2022-02-15T15:00:34.268Z] github.com/docker/docker/volume [2022-02-15T15:00:34.268Z] github.com/docker/docker/volume/drivers [2022-02-15T15:00:34.268Z] github.com/docker/docker/volume/local [2022-02-15T15:00:34.268Z] github.com/docker/docker/volume/mounts [2022-02-15T15:00:34.268Z] github.com/docker/docker/volume/service [2022-02-15T15:00:34.268Z] github.com/docker/docker/volume/service/opts [2022-02-15T15:00:34.268Z] github.com/docker/docker/volume/testutils' ']' [2022-02-15T15:00:34.269Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-02-15T15:00:34.269Z] ? github.com/docker/docker/api [no test files] [2022-02-15T15:00:34.314Z] #19 20.21 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-02-15T15:00:34.314Z] #19 20.21 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-02-15T15:00:34.314Z] #19 20.21 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-02-15T15:00:34.314Z] #19 20.23 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-02-15T15:00:34.314Z] #19 20.23 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-02-15T15:00:34.314Z] #19 20.23 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-02-15T15:00:34.314Z] #19 20.29 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-02-15T15:00:34.314Z] #19 20.30 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-02-15T15:00:34.575Z] #19 20.30 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-02-15T15:00:34.575Z] #19 20.30 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-02-15T15:00:34.575Z] #19 20.30 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-02-15T15:00:34.575Z] #19 20.30 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-02-15T15:00:34.575Z] #19 20.30 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-02-15T15:00:34.575Z] #19 20.31 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-02-15T15:00:34.575Z] #19 20.31 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-02-15T15:00:34.575Z] #19 20.31 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-02-15T15:00:34.575Z] #19 20.31 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-02-15T15:00:34.575Z] #19 20.31 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-02-15T15:00:34.575Z] #19 20.31 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-02-15T15:00:34.575Z] #19 20.31 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-02-15T15:00:34.575Z] #19 20.32 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-02-15T15:00:34.575Z] #19 20.32 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-02-15T15:00:34.575Z] #19 20.32 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-02-15T15:00:34.575Z] #19 20.32 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-02-15T15:00:34.575Z] #19 20.33 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-02-15T15:00:34.575Z] #19 20.34 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-02-15T15:00:34.575Z] #19 20.34 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-02-15T15:00:34.575Z] #19 20.35 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-02-15T15:00:34.840Z] #19 20.73 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-02-15T15:00:34.840Z] #19 20.73 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-02-15T15:00:34.840Z] #19 20.75 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-02-15T15:00:34.840Z] #19 20.76 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-02-15T15:00:34.840Z] #19 20.77 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-02-15T15:00:35.101Z] #19 21.15 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-02-15T15:00:35.101Z] #19 21.15 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-02-15T15:00:35.362Z] #19 21.15 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-02-15T15:00:35.362Z] #19 21.16 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-02-15T15:00:35.363Z] #19 21.16 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-02-15T15:00:35.363Z] #19 21.16 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-02-15T15:00:35.363Z] #19 21.16 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-02-15T15:00:35.363Z] #19 21.17 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-02-15T15:00:35.363Z] #19 21.18 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-02-15T15:00:35.363Z] #19 21.19 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-02-15T15:00:35.363Z] #19 21.19 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-02-15T15:00:35.624Z] #19 21.58 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-02-15T15:00:35.885Z] #19 21.58 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-02-15T15:00:35.885Z] #19 21.59 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-02-15T15:00:35.885Z] #19 21.61 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-02-15T15:00:35.885Z] #19 21.62 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-02-15T15:00:36.145Z] #19 21.99 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-02-15T15:00:36.145Z] #19 21.99 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-02-15T15:00:36.145Z] #19 21.99 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-02-15T15:00:36.145Z] #19 22.00 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-02-15T15:00:36.145Z] #19 22.00 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-02-15T15:00:36.145Z] #19 22.00 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-02-15T15:00:36.145Z] #19 22.00 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-02-15T15:00:36.145Z] #19 22.00 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-02-15T15:00:36.145Z] #19 22.02 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-02-15T15:00:36.145Z] #19 22.02 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-02-15T15:00:36.145Z] #19 22.04 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-02-15T15:00:36.145Z] #19 22.04 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-02-15T15:00:36.145Z] #19 22.05 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-02-15T15:00:36.145Z] #19 22.05 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-02-15T15:00:36.145Z] #19 22.06 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-02-15T15:00:36.717Z] #19 22.45 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-02-15T15:00:36.717Z] #19 22.46 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-02-15T15:00:36.717Z] #19 22.47 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-02-15T15:00:36.717Z] #19 22.49 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-02-15T15:00:36.717Z] #19 22.50 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-02-15T15:00:36.978Z] #19 22.85 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-02-15T15:00:36.978Z] #19 22.85 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-02-15T15:00:36.978Z] #19 22.86 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-02-15T15:00:36.978Z] #19 22.87 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-02-15T15:00:36.978Z] #19 22.87 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-02-15T15:00:36.978Z] #19 22.87 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-02-15T15:00:36.978Z] #19 22.88 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-02-15T15:00:36.978Z] #19 22.88 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-02-15T15:00:36.978Z] #19 22.89 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-02-15T15:00:36.978Z] #19 22.89 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-02-15T15:00:36.978Z] #19 22.90 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-02-15T15:00:36.978Z] #19 22.90 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-02-15T15:00:37.239Z] #19 23.27 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-02-15T15:00:37.500Z] #19 23.27 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-02-15T15:00:37.500Z] #19 23.28 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-02-15T15:00:37.500Z] #19 23.29 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-02-15T15:00:37.500Z] #19 23.30 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-02-15T15:00:37.761Z] #19 23.64 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-02-15T15:00:37.761Z] #19 23.64 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-02-15T15:00:38.022Z] #19 23.98 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:00:38.282Z] #19 24.13 Fetched 787 MB in 7s (119 MB/s) [2022-02-15T15:00:38.282Z] #19 24.16 Selecting previously unselected package liblocale-gettext-perl. [2022-02-15T15:00:38.282Z] #19 24.16 (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-02-15T15:00:38.282Z] #19 24.26 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-02-15T15:00:38.282Z] #19 24.26 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-02-15T15:00:38.282Z] #19 24.29 Selecting previously unselected package bzip2. [2022-02-15T15:00:38.282Z] #19 24.30 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-02-15T15:00:38.282Z] #19 24.30 Unpacking bzip2 (1.0.8-4) ... [2022-02-15T15:00:38.282Z] #19 24.33 Selecting previously unselected package libmagic-mgc. [2022-02-15T15:00:38.282Z] #19 24.34 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-02-15T15:00:38.282Z] #19 24.34 Unpacking libmagic-mgc (1:5.39-3) ... [2022-02-15T15:00:38.543Z] #19 24.42 Selecting previously unselected package libmagic1:amd64. [2022-02-15T15:00:38.543Z] #19 24.42 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-02-15T15:00:38.543Z] #19 24.43 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-02-15T15:00:38.543Z] #19 24.47 Selecting previously unselected package file. [2022-02-15T15:00:38.543Z] #19 24.47 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-02-15T15:00:38.543Z] #19 24.47 Unpacking file (1:5.39-3) ... [2022-02-15T15:00:38.543Z] #19 24.51 Selecting previously unselected package xz-utils. [2022-02-15T15:00:38.543Z] #19 24.51 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2022-02-15T15:00:38.543Z] #19 24.51 Unpacking xz-utils (5.2.5-2) ... [2022-02-15T15:00:38.543Z] #19 24.60 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-02-15T15:00:38.805Z] #19 24.60 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-02-15T15:00:38.805Z] #19 24.60 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-02-15T15:00:39.065Z] #19 24.94 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-02-15T15:00:39.065Z] #19 24.94 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-02-15T15:00:39.065Z] #19 24.94 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-02-15T15:00:39.327Z] #19 25.25 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-02-15T15:00:39.327Z] #19 25.25 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-02-15T15:00:39.327Z] #19 25.25 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-02-15T15:00:39.587Z] #19 25.55 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-02-15T15:00:39.587Z] #19 25.56 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-02-15T15:00:39.587Z] #19 25.56 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-02-15T15:00:40.158Z] #19 25.83 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-02-15T15:00:40.158Z] #19 25.84 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-02-15T15:00:40.158Z] #19 25.84 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-02-15T15:00:40.158Z] #19 26.07 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-02-15T15:00:40.158Z] #19 26.07 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:00:40.159Z] #19 26.07 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-02-15T15:00:40.159Z] #19 26.11 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-02-15T15:00:40.159Z] #19 26.11 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:00:40.159Z] #19 26.12 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:00:41.817Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-02-15T15:00:41.817Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-9a8c5afd\powershellScript.ps1'; exit $LASTEXITCODE; [2022-02-15T15:00:41.817Z] ---------------------------------------------------------------------------- [2022-02-15T15:00:41.817Z] [2022-02-15T15:00:41.817Z] INFO: executeCI.ps1 starting at Tue Feb 15 15:00:40 CUT 2022 [2022-02-15T15:00:41.817Z] [2022-02-15T15:00:41.817Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-02-15T15:00:41.817Z] INFO: Running git version 2.24.1.windows.2 [2022-02-15T15:00:41.817Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-02-15T15:00:41.817Z] INFO: Environment variables: [2022-02-15T15:00:41.817Z] [2022-02-15T15:00:41.817Z] Name Value [2022-02-15T15:00:41.817Z] ---- ----- [2022-02-15T15:00:41.817Z] ALLUSERSPROFILE C:\ProgramData [2022-02-15T15:00:41.817Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-02-15T15:00:41.817Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-02-15T15:00:41.817Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-02-15T15:00:41.817Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-02-15T15:00:41.817Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-02-15T15:00:41.817Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-02-15T15:00:41.817Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-02-15T15:00:41.817Z] BRANCH_NAME PR-43241 [2022-02-15T15:00:41.817Z] BUILD_DISPLAY_NAME #1 [2022-02-15T15:00:41.817Z] BUILD_ID 1 [2022-02-15T15:00:41.817Z] BUILD_NUMBER 1 [2022-02-15T15:00:41.817Z] BUILD_TAG jenkins-moby-PR-43241-1 [2022-02-15T15:00:41.817Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/1/ [2022-02-15T15:00:41.817Z] CHANGE_AUTHOR thaJeztah [2022-02-15T15:00:41.817Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-02-15T15:00:41.817Z] CHANGE_BRANCH update_moby_sys_fsnotify [2022-02-15T15:00:41.817Z] CHANGE_FORK thaJeztah/docker [2022-02-15T15:00:41.817Z] CHANGE_ID 43241 [2022-02-15T15:00:41.817Z] CHANGE_TARGET master [2022-02-15T15:00:41.818Z] CHANGE_TITLE vendor: fsnotify v1.5.1, moby/sys/mountinfo v0.6.0, moby/sys/signal v0.7.0 [2022-02-15T15:00:41.818Z] CHANGE_URL https://github.com/moby/moby/pull/43241 [2022-02-15T15:00:41.818Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-15T15:00:41.818Z] CommonProgramFiles C:\Program Files\Common Files [2022-02-15T15:00:41.818Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-02-15T15:00:41.818Z] CommonProgramW6432 C:\Program Files\Common Files [2022-02-15T15:00:41.818Z] COMPUTERNAME azwin-2-1c2080 [2022-02-15T15:00:41.818Z] ComSpec C:\Windows\system32\cmd.exe [2022-02-15T15:00:41.818Z] ConfigSequenceNumber 0 [2022-02-15T15:00:41.818Z] DOCKER_BUILDKIT 0 [2022-02-15T15:00:41.818Z] DOCKER_DUT_DEBUG 1 [2022-02-15T15:00:41.818Z] DOCKER_EXPERIMENTAL 1 [2022-02-15T15:00:41.818Z] DOCKER_GRAPHDRIVER overlay2 [2022-02-15T15:00:41.818Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-02-15T15:00:41.818Z] EXECUTOR_NUMBER 0 [2022-02-15T15:00:41.818Z] FQDN azwin-2-1c2080.westus.cloudapp.azure.com [2022-02-15T15:00:41.818Z] GIT_BRANCH PR-43241 [2022-02-15T15:00:41.818Z] GIT_COMMIT 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:00:41.818Z] GIT_URL https://github.com/moby/moby.git [2022-02-15T15:00:41.818Z] HUDSON_COOKIE 9e48fd37-13ee-4681-a691-c39eb68a7b8a [2022-02-15T15:00:41.818Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-02-15T15:00:41.818Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-02-15T15:00:41.818Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-02-15T15:00:41.818Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-02-15T15:00:41.818Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-02-15T15:00:41.818Z] JENKINS_NODE_COOKIE 92227db2-93cd-4904-8fb8-f6f55cc3a655 [2022-02-15T15:00:41.818Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-02-15T15:00:41.818Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-02-15T15:00:41.818Z] JOB_BASE_NAME PR-43241 [2022-02-15T15:00:41.818Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/display/redirect [2022-02-15T15:00:41.818Z] JOB_NAME moby/PR-43241 [2022-02-15T15:00:41.818Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/ [2022-02-15T15:00:41.818Z] library.jps.version master [2022-02-15T15:00:41.818Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-02-15T15:00:41.818Z] NODE_LABELS amd64 azure azwin-2-1c2080 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-02-15T15:00:41.818Z] NODE_NAME azwin-2-1c2080 [2022-02-15T15:00:41.818Z] NUMBER_OF_PROCESSORS 4 [2022-02-15T15:00:41.818Z] OS Windows_NT [2022-02-15T15:00:41.818Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-02-15T15:00:41.818Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-02-15T15:00:41.818Z] PROCESSOR_ARCHITECTURE AMD64 [2022-02-15T15:00:41.818Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-02-15T15:00:41.818Z] PROCESSOR_LEVEL 6 [2022-02-15T15:00:41.818Z] PROCESSOR_REVISION 4f01 [2022-02-15T15:00:41.818Z] ProgramData C:\ProgramData [2022-02-15T15:00:41.818Z] ProgramFiles C:\Program Files [2022-02-15T15:00:41.818Z] ProgramFiles(x86) C:\Program Files (x86) [2022-02-15T15:00:41.818Z] ProgramW6432 C:\Program Files [2022-02-15T15:00:41.818Z] PROMPT $P$G [2022-02-15T15:00:41.818Z] PSExecutionPolicyPreference Bypass [2022-02-15T15:00:41.818Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-02-15T15:00:41.818Z] PUBLIC C:\Users\Public [2022-02-15T15:00:41.818Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/1/display/redirect?page=artif... [2022-02-15T15:00:41.818Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/1/display/redirect?page=changes [2022-02-15T15:00:41.818Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/1/display/redirect [2022-02-15T15:00:41.818Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/1/display/redirect?page=tests [2022-02-15T15:00:41.818Z] SKIP_VALIDATION_TESTS 1 [2022-02-15T15:00:41.818Z] SOURCES_DRIVE d [2022-02-15T15:00:41.818Z] SOURCES_SUBDIR gopath [2022-02-15T15:00:41.818Z] STAGE_NAME Run tests [2022-02-15T15:00:41.818Z] SystemDrive C: [2022-02-15T15:00:41.818Z] SystemRoot C:\Windows [2022-02-15T15:00:41.818Z] TEMP C:\Windows\TEMP [2022-02-15T15:00:41.818Z] TESTDEBUG 0 [2022-02-15T15:00:41.818Z] TESTRUN_DRIVE d [2022-02-15T15:00:41.818Z] TESTRUN_SUBDIR CI [2022-02-15T15:00:41.818Z] TIMEOUT 120m [2022-02-15T15:00:41.818Z] TMP C:\Windows\TEMP [2022-02-15T15:00:41.818Z] USERDOMAIN WORKGROUP [2022-02-15T15:00:41.818Z] USERNAME azwin-2-1c2080$ [2022-02-15T15:00:41.818Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-02-15T15:00:41.818Z] windir C:\Windows [2022-02-15T15:00:41.818Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-02-15T15:00:41.818Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-02-15T15:00:41.818Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-02-15T15:00:41.818Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-02-15T15:00:41.818Z] [2022-02-15T15:00:41.818Z] [2022-02-15T15:00:41.818Z] [2022-02-15T15:00:41.818Z] INFO: Sources under d:\gopath\... [2022-02-15T15:00:41.818Z] INFO: Test run under d:\CI\... [2022-02-15T15:00:41.818Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-02-15T15:00:41.818Z] INFO: docker/docker repository was found [2022-02-15T15:00:41.818Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2022-02-15T15:00:41.818Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.524' [2022-02-15T15:00:41.818Z] INFO: Docker version of control daemon [2022-02-15T15:00:41.818Z] [2022-02-15T15:00:41.818Z] Client: [2022-02-15T15:00:41.818Z] Version: 20.10.9 [2022-02-15T15:00:41.818Z] API version: 1.41 [2022-02-15T15:00:41.818Z] Go version: go1.16.8 [2022-02-15T15:00:41.818Z] Git commit: c2ea9bc [2022-02-15T15:00:41.818Z] Built: Mon Oct 4 16:11:10 2021 [2022-02-15T15:00:41.818Z] OS/Arch: windows/amd64 [2022-02-15T15:00:41.818Z] Context: default [2022-02-15T15:00:41.818Z] Experimental: true [2022-02-15T15:00:41.818Z] [2022-02-15T15:00:41.818Z] Server: Docker Engine - Community [2022-02-15T15:00:41.818Z] Engine: [2022-02-15T15:00:41.818Z] Version: 20.10.9 [2022-02-15T15:00:41.818Z] API version: 1.41 (minimum version 1.24) [2022-02-15T15:00:41.818Z] Go version: go1.16.8 [2022-02-15T15:00:41.818Z] Git commit: 79ea9d3 [2022-02-15T15:00:41.818Z] Built: Mon Oct 4 16:06:39 2021 [2022-02-15T15:00:41.818Z] OS/Arch: windows/amd64 [2022-02-15T15:00:41.818Z] Experimental: true [2022-02-15T15:00:41.818Z] [2022-02-15T15:00:41.818Z] INFO: Docker info of control daemon [2022-02-15T15:00:41.818Z] [2022-02-15T15:00:41.818Z] Client: [2022-02-15T15:00:41.818Z] Context: default [2022-02-15T15:00:41.818Z] Debug Mode: false [2022-02-15T15:00:41.818Z] [2022-02-15T15:00:41.818Z] Server: [2022-02-15T15:00:41.818Z] Containers: 0 [2022-02-15T15:00:41.818Z] Running: 0 [2022-02-15T15:00:41.818Z] Paused: 0 [2022-02-15T15:00:41.818Z] Stopped: 0 [2022-02-15T15:00:41.818Z] Images: 11 [2022-02-15T15:00:41.818Z] Server Version: 20.10.9 [2022-02-15T15:00:42.286Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-02-15T15:00:42.286Z] LCOW: [2022-02-15T15:00:42.286Z] Windows: [2022-02-15T15:00:42.286Z] Logging Driver: json-file [2022-02-15T15:00:42.286Z] Plugins: [2022-02-15T15:00:42.286Z] Volume: local [2022-02-15T15:00:42.286Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-15T15:00:42.286Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-15T15:00:42.286Z] Swarm: inactive [2022-02-15T15:00:42.286Z] Default Isolation: process [2022-02-15T15:00:42.286Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-02-15T15:00:42.286Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-02-15T15:00:42.286Z] OSType: windows [2022-02-15T15:00:42.286Z] Architecture: x86_64 [2022-02-15T15:00:42.286Z] CPUs: 4 [2022-02-15T15:00:42.286Z] Total Memory: 32GiB [2022-02-15T15:00:42.286Z] Name: azwin-2-1c2080 [2022-02-15T15:00:42.286Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-02-15T15:00:42.286Z] Docker Root Dir: D:\docker [2022-02-15T15:00:42.286Z] Debug Mode: false [2022-02-15T15:00:42.286Z] Registry: https://index.docker.io/v1/ [2022-02-15T15:00:42.286Z] Labels: [2022-02-15T15:00:42.286Z] Experimental: true [2022-02-15T15:00:42.286Z] Insecure Registries: [2022-02-15T15:00:42.286Z] 10.0.0.4:5000 [2022-02-15T15:00:42.286Z] 127.0.0.0/8 [2022-02-15T15:00:42.286Z] Registry Mirrors: [2022-02-15T15:00:42.286Z] http://10.0.0.4:5000/ [2022-02-15T15:00:42.286Z] Live Restore Enabled: false [2022-02-15T15:00:42.286Z] Product License: Community Engine [2022-02-15T15:00:42.286Z] [2022-02-15T15:00:42.286Z] [2022-02-15T15:00:42.286Z] INFO: Commit hash is 2ac898c232 [2022-02-15T15:00:42.286Z] INFO: Nuke-Everything... [2022-02-15T15:00:42.286Z] INFO: Container count on control daemon to delete is 0 [2022-02-15T15:00:42.753Z] INFO: Nuking d:\CI [2022-02-15T15:00:42.753Z] INFO: Zapped successfully [2022-02-15T15:00:42.753Z] INFO: Location for testing is d:\CI\PR-43241\1 [2022-02-15T15:00:42.753Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-02-15T15:00:42.753Z] [2022-02-15T15:00:42.753Z] [2022-02-15T15:00:42.753Z] INFO: Building the image from Dockerfile.windows at 02/15/2022 15:00:42... [2022-02-15T15:00:42.753Z] [2022-02-15T15:00:45.444Z] #19 30.62 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-02-15T15:00:45.444Z] #19 30.62 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:00:45.444Z] #19 30.62 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-02-15T15:00:45.444Z] #19 30.66 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-02-15T15:00:45.444Z] #19 30.66 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:00:45.444Z] #19 30.66 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-02-15T15:00:46.498Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2022-02-15T15:00:49.645Z] #19 34.90 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-02-15T15:00:49.645Z] #19 34.90 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:00:49.645Z] #19 34.90 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-02-15T15:00:49.645Z] #19 34.94 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-02-15T15:00:49.645Z] #19 34.94 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:00:49.645Z] #19 34.94 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-02-15T15:00:49.906Z] Sending build context to Docker daemon 62.48MB [2022-02-15T15:00:49.906Z] [2022-02-15T15:00:49.906Z] Step 1/11 : FROM microsoft/windowsservercore [2022-02-15T15:00:49.906Z] ---> bdeb13086b9f [2022-02-15T15:00:49.906Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-02-15T15:00:49.906Z] ---> Using cache [2022-02-15T15:00:49.906Z] ---> d470c06d59ff [2022-02-15T15:00:49.906Z] Step 3/11 : ARG GO_VERSION=1.17.6 [2022-02-15T15:00:49.906Z] ---> Using cache [2022-02-15T15:00:49.906Z] ---> 8e7a27a22b71 [2022-02-15T15:00:49.906Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-02-15T15:00:49.906Z] ---> Using cache [2022-02-15T15:00:49.906Z] ---> 3ccc23d93c4c [2022-02-15T15:00:49.906Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-02-15T15:00:49.906Z] ---> Using cache [2022-02-15T15:00:49.906Z] ---> 6af7b4801307 [2022-02-15T15:00:49.906Z] 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-02-15T15:00:49.906Z] ---> Using cache [2022-02-15T15:00:49.906Z] ---> eaf119330f5a [2022-02-15T15:00:49.906Z] 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-02-15T15:00:49.906Z] ---> Using cache [2022-02-15T15:00:49.906Z] ---> 2e27682d2ab6 [2022-02-15T15:00:49.906Z] 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-02-15T15:00:49.906Z] ---> Using cache [2022-02-15T15:00:49.906Z] ---> 876e6c6dbc29 [2022-02-15T15:00:49.906Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-02-15T15:00:49.906Z] ---> Using cache [2022-02-15T15:00:49.906Z] ---> 89949ceb2569 [2022-02-15T15:00:49.906Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-02-15T15:00:49.906Z] ---> Using cache [2022-02-15T15:00:49.906Z] ---> d3fc6a48fc35 [2022-02-15T15:00:49.906Z] Step 11/11 : COPY . . [2022-02-15T15:00:53.850Z] #19 39.17 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-02-15T15:00:53.850Z] #19 39.18 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:00:53.850Z] #19 39.18 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-02-15T15:00:53.850Z] #19 39.21 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-02-15T15:00:53.850Z] #19 39.22 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:00:53.850Z] #19 39.22 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:00:58.056Z] #19 43.35 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-02-15T15:00:58.056Z] #19 43.35 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:00:58.056Z] #19 43.35 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-02-15T15:00:58.056Z] #19 43.39 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-02-15T15:00:58.056Z] #19 43.39 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:00:58.056Z] #19 43.40 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:01:02.259Z] #19 47.31 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-02-15T15:01:02.259Z] #19 47.31 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-15T15:01:02.259Z] #19 47.32 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:01:02.259Z] #19 47.35 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-02-15T15:01:02.259Z] #19 47.35 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-02-15T15:01:02.259Z] #19 47.35 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-02-15T15:01:02.259Z] #19 47.39 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-02-15T15:01:02.259Z] #19 47.39 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-02-15T15:01:02.259Z] #19 47.40 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-02-15T15:01:02.259Z] #19 47.43 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-02-15T15:01:02.259Z] #19 47.44 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-15T15:01:02.259Z] #19 47.44 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:01:02.259Z] #19 47.47 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-02-15T15:01:02.259Z] #19 47.47 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-15T15:01:02.259Z] #19 47.48 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:01:02.259Z] #19 47.51 Selecting previously unselected package cross-config. [2022-02-15T15:01:02.259Z] #19 47.51 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-02-15T15:01:02.259Z] #19 47.51 Unpacking cross-config (2.6.18+nmu1) ... [2022-02-15T15:01:02.259Z] #19 47.55 Selecting previously unselected package gcc-10-cross-base. [2022-02-15T15:01:02.259Z] #19 47.55 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:02.259Z] #19 47.55 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-02-15T15:01:02.259Z] #19 47.59 Selecting previously unselected package libc6-arm64-cross. [2022-02-15T15:01:02.259Z] #19 47.59 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-02-15T15:01:02.259Z] #19 47.60 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-02-15T15:01:02.259Z] #19 47.73 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-02-15T15:01:02.259Z] #19 47.73 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:02.259Z] #19 47.74 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:02.259Z] #19 47.77 Selecting previously unselected package libgomp1-arm64-cross. [2022-02-15T15:01:02.259Z] #19 47.78 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:02.259Z] #19 47.78 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:02.259Z] #19 47.82 Selecting previously unselected package libitm1-arm64-cross. [2022-02-15T15:01:02.259Z] #19 47.82 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:02.259Z] #19 47.82 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:02.259Z] #19 47.85 Selecting previously unselected package libatomic1-arm64-cross. [2022-02-15T15:01:02.259Z] #19 47.86 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:02.259Z] #19 47.86 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:02.259Z] #19 47.89 Selecting previously unselected package libasan6-arm64-cross. [2022-02-15T15:01:02.259Z] #19 47.89 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:02.259Z] #19 47.90 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:02.259Z] #19 48.13 Selecting previously unselected package liblsan0-arm64-cross. [2022-02-15T15:01:02.259Z] #19 48.13 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:02.259Z] #19 48.13 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:02.259Z] #19 48.24 Selecting previously unselected package libtsan0-arm64-cross. [2022-02-15T15:01:02.520Z] #19 48.24 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:02.520Z] #19 48.25 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:02.780Z] #19 48.55 Selecting previously unselected package libstdc++6-arm64-cross. [2022-02-15T15:01:02.780Z] #19 48.55 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:02.780Z] #19 48.56 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:02.780Z] #19 48.65 Selecting previously unselected package libubsan1-arm64-cross. [2022-02-15T15:01:02.780Z] #19 48.65 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:02.780Z] #19 48.67 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:02.780Z] #19 48.78 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-02-15T15:01:03.040Z] #19 48.78 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:03.041Z] #19 48.78 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:03.041Z] #19 48.92 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-02-15T15:01:03.041Z] #19 48.92 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:01:03.041Z] #19 48.93 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:01:04.589Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c2724056e6e0178b) in /home/ubuntu/workspace/moby_PR-43241 [Pipeline] { [Pipeline] checkout [2022-02-15T15:01:04.894Z] The recommended git tool is: git [2022-02-15T15:01:08.328Z] #19 54.00 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-02-15T15:01:08.328Z] #19 54.00 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-15T15:01:08.328Z] #19 54.01 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:01:08.328Z] #19 54.04 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-02-15T15:01:08.328Z] #19 54.04 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-02-15T15:01:08.328Z] #19 54.04 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-02-15T15:01:08.328Z] #19 54.21 Selecting previously unselected package libc6-dev-arm64-cross. [2022-02-15T15:01:08.328Z] #19 54.21 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-02-15T15:01:08.328Z] #19 54.22 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-02-15T15:01:08.368Z] using credential docker-jenkins-github-credentials [2022-02-15T15:01:08.378Z] Cloning the remote Git repository [2022-02-15T15:01:08.378Z] Cloning with configured refspecs honoured and without tags [2022-02-15T15:01:08.489Z] Cloning repository https://github.com/moby/moby.git [2022-02-15T15:01:08.558Z] > git init /home/ubuntu/workspace/moby_PR-43241 # timeout=10 [2022-02-15T15:01:08.589Z] #19 54.53 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-02-15T15:01:08.589Z] #19 54.53 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:08.589Z] #19 54.53 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:08.850Z] #19 54.78 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-02-15T15:01:08.850Z] #19 54.79 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:01:08.850Z] #19 54.79 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:01:08.766Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-15T15:01:08.766Z] > git --version # timeout=10 [2022-02-15T15:01:08.787Z] > git --version # 'git version 2.17.1' [2022-02-15T15:01:08.788Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:01:08.789Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43241/head:refs/remotes/origin/PR-43241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:01:10.015Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-053e72d87a45eaec1) in /home/ubuntu/workspace/moby_PR-43241 [Pipeline] { [Pipeline] checkout [2022-02-15T15:01:10.139Z] The recommended git tool is: git [2022-02-15T15:01:12.468Z] using credential docker-jenkins-github-credentials [2022-02-15T15:01:12.476Z] Cloning the remote Git repository [2022-02-15T15:01:12.476Z] Cloning with configured refspecs honoured and without tags [2022-02-15T15:01:11.900Z] Cloning repository https://github.com/moby/moby.git [2022-02-15T15:01:11.962Z] > git init /home/ubuntu/workspace/moby_PR-43241 # timeout=10 [2022-02-15T15:01:12.163Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-15T15:01:12.164Z] > git --version # timeout=10 [2022-02-15T15:01:12.181Z] > git --version # 'git version 2.17.1' [2022-02-15T15:01:12.181Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:01:12.183Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43241/head:refs/remotes/origin/PR-43241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:01:14.143Z] #19 59.62 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-02-15T15:01:14.143Z] #19 59.62 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-15T15:01:14.143Z] #19 59.62 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:01:14.143Z] #19 59.65 Selecting previously unselected package patch. [2022-02-15T15:01:14.143Z] #19 59.65 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-02-15T15:01:14.143Z] #19 59.66 Unpacking patch (2.7.6-7) ... [2022-02-15T15:01:14.143Z] #19 59.69 Selecting previously unselected package dpkg-dev. [2022-02-15T15:01:14.143Z] #19 59.70 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-02-15T15:01:14.143Z] #19 59.70 Unpacking dpkg-dev (1.20.9) ... [2022-02-15T15:01:14.143Z] #19 59.83 Selecting previously unselected package libconfig-inifiles-perl. [2022-02-15T15:01:14.143Z] #19 59.83 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-02-15T15:01:14.143Z] #19 59.83 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-02-15T15:01:14.143Z] #19 59.86 Selecting previously unselected package libio-string-perl. [2022-02-15T15:01:14.143Z] #19 59.87 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-02-15T15:01:14.143Z] #19 59.87 Unpacking libio-string-perl (1.08-3.1) ... [2022-02-15T15:01:14.143Z] #19 59.91 Selecting previously unselected package libicu67:amd64. [2022-02-15T15:01:14.143Z] #19 59.91 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-02-15T15:01:14.143Z] #19 59.91 Unpacking libicu67:amd64 (67.1-7) ... [2022-02-15T15:01:15.086Z] #19 60.78 Selecting previously unselected package libxml2:amd64. [2022-02-15T15:01:15.086Z] #19 60.78 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-02-15T15:01:15.086Z] #19 60.79 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-02-15T15:01:15.086Z] #19 60.87 Selecting previously unselected package libxml-namespacesupport-perl. [2022-02-15T15:01:15.086Z] #19 60.87 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-02-15T15:01:15.086Z] #19 60.88 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-02-15T15:01:15.086Z] #19 60.91 Selecting previously unselected package libxml-sax-base-perl. [2022-02-15T15:01:15.086Z] #19 60.91 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-02-15T15:01:15.086Z] #19 60.91 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-02-15T15:01:15.086Z] #19 60.95 Selecting previously unselected package libxml-sax-perl. [2022-02-15T15:01:15.086Z] #19 60.95 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-02-15T15:01:15.086Z] #19 60.95 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-02-15T15:01:15.086Z] #19 60.99 Selecting previously unselected package libxml-libxml-perl. [2022-02-15T15:01:15.086Z] #19 60.99 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-02-15T15:01:15.086Z] #19 61.00 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-02-15T15:01:15.086Z] #19 61.06 Selecting previously unselected package libxml-simple-perl. [2022-02-15T15:01:15.086Z] #19 61.06 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-02-15T15:01:15.086Z] #19 61.06 Unpacking libxml-simple-perl (2.25-1) ... [2022-02-15T15:01:15.086Z] #19 61.10 Selecting previously unselected package libyaml-perl. [2022-02-15T15:01:15.347Z] #19 61.10 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-02-15T15:01:15.347Z] #19 61.10 Unpacking libyaml-perl (1.30-1) ... [2022-02-15T15:01:15.347Z] #19 61.13 Selecting previously unselected package libconfig-auto-perl. [2022-02-15T15:01:15.347Z] #19 61.14 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-02-15T15:01:15.347Z] #19 61.14 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-02-15T15:01:15.347Z] #19 61.17 Selecting previously unselected package libfile-which-perl. [2022-02-15T15:01:15.347Z] #19 61.17 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-02-15T15:01:15.347Z] #19 61.18 Unpacking libfile-which-perl (1.23-1) ... [2022-02-15T15:01:15.347Z] #19 61.20 Selecting previously unselected package libfile-homedir-perl. [2022-02-15T15:01:15.347Z] #19 61.21 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-02-15T15:01:15.347Z] #19 61.21 Unpacking libfile-homedir-perl (1.006-1) ... [2022-02-15T15:01:15.347Z] #19 61.24 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-02-15T15:01:15.347Z] #19 61.24 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-02-15T15:01:15.347Z] #19 61.25 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-02-15T15:01:15.347Z] #19 61.28 Selecting previously unselected package dpkg-cross. [2022-02-15T15:01:15.347Z] #19 61.29 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-02-15T15:01:15.347Z] #19 61.29 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-02-15T15:01:15.347Z] #19 61.32 Selecting previously unselected package crossbuild-essential-arm64. [2022-02-15T15:01:15.609Z] #19 61.32 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-02-15T15:01:15.609Z] #19 61.33 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-02-15T15:01:15.609Z] #19 61.35 Selecting previously unselected package libc6-armel-cross. [2022-02-15T15:01:15.609Z] #19 61.35 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-02-15T15:01:15.609Z] #19 61.36 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-02-15T15:01:15.609Z] #19 61.48 Selecting previously unselected package libgcc-s1-armel-cross. [2022-02-15T15:01:15.609Z] #19 61.48 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:15.609Z] #19 61.49 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-02-15T15:01:15.609Z] #19 61.52 Selecting previously unselected package libgomp1-armel-cross. [2022-02-15T15:01:15.609Z] #19 61.52 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:15.609Z] #19 61.53 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-02-15T15:01:15.609Z] #19 61.56 Selecting previously unselected package libatomic1-armel-cross. [2022-02-15T15:01:15.609Z] #19 61.56 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:15.609Z] #19 61.57 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-02-15T15:01:15.609Z] #19 61.60 Selecting previously unselected package libasan6-armel-cross. [2022-02-15T15:01:15.870Z] #19 61.60 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:15.870Z] #19 61.60 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-02-15T15:01:15.870Z] #19 61.82 Selecting previously unselected package libstdc++6-armel-cross. [2022-02-15T15:01:15.870Z] #19 61.82 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:15.870Z] #19 61.83 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-02-15T15:01:15.870Z] #19 61.89 Selecting previously unselected package libubsan1-armel-cross. [2022-02-15T15:01:16.131Z] #19 61.89 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:16.131Z] #19 61.90 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-02-15T15:01:16.131Z] #19 61.99 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-02-15T15:01:16.131Z] #19 62.00 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:16.131Z] #19 62.00 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-02-15T15:01:16.131Z] #19 62.11 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-02-15T15:01:16.392Z] #19 62.11 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:01:16.392Z] #19 62.12 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-02-15T15:01:21.682Z] #19 66.87 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-02-15T15:01:21.682Z] #19 66.87 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-02-15T15:01:21.682Z] #19 66.88 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-02-15T15:01:21.683Z] #19 66.90 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-02-15T15:01:21.683Z] #19 66.91 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-02-15T15:01:21.683Z] #19 66.91 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-02-15T15:01:21.683Z] #19 67.08 Selecting previously unselected package libc6-dev-armel-cross. [2022-02-15T15:01:21.683Z] #19 67.08 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-02-15T15:01:21.683Z] #19 67.09 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-02-15T15:01:21.683Z] #19 67.31 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-02-15T15:01:21.683Z] #19 67.31 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:21.683Z] #19 67.31 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-02-15T15:01:21.683Z] #19 67.57 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-02-15T15:01:21.683Z] #19 67.57 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:01:21.683Z] #19 67.57 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-02-15T15:01:25.760Z] ---> 0f0e00dfba1f [2022-02-15T15:01:25.760Z] Successfully built 0f0e00dfba1f [2022-02-15T15:01:25.760Z] Successfully tagged docker:latest [2022-02-15T15:01:25.760Z] INFO: Image build ended at 02/15/2022 15:01:22. Duration:00:00:40.1112447 [2022-02-15T15:01:25.760Z] [2022-02-15T15:01:25.760Z] [2022-02-15T15:01:25.760Z] INFO: Building the test binaries at 02/15/2022 15:01:22... [2022-02-15T15:01:26.974Z] #19 72.10 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-02-15T15:01:26.974Z] #19 72.10 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-02-15T15:01:26.974Z] #19 72.10 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-02-15T15:01:26.974Z] #19 72.13 Selecting previously unselected package crossbuild-essential-armel. [2022-02-15T15:01:26.974Z] #19 72.14 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-02-15T15:01:26.974Z] #19 72.14 Unpacking crossbuild-essential-armel (12.9) ... [2022-02-15T15:01:26.974Z] #19 72.17 Selecting previously unselected package libc6-armhf-cross. [2022-02-15T15:01:26.974Z] #19 72.17 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-02-15T15:01:26.974Z] #19 72.18 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-02-15T15:01:26.974Z] #19 72.31 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-02-15T15:01:26.974Z] #19 72.31 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:26.974Z] #19 72.31 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-02-15T15:01:26.974Z] #19 72.35 Selecting previously unselected package libgomp1-armhf-cross. [2022-02-15T15:01:26.974Z] #19 72.35 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:26.974Z] #19 72.35 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-02-15T15:01:26.974Z] #19 72.39 Selecting previously unselected package libatomic1-armhf-cross. [2022-02-15T15:01:26.974Z] #19 72.39 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:26.974Z] #19 72.41 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-02-15T15:01:26.974Z] #19 72.44 Selecting previously unselected package libasan6-armhf-cross. [2022-02-15T15:01:26.974Z] #19 72.44 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:26.974Z] #19 72.44 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-02-15T15:01:26.974Z] #19 72.66 Selecting previously unselected package libstdc++6-armhf-cross. [2022-02-15T15:01:26.974Z] #19 72.66 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:26.974Z] #19 72.67 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-02-15T15:01:26.974Z] #19 72.73 Selecting previously unselected package libubsan1-armhf-cross. [2022-02-15T15:01:26.974Z] #19 72.73 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:26.974Z] #19 72.74 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-02-15T15:01:26.974Z] #19 72.83 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-02-15T15:01:26.974Z] #19 72.83 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:26.974Z] #19 72.84 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-02-15T15:01:26.974Z] #19 72.95 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-02-15T15:01:27.236Z] #19 72.95 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:01:27.236Z] #19 72.96 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-02-15T15:01:27.975Z] INFO: make.ps1 starting at 02/15/2022 15:01:27 [2022-02-15T15:01:27.975Z] INFO: Git commit (2ac898c232) assumed from DOCKER_GITCOMMIT environment variable [2022-02-15T15:01:27.975Z] INFO: Invoking autogen... [2022-02-15T15:01:28.443Z] INFO: Building daemon... [2022-02-15T15:01:31.694Z] Fetching without tags [2022-02-15T15:01:32.045Z] Merging remotes/origin/master commit 67b4b032f33698eef5fefcadd228893e911aa3a3 into PR head commit 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:01:32.526Z] #19 77.77 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-02-15T15:01:32.526Z] #19 77.77 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-02-15T15:01:32.526Z] #19 77.77 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-02-15T15:01:32.526Z] #19 77.80 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-02-15T15:01:32.526Z] #19 77.81 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-02-15T15:01:32.526Z] #19 77.81 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-02-15T15:01:32.526Z] #19 77.99 Selecting previously unselected package libc6-dev-armhf-cross. [2022-02-15T15:01:32.526Z] #19 77.99 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-02-15T15:01:32.526Z] #19 78.00 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-02-15T15:01:32.526Z] #19 78.22 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-02-15T15:01:32.526Z] #19 78.22 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:32.526Z] #19 78.22 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-02-15T15:01:32.526Z] #19 78.48 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-02-15T15:01:32.787Z] #19 78.48 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:01:32.787Z] #19 78.49 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-02-15T15:01:32.901Z] Merge succeeded, producing 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:01:32.901Z] Checking out Revision 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 (PR-43241) [2022-02-15T15:01:31.605Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-15T15:01:31.638Z] > git config --add remote.origin.fetch +refs/pull/43241/head:refs/remotes/origin/PR-43241 # timeout=10 [2022-02-15T15:01:31.660Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:01:31.686Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-15T15:01:31.718Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-15T15:01:31.719Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:01:31.720Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43241/head:refs/remotes/origin/PR-43241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:01:32.074Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T15:01:32.096Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T15:01:32.811Z] > git remote # timeout=10 [2022-02-15T15:01:32.856Z] > git config --get remote.origin.url # timeout=10 [2022-02-15T15:01:32.874Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:01:32.875Z] > git merge 67b4b032f33698eef5fefcadd228893e911aa3a3 # timeout=10 [2022-02-15T15:01:32.894Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-02-15T15:01:32.922Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T15:01:32.956Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T15:01:37.717Z] Commit message: "vendor: github.com/moby/sys/signal v0.7.0" [2022-02-15T15:01:37.763Z] > git --version # timeout=10 [2022-02-15T15:01:37.780Z] > git --version # 'git version 2.17.1' [2022-02-15T15:01:37.789Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-02-15T15:01:37.963Z] Fetching without tags [2022-02-15T15:01:38.103Z] #19 82.99 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-02-15T15:01:38.103Z] #19 82.99 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-02-15T15:01:38.103Z] #19 83.00 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-02-15T15:01:38.103Z] #19 83.04 Selecting previously unselected package crossbuild-essential-armhf. [2022-02-15T15:01:38.103Z] #19 83.05 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-02-15T15:01:38.103Z] #19 83.05 Unpacking crossbuild-essential-armhf (12.9) ... [2022-02-15T15:01:38.103Z] #19 83.09 Selecting previously unselected package libc6-ppc64el-cross. [2022-02-15T15:01:38.103Z] #19 83.09 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-02-15T15:01:38.103Z] #19 83.10 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-02-15T15:01:38.103Z] #19 83.28 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-02-15T15:01:38.103Z] #19 83.28 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:38.103Z] #19 83.28 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:38.103Z] #19 83.32 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-02-15T15:01:38.103Z] #19 83.33 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:38.103Z] #19 83.33 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:38.103Z] #19 83.37 Selecting previously unselected package libitm1-ppc64el-cross. [2022-02-15T15:01:38.103Z] #19 83.38 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:38.103Z] #19 83.38 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:38.103Z] #19 83.41 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-02-15T15:01:38.103Z] #19 83.42 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:38.103Z] #19 83.42 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:38.103Z] #19 83.45 Selecting previously unselected package libasan6-ppc64el-cross. [2022-02-15T15:01:38.103Z] #19 83.45 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:38.103Z] #19 83.46 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:38.103Z] #19 83.69 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-02-15T15:01:38.103Z] #19 83.70 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:38.103Z] #19 83.70 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:38.103Z] #19 83.82 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-02-15T15:01:38.103Z] #19 83.82 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:38.103Z] #19 83.83 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:38.103Z] #19 84.05 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-02-15T15:01:38.103Z] #19 84.06 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:38.103Z] #19 84.06 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-02-15T15:01:38.367Z] #19 84.14 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-02-15T15:01:38.367Z] #19 84.14 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:38.367Z] #19 84.14 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:38.367Z] #19 84.27 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-02-15T15:01:38.367Z] #19 84.27 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:38.367Z] #19 84.27 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:38.367Z] #19 84.31 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-02-15T15:01:38.367Z] #19 84.31 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:38.367Z] #19 84.32 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:37.881Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-15T15:01:37.897Z] > git config --add remote.origin.fetch +refs/pull/43241/head:refs/remotes/origin/PR-43241 # timeout=10 [2022-02-15T15:01:37.914Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:01:37.938Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-15T15:01:38.008Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-15T15:01:38.009Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:01:38.012Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43241/head:refs/remotes/origin/PR-43241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:01:38.638Z] #19 84.50 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-02-15T15:01:38.638Z] #19 84.51 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:01:38.638Z] #19 84.51 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:01:38.937Z] + docker version [2022-02-15T15:01:39.222Z] Merging remotes/origin/master commit 67b4b032f33698eef5fefcadd228893e911aa3a3 into PR head commit 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:01:40.108Z] Merge succeeded, producing 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:01:40.108Z] Checking out Revision 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 (PR-43241) [2022-02-15T15:01:39.235Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T15:01:39.259Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T15:01:40.005Z] > git remote # timeout=10 [2022-02-15T15:01:40.030Z] > git config --get remote.origin.url # timeout=10 [2022-02-15T15:01:40.054Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:01:40.056Z] > git merge 67b4b032f33698eef5fefcadd228893e911aa3a3 # timeout=10 [2022-02-15T15:01:40.085Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-02-15T15:01:40.111Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T15:01:40.130Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T15:01:43.929Z] #19 89.17 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-02-15T15:01:43.929Z] #19 89.17 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-15T15:01:43.929Z] #19 89.17 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:01:43.929Z] #19 89.20 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-02-15T15:01:43.929Z] #19 89.21 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-02-15T15:01:43.929Z] #19 89.21 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-02-15T15:01:43.929Z] #19 89.38 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-02-15T15:01:43.929Z] #19 89.39 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-02-15T15:01:43.929Z] #19 89.39 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-02-15T15:01:43.929Z] #19 89.66 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-02-15T15:01:43.929Z] #19 89.66 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:43.929Z] #19 89.67 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:43.929Z] #19 89.95 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-02-15T15:01:44.190Z] #19 89.96 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:01:44.190Z] #19 89.96 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:01:44.276Z] Client: Docker Engine - Community [2022-02-15T15:01:44.276Z] Version: 20.10.12 [2022-02-15T15:01:44.276Z] API version: 1.41 [2022-02-15T15:01:44.276Z] Go version: go1.16.12 [2022-02-15T15:01:44.276Z] Git commit: e91ed57 [2022-02-15T15:01:44.276Z] Built: Mon Dec 13 11:45:27 2021 [2022-02-15T15:01:44.276Z] OS/Arch: linux/amd64 [2022-02-15T15:01:44.276Z] Context: default [2022-02-15T15:01:44.276Z] Experimental: true [2022-02-15T15:01:44.276Z] [2022-02-15T15:01:44.276Z] Server: Docker Engine - Community [2022-02-15T15:01:44.276Z] Engine: [2022-02-15T15:01:44.276Z] Version: 20.10.12 [2022-02-15T15:01:44.276Z] API version: 1.41 (minimum version 1.12) [2022-02-15T15:01:44.276Z] Go version: go1.16.12 [2022-02-15T15:01:44.276Z] Git commit: 459d0df [2022-02-15T15:01:44.276Z] Built: Mon Dec 13 11:43:36 2021 [2022-02-15T15:01:44.276Z] OS/Arch: linux/amd64 [2022-02-15T15:01:44.276Z] Experimental: true [2022-02-15T15:01:44.276Z] containerd: [2022-02-15T15:01:44.276Z] Version: 1.4.12 [2022-02-15T15:01:44.276Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-15T15:01:44.276Z] runc: [2022-02-15T15:01:44.276Z] Version: 1.0.2 [2022-02-15T15:01:44.276Z] GitCommit: v1.0.2-0-g52b36a2 [2022-02-15T15:01:44.276Z] docker-init: [2022-02-15T15:01:44.276Z] Version: 0.19.0 [2022-02-15T15:01:44.276Z] GitCommit: de40ad0 [Pipeline] sh [2022-02-15T15:01:44.607Z] + docker info [2022-02-15T15:01:44.677Z] Commit message: "vendor: github.com/moby/sys/signal v0.7.0" [2022-02-15T15:01:44.715Z] > git --version # timeout=10 [2022-02-15T15:01:44.743Z] > git --version # 'git version 2.17.1' [2022-02-15T15:01:44.782Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-02-15T15:01:46.433Z] + docker version [2022-02-15T15:01:48.399Z] #19 94.36 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-02-15T15:01:48.399Z] #19 94.37 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-15T15:01:48.399Z] #19 94.37 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:01:48.399Z] #19 94.40 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-02-15T15:01:48.399Z] #19 94.40 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-02-15T15:01:48.399Z] #19 94.40 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-02-15T15:01:48.399Z] #19 94.43 Selecting previously unselected package libc6-s390x-cross. [2022-02-15T15:01:48.662Z] #19 94.44 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-02-15T15:01:48.662Z] #19 94.44 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-02-15T15:01:48.662Z] #19 94.57 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-02-15T15:01:48.662Z] #19 94.57 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:48.662Z] #19 94.58 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:01:48.662Z] #19 94.61 Selecting previously unselected package libgomp1-s390x-cross. [2022-02-15T15:01:48.662Z] #19 94.61 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:48.662Z] #19 94.61 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:01:48.662Z] #19 94.65 Selecting previously unselected package libitm1-s390x-cross. [2022-02-15T15:01:48.662Z] #19 94.65 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:48.662Z] #19 94.66 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:01:48.662Z] #19 94.69 Selecting previously unselected package libatomic1-s390x-cross. [2022-02-15T15:01:48.924Z] #19 94.69 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:48.924Z] #19 94.70 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:01:48.924Z] #19 94.72 Selecting previously unselected package libasan6-s390x-cross. [2022-02-15T15:01:48.924Z] #19 94.73 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:48.924Z] #19 94.73 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:01:48.924Z] #19 94.95 Selecting previously unselected package libstdc++6-s390x-cross. [2022-02-15T15:01:49.185Z] #19 94.95 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:49.185Z] #19 94.96 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:01:49.185Z] #19 95.03 Selecting previously unselected package libubsan1-s390x-cross. [2022-02-15T15:01:49.185Z] #19 95.03 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:49.185Z] #19 95.04 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:01:49.185Z] #19 95.13 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-02-15T15:01:49.186Z] #19 95.14 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:49.186Z] #19 95.14 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:01:49.186Z] #19 95.24 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-02-15T15:01:49.447Z] #19 95.25 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:01:49.447Z] #19 95.25 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:01:50.625Z] Client: Docker Engine - Community [2022-02-15T15:01:50.625Z] Version: 20.10.12 [2022-02-15T15:01:50.625Z] API version: 1.41 [2022-02-15T15:01:50.625Z] Go version: go1.16.12 [2022-02-15T15:01:50.625Z] Git commit: e91ed57 [2022-02-15T15:01:50.625Z] Built: Mon Dec 13 11:45:27 2021 [2022-02-15T15:01:50.625Z] OS/Arch: linux/amd64 [2022-02-15T15:01:50.625Z] Context: default [2022-02-15T15:01:50.625Z] Experimental: true [2022-02-15T15:01:50.625Z] [2022-02-15T15:01:50.625Z] Server: Docker Engine - Community [2022-02-15T15:01:50.625Z] Engine: [2022-02-15T15:01:50.625Z] Version: 20.10.12 [2022-02-15T15:01:50.625Z] API version: 1.41 (minimum version 1.12) [2022-02-15T15:01:50.625Z] Go version: go1.16.12 [2022-02-15T15:01:50.625Z] Git commit: 459d0df [2022-02-15T15:01:50.625Z] Built: Mon Dec 13 11:43:36 2021 [2022-02-15T15:01:50.625Z] OS/Arch: linux/amd64 [2022-02-15T15:01:50.625Z] Experimental: true [2022-02-15T15:01:50.625Z] containerd: [2022-02-15T15:01:50.625Z] Version: 1.4.12 [2022-02-15T15:01:50.625Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-15T15:01:50.625Z] runc: [2022-02-15T15:01:50.625Z] Version: 1.0.2 [2022-02-15T15:01:50.625Z] GitCommit: v1.0.2-0-g52b36a2 [2022-02-15T15:01:50.625Z] docker-init: [2022-02-15T15:01:50.625Z] Version: 0.19.0 [2022-02-15T15:01:50.625Z] GitCommit: de40ad0 [Pipeline] sh [2022-02-15T15:01:50.970Z] + docker info [2022-02-15T15:01:53.656Z] #19 99.59 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-02-15T15:01:53.656Z] #19 99.59 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-15T15:01:53.656Z] #19 99.59 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:01:53.656Z] #19 99.62 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-02-15T15:01:53.656Z] #19 99.62 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-02-15T15:01:53.656Z] #19 99.63 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-02-15T15:01:53.917Z] #19 99.80 Selecting previously unselected package libc6-dev-s390x-cross. [2022-02-15T15:01:53.917Z] #19 99.81 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-02-15T15:01:53.917Z] #19 99.81 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-02-15T15:01:54.177Z] #19 100.0 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-02-15T15:01:54.177Z] #19 100.0 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-02-15T15:01:54.177Z] #19 100.1 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-02-15T15:01:54.231Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2022-02-15T15:01:54.231Z] ok github.com/docker/docker/api/server/middleware 0.009s coverage: 37.7% of statements [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/server/router [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-02-15T15:01:54.231Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/types [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/types/container [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/types/events [no test files] [2022-02-15T15:01:54.231Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/types/image [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/types/network [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-02-15T15:01:54.231Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-02-15T15:01:54.231Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-02-15T15:01:54.231Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 77.3% of statements [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/builder [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-02-15T15:01:54.231Z] ok github.com/docker/docker/builder/remotecontext 0.080s coverage: 13.7% of statements [2022-02-15T15:01:54.231Z] ok github.com/docker/docker/builder/dockerfile 0.145s coverage: 49.0% of statements [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-02-15T15:01:54.231Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-02-15T15:01:54.231Z] ok github.com/docker/docker/builder/remotecontext/git 0.825s coverage: 86.3% of statements [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/cli [no test files] [2022-02-15T15:01:54.231Z] ? github.com/docker/docker/cli/config [no test files] [2022-02-15T15:01:54.231Z] ok github.com/docker/docker/cmd/docker-proxy 0.033s coverage: 67.6% of statements [2022-02-15T15:01:54.437Z] #19 100.3 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-02-15T15:01:54.437Z] #19 100.3 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-02-15T15:01:54.437Z] #19 100.3 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:01:56.148Z] ok github.com/docker/docker/client 0.084s coverage: 75.8% of statements [2022-02-15T15:01:58.643Z] #19 104.5 Selecting previously unselected package g++-s390x-linux-gnu. [2022-02-15T15:01:58.643Z] #19 104.5 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-02-15T15:01:58.643Z] #19 104.5 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:01:58.643Z] #19 104.5 Selecting previously unselected package crossbuild-essential-s390x. [2022-02-15T15:01:58.643Z] #19 104.5 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-02-15T15:01:58.643Z] #19 104.5 Unpacking crossbuild-essential-s390x (12.9) ... [2022-02-15T15:01:58.643Z] #19 104.6 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-02-15T15:01:58.643Z] #19 104.6 Setting up libfile-which-perl (1.23-1) ... [2022-02-15T15:01:58.643Z] #19 104.6 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-02-15T15:01:58.903Z] #19 104.6 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-02-15T15:01:58.903Z] #19 104.6 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-02-15T15:01:58.903Z] #19 104.7 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-02-15T15:01:58.903Z] #19 104.7 Setting up libicu67:amd64 (67.1-7) ... [2022-02-15T15:01:58.903Z] #19 104.7 Setting up libmagic-mgc (1:5.39-3) ... [2022-02-15T15:01:58.903Z] #19 104.7 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-02-15T15:01:58.903Z] #19 104.7 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-02-15T15:01:58.903Z] #19 104.7 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-02-15T15:01:58.903Z] #19 104.7 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-02-15T15:01:58.903Z] #19 104.7 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-02-15T15:01:58.903Z] #19 104.7 Setting up file (1:5.39-3) ... [2022-02-15T15:01:58.903Z] #19 104.8 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-02-15T15:01:58.903Z] #19 104.8 Setting up bzip2 (1.0.8-4) ... [2022-02-15T15:01:58.903Z] #19 104.8 Setting up libyaml-perl (1.30-1) ... [2022-02-15T15:01:58.903Z] #19 104.8 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-02-15T15:01:58.903Z] #19 104.8 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-02-15T15:01:58.903Z] #19 104.8 Setting up libio-string-perl (1.08-3.1) ... [2022-02-15T15:01:58.903Z] #19 104.8 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-02-15T15:01:58.903Z] #19 104.8 Setting up cross-config (2.6.18+nmu1) ... [2022-02-15T15:01:58.903Z] #19 104.9 Setting up xz-utils (5.2.5-2) ... [2022-02-15T15:01:59.163Z] #19 105.0 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-02-15T15:01:59.163Z] #19 105.0 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-02-15T15:01:59.163Z] #19 105.0 Setting up patch (2.7.6-7) ... [2022-02-15T15:01:59.163Z] #19 105.0 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-02-15T15:01:59.163Z] #19 105.0 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-02-15T15:01:59.163Z] #19 105.0 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.163Z] #19 105.0 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-02-15T15:01:59.163Z] #19 105.0 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-02-15T15:01:59.163Z] #19 105.0 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.163Z] #19 105.1 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.163Z] #19 105.1 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-02-15T15:01:59.163Z] #19 105.1 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-02-15T15:01:59.163Z] #19 105.1 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.163Z] #19 105.1 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:01:59.163Z] #19 105.1 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-02-15T15:01:59.163Z] #19 105.1 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-02-15T15:01:59.163Z] #19 105.1 Setting up libfile-homedir-perl (1.006-1) ... [2022-02-15T15:01:59.163Z] #19 105.1 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-02-15T15:01:59.163Z] #19 105.2 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.2 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-02-15T15:01:59.424Z] #19 105.2 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.2 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-02-15T15:01:59.424Z] #19 105.2 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:01:59.424Z] #19 105.2 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.2 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.2 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.2 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.2 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.3 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.3 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.3 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.3 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.3 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.3 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-02-15T15:01:59.424Z] #19 105.3 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.3 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.4 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.4 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.4 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-02-15T15:01:59.424Z] #19 105.4 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.4 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.4 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.4 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-02-15T15:01:59.424Z] #19 105.4 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.4 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.5 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.424Z] #19 105.5 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-02-15T15:01:59.527Z] Client: [2022-02-15T15:01:59.527Z] Context: default [2022-02-15T15:01:59.527Z] Debug Mode: false [2022-02-15T15:01:59.527Z] Plugins: [2022-02-15T15:01:59.527Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-02-15T15:01:59.527Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-02-15T15:01:59.527Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-02-15T15:01:59.527Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-02-15T15:01:59.527Z] [2022-02-15T15:01:59.527Z] Server: [2022-02-15T15:01:59.527Z] Containers: 0 [2022-02-15T15:01:59.527Z] Running: 0 [2022-02-15T15:01:59.527Z] Paused: 0 [2022-02-15T15:01:59.527Z] Stopped: 0 [2022-02-15T15:01:59.527Z] Images: 0 [2022-02-15T15:01:59.527Z] Server Version: 20.10.12 [2022-02-15T15:01:59.527Z] Storage Driver: overlay2 [2022-02-15T15:01:59.527Z] Backing Filesystem: extfs [2022-02-15T15:01:59.527Z] Supports d_type: true [2022-02-15T15:01:59.527Z] Native Overlay Diff: true [2022-02-15T15:01:59.527Z] userxattr: false [2022-02-15T15:01:59.527Z] Logging Driver: json-file [2022-02-15T15:01:59.527Z] Cgroup Driver: cgroupfs [2022-02-15T15:01:59.527Z] Cgroup Version: 1 [2022-02-15T15:01:59.527Z] Plugins: [2022-02-15T15:01:59.527Z] Volume: local [2022-02-15T15:01:59.527Z] Network: bridge host ipvlan macvlan null overlay [2022-02-15T15:01:59.527Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-02-15T15:01:59.527Z] Swarm: inactive [2022-02-15T15:01:59.527Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-02-15T15:01:59.527Z] Default Runtime: runc [2022-02-15T15:01:59.527Z] Init Binary: docker-init [2022-02-15T15:01:59.527Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-15T15:01:59.527Z] runc version: v1.0.2-0-g52b36a2 [2022-02-15T15:01:59.527Z] init version: de40ad0 [2022-02-15T15:01:59.527Z] Security Options: [2022-02-15T15:01:59.527Z] apparmor [2022-02-15T15:01:59.527Z] seccomp [2022-02-15T15:01:59.527Z] Profile: default [2022-02-15T15:01:59.527Z] Kernel Version: 5.4.0-1061-aws [2022-02-15T15:01:59.527Z] Operating System: Ubuntu 18.04.6 LTS [2022-02-15T15:01:59.527Z] OSType: linux [2022-02-15T15:01:59.527Z] Architecture: x86_64 [2022-02-15T15:01:59.527Z] CPUs: 2 [2022-02-15T15:01:59.527Z] Total Memory: 7.565GiB [2022-02-15T15:01:59.527Z] Name: ip-10-100-55-220 [2022-02-15T15:01:59.527Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-02-15T15:01:59.527Z] Docker Root Dir: /var/lib/docker [2022-02-15T15:01:59.527Z] Debug Mode: false [2022-02-15T15:01:59.527Z] Registry: https://index.docker.io/v1/ [2022-02-15T15:01:59.527Z] Labels: [2022-02-15T15:01:59.527Z] Experimental: true [2022-02-15T15:01:59.527Z] Insecure Registries: [2022-02-15T15:01:59.527Z] 127.0.0.0/8 [2022-02-15T15:01:59.527Z] Live Restore Enabled: true [2022-02-15T15:01:59.527Z] [2022-02-15T15:01:59.527Z] WARNING: No swap limit support [Pipeline] sh [2022-02-15T15:01:59.684Z] #19 105.5 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-02-15T15:01:59.684Z] #19 105.6 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-02-15T15:01:59.684Z] #19 105.7 [2022-02-15T15:01:59.684Z] #19 105.7 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-02-15T15:01:59.828Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-15T15:01:59.828Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-15T15:01:59.828Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43241/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-02-15T15:01:59.828Z] + bash /home/ubuntu/workspace/moby_PR-43241/check-config.sh [2022-02-15T15:01:59.828Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-02-15T15:01:59.828Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-02-15T15:01:59.828Z] [2022-02-15T15:01:59.828Z] Generally Necessary: [2022-02-15T15:01:59.828Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-02-15T15:01:59.828Z] - apparmor: enabled and tools installed [2022-02-15T15:01:59.828Z] - CONFIG_NAMESPACES: enabled [2022-02-15T15:01:59.828Z] - CONFIG_NET_NS: enabled [2022-02-15T15:01:59.828Z] - CONFIG_PID_NS: enabled [2022-02-15T15:01:59.828Z] - CONFIG_IPC_NS: enabled [2022-02-15T15:01:59.828Z] - CONFIG_UTS_NS: enabled [2022-02-15T15:01:59.828Z] - CONFIG_CGROUPS: enabled [2022-02-15T15:01:59.946Z] #19 105.8 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.946Z] #19 105.8 Setting up dpkg-dev (1.20.9) ... [2022-02-15T15:01:59.946Z] #19 105.8 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.946Z] #19 105.8 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-02-15T15:01:59.946Z] #19 105.8 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.946Z] #19 105.8 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.946Z] #19 105.9 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.946Z] #19 105.9 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.946Z] #19 105.9 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-02-15T15:01:59.946Z] #19 105.9 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.946Z] #19 105.9 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.946Z] #19 105.9 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.946Z] #19 105.9 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:01:59.946Z] #19 105.9 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-02-15T15:01:59.946Z] #19 106.0 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-02-15T15:02:00.098Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-02-15T15:02:00.098Z] - CONFIG_CGROUP_DEVICE: enabled [2022-02-15T15:02:00.098Z] - CONFIG_CGROUP_FREEZER: enabled [2022-02-15T15:02:00.098Z] - CONFIG_CGROUP_SCHED: enabled [2022-02-15T15:02:00.098Z] - CONFIG_CPUSETS: enabled [2022-02-15T15:02:00.098Z] - CONFIG_MEMCG: enabled [2022-02-15T15:02:00.098Z] - CONFIG_KEYS: enabled [2022-02-15T15:02:00.098Z] - CONFIG_VETH: enabled (as module) [2022-02-15T15:02:00.098Z] - CONFIG_BRIDGE: enabled (as module) [2022-02-15T15:02:00.098Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-02-15T15:02:00.098Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-02-15T15:02:00.098Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-02-15T15:02:00.098Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-02-15T15:02:00.098Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-02-15T15:02:00.098Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-02-15T15:02:00.098Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-02-15T15:02:00.099Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-02-15T15:02:00.099Z] - CONFIG_NF_NAT: enabled (as module) [2022-02-15T15:02:00.099Z] - CONFIG_POSIX_MQUEUE: enabled [2022-02-15T15:02:00.099Z] - CONFIG_CGROUP_BPF: enabled [2022-02-15T15:02:00.099Z] [2022-02-15T15:02:00.099Z] Optional Features: [2022-02-15T15:02:00.099Z] - CONFIG_USER_NS: enabled [2022-02-15T15:02:00.099Z] - CONFIG_SECCOMP: enabled [2022-02-15T15:02:00.099Z] - CONFIG_SECCOMP_FILTER: enabled [2022-02-15T15:02:00.099Z] - CONFIG_CGROUP_PIDS: enabled [2022-02-15T15:02:00.099Z] - CONFIG_MEMCG_SWAP: enabled [2022-02-15T15:02:00.099Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-02-15T15:02:00.099Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-02-15T15:02:00.099Z] - CONFIG_BLK_CGROUP: enabled [2022-02-15T15:02:00.099Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-02-15T15:02:00.099Z] - CONFIG_CGROUP_PERF: enabled [2022-02-15T15:02:00.099Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-02-15T15:02:00.099Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-02-15T15:02:00.099Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-02-15T15:02:00.099Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-02-15T15:02:00.099Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-02-15T15:02:00.206Z] #19 106.1 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-02-15T15:02:00.206Z] #19 106.1 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-02-15T15:02:00.206Z] #19 106.3 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-02-15T15:02:00.382Z] - CONFIG_RT_GROUP_SCHED: missing [2022-02-15T15:02:00.382Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-02-15T15:02:00.382Z] - CONFIG_IP_VS: enabled (as module) [2022-02-15T15:02:00.382Z] - CONFIG_IP_VS_NFCT: enabled [2022-02-15T15:02:00.382Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-02-15T15:02:00.382Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-02-15T15:02:00.382Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-02-15T15:02:00.382Z] - CONFIG_SECURITY_SELINUX: enabled [2022-02-15T15:02:00.382Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-02-15T15:02:00.382Z] - CONFIG_EXT4_FS: enabled [2022-02-15T15:02:00.382Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-02-15T15:02:00.382Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-02-15T15:02:00.382Z] - Network Drivers: [2022-02-15T15:02:00.382Z] - "overlay": [2022-02-15T15:02:00.382Z] - CONFIG_VXLAN: enabled (as module) [2022-02-15T15:02:00.382Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-02-15T15:02:00.382Z] Optional (for encrypted networks): [2022-02-15T15:02:00.382Z] - CONFIG_CRYPTO: enabled [2022-02-15T15:02:00.382Z] - CONFIG_CRYPTO_AEAD: enabled [2022-02-15T15:02:00.382Z] - CONFIG_CRYPTO_GCM: enabled [2022-02-15T15:02:00.382Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-02-15T15:02:00.382Z] - CONFIG_CRYPTO_GHASH: enabled [2022-02-15T15:02:00.382Z] - CONFIG_XFRM: enabled [2022-02-15T15:02:00.382Z] - CONFIG_XFRM_USER: enabled (as module) [2022-02-15T15:02:00.382Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-02-15T15:02:00.382Z] - CONFIG_INET_ESP: enabled (as module) [2022-02-15T15:02:00.382Z] - "ipvlan": [2022-02-15T15:02:00.382Z] - CONFIG_IPVLAN: enabled (as module) [2022-02-15T15:02:00.382Z] - "macvlan": [2022-02-15T15:02:00.383Z] - CONFIG_MACVLAN: enabled (as module) [2022-02-15T15:02:00.383Z] - CONFIG_DUMMY: enabled (as module) [2022-02-15T15:02:00.383Z] - "ftp,tftp client in container": [2022-02-15T15:02:00.383Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-02-15T15:02:00.383Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-02-15T15:02:00.383Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-02-15T15:02:00.383Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-02-15T15:02:00.383Z] - Storage Drivers: [2022-02-15T15:02:00.383Z] - "aufs": [2022-02-15T15:02:00.383Z] - CONFIG_AUFS_FS: enabled (as module) [2022-02-15T15:02:00.383Z] - "btrfs": [2022-02-15T15:02:00.383Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-02-15T15:02:00.468Z] #19 106.3 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:02:00.468Z] #19 106.3 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:02:00.468Z] #19 106.3 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-02-15T15:02:00.468Z] #19 106.3 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-02-15T15:02:00.468Z] #19 106.3 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-02-15T15:02:00.468Z] #19 106.3 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:02:00.468Z] #19 106.4 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:02:00.468Z] #19 106.4 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-02-15T15:02:00.468Z] #19 106.4 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-02-15T15:02:00.468Z] #19 106.4 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:02:00.468Z] #19 106.4 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:02:00.468Z] #19 106.4 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:02:00.468Z] #19 106.5 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-02-15T15:02:00.468Z] #19 106.5 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:02:00.647Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-02-15T15:02:00.647Z] - "devicemapper": [2022-02-15T15:02:00.647Z] - CONFIG_BLK_DEV_DM: enabled [2022-02-15T15:02:00.647Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-02-15T15:02:00.647Z] - "overlay": [2022-02-15T15:02:00.647Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-02-15T15:02:00.647Z] - "zfs": [2022-02-15T15:02:00.647Z] - /dev/zfs: present [2022-02-15T15:02:00.647Z] - zfs command: missing [2022-02-15T15:02:00.647Z] - zpool command: missing [2022-02-15T15:02:00.647Z] [2022-02-15T15:02:00.647Z] Limits: [2022-02-15T15:02:00.647Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-02-15T15:02:00.647Z] [2022-02-15T15:02:00.647Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-02-15T15:02:00.729Z] #19 106.5 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-02-15T15:02:00.729Z] #19 106.5 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:02:00.729Z] #19 106.5 Setting up libxml-simple-perl (2.25-1) ... [2022-02-15T15:02:00.729Z] #19 106.5 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-02-15T15:02:00.729Z] #19 106.5 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-02-15T15:02:00.729Z] #19 106.5 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-02-15T15:02:00.729Z] #19 106.5 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:02:00.729Z] #19 106.6 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:02:00.729Z] #19 106.6 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-02-15T15:02:00.729Z] #19 106.6 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-02-15T15:02:00.729Z] #19 106.6 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:02:00.729Z] #19 106.6 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-02-15T15:02:00.729Z] #19 106.6 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-02-15T15:02:00.729Z] #19 106.6 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:02:00.729Z] #19 106.6 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:02:00.729Z] #19 106.7 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:02:00.729Z] #19 106.7 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-02-15T15:02:00.729Z] #19 106.7 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-02-15T15:02:00.729Z] #19 106.7 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-02-15T15:02:00.729Z] #19 106.7 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:02:00.729Z] #19 106.7 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-02-15T15:02:00.729Z] #19 106.7 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:02:00.729Z] #19 106.8 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:02:00.729Z] #19 106.8 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-02-15T15:02:00.729Z] #19 106.8 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:02:00.989Z] #19 106.8 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:02:00.989Z] #19 106.8 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-02-15T15:02:00.989Z] #19 106.8 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:02:00.989Z] #19 106.8 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-02-15T15:02:00.989Z] #19 106.9 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:02:00.989Z] #19 106.9 Setting up crossbuild-essential-armel (12.9) ... [2022-02-15T15:02:00.989Z] #19 106.9 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-02-15T15:02:00.989Z] #19 106.9 Setting up crossbuild-essential-armhf (12.9) ... [2022-02-15T15:02:00.989Z] #19 106.9 Setting up crossbuild-essential-arm64 (12.9) ... [2022-02-15T15:02:00.989Z] #19 106.9 Setting up crossbuild-essential-s390x (12.9) ... [2022-02-15T15:02:00.989Z] #19 106.9 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-02-15T15:02:00.989Z] #19 106.9 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:02:01.007Z] + sudo modprobe ip_vs [2022-02-15T15:02:01.007Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 . [2022-02-15T15:02:01.272Z] #1 [internal] load build definition from Dockerfile [2022-02-15T15:02:01.272Z] #1 sha256:e00b0165b245d8300afa5c9abd5ef57c013deabd1e9e0cc31ac4ae171286b9b1 [2022-02-15T15:02:01.272Z] #1 transferring dockerfile: 16.86kB done [2022-02-15T15:02:01.534Z] #1 DONE 0.2s [2022-02-15T15:02:01.534Z] [2022-02-15T15:02:01.534Z] #2 [internal] load .dockerignore [2022-02-15T15:02:01.534Z] #2 sha256:dff8f71e055cf105a1db88b5b6dc16ad0ad874dd40191699dacf5b4defd96c04 [2022-02-15T15:02:01.534Z] #2 transferring context: 87B done [2022-02-15T15:02:01.534Z] #2 DONE 0.1s [2022-02-15T15:02:01.534Z] [2022-02-15T15:02:01.534Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-02-15T15:02:01.534Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-02-15T15:02:01.796Z] #3 DONE 0.4s [2022-02-15T15:02:01.796Z] [2022-02-15T15:02:01.796Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-02-15T15:02:01.796Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-02-15T15:02:01.796Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-02-15T15:02:02.058Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-02-15T15:02:02.058Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-02-15T15:02:02.058Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-02-15T15:02:02.058Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-02-15T15:02:02.058Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-02-15T15:02:02.058Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-02-15T15:02:02.641Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.5s done [2022-02-15T15:02:02.899Z] #19 DONE 108.4s [2022-02-15T15:02:02.899Z] [2022-02-15T15:02:02.899Z] #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-02-15T15:02:02.899Z] #45 sha256:5a71d644d5d9cd364d115b066d1c3eb067b71da59931b0bde39be33e5a73e047 [2022-02-15T15:02:02.899Z] #45 ... [2022-02-15T15:02:02.899Z] [2022-02-15T15:02:02.899Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-02-15T15:02:02.899Z] #69 sha256:10c1042901e106be99621301f196bfe9f954d812fd15bf1753b58736b30e09d9 [2022-02-15T15:02:02.899Z] #69 DONE 0.1s [2022-02-15T15:02:02.899Z] [2022-02-15T15:02:02.899Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-02-15T15:02:02.899Z] #32 sha256:0cbebbe12d54585042e40001be76d0b270fb757e6c14c75b9038c52844a0de6d [2022-02-15T15:02:02.899Z] #32 DONE 0.1s [2022-02-15T15:02:02.899Z] [2022-02-15T15:02:02.899Z] #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-02-15T15:02:02.899Z] #33 sha256:76f03261b0825f6af94390c240657cafd37fae16d4c8fe92b07e56610432abd2 [2022-02-15T15:02:03.157Z] Client: [2022-02-15T15:02:03.157Z] Context: default [2022-02-15T15:02:03.157Z] Debug Mode: false [2022-02-15T15:02:03.157Z] Plugins: [2022-02-15T15:02:03.157Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-02-15T15:02:03.157Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-02-15T15:02:03.157Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-02-15T15:02:03.157Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-02-15T15:02:03.157Z] [2022-02-15T15:02:03.157Z] Server: [2022-02-15T15:02:03.157Z] Containers: 0 [2022-02-15T15:02:03.157Z] Running: 0 [2022-02-15T15:02:03.157Z] Paused: 0 [2022-02-15T15:02:03.157Z] Stopped: 0 [2022-02-15T15:02:03.157Z] Images: 0 [2022-02-15T15:02:03.157Z] Server Version: 20.10.12 [2022-02-15T15:02:03.157Z] Storage Driver: overlay2 [2022-02-15T15:02:03.157Z] Backing Filesystem: extfs [2022-02-15T15:02:03.157Z] Supports d_type: true [2022-02-15T15:02:03.157Z] Native Overlay Diff: true [2022-02-15T15:02:03.157Z] userxattr: false [2022-02-15T15:02:03.157Z] Logging Driver: json-file [2022-02-15T15:02:03.157Z] Cgroup Driver: cgroupfs [2022-02-15T15:02:03.157Z] Cgroup Version: 1 [2022-02-15T15:02:03.157Z] Plugins: [2022-02-15T15:02:03.157Z] Volume: local [2022-02-15T15:02:03.157Z] Network: bridge host ipvlan macvlan null overlay [2022-02-15T15:02:03.157Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-02-15T15:02:03.157Z] Swarm: inactive [2022-02-15T15:02:03.157Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-02-15T15:02:03.157Z] Default Runtime: runc [2022-02-15T15:02:03.157Z] Init Binary: docker-init [2022-02-15T15:02:03.157Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-02-15T15:02:03.157Z] runc version: v1.0.2-0-g52b36a2 [2022-02-15T15:02:03.157Z] init version: de40ad0 [2022-02-15T15:02:03.157Z] Security Options: [2022-02-15T15:02:03.157Z] apparmor [2022-02-15T15:02:03.157Z] seccomp [2022-02-15T15:02:03.157Z] Profile: default [2022-02-15T15:02:03.157Z] Kernel Version: 5.4.0-1061-aws [2022-02-15T15:02:03.157Z] Operating System: Ubuntu 18.04.6 LTS [2022-02-15T15:02:03.157Z] OSType: linux [2022-02-15T15:02:03.157Z] Architecture: x86_64 [2022-02-15T15:02:03.157Z] CPUs: 2 [2022-02-15T15:02:03.157Z] Total Memory: 7.565GiB [2022-02-15T15:02:03.157Z] Name: ip-10-100-66-244 [2022-02-15T15:02:03.157Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-02-15T15:02:03.157Z] Docker Root Dir: /var/lib/docker [2022-02-15T15:02:03.157Z] Debug Mode: false [2022-02-15T15:02:03.157Z] Registry: https://index.docker.io/v1/ [2022-02-15T15:02:03.157Z] Labels: [2022-02-15T15:02:03.157Z] Experimental: true [2022-02-15T15:02:03.157Z] Insecure Registries: [2022-02-15T15:02:03.157Z] 127.0.0.0/8 [2022-02-15T15:02:03.157Z] Live Restore Enabled: true [2022-02-15T15:02:03.157Z] [2022-02-15T15:02:03.157Z] WARNING: No swap limit support [Pipeline] sh [2022-02-15T15:02:03.516Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-15T15:02:03.516Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-15T15:02:03.516Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43241/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-02-15T15:02:03.516Z] + bash /home/ubuntu/workspace/moby_PR-43241/check-config.sh [2022-02-15T15:02:03.516Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-02-15T15:02:03.516Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-02-15T15:02:03.516Z] [2022-02-15T15:02:03.516Z] Generally Necessary: [2022-02-15T15:02:03.516Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-02-15T15:02:03.516Z] - apparmor: enabled and tools installed [2022-02-15T15:02:03.516Z] - CONFIG_NAMESPACES: enabled [2022-02-15T15:02:03.516Z] - CONFIG_NET_NS: enabled [2022-02-15T15:02:03.516Z] - CONFIG_PID_NS: enabled [2022-02-15T15:02:03.516Z] - CONFIG_IPC_NS: enabled [2022-02-15T15:02:03.516Z] - CONFIG_UTS_NS: enabled [2022-02-15T15:02:03.516Z] - CONFIG_CGROUPS: enabled [2022-02-15T15:02:03.516Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-02-15T15:02:03.516Z] - CONFIG_CGROUP_DEVICE: enabled [2022-02-15T15:02:03.516Z] - CONFIG_CGROUP_FREEZER: enabled [2022-02-15T15:02:03.516Z] - CONFIG_CGROUP_SCHED: enabled [2022-02-15T15:02:03.516Z] - CONFIG_CPUSETS: enabled [2022-02-15T15:02:03.516Z] - CONFIG_MEMCG: enabled [2022-02-15T15:02:03.516Z] - CONFIG_KEYS: enabled [2022-02-15T15:02:03.516Z] - CONFIG_VETH: enabled (as module) [2022-02-15T15:02:03.517Z] - CONFIG_BRIDGE: enabled (as module) [2022-02-15T15:02:03.517Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-02-15T15:02:03.517Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-02-15T15:02:03.517Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-02-15T15:02:03.517Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-02-15T15:02:03.517Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-02-15T15:02:03.517Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-02-15T15:02:03.517Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-02-15T15:02:03.585Z] #4 DONE 1.7s [2022-02-15T15:02:03.793Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-02-15T15:02:03.793Z] - CONFIG_NF_NAT: enabled (as module) [2022-02-15T15:02:03.793Z] - CONFIG_POSIX_MQUEUE: enabled [2022-02-15T15:02:03.793Z] - CONFIG_CGROUP_BPF: enabled [2022-02-15T15:02:03.793Z] [2022-02-15T15:02:03.793Z] Optional Features: [2022-02-15T15:02:03.793Z] - CONFIG_USER_NS: enabled [2022-02-15T15:02:03.793Z] - CONFIG_SECCOMP: enabled [2022-02-15T15:02:03.793Z] - CONFIG_SECCOMP_FILTER: enabled [2022-02-15T15:02:03.793Z] - CONFIG_CGROUP_PIDS: enabled [2022-02-15T15:02:03.793Z] - CONFIG_MEMCG_SWAP: enabled [2022-02-15T15:02:03.793Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-02-15T15:02:03.793Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-02-15T15:02:03.793Z] - CONFIG_BLK_CGROUP: enabled [2022-02-15T15:02:03.793Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-02-15T15:02:03.793Z] - CONFIG_CGROUP_PERF: enabled [2022-02-15T15:02:03.793Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-02-15T15:02:03.793Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-02-15T15:02:03.793Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-02-15T15:02:03.793Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-02-15T15:02:03.793Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-02-15T15:02:03.793Z] - CONFIG_RT_GROUP_SCHED: missing [2022-02-15T15:02:03.793Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-02-15T15:02:03.793Z] - CONFIG_IP_VS: enabled (as module) [2022-02-15T15:02:03.793Z] - CONFIG_IP_VS_NFCT: enabled [2022-02-15T15:02:03.793Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-02-15T15:02:03.793Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-02-15T15:02:03.846Z] [2022-02-15T15:02:03.846Z] #6 [internal] load build definition from Dockerfile [2022-02-15T15:02:03.846Z] #6 sha256:72c71f9e4d051dc5a716b815764c4b8ff9578fef584340c37659e48778affb2f [2022-02-15T15:02:03.846Z] #6 DONE 0.0s [2022-02-15T15:02:03.846Z] [2022-02-15T15:02:03.846Z] #5 [internal] load .dockerignore [2022-02-15T15:02:03.846Z] #5 sha256:ade807cdcf6e65a85673f9d6b47dcb817972502f70a022ea121e7e895e067080 [2022-02-15T15:02:03.846Z] #5 DONE 0.0s [2022-02-15T15:02:03.846Z] [2022-02-15T15:02:03.846Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-15T15:02:03.846Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-02-15T15:02:04.058Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-02-15T15:02:04.058Z] - CONFIG_SECURITY_SELINUX: enabled [2022-02-15T15:02:04.058Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-02-15T15:02:04.058Z] - CONFIG_EXT4_FS: enabled [2022-02-15T15:02:04.058Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-02-15T15:02:04.058Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-02-15T15:02:04.058Z] - Network Drivers: [2022-02-15T15:02:04.058Z] - "overlay": [2022-02-15T15:02:04.058Z] - CONFIG_VXLAN: enabled (as module) [2022-02-15T15:02:04.058Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-02-15T15:02:04.058Z] Optional (for encrypted networks): [2022-02-15T15:02:04.058Z] - CONFIG_CRYPTO: enabled [2022-02-15T15:02:04.058Z] - CONFIG_CRYPTO_AEAD: enabled [2022-02-15T15:02:04.058Z] - CONFIG_CRYPTO_GCM: enabled [2022-02-15T15:02:04.058Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-02-15T15:02:04.058Z] - CONFIG_CRYPTO_GHASH: enabled [2022-02-15T15:02:04.058Z] - CONFIG_XFRM: enabled [2022-02-15T15:02:04.058Z] - CONFIG_XFRM_USER: enabled (as module) [2022-02-15T15:02:04.058Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-02-15T15:02:04.058Z] - CONFIG_INET_ESP: enabled (as module) [2022-02-15T15:02:04.058Z] - "ipvlan": [2022-02-15T15:02:04.058Z] - CONFIG_IPVLAN: enabled (as module) [2022-02-15T15:02:04.058Z] - "macvlan": [2022-02-15T15:02:04.058Z] - CONFIG_MACVLAN: enabled (as module) [2022-02-15T15:02:04.058Z] - CONFIG_DUMMY: enabled (as module) [2022-02-15T15:02:04.058Z] - "ftp,tftp client in container": [2022-02-15T15:02:04.058Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-02-15T15:02:04.058Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-02-15T15:02:04.058Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-02-15T15:02:04.058Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-02-15T15:02:04.058Z] - Storage Drivers: [2022-02-15T15:02:04.058Z] - "aufs": [2022-02-15T15:02:04.058Z] - CONFIG_AUFS_FS: enabled (as module) [2022-02-15T15:02:04.058Z] - "btrfs": [2022-02-15T15:02:04.058Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-02-15T15:02:04.058Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-02-15T15:02:04.058Z] - "devicemapper": [2022-02-15T15:02:04.286Z] #33 1.391 + RM_GOPATH=0 [2022-02-15T15:02:04.286Z] #33 1.391 + TMP_GOPATH= [2022-02-15T15:02:04.286Z] #33 1.391 + : /build [2022-02-15T15:02:04.286Z] #33 1.391 + '[' -z '' ']' [2022-02-15T15:02:04.286Z] #33 1.393 ++ mktemp -d [2022-02-15T15:02:04.286Z] #33 1.394 + export GOPATH=/tmp/tmp.WpCkvfOPRC [2022-02-15T15:02:04.286Z] #33 1.395 + GOPATH=/tmp/tmp.WpCkvfOPRC [2022-02-15T15:02:04.286Z] #33 1.395 + RM_GOPATH=1 [2022-02-15T15:02:04.286Z] #33 1.395 + case "$(go env GOARCH)" in [2022-02-15T15:02:04.286Z] #33 1.395 ++ go env GOARCH [2022-02-15T15:02:04.286Z] #33 1.398 + export GO_BUILDMODE=-buildmode=pie [2022-02-15T15:02:04.286Z] #33 1.399 + GO_BUILDMODE=-buildmode=pie [2022-02-15T15:02:04.286Z] #33 1.399 ++ dirname /install.sh [2022-02-15T15:02:04.286Z] #33 1.400 + dir=/ [2022-02-15T15:02:04.286Z] #33 1.400 + bin=dockercli [2022-02-15T15:02:04.286Z] #33 1.400 + shift [2022-02-15T15:02:04.286Z] #33 1.400 + '[' '!' -f //dockercli.installer ']' [2022-02-15T15:02:04.286Z] #33 1.400 + . //dockercli.installer [2022-02-15T15:02:04.286Z] #33 1.400 ++ : stable [2022-02-15T15:02:04.286Z] #33 1.400 ++ : 17.06.2-ce [2022-02-15T15:02:04.286Z] #33 1.400 + install_dockercli [2022-02-15T15:02:04.286Z] #33 1.400 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-02-15T15:02:04.286Z] #33 1.400 Install docker/cli version 17.06.2-ce from stable [2022-02-15T15:02:04.286Z] #33 1.400 ++ uname -m [2022-02-15T15:02:04.286Z] #33 1.403 + arch=x86_64 [2022-02-15T15:02:04.286Z] #33 1.403 + '[' x86_64 '!=' x86_64 ']' [2022-02-15T15:02:04.286Z] #33 1.403 + url=https://download.docker.com/linux/static [2022-02-15T15:02:04.286Z] #33 1.403 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-02-15T15:02:04.286Z] #33 1.404 + tar -xz docker/docker [2022-02-15T15:02:04.315Z] - CONFIG_BLK_DEV_DM: enabled [2022-02-15T15:02:04.315Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-02-15T15:02:04.315Z] - "overlay": [2022-02-15T15:02:04.315Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-02-15T15:02:04.315Z] - "zfs": [2022-02-15T15:02:04.315Z] - /dev/zfs: present [2022-02-15T15:02:04.315Z] - zfs command: missing [2022-02-15T15:02:04.315Z] - zpool command: missing [2022-02-15T15:02:04.315Z] [2022-02-15T15:02:04.315Z] Limits: [2022-02-15T15:02:04.315Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-02-15T15:02:04.315Z] [2022-02-15T15:02:04.315Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-02-15T15:02:04.663Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 . [2022-02-15T15:02:04.790Z] #10 ... [2022-02-15T15:02:04.790Z] [2022-02-15T15:02:04.790Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-02-15T15:02:04.790Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-02-15T15:02:04.790Z] #7 DONE 1.1s [2022-02-15T15:02:04.923Z] #1 [internal] load build definition from Dockerfile [2022-02-15T15:02:04.923Z] #1 sha256:c414f5f643cbab84aaa771c0c3925b4a0bcd05f1cb8bb8184c0a8582f6addaa1 [2022-02-15T15:02:04.923Z] #1 transferring dockerfile: 16.86kB done [2022-02-15T15:02:04.923Z] #1 DONE 0.1s [2022-02-15T15:02:04.923Z] [2022-02-15T15:02:04.923Z] #2 [internal] load .dockerignore [2022-02-15T15:02:04.923Z] #2 sha256:bc26fb0b2bcef4ed3ae36a11ddd4d95c90242e9525e4610755acb9a479fcd731 [2022-02-15T15:02:04.923Z] #2 transferring context: 87B done [2022-02-15T15:02:04.923Z] #2 DONE 0.0s [2022-02-15T15:02:05.050Z] [2022-02-15T15:02:05.050Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-15T15:02:05.050Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-02-15T15:02:05.050Z] #9 DONE 1.1s [2022-02-15T15:02:05.050Z] [2022-02-15T15:02:05.050Z] #8 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-02-15T15:02:05.050Z] #8 sha256:eda05fc3da6faa541b4282a9f511df3d293d97e722e26daa7bfa08bc5da49211 [2022-02-15T15:02:05.050Z] #8 DONE 1.2s [2022-02-15T15:02:05.050Z] [2022-02-15T15:02:05.050Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-15T15:02:05.050Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-02-15T15:02:05.050Z] #10 DONE 1.2s [2022-02-15T15:02:05.184Z] [2022-02-15T15:02:05.184Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-02-15T15:02:05.184Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-02-15T15:02:05.443Z] #3 DONE 0.4s [2022-02-15T15:02:05.443Z] [2022-02-15T15:02:05.443Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-02-15T15:02:05.443Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-02-15T15:02:05.443Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-02-15T15:02:05.443Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-02-15T15:02:05.443Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-02-15T15:02:05.443Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-02-15T15:02:05.443Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 5.24MB / 9.67MB 0.1s [2022-02-15T15:02:05.699Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-02-15T15:02:05.699Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-02-15T15:02:05.830Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-02-15T15:02:05.830Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-15T15:02:05.830Z] GOOS="" GOARCH="" GOARM="" [2022-02-15T15:02:05.830Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-15T15:02:05.830Z] [2022-02-15T15:02:05.830Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-02-15T15:02:05.830Z] DOCKER_SYSTEMD=1 [2022-02-15T15:02:05.830Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-02-15T15:02:05.830Z] HOSTNAME=b9d548cae745 [2022-02-15T15:02:05.830Z] DEST=bundles/test-integration [2022-02-15T15:02:05.830Z] PWD=/go/src/github.com/docker/docker [2022-02-15T15:02:05.830Z] DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:02:05.830Z] container=docker [2022-02-15T15:02:05.830Z] HOME=/root [2022-02-15T15:02:05.830Z] LANG=C.UTF-8 [2022-02-15T15:02:05.830Z] INVOCATION_ID=f69565a1ca5849468683775b0efdf4f7 [2022-02-15T15:02:05.830Z] GOLANG_VERSION=1.17.6 [2022-02-15T15:02:05.830Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-02-15T15:02:05.830Z] VALIDATE_BRANCH=master [2022-02-15T15:02:05.830Z] TERM=xterm [2022-02-15T15:02:05.830Z] DOCKER_PKG=github.com/docker/docker [2022-02-15T15:02:05.830Z] SHLVL=3 [2022-02-15T15:02:05.830Z] TIMEOUT=120m [2022-02-15T15:02:05.830Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-02-15T15:02:05.830Z] DOCKER_GRAPHDRIVER=overlay2 [2022-02-15T15:02:05.830Z] GO111MODULE=off [2022-02-15T15:02:05.830Z] DOCKER_EXPERIMENTAL=1 [2022-02-15T15:02:05.830Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-02-15T15:02:05.830Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-02-15T15:02:05.830Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-02-15T15:02:05.830Z] GOPATH=/go [2022-02-15T15:02:05.830Z] PKG_CONFIG=pkg-config [2022-02-15T15:02:05.830Z] _=/usr/bin/env [2022-02-15T15:02:05.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-02-15T15:02:05.956Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-02-15T15:02:06.213Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-02-15T15:02:06.461Z] [2022-02-15T15:02:06.461Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:06.461Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:06.461Z] #11 resolve docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 0.1s done [2022-02-15T15:02:06.461Z] #11 sha256:ec67c62f48ddfbca1ccaef18f9b3addccd707e1885fa28702a3954340786fcf6 1.80kB / 1.80kB done [2022-02-15T15:02:06.461Z] #11 sha256:80d9a75ccb3879eefdece2f6409bd7a7eed708ea4e830e6c4ecfadeff65f68e0 7.07kB / 7.07kB done [2022-02-15T15:02:06.461Z] #11 sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 1.86kB / 1.86kB done [2022-02-15T15:02:06.461Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 1.05MB / 54.92MB 0.2s [2022-02-15T15:02:06.461Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 0B / 5.15MB 0.2s [2022-02-15T15:02:06.461Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 0B / 10.87MB 0.2s [2022-02-15T15:02:06.461Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 5.24MB / 54.92MB 0.3s [2022-02-15T15:02:06.461Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 2.10MB / 5.15MB 0.3s [2022-02-15T15:02:06.461Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 1.05MB / 10.87MB 0.3s [2022-02-15T15:02:06.471Z] #4 DONE 0.9s [2022-02-15T15:02:06.471Z] [2022-02-15T15:02:06.471Z] #5 [internal] load build definition from Dockerfile [2022-02-15T15:02:06.471Z] #5 sha256:42fb8c9660fdb5f31ce47222ae71434731f8d917d52f16fc7ab924bca2fd535d [2022-02-15T15:02:06.471Z] #5 DONE 0.0s [2022-02-15T15:02:06.471Z] [2022-02-15T15:02:06.471Z] #6 [internal] load .dockerignore [2022-02-15T15:02:06.471Z] #6 sha256:8a85c0e1fef5b8dfd9fa877f058f2d2d40bd9a9818587b427b9a553850d2500c [2022-02-15T15:02:06.471Z] #6 DONE 0.0s [2022-02-15T15:02:06.471Z] [2022-02-15T15:02:06.471Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-02-15T15:02:06.471Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-02-15T15:02:06.723Z] #11 ... [2022-02-15T15:02:06.723Z] [2022-02-15T15:02:06.723Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-02-15T15:02:06.723Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-02-15T15:02:06.723Z] #45 DONE 0.0s [2022-02-15T15:02:06.723Z] [2022-02-15T15:02:06.723Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:06.723Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:06.723Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 0.4s [2022-02-15T15:02:06.723Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 2.10MB / 10.87MB 0.4s [2022-02-15T15:02:06.723Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 13.41MB / 54.92MB 0.5s [2022-02-15T15:02:06.723Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 0.4s done [2022-02-15T15:02:06.723Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 6.29MB / 10.87MB 0.5s [2022-02-15T15:02:06.985Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 5.24MB / 54.57MB 0.6s [2022-02-15T15:02:06.985Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 23.07MB / 54.92MB 0.9s [2022-02-15T15:02:06.985Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.87MB / 10.87MB 0.9s [2022-02-15T15:02:06.985Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 11.53MB / 54.57MB 0.9s [2022-02-15T15:02:07.262Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.87MB / 10.87MB 0.9s done [2022-02-15T15:02:07.262Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 14.68MB / 54.57MB 0.9s [2022-02-15T15:02:07.401Z] #9 ... [2022-02-15T15:02:07.401Z] [2022-02-15T15:02:07.401Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-15T15:02:07.401Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-02-15T15:02:07.401Z] #8 DONE 0.7s [2022-02-15T15:02:07.401Z] [2022-02-15T15:02:07.401Z] #7 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-02-15T15:02:07.401Z] #7 sha256:eda05fc3da6faa541b4282a9f511df3d293d97e722e26daa7bfa08bc5da49211 [2022-02-15T15:02:07.401Z] #7 DONE 0.7s [2022-02-15T15:02:07.401Z] [2022-02-15T15:02:07.401Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-02-15T15:02:07.401Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-02-15T15:02:07.401Z] #10 DONE 0.7s [2022-02-15T15:02:07.401Z] [2022-02-15T15:02:07.401Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-02-15T15:02:07.401Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-02-15T15:02:07.401Z] #9 DONE 0.7s [2022-02-15T15:02:07.526Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 28.31MB / 54.92MB 1.0s [2022-02-15T15:02:07.526Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 20.97MB / 54.57MB 1.0s [2022-02-15T15:02:07.526Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 1.05MB / 85.81MB 1.0s [2022-02-15T15:02:07.526Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 27.26MB / 54.57MB 1.2s [2022-02-15T15:02:07.526Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 11.53MB / 85.81MB 1.2s [2022-02-15T15:02:07.526Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 40.89MB / 54.92MB 1.3s [2022-02-15T15:02:07.526Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 16.78MB / 85.81MB 1.3s [2022-02-15T15:02:07.593Z] #33 4.358 + mkdir -p /build [2022-02-15T15:02:07.593Z] #33 4.361 + mv docker/docker /build/ [2022-02-15T15:02:07.593Z] #33 4.364 + rmdir docker [2022-02-15T15:02:07.790Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 44.04MB / 54.92MB 1.5s [2022-02-15T15:02:07.790Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 34.60MB / 54.57MB 1.5s [2022-02-15T15:02:07.790Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 47.19MB / 54.92MB 1.6s [2022-02-15T15:02:08.051Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 50.33MB / 54.92MB 1.7s [2022-02-15T15:02:08.051Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 39.85MB / 54.57MB 1.7s [2022-02-15T15:02:08.051Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 25.17MB / 85.81MB 1.7s [2022-02-15T15:02:08.051Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 1.9s [2022-02-15T15:02:08.051Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 54.53MB / 54.57MB 1.9s [2022-02-15T15:02:08.051Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 39.85MB / 85.81MB 1.9s [2022-02-15T15:02:08.312Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 49.28MB / 85.81MB 2.1s [2022-02-15T15:02:08.536Z] #33 DONE 5.8s [2022-02-15T15:02:08.536Z] [2022-02-15T15:02:08.536Z] #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-02-15T15:02:08.536Z] #45 sha256:5a71d644d5d9cd364d115b066d1c3eb067b71da59931b0bde39be33e5a73e047 [2022-02-15T15:02:08.536Z] #45 1.734 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-02-15T15:02:08.536Z] #45 1.734 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-02-15T15:02:08.536Z] #45 1.737 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-02-15T15:02:08.536Z] #45 2.080 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-02-15T15:02:08.536Z] #45 2.795 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-02-15T15:02:08.536Z] #45 3.338 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-02-15T15:02:08.536Z] #45 4.187 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-02-15T15:02:08.536Z] #45 4.936 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-02-15T15:02:08.536Z] #45 5.521 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [120 kB] [2022-02-15T15:02:08.536Z] #45 5.528 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [115 kB] [2022-02-15T15:02:08.536Z] #45 5.530 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [112 kB] [2022-02-15T15:02:08.536Z] #45 5.533 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [112 kB] [2022-02-15T15:02:08.536Z] #45 5.536 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [120 kB] [2022-02-15T15:02:08.536Z] #45 5.565 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-02-15T15:02:08.536Z] #45 5.587 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-02-15T15:02:08.536Z] #45 5.602 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-02-15T15:02:08.536Z] #45 5.607 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-02-15T15:02:08.536Z] #45 5.618 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-02-15T15:02:08.578Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 57.67MB / 85.81MB 2.4s [2022-02-15T15:02:08.775Z] [2022-02-15T15:02:08.776Z] #24 [internal] load build context [2022-02-15T15:02:08.776Z] #24 sha256:4da7a9ba0ab0476ed7b896a9e36de10591d9258602a464bf054e8ef7cf9bf25d [2022-02-15T15:02:08.844Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 2.4s done [2022-02-15T15:02:08.844Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 62.91MB / 85.81MB 2.5s [2022-02-15T15:02:09.047Z] #24 ... [2022-02-15T15:02:09.047Z] [2022-02-15T15:02:09.047Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-02-15T15:02:09.047Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-02-15T15:02:09.047Z] #45 DONE 0.0s [2022-02-15T15:02:09.047Z] [2022-02-15T15:02:09.047Z] #24 [internal] load build context [2022-02-15T15:02:09.047Z] #24 sha256:4da7a9ba0ab0476ed7b896a9e36de10591d9258602a464bf054e8ef7cf9bf25d [2022-02-15T15:02:09.105Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 79.69MB / 85.81MB 2.7s [2022-02-15T15:02:09.105Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 [2022-02-15T15:02:09.368Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 54.57MB / 54.57MB 3.0s done [2022-02-15T15:02:09.368Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 84.93MB / 85.81MB 3.1s [2022-02-15T15:02:09.368Z] #11 sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 0B / 155B 3.1s [2022-02-15T15:02:09.368Z] #11 sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 155B / 155B 3.2s [2022-02-15T15:02:09.368Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 0B / 134.83MB 3.2s [2022-02-15T15:02:09.629Z] #11 sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 155B / 155B 3.2s done [2022-02-15T15:02:09.890Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 7.34MB / 134.83MB 3.5s [2022-02-15T15:02:09.890Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 15.62MB / 134.83MB 3.7s [2022-02-15T15:02:09.989Z] #24 transferring context: 11.59MB 1.5s [2022-02-15T15:02:10.462Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 31.46MB / 134.83MB 4.1s [2022-02-15T15:02:10.462Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 46.14MB / 134.83MB 4.3s [2022-02-15T15:02:10.726Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 85.81MB / 85.81MB 4.3s done [2022-02-15T15:02:10.991Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 53.32MB / 134.83MB 4.6s [2022-02-15T15:02:11.084Z] #45 ... [2022-02-15T15:02:11.084Z] [2022-02-15T15:02:11.084Z] #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-02-15T15:02:11.084Z] #70 sha256:d3ddc8167ddf435e5ef8447da270a141f2a6d0f067d1dc25be256ce57fef8359 [2022-02-15T15:02:11.084Z] #70 1.364 + RM_GOPATH=0 [2022-02-15T15:02:11.084Z] #70 1.364 + TMP_GOPATH= [2022-02-15T15:02:11.084Z] #70 1.364 + : /build [2022-02-15T15:02:11.084Z] #70 1.364 + '[' -z '' ']' [2022-02-15T15:02:11.084Z] #70 1.364 ++ mktemp -d [2022-02-15T15:02:11.084Z] #70 1.364 + export GOPATH=/tmp/tmp.JSEVadoIi4 [2022-02-15T15:02:11.084Z] #70 1.364 + GOPATH=/tmp/tmp.JSEVadoIi4 [2022-02-15T15:02:11.084Z] #70 1.364 + RM_GOPATH=1 [2022-02-15T15:02:11.084Z] #70 1.364 + case "$(go env GOARCH)" in [2022-02-15T15:02:11.084Z] #70 1.364 ++ go env GOARCH [2022-02-15T15:02:11.084Z] #70 1.373 + export GO_BUILDMODE=-buildmode=pie [2022-02-15T15:02:11.084Z] #70 1.373 + GO_BUILDMODE=-buildmode=pie [2022-02-15T15:02:11.084Z] #70 1.373 ++ dirname /install.sh [2022-02-15T15:02:11.084Z] #70 1.374 + dir=/ [2022-02-15T15:02:11.084Z] #70 1.374 + bin=rootlesskit [2022-02-15T15:02:11.084Z] #70 1.374 + shift [2022-02-15T15:02:11.084Z] #70 1.374 + '[' '!' -f //rootlesskit.installer ']' [2022-02-15T15:02:11.084Z] #70 1.374 + . //rootlesskit.installer [2022-02-15T15:02:11.084Z] #70 1.374 ++ : v0.14.6 [2022-02-15T15:02:11.084Z] #70 1.375 + install_rootlesskit [2022-02-15T15:02:11.084Z] #70 1.375 + case "$1" in [2022-02-15T15:02:11.084Z] #70 1.375 + export CGO_ENABLED=0 [2022-02-15T15:02:11.084Z] #70 1.375 + CGO_ENABLED=0 [2022-02-15T15:02:11.084Z] #70 1.375 + _install_rootlesskit [2022-02-15T15:02:11.084Z] #70 1.375 + echo 'Install rootlesskit version v0.14.6' [2022-02-15T15:02:11.084Z] #70 1.375 Install rootlesskit version v0.14.6 [2022-02-15T15:02:11.084Z] #70 1.375 + for f in rootlesskit rootlesskit-docker-proxy [2022-02-15T15:02:11.084Z] #70 1.375 + GOBIN=/build [2022-02-15T15:02:11.084Z] #70 1.375 + GO111MODULE=on [2022-02-15T15:02:11.084Z] #70 1.375 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-02-15T15:02:11.084Z] #70 1.793 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-02-15T15:02:11.084Z] #70 3.454 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-02-15T15:02:11.084Z] #70 3.458 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-02-15T15:02:11.084Z] #70 3.780 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-02-15T15:02:11.084Z] #70 5.091 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-02-15T15:02:11.084Z] #70 5.260 go: downloading github.com/google/uuid v1.3.0 [2022-02-15T15:02:11.084Z] #70 5.260 go: downloading github.com/moby/vpnkit v0.5.0 [2022-02-15T15:02:11.084Z] #70 5.301 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-02-15T15:02:11.084Z] #70 5.417 go: downloading github.com/gofrs/flock v0.8.1 [2022-02-15T15:02:11.084Z] #70 5.464 go: downloading github.com/gorilla/mux v1.8.0 [2022-02-15T15:02:11.084Z] #70 5.553 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-02-15T15:02:11.084Z] #70 5.674 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-02-15T15:02:11.084Z] #70 5.771 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-02-15T15:02:11.084Z] #70 5.852 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-02-15T15:02:11.084Z] #70 6.459 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-02-15T15:02:11.253Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 61.87MB / 134.83MB 5.0s [2022-02-15T15:02:11.516Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 70.25MB / 134.83MB 5.2s [2022-02-15T15:02:11.778Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 79.69MB / 134.83MB 5.5s [2022-02-15T15:02:12.039Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 89.13MB / 134.83MB 5.7s [2022-02-15T15:02:12.307Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 96.47MB / 134.83MB 5.9s [2022-02-15T15:02:12.471Z] #70 ... [2022-02-15T15:02:12.471Z] [2022-02-15T15:02:12.471Z] #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-02-15T15:02:12.471Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-02-15T15:02:12.471Z] #20 1.707 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-02-15T15:02:12.471Z] #20 1.708 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-02-15T15:02:12.471Z] #20 1.708 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-02-15T15:02:12.471Z] #20 1.979 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-02-15T15:02:12.471Z] #20 2.522 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-02-15T15:02:12.471Z] #20 3.192 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-02-15T15:02:12.471Z] #20 3.793 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-02-15T15:02:12.471Z] #20 4.361 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-02-15T15:02:12.471Z] #20 5.239 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [112 kB] [2022-02-15T15:02:12.471Z] #20 5.255 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [115 kB] [2022-02-15T15:02:12.471Z] #20 5.271 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [120 kB] [2022-02-15T15:02:12.471Z] #20 5.297 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [112 kB] [2022-02-15T15:02:12.471Z] #20 5.307 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [120 kB] [2022-02-15T15:02:12.471Z] #20 5.329 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-02-15T15:02:12.471Z] #20 5.336 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-02-15T15:02:12.471Z] #20 5.337 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-02-15T15:02:12.471Z] #20 5.343 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-02-15T15:02:12.471Z] #20 5.343 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-02-15T15:02:12.734Z] #20 ... [2022-02-15T15:02:12.734Z] [2022-02-15T15:02:12.734Z] #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-02-15T15:02:12.734Z] #65 sha256:7d542d9832629334b662d635f8a0941311db1aece944bae7a930d573892624f8 [2022-02-15T15:02:12.734Z] #65 1.775 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-02-15T15:02:12.734Z] #65 1.775 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-02-15T15:02:12.734Z] #65 1.775 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-02-15T15:02:12.734Z] #65 2.109 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-02-15T15:02:12.734Z] #65 2.778 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-02-15T15:02:12.734Z] #65 3.431 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-02-15T15:02:12.734Z] #65 4.171 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-02-15T15:02:12.734Z] #65 5.099 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-02-15T15:02:12.734Z] #65 5.715 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [112 kB] [2022-02-15T15:02:12.734Z] #65 5.753 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [115 kB] [2022-02-15T15:02:12.734Z] #65 5.760 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [120 kB] [2022-02-15T15:02:12.734Z] #65 5.763 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [120 kB] [2022-02-15T15:02:12.734Z] #65 5.767 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [112 kB] [2022-02-15T15:02:12.734Z] #65 5.786 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-02-15T15:02:12.734Z] #65 5.787 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-02-15T15:02:12.734Z] #65 5.788 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-02-15T15:02:12.734Z] #65 5.789 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-02-15T15:02:12.734Z] #65 5.793 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-02-15T15:02:12.889Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 105.91MB / 134.83MB 6.4s [2022-02-15T15:02:12.889Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 115.09MB / 134.83MB 6.7s [2022-02-15T15:02:13.153Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 122.68MB / 134.83MB 6.9s [2022-02-15T15:02:13.539Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 132.12MB / 134.83MB 7.1s [2022-02-15T15:02:13.679Z] #65 ... [2022-02-15T15:02:13.679Z] [2022-02-15T15:02:13.679Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-02-15T15:02:13.679Z] #37 sha256:8bfa97ae2417880a41fad506644efa61b1fa35713a8fad530685d18d5e3ec74e [2022-02-15T15:02:13.679Z] #37 CACHED [2022-02-15T15:02:13.679Z] [2022-02-15T15:02:13.679Z] #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-02-15T15:02:13.679Z] #36 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-02-15T15:02:13.679Z] #36 CACHED [2022-02-15T15:02:13.679Z] [2022-02-15T15:02:13.679Z] #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-02-15T15:02:13.679Z] #38 sha256:b88b748559d777e34585f835f18087576d8add8f1f7b00052d060c284c534d7b [2022-02-15T15:02:13.679Z] #38 CACHED [2022-02-15T15:02:13.679Z] [2022-02-15T15:02:13.679Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-02-15T15:02:13.679Z] #40 sha256:b7d377f2965af815cbf8c35073959a3e4ab1fc93aa58585f4e4bbf74a8e71fb8 [2022-02-15T15:02:13.679Z] #40 CACHED [2022-02-15T15:02:13.679Z] [2022-02-15T15:02:13.679Z] #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-02-15T15:02:13.679Z] #41 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-15T15:02:13.679Z] #41 CACHED [2022-02-15T15:02:13.679Z] [2022-02-15T15:02:13.679Z] #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-02-15T15:02:13.679Z] #43 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-02-15T15:02:13.679Z] #43 CACHED [2022-02-15T15:02:13.679Z] [2022-02-15T15:02:13.679Z] #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-02-15T15:02:13.679Z] #45 sha256:5a71d644d5d9cd364d115b066d1c3eb067b71da59931b0bde39be33e5a73e047 [2022-02-15T15:02:13.804Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 5.0s [2022-02-15T15:02:14.166Z] #24 ... [2022-02-15T15:02:14.166Z] [2022-02-15T15:02:14.166Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-15T15:02:14.166Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-02-15T15:02:14.166Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-02-15T15:02:14.166Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s done [2022-02-15T15:02:14.166Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-02-15T15:02:14.166Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-02-15T15:02:14.166Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-02-15T15:02:14.166Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.4s done [2022-02-15T15:02:14.166Z] #67 DONE 5.8s [2022-02-15T15:02:14.166Z] [2022-02-15T15:02:14.166Z] #24 [internal] load build context [2022-02-15T15:02:14.166Z] #24 sha256:4da7a9ba0ab0476ed7b896a9e36de10591d9258602a464bf054e8ef7cf9bf25d [2022-02-15T15:02:14.747Z] #11 ... [2022-02-15T15:02:14.747Z] [2022-02-15T15:02:14.747Z] #24 [internal] load build context [2022-02-15T15:02:14.747Z] #24 sha256:5491ecce4f69a3e1e97e0d22f74a9a97c8f005cf37c6661432c0c28814461238 [2022-02-15T15:02:14.747Z] #24 transferring context: 57.22MB 7.4s done [2022-02-15T15:02:14.747Z] #24 DONE 8.6s [2022-02-15T15:02:14.747Z] [2022-02-15T15:02:14.747Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:14.747Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:14.747Z] #11 ... [2022-02-15T15:02:14.747Z] [2022-02-15T15:02:14.747Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-15T15:02:14.747Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-02-15T15:02:14.747Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-02-15T15:02:14.748Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-02-15T15:02:14.748Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-02-15T15:02:14.748Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-02-15T15:02:14.748Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.2s done [2022-02-15T15:02:14.748Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.4s done [2022-02-15T15:02:15.008Z] #67 ... [2022-02-15T15:02:15.008Z] [2022-02-15T15:02:15.008Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:15.008Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:15.008Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 134.83MB / 134.83MB 8.6s done [2022-02-15T15:02:15.008Z] #11 ... [2022-02-15T15:02:15.008Z] [2022-02-15T15:02:15.008Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-15T15:02:15.008Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-02-15T15:02:15.008Z] #67 DONE 8.8s [2022-02-15T15:02:15.008Z] [2022-02-15T15:02:15.008Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:15.008Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:15.008Z] #11 ... [2022-02-15T15:02:15.008Z] [2022-02-15T15:02:15.008Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-15T15:02:15.008Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-02-15T15:02:15.008Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-02-15T15:02:15.008Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-02-15T15:02:15.008Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-02-15T15:02:15.008Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.0s done [2022-02-15T15:02:15.008Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.8s done [2022-02-15T15:02:15.008Z] #69 DONE 8.9s [2022-02-15T15:02:15.008Z] [2022-02-15T15:02:15.008Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:15.008Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:15.113Z] #24 transferring context: 41.06MB 6.6s [2022-02-15T15:02:16.042Z] #24 transferring context: 57.22MB 7.4s done [2022-02-15T15:02:16.395Z] #11 ... [2022-02-15T15:02:16.395Z] [2022-02-15T15:02:16.395Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-02-15T15:02:16.395Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-02-15T15:02:16.395Z] #28 resolve docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 0.1s done [2022-02-15T15:02:16.395Z] #28 sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 1.85kB / 1.85kB done [2022-02-15T15:02:16.395Z] #28 sha256:7d8264bf731fec57d807d1918bec0a16550f52a9766f0034b40f55c5b7dc3712 529B / 529B done [2022-02-15T15:02:16.395Z] #28 sha256:04fbdaf87a6a632f3f2e8d9f53f97b2813d9e4111c62e21d56454460f477075b 1.46kB / 1.46kB done [2022-02-15T15:02:16.395Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 2.2s done [2022-02-15T15:02:16.395Z] #28 ... [2022-02-15T15:02:16.395Z] [2022-02-15T15:02:16.395Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:16.395Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:16.968Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 8.1s done [2022-02-15T15:02:16.970Z] #24 DONE 8.2s [2022-02-15T15:02:16.970Z] [2022-02-15T15:02:16.970Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:16.970Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:16.970Z] #11 resolve docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 0.1s done [2022-02-15T15:02:16.970Z] #11 sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 1.86kB / 1.86kB done [2022-02-15T15:02:16.970Z] #11 sha256:ec67c62f48ddfbca1ccaef18f9b3addccd707e1885fa28702a3954340786fcf6 1.80kB / 1.80kB done [2022-02-15T15:02:16.970Z] #11 sha256:80d9a75ccb3879eefdece2f6409bd7a7eed708ea4e830e6c4ecfadeff65f68e0 7.07kB / 7.07kB done [2022-02-15T15:02:16.970Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 2.1s done [2022-02-15T15:02:16.970Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 0.4s done [2022-02-15T15:02:16.970Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.87MB / 10.87MB 0.8s done [2022-02-15T15:02:16.970Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 54.57MB / 54.57MB 2.9s done [2022-02-15T15:02:16.970Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 85.81MB / 85.81MB 5.3s done [2022-02-15T15:02:16.970Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 134.83MB / 134.83MB 8.0s [2022-02-15T15:02:16.970Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 5.3s [2022-02-15T15:02:16.970Z] #11 sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 155B / 155B 3.2s done [2022-02-15T15:02:17.228Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 134.83MB / 134.83MB 8.4s done [2022-02-15T15:02:17.228Z] #11 ... [2022-02-15T15:02:17.228Z] [2022-02-15T15:02:17.228Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-02-15T15:02:17.228Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-02-15T15:02:17.228Z] #28 DONE 11.1s [2022-02-15T15:02:17.228Z] [2022-02-15T15:02:17.228Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:17.228Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:17.228Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 [2022-02-15T15:02:17.514Z] #11 ... [2022-02-15T15:02:17.514Z] [2022-02-15T15:02:17.514Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-02-15T15:02:17.514Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-02-15T15:02:17.514Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-02-15T15:02:17.514Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-02-15T15:02:17.514Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-02-15T15:02:17.514Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-02-15T15:02:17.514Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.2s done [2022-02-15T15:02:17.514Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.7s done [2022-02-15T15:02:17.514Z] #69 DONE 8.8s [2022-02-15T15:02:17.514Z] [2022-02-15T15:02:17.514Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-02-15T15:02:17.514Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-02-15T15:02:17.514Z] #28 resolve docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 0.1s done [2022-02-15T15:02:17.514Z] #28 sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 1.85kB / 1.85kB done [2022-02-15T15:02:17.515Z] #28 sha256:7d8264bf731fec57d807d1918bec0a16550f52a9766f0034b40f55c5b7dc3712 529B / 529B done [2022-02-15T15:02:17.515Z] #28 sha256:04fbdaf87a6a632f3f2e8d9f53f97b2813d9e4111c62e21d56454460f477075b 1.46kB / 1.46kB done [2022-02-15T15:02:17.515Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 2.1s done [2022-02-15T15:02:17.515Z] #28 ... [2022-02-15T15:02:17.515Z] [2022-02-15T15:02:17.515Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:17.515Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:17.802Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 0.5s done [2022-02-15T15:02:17.802Z] #11 ... [2022-02-15T15:02:17.802Z] [2022-02-15T15:02:17.802Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-02-15T15:02:17.802Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-02-15T15:02:17.802Z] #68 DONE 0.5s [2022-02-15T15:02:17.802Z] [2022-02-15T15:02:17.802Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:17.802Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:17.802Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 [2022-02-15T15:02:18.765Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 0.7s done [2022-02-15T15:02:18.883Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 7.2s done [2022-02-15T15:02:18.883Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 [2022-02-15T15:02:19.142Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 0.4s done [2022-02-15T15:02:19.337Z] #11 ... [2022-02-15T15:02:19.337Z] [2022-02-15T15:02:19.337Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-02-15T15:02:19.337Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-02-15T15:02:19.337Z] #70 DONE 1.2s [2022-02-15T15:02:19.337Z] [2022-02-15T15:02:19.337Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:19.337Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:19.337Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 [2022-02-15T15:02:19.398Z] #11 ... [2022-02-15T15:02:19.398Z] [2022-02-15T15:02:19.398Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-02-15T15:02:19.398Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-02-15T15:02:19.398Z] #28 DONE 10.6s [2022-02-15T15:02:19.398Z] [2022-02-15T15:02:19.398Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-02-15T15:02:19.398Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-02-15T15:02:19.398Z] #68 DONE 0.8s [2022-02-15T15:02:19.398Z] [2022-02-15T15:02:19.398Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-02-15T15:02:19.398Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-02-15T15:02:20.328Z] #70 DONE 0.9s [2022-02-15T15:02:20.328Z] [2022-02-15T15:02:20.328Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:20.328Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:20.328Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 1.0s [2022-02-15T15:02:20.328Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 1.0s done [2022-02-15T15:02:20.586Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 [2022-02-15T15:02:21.820Z] #45 18.82 Fetched 40.4 MB in 17s (2326 kB/s) [2022-02-15T15:02:24.649Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 5.2s [2022-02-15T15:02:25.839Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 5.1s [2022-02-15T15:02:26.569Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 7.0s done [2022-02-15T15:02:26.570Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b [2022-02-15T15:02:27.516Z] #11 ... [2022-02-15T15:02:27.516Z] [2022-02-15T15:02:27.516Z] #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-02-15T15:02:27.516Z] #29 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-02-15T15:02:27.516Z] #29 1.550 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-15T15:02:27.516Z] #29 1.550 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-15T15:02:27.516Z] #29 1.582 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-15T15:02:27.516Z] #29 1.717 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-15T15:02:27.517Z] #29 1.983 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB] [2022-02-15T15:02:27.517Z] #29 2.134 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-15T15:02:27.517Z] #29 3.685 Fetched 8503 kB in 2s (3547 kB/s) [2022-02-15T15:02:27.517Z] #29 3.685 Reading package lists... [2022-02-15T15:02:27.517Z] #29 4.518 Reading package lists... [2022-02-15T15:02:27.517Z] #29 5.345 Building dependency tree... [2022-02-15T15:02:27.517Z] #29 5.730 The following additional packages will be installed: [2022-02-15T15:02:27.517Z] #29 5.730 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-02-15T15:02:27.517Z] #29 5.730 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-02-15T15:02:27.517Z] #29 5.730 Recommended packages: [2022-02-15T15:02:27.517Z] #29 5.730 libldap-common publicsuffix libsasl2-modules [2022-02-15T15:02:27.517Z] #29 5.906 The following NEW packages will be installed: [2022-02-15T15:02:27.517Z] #29 5.906 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-02-15T15:02:27.517Z] #29 5.906 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-02-15T15:02:27.517Z] #29 5.906 libssh2-1 openssl [2022-02-15T15:02:27.517Z] #29 6.181 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-02-15T15:02:27.517Z] #29 6.181 Need to get 3038 kB of archives. [2022-02-15T15:02:27.517Z] #29 6.181 After this operation, 6650 kB of additional disk space will be used. [2022-02-15T15:02:27.517Z] #29 6.181 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-02-15T15:02:27.517Z] #29 6.202 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-02-15T15:02:27.517Z] #29 6.202 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-02-15T15:02:27.517Z] #29 6.216 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2022-02-15T15:02:27.517Z] #29 6.216 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2022-02-15T15:02:27.517Z] #29 6.216 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-02-15T15:02:27.517Z] #29 6.216 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-02-15T15:02:27.517Z] #29 6.216 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-02-15T15:02:27.517Z] #29 6.216 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-02-15T15:02:27.517Z] #29 6.216 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-02-15T15:02:27.517Z] #29 6.234 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-02-15T15:02:27.517Z] #29 6.234 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-02-15T15:02:27.517Z] #29 6.234 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-02-15T15:02:27.517Z] #29 6.234 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-02-15T15:02:27.517Z] #29 6.234 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-02-15T15:02:27.517Z] #29 6.459 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:02:27.517Z] #29 6.494 Fetched 3038 kB in 0s (9410 kB/s) [2022-02-15T15:02:27.517Z] #29 6.526 Selecting previously unselected package openssl. [2022-02-15T15:02:27.517Z] #29 6.526 (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-02-15T15:02:27.517Z] #29 6.526 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-02-15T15:02:27.517Z] #29 6.538 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-02-15T15:02:27.517Z] #29 6.727 Selecting previously unselected package ca-certificates. [2022-02-15T15:02:27.517Z] #29 6.727 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-02-15T15:02:27.517Z] #29 6.732 Unpacking ca-certificates (20210119) ... [2022-02-15T15:02:27.517Z] #29 6.845 Selecting previously unselected package libbrotli1:amd64. [2022-02-15T15:02:27.517Z] #29 6.845 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-02-15T15:02:27.517Z] #29 6.853 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-02-15T15:02:27.517Z] #29 6.986 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-02-15T15:02:27.517Z] #29 6.986 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2022-02-15T15:02:27.517Z] #29 6.986 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-02-15T15:02:27.517Z] #29 7.038 Selecting previously unselected package libsasl2-2:amd64. [2022-02-15T15:02:27.517Z] #29 7.039 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2022-02-15T15:02:27.517Z] #29 7.043 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-02-15T15:02:27.517Z] #29 7.120 Selecting previously unselected package libldap-2.4-2:amd64. [2022-02-15T15:02:27.517Z] #29 7.120 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-02-15T15:02:27.517Z] #29 7.125 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-02-15T15:02:27.517Z] #29 7.230 Selecting previously unselected package libnghttp2-14:amd64. [2022-02-15T15:02:27.517Z] #29 7.232 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-02-15T15:02:27.517Z] #29 7.237 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-02-15T15:02:27.517Z] #29 7.296 Selecting previously unselected package libpsl5:amd64. [2022-02-15T15:02:27.517Z] #29 7.296 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-02-15T15:02:27.517Z] #29 7.301 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-02-15T15:02:27.517Z] #29 7.359 Selecting previously unselected package librtmp1:amd64. [2022-02-15T15:02:27.517Z] #29 7.359 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-02-15T15:02:27.517Z] #29 7.364 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-02-15T15:02:27.517Z] #29 7.420 Selecting previously unselected package libssh2-1:amd64. [2022-02-15T15:02:27.517Z] #29 7.420 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-02-15T15:02:27.517Z] #29 7.426 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-02-15T15:02:27.517Z] #29 7.500 Selecting previously unselected package libcurl4:amd64. [2022-02-15T15:02:27.517Z] #29 7.501 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-02-15T15:02:27.517Z] #29 7.506 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-02-15T15:02:27.517Z] #29 7.615 Selecting previously unselected package curl. [2022-02-15T15:02:27.517Z] #29 7.615 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-02-15T15:02:27.517Z] #29 7.621 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-02-15T15:02:27.517Z] #29 7.733 Selecting previously unselected package libonig5:amd64. [2022-02-15T15:02:27.517Z] #29 7.733 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-02-15T15:02:27.517Z] #29 7.738 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-02-15T15:02:27.517Z] #29 7.823 Selecting previously unselected package libjq1:amd64. [2022-02-15T15:02:27.517Z] #29 7.823 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-02-15T15:02:27.517Z] #29 7.827 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-02-15T15:02:27.517Z] #29 7.889 Selecting previously unselected package jq. [2022-02-15T15:02:27.517Z] #29 7.889 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-02-15T15:02:27.517Z] #29 7.901 Unpacking jq (1.6-2.1) ... [2022-02-15T15:02:27.517Z] #29 7.948 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-02-15T15:02:27.517Z] #29 7.967 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-02-15T15:02:27.517Z] #29 7.982 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-02-15T15:02:27.517Z] #29 7.997 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-02-15T15:02:27.517Z] #29 8.010 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-02-15T15:02:27.517Z] #29 8.026 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-02-15T15:02:27.517Z] #29 8.042 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-02-15T15:02:27.517Z] #29 8.062 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-02-15T15:02:27.517Z] #29 8.078 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-02-15T15:02:27.517Z] #29 8.092 Setting up libjq1:amd64 (1.6-2.1) ... [2022-02-15T15:02:27.517Z] #29 8.105 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-02-15T15:02:27.517Z] #29 8.121 Setting up ca-certificates (20210119) ... [2022-02-15T15:02:27.517Z] #29 8.851 Updating certificates in /etc/ssl/certs... [2022-02-15T15:02:27.517Z] #29 10.11 129 added, 0 removed; done. [2022-02-15T15:02:27.517Z] #29 10.15 Setting up jq (1.6-2.1) ... [2022-02-15T15:02:27.517Z] #29 10.16 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-02-15T15:02:27.517Z] #29 10.18 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-02-15T15:02:27.517Z] #29 10.19 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:02:27.517Z] #29 10.21 Processing triggers for ca-certificates (20210119) ... [2022-02-15T15:02:27.517Z] #29 10.23 Updating certificates in /etc/ssl/certs... [2022-02-15T15:02:27.517Z] #29 ... [2022-02-15T15:02:27.517Z] [2022-02-15T15:02:27.517Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:27.517Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:28.362Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 7.2s done [2022-02-15T15:02:28.362Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b [2022-02-15T15:02:28.362Z] #11 ... [2022-02-15T15:02:28.362Z] [2022-02-15T15:02:28.362Z] #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-02-15T15:02:28.362Z] #29 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-02-15T15:02:28.362Z] #29 1.704 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-15T15:02:28.362Z] #29 1.707 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-15T15:02:28.362Z] #29 1.707 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-15T15:02:28.362Z] #29 1.916 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB] [2022-02-15T15:02:28.362Z] #29 2.121 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-15T15:02:28.362Z] #29 2.473 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-15T15:02:28.362Z] #29 4.015 Fetched 8503 kB in 3s (3291 kB/s) [2022-02-15T15:02:28.362Z] #29 4.015 Reading package lists... [2022-02-15T15:02:28.362Z] #29 4.905 Reading package lists... [2022-02-15T15:02:28.362Z] #29 5.721 Building dependency tree... [2022-02-15T15:02:28.362Z] #29 6.077 The following additional packages will be installed: [2022-02-15T15:02:28.362Z] #29 6.077 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-02-15T15:02:28.362Z] #29 6.077 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-02-15T15:02:28.362Z] #29 6.077 Recommended packages: [2022-02-15T15:02:28.362Z] #29 6.077 libldap-common publicsuffix libsasl2-modules [2022-02-15T15:02:28.362Z] #29 6.260 The following NEW packages will be installed: [2022-02-15T15:02:28.362Z] #29 6.261 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-02-15T15:02:28.362Z] #29 6.261 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-02-15T15:02:28.362Z] #29 6.262 libssh2-1 openssl [2022-02-15T15:02:28.362Z] #29 6.540 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-02-15T15:02:28.362Z] #29 6.540 Need to get 3038 kB of archives. [2022-02-15T15:02:28.362Z] #29 6.540 After this operation, 6650 kB of additional disk space will be used. [2022-02-15T15:02:28.362Z] #29 6.540 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-02-15T15:02:28.362Z] #29 6.557 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-02-15T15:02:28.362Z] #29 6.560 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-02-15T15:02:28.362Z] #29 6.564 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2022-02-15T15:02:28.362Z] #29 6.569 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2022-02-15T15:02:28.362Z] #29 6.569 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-02-15T15:02:28.362Z] #29 6.573 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-02-15T15:02:28.362Z] #29 6.574 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-02-15T15:02:28.362Z] #29 6.575 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-02-15T15:02:28.362Z] #29 6.576 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-02-15T15:02:28.362Z] #29 6.578 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-02-15T15:02:28.362Z] #29 6.583 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-02-15T15:02:28.362Z] #29 6.591 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-02-15T15:02:28.362Z] #29 6.596 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-02-15T15:02:28.362Z] #29 6.596 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-02-15T15:02:28.362Z] #29 6.812 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:02:28.362Z] #29 6.847 Fetched 3038 kB in 0s (9316 kB/s) [2022-02-15T15:02:28.362Z] #29 6.877 Selecting previously unselected package openssl. [2022-02-15T15:02:28.362Z] #29 6.877 (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-02-15T15:02:28.362Z] #29 6.880 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-02-15T15:02:28.362Z] #29 6.886 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-02-15T15:02:28.362Z] #29 7.074 Selecting previously unselected package ca-certificates. [2022-02-15T15:02:28.362Z] #29 7.074 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-02-15T15:02:28.362Z] #29 7.078 Unpacking ca-certificates (20210119) ... [2022-02-15T15:02:28.362Z] #29 7.154 Selecting previously unselected package libbrotli1:amd64. [2022-02-15T15:02:28.362Z] #29 7.154 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-02-15T15:02:28.362Z] #29 7.164 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-02-15T15:02:28.362Z] #29 7.245 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-02-15T15:02:28.362Z] #29 7.245 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2022-02-15T15:02:28.362Z] #29 7.252 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-02-15T15:02:28.362Z] #29 7.298 Selecting previously unselected package libsasl2-2:amd64. [2022-02-15T15:02:28.362Z] #29 7.298 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2022-02-15T15:02:28.362Z] #29 7.306 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-02-15T15:02:28.362Z] #29 7.363 Selecting previously unselected package libldap-2.4-2:amd64. [2022-02-15T15:02:28.362Z] #29 7.363 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-02-15T15:02:28.362Z] #29 7.369 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-02-15T15:02:28.362Z] #29 7.447 Selecting previously unselected package libnghttp2-14:amd64. [2022-02-15T15:02:28.362Z] #29 7.447 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-02-15T15:02:28.362Z] #29 7.457 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-02-15T15:02:28.362Z] #29 7.520 Selecting previously unselected package libpsl5:amd64. [2022-02-15T15:02:28.362Z] #29 7.522 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-02-15T15:02:28.362Z] #29 7.540 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-02-15T15:02:28.362Z] #29 7.570 Selecting previously unselected package librtmp1:amd64. [2022-02-15T15:02:28.362Z] #29 7.570 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-02-15T15:02:28.362Z] #29 7.576 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-02-15T15:02:28.362Z] #29 7.694 Selecting previously unselected package libssh2-1:amd64. [2022-02-15T15:02:28.362Z] #29 7.694 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-02-15T15:02:28.362Z] #29 7.749 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-02-15T15:02:28.362Z] #29 8.045 Selecting previously unselected package libcurl4:amd64. [2022-02-15T15:02:28.362Z] #29 8.045 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-02-15T15:02:28.362Z] #29 8.059 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-02-15T15:02:28.362Z] #29 8.163 Selecting previously unselected package curl. [2022-02-15T15:02:28.362Z] #29 8.163 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-02-15T15:02:28.362Z] #29 8.249 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-02-15T15:02:28.362Z] #29 8.327 Selecting previously unselected package libonig5:amd64. [2022-02-15T15:02:28.362Z] #29 8.327 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-02-15T15:02:28.362Z] #29 8.337 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-02-15T15:02:28.362Z] #29 8.604 Selecting previously unselected package libjq1:amd64. [2022-02-15T15:02:28.362Z] #29 8.604 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-02-15T15:02:28.362Z] #29 8.611 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-02-15T15:02:28.362Z] #29 8.831 Selecting previously unselected package jq. [2022-02-15T15:02:28.362Z] #29 8.832 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-02-15T15:02:28.362Z] #29 8.945 Unpacking jq (1.6-2.1) ... [2022-02-15T15:02:28.362Z] #29 9.087 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-02-15T15:02:28.401Z] ok github.com/docker/docker/cmd/dockerd 0.038s coverage: 29.1% of statements [2022-02-15T15:02:28.401Z] ok github.com/docker/docker/container 0.114s coverage: 34.8% of statements [2022-02-15T15:02:28.401Z] ok github.com/docker/docker/cmd/dockerd/trap 2.376s coverage: 0.0% of statements [2022-02-15T15:02:28.401Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-02-15T15:02:28.401Z] ? github.com/docker/docker/container/stream [no test files] [2022-02-15T15:02:28.401Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-02-15T15:02:28.401Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-02-15T15:02:28.401Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-02-15T15:02:28.619Z] #29 9.187 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-02-15T15:02:28.619Z] #29 9.240 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-02-15T15:02:28.619Z] #29 9.289 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-02-15T15:02:28.619Z] #29 ... [2022-02-15T15:02:28.619Z] [2022-02-15T15:02:28.619Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:28.619Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:29.969Z] #45 18.82 Reading package lists... [2022-02-15T15:02:29.969Z] #45 ... [2022-02-15T15:02:29.969Z] [2022-02-15T15:02:29.969Z] #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-02-15T15:02:29.969Z] #65 sha256:7d542d9832629334b662d635f8a0941311db1aece944bae7a930d573892624f8 [2022-02-15T15:02:29.969Z] #65 19.28 Fetched 40.4 MB in 18s (2274 kB/s) [2022-02-15T15:02:30.072Z] #11 ... [2022-02-15T15:02:30.072Z] [2022-02-15T15:02:30.072Z] #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-02-15T15:02:30.072Z] #29 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-02-15T15:02:30.072Z] #29 11.12 0 added, 0 removed; done. [2022-02-15T15:02:30.072Z] #29 11.12 Running hooks in /etc/ca-certificates/update.d... [2022-02-15T15:02:30.072Z] #29 11.12 done. [2022-02-15T15:02:30.072Z] #29 DONE 12.4s [2022-02-15T15:02:30.072Z] [2022-02-15T15:02:30.072Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:30.072Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:30.072Z] #11 ... [2022-02-15T15:02:30.072Z] [2022-02-15T15:02:30.072Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-02-15T15:02:30.072Z] #30 sha256:eacbdf88b3e226a9e8988fa54032b87b67230d0ecd249b9bb86c8d1622d3e0c9 [2022-02-15T15:02:30.072Z] #30 DONE 0.3s [2022-02-15T15:02:30.072Z] [2022-02-15T15:02:30.072Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:30.072Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:30.913Z] #65 19.28 Reading package lists... [2022-02-15T15:02:30.913Z] #65 ... [2022-02-15T15:02:30.913Z] [2022-02-15T15:02:30.913Z] #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-02-15T15:02:30.913Z] #45 sha256:5a71d644d5d9cd364d115b066d1c3eb067b71da59931b0bde39be33e5a73e047 [2022-02-15T15:02:30.913Z] #45 18.82 Reading package lists... [2022-02-15T15:02:31.485Z] #45 28.39 Reading package lists... [2022-02-15T15:02:31.485Z] #45 ... [2022-02-15T15:02:31.485Z] [2022-02-15T15:02:31.485Z] #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-02-15T15:02:31.485Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-02-15T15:02:31.485Z] #20 18.80 Fetched 40.4 MB in 17s (2326 kB/s) [2022-02-15T15:02:31.485Z] #20 18.80 Reading package lists... [2022-02-15T15:02:31.485Z] #20 28.74 Reading package lists... [2022-02-15T15:02:31.485Z] #20 ... [2022-02-15T15:02:31.485Z] [2022-02-15T15:02:31.485Z] #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-02-15T15:02:31.485Z] #65 sha256:7d542d9832629334b662d635f8a0941311db1aece944bae7a930d573892624f8 [2022-02-15T15:02:31.485Z] #65 19.28 Reading package lists... [2022-02-15T15:02:31.699Z] ok github.com/docker/docker/daemon/cluster 0.072s coverage: 0.5% of statements [2022-02-15T15:02:31.990Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 5.1s [2022-02-15T15:02:33.613Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.023s coverage: 65.3% of statements [2022-02-15T15:02:33.891Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 5.0s [2022-02-15T15:02:33.915Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 7.3s done [2022-02-15T15:02:34.149Z] #11 ... [2022-02-15T15:02:34.149Z] [2022-02-15T15:02:34.149Z] #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-02-15T15:02:34.149Z] #29 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-02-15T15:02:34.149Z] #29 9.309 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-02-15T15:02:34.149Z] #29 9.355 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-02-15T15:02:34.149Z] #29 9.431 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-02-15T15:02:34.149Z] #29 9.519 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-02-15T15:02:34.149Z] #29 9.540 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-02-15T15:02:34.149Z] #29 9.559 Setting up libjq1:amd64 (1.6-2.1) ... [2022-02-15T15:02:34.149Z] #29 9.595 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-02-15T15:02:34.149Z] #29 9.609 Setting up ca-certificates (20210119) ... [2022-02-15T15:02:34.149Z] #29 10.38 Updating certificates in /etc/ssl/certs... [2022-02-15T15:02:34.149Z] #29 11.36 129 added, 0 removed; done. [2022-02-15T15:02:34.150Z] #29 11.42 Setting up jq (1.6-2.1) ... [2022-02-15T15:02:34.150Z] #29 11.47 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-02-15T15:02:34.150Z] #29 11.47 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-02-15T15:02:34.150Z] #29 11.49 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:02:34.150Z] #29 11.50 Processing triggers for ca-certificates (20210119) ... [2022-02-15T15:02:34.150Z] #29 11.51 Updating certificates in /etc/ssl/certs... [2022-02-15T15:02:34.150Z] #29 12.43 0 added, 0 removed; done. [2022-02-15T15:02:34.150Z] #29 12.43 Running hooks in /etc/ca-certificates/update.d... [2022-02-15T15:02:34.150Z] #29 12.43 done. [2022-02-15T15:02:34.150Z] #29 DONE 14.9s [2022-02-15T15:02:34.150Z] [2022-02-15T15:02:34.150Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-02-15T15:02:34.150Z] #30 sha256:b5a4e4b3a7346495be8351e3e72b02f6dc92681edb0400e506a564bb1bad0d11 [2022-02-15T15:02:34.177Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 [2022-02-15T15:02:34.410Z] #30 DONE 0.1s [2022-02-15T15:02:34.411Z] [2022-02-15T15:02:34.411Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:34.411Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:34.411Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 5.9s done [2022-02-15T15:02:34.974Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 [2022-02-15T15:02:34.999Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2022-02-15T15:02:38.341Z] #65 29.13 Reading package lists... [2022-02-15T15:02:38.341Z] #65 ... [2022-02-15T15:02:38.341Z] [2022-02-15T15:02:38.341Z] #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-02-15T15:02:38.341Z] #70 sha256:d3ddc8167ddf435e5ef8447da270a141f2a6d0f067d1dc25be256ce57fef8359 [2022-02-15T15:02:38.341Z] #70 29.48 + for f in rootlesskit rootlesskit-docker-proxy [2022-02-15T15:02:38.341Z] #70 29.48 + GOBIN=/build [2022-02-15T15:02:38.341Z] #70 29.48 + GO111MODULE=on [2022-02-15T15:02:38.341Z] #70 29.48 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-02-15T15:02:38.341Z] #70 33.29 rootlesskit version 0.14.6 [2022-02-15T15:02:38.341Z] #70 33.30 Usage of /build/rootlesskit-docker-proxy: [2022-02-15T15:02:38.341Z] #70 33.30 -container-ip string [2022-02-15T15:02:38.341Z] #70 33.30 container ip [2022-02-15T15:02:38.341Z] #70 33.30 -container-port int [2022-02-15T15:02:38.341Z] #70 33.30 container port (default -1) [2022-02-15T15:02:38.341Z] #70 33.30 -host-ip string [2022-02-15T15:02:38.341Z] #70 33.30 host ip [2022-02-15T15:02:38.341Z] #70 33.30 -host-port int [2022-02-15T15:02:38.341Z] #70 33.30 host port (default -1) [2022-02-15T15:02:38.341Z] #70 33.30 -proto string [2022-02-15T15:02:38.341Z] #70 33.30 proxy protocol (default "tcp") [2022-02-15T15:02:39.500Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 5.3s [2022-02-15T15:02:39.782Z] #70 ... [2022-02-15T15:02:39.782Z] [2022-02-15T15:02:39.782Z] #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-02-15T15:02:39.782Z] #65 sha256:7d542d9832629334b662d635f8a0941311db1aece944bae7a930d573892624f8 [2022-02-15T15:02:39.782Z] #65 29.13 Reading package lists... [2022-02-15T15:02:40.072Z] #11 ... [2022-02-15T15:02:40.072Z] [2022-02-15T15:02:40.072Z] #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-02-15T15:02:40.072Z] #31 sha256:570ad933202406c3ba4a39465baf87d38a2d0d03cd87e8e258d41a75d931325c [2022-02-15T15:02:40.072Z] #31 1.952 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-02-15T15:02:40.072Z] #31 2.255 [2022-02-15T15:02:40.072Z] #31 2.478 #=#=# ######################################################################## 100.0% [2022-02-15T15:02:40.072Z] #31 2.750 [2022-02-15T15:02:40.072Z] #31 3.642 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-02-15T15:02:40.072Z] #31 3.937 [2022-02-15T15:02:40.072Z] #31 4.159 #=#=# ######################################################################## 100.0% [2022-02-15T15:02:40.072Z] #31 4.492 [2022-02-15T15:02:40.072Z] #31 5.527 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-02-15T15:02:40.072Z] #31 5.814 [2022-02-15T15:02:40.072Z] #31 6.043 #=#=# ####### 10.9% ######################################## 56.8% ############################################################### 88.6% ######################################################################## 100.0% [2022-02-15T15:02:40.072Z] #31 6.646 [2022-02-15T15:02:40.072Z] #31 7.719 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-02-15T15:02:40.072Z] #31 7.999 [2022-02-15T15:02:40.072Z] #31 8.229 #=#=# ######################################################################## 100.0% [2022-02-15T15:02:40.072Z] #31 8.601 [2022-02-15T15:02:40.072Z] #31 9.356 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-02-15T15:02:40.072Z] #31 9.649 [2022-02-15T15:02:40.072Z] #31 9.873 #=#=# ######################################################################## 100.0% [2022-02-15T15:02:40.072Z] #31 ... [2022-02-15T15:02:40.072Z] [2022-02-15T15:02:40.072Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:40.072Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:40.239Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 5.1s [2022-02-15T15:02:41.579Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.436s coverage: 13.8% of statements [2022-02-15T15:02:41.693Z] #65 37.20 Building dependency tree... [2022-02-15T15:02:41.693Z] #65 ... [2022-02-15T15:02:41.693Z] [2022-02-15T15:02:41.693Z] #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-02-15T15:02:41.693Z] #70 sha256:d3ddc8167ddf435e5ef8447da270a141f2a6d0f067d1dc25be256ce57fef8359 [2022-02-15T15:02:41.693Z] #70 DONE 38.7s [2022-02-15T15:02:41.693Z] [2022-02-15T15:02:41.693Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-02-15T15:02:41.693Z] #71 sha256:27ce501a306a10fb1244fb8b4180907c3fb16eb2091f0e2277e8978258849258 [2022-02-15T15:02:41.693Z] #71 DONE 0.1s [2022-02-15T15:02:41.693Z] [2022-02-15T15:02:41.693Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-02-15T15:02:41.693Z] #72 sha256:374dde3652c9cb3e772b09865fc4a933bc6d9f07d406d560cfcdf1484d9e51c4 [2022-02-15T15:02:41.693Z] #72 DONE 0.1s [2022-02-15T15:02:41.693Z] [2022-02-15T15:02:41.693Z] #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-02-15T15:02:41.693Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-02-15T15:02:41.693Z] #20 28.74 Reading package lists... [2022-02-15T15:02:41.693Z] #20 37.33 Building dependency tree... [2022-02-15T15:02:41.954Z] #20 39.29 Reading state information... [2022-02-15T15:02:41.992Z] #11 ... [2022-02-15T15:02:41.992Z] [2022-02-15T15:02:41.992Z] #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-02-15T15:02:41.992Z] #31 sha256:570ad933202406c3ba4a39465baf87d38a2d0d03cd87e8e258d41a75d931325c [2022-02-15T15:02:41.992Z] #31 10.22 [2022-02-15T15:02:41.992Z] #31 10.31 Download of images into '/build' complete. [2022-02-15T15:02:41.992Z] #31 10.31 Use something like the following to load the result into a Docker daemon: [2022-02-15T15:02:41.992Z] #31 10.31 tar -cC '/build' . | docker load [2022-02-15T15:02:41.992Z] #31 DONE 12.1s [2022-02-15T15:02:42.253Z] [2022-02-15T15:02:42.253Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:42.253Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:42.523Z] ok github.com/docker/docker/daemon/config 0.024s coverage: 81.0% of statements [2022-02-15T15:02:42.526Z] #20 ... [2022-02-15T15:02:42.526Z] [2022-02-15T15:02:42.526Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-02-15T15:02:42.526Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-02-15T15:02:42.526Z] #75 CACHED [2022-02-15T15:02:42.526Z] [2022-02-15T15:02:42.526Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-02-15T15:02:42.526Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-02-15T15:02:42.526Z] #77 CACHED [2022-02-15T15:02:42.783Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2022-02-15T15:02:42.786Z] [2022-02-15T15:02:42.786Z] #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-02-15T15:02:42.786Z] #65 sha256:7d542d9832629334b662d635f8a0941311db1aece944bae7a930d573892624f8 [2022-02-15T15:02:42.786Z] #65 37.20 Building dependency tree... [2022-02-15T15:02:42.786Z] #65 39.34 Reading state information... [2022-02-15T15:02:43.356Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2022-02-15T15:02:44.172Z] #65 41.56 The following additional packages will be installed: [2022-02-15T15:02:44.172Z] #65 41.59 libbtrfs0 [2022-02-15T15:02:44.297Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.006s coverage: 4.2% of statements [2022-02-15T15:02:44.416Z] #11 ... [2022-02-15T15:02:44.417Z] [2022-02-15T15:02:44.417Z] #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-02-15T15:02:44.417Z] #31 sha256:130510f59d51d9156c7dc91614d3efae5aeff5f9f391bc3fcae9779a23b692a9 [2022-02-15T15:02:44.417Z] #31 1.656 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-02-15T15:02:44.417Z] #31 1.948 [2022-02-15T15:02:44.417Z] #31 2.166 #=#=# ######################################################################## 100.0% [2022-02-15T15:02:44.417Z] #31 2.475 [2022-02-15T15:02:44.417Z] #31 3.450 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-02-15T15:02:44.417Z] #31 3.776 [2022-02-15T15:02:44.417Z] #31 4.010 #=#=# ######################################################################## 100.0% [2022-02-15T15:02:44.417Z] #31 4.281 [2022-02-15T15:02:44.417Z] #31 5.419 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-02-15T15:02:44.417Z] #31 5.718 [2022-02-15T15:02:44.417Z] #31 5.942 #=#=# ################## 25.5% ######################################### 57.8% ################################################################ 89.6% ######################################################################## 100.0% [2022-02-15T15:02:44.417Z] #31 6.508 [2022-02-15T15:02:44.417Z] #31 7.466 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-02-15T15:02:44.417Z] #31 7.748 [2022-02-15T15:02:44.417Z] #31 7.978 #=#=# ######################################################################## 100.0% [2022-02-15T15:02:44.417Z] #31 8.277 [2022-02-15T15:02:44.417Z] #31 9.006 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-02-15T15:02:44.417Z] #31 9.312 [2022-02-15T15:02:44.417Z] #31 9.540 #=#=# ######################################################################## 100.0% [2022-02-15T15:02:44.417Z] #31 9.769 [2022-02-15T15:02:44.417Z] #31 9.867 Download of images into '/build' complete. [2022-02-15T15:02:44.417Z] #31 9.867 Use something like the following to load the result into a Docker daemon: [2022-02-15T15:02:44.417Z] #31 9.867 tar -cC '/build' . | docker load [2022-02-15T15:02:44.417Z] #31 ... [2022-02-15T15:02:44.417Z] [2022-02-15T15:02:44.417Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:44.417Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:44.434Z] #65 41.78 The following NEW packages will be installed: [2022-02-15T15:02:44.434Z] #65 41.79 libbtrfs-dev libbtrfs0 [2022-02-15T15:02:44.519Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-02-15T15:02:44.519Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-02-15T15:02:44.696Z] #65 42.23 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-02-15T15:02:44.697Z] #65 42.23 Need to get 460 kB of archives. [2022-02-15T15:02:44.697Z] #65 42.23 After this operation, 1237 kB of additional disk space will be used. [2022-02-15T15:02:44.697Z] #65 42.23 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-02-15T15:02:44.697Z] #65 42.23 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-02-15T15:02:44.805Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 10.4s [2022-02-15T15:02:45.240Z] ok github.com/docker/docker/daemon 10.102s coverage: 17.1% of statements [2022-02-15T15:02:45.240Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-02-15T15:02:45.240Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-02-15T15:02:45.240Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-02-15T15:02:45.240Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-02-15T15:02:45.358Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 10.4s [2022-02-15T15:02:45.637Z] #65 43.05 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:02:45.812Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 3.0% of statements [2022-02-15T15:02:45.812Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.208s coverage: 56.2% of statements [2022-02-15T15:02:45.899Z] #65 43.32 Fetched 460 kB in 0s (1461 kB/s) [2022-02-15T15:02:45.899Z] #65 43.37 Selecting previously unselected package libbtrfs0:amd64. [2022-02-15T15:02:45.899Z] #65 43.38 (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-02-15T15:02:45.899Z] #65 43.43 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-02-15T15:02:45.899Z] #65 43.46 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-02-15T15:02:46.162Z] #65 43.57 Selecting previously unselected package libbtrfs-dev:amd64. [2022-02-15T15:02:46.162Z] #65 43.57 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-02-15T15:02:46.162Z] #65 43.58 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-15T15:02:46.162Z] #65 43.69 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-02-15T15:02:46.426Z] #65 43.71 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-15T15:02:46.426Z] #65 43.73 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:02:46.426Z] #65 DONE 44.0s [2022-02-15T15:02:46.426Z] [2022-02-15T15:02:46.426Z] #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-02-15T15:02:46.426Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-02-15T15:02:46.426Z] #20 41.55 The following additional packages will be installed: [2022-02-15T15:02:46.426Z] #20 41.56 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-02-15T15:02:46.426Z] #20 41.56 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-02-15T15:02:46.426Z] #20 41.56 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-02-15T15:02:46.426Z] #20 41.56 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-02-15T15:02:46.426Z] #20 41.57 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-02-15T15:02:46.426Z] #20 41.59 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-02-15T15:02:46.426Z] #20 41.59 mingw-w64-common mingw-w64-x86-64-dev [2022-02-15T15:02:46.426Z] #20 41.63 Suggested packages: [2022-02-15T15:02:46.426Z] #20 41.63 gcc-10-locales seccomp wine64 [2022-02-15T15:02:46.426Z] #20 42.16 The following NEW packages will be installed: [2022-02-15T15:02:46.426Z] #20 42.16 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-02-15T15:02:46.426Z] #20 42.16 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-02-15T15:02:46.426Z] #20 42.16 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-02-15T15:02:46.426Z] #20 42.16 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-02-15T15:02:46.426Z] #20 42.17 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-02-15T15:02:46.426Z] #20 42.17 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-02-15T15:02:46.426Z] #20 42.17 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-02-15T15:02:46.426Z] #20 42.17 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-02-15T15:02:46.426Z] #20 42.17 mingw-w64-x86-64-dev [2022-02-15T15:02:46.426Z] #20 42.51 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-02-15T15:02:46.426Z] #20 42.51 Need to get 115 MB of archives. [2022-02-15T15:02:46.426Z] #20 42.51 After this operation, 645 MB of additional disk space will be used. [2022-02-15T15:02:46.426Z] #20 42.51 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-02-15T15:02:46.426Z] #20 42.69 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-02-15T15:02:46.426Z] #20 42.77 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-02-15T15:02:46.426Z] #20 42.77 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-02-15T15:02:46.426Z] #20 42.77 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-02-15T15:02:46.426Z] #20 42.77 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-02-15T15:02:46.426Z] #20 42.96 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-02-15T15:02:46.426Z] #20 43.00 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-02-15T15:02:46.426Z] #20 43.00 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-02-15T15:02:46.426Z] #20 43.15 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-02-15T15:02:46.426Z] #20 43.45 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-02-15T15:02:46.426Z] #20 43.62 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-02-15T15:02:46.426Z] #20 43.77 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-02-15T15:02:46.691Z] #20 ... [2022-02-15T15:02:46.691Z] [2022-02-15T15:02:46.691Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-02-15T15:02:46.691Z] #66 sha256:cb12e46763d3b93f5cae9bf556a4f6bc3a729c1ff0f31527a2d41e5ec2830814 [2022-02-15T15:02:46.691Z] #66 DONE 0.1s [2022-02-15T15:02:46.691Z] [2022-02-15T15:02:46.691Z] #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-02-15T15:02:46.691Z] #45 sha256:5a71d644d5d9cd364d115b066d1c3eb067b71da59931b0bde39be33e5a73e047 [2022-02-15T15:02:46.691Z] #45 28.39 Reading package lists... [2022-02-15T15:02:46.691Z] #45 37.16 Building dependency tree... [2022-02-15T15:02:46.691Z] #45 39.32 Reading state information... [2022-02-15T15:02:46.691Z] #45 41.49 The following additional packages will be installed: [2022-02-15T15:02:46.691Z] #45 41.51 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-02-15T15:02:46.691Z] #45 41.55 Suggested packages: [2022-02-15T15:02:46.691Z] #45 41.55 cmake-doc ninja-build lrzip [2022-02-15T15:02:46.691Z] #45 41.55 Recommended packages: [2022-02-15T15:02:46.691Z] #45 41.55 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-02-15T15:02:46.691Z] #45 42.02 The following NEW packages will be installed: [2022-02-15T15:02:46.691Z] #45 42.03 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-02-15T15:02:46.691Z] #45 42.39 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-02-15T15:02:46.691Z] #45 42.39 Need to get 8418 kB of archives. [2022-02-15T15:02:46.691Z] #45 42.39 After this operation, 34.9 MB of additional disk space will be used. [2022-02-15T15:02:46.691Z] #45 42.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-02-15T15:02:46.691Z] #45 42.40 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-02-15T15:02:46.691Z] #45 42.40 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-02-15T15:02:46.691Z] #45 42.41 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-02-15T15:02:46.691Z] #45 42.42 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-02-15T15:02:46.691Z] #45 42.42 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-02-15T15:02:46.691Z] #45 42.42 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-02-15T15:02:46.691Z] #45 42.42 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-02-15T15:02:46.691Z] #45 43.13 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:02:46.691Z] #45 43.41 Fetched 8418 kB in 1s (14.3 MB/s) [2022-02-15T15:02:46.691Z] #45 43.46 Selecting previously unselected package xxd. [2022-02-15T15:02:46.691Z] #45 43.46 (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-02-15T15:02:46.691Z] #45 43.50 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-15T15:02:46.691Z] #45 43.51 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:02:46.691Z] #45 43.57 Selecting previously unselected package vim-common. [2022-02-15T15:02:46.691Z] #45 43.58 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-15T15:02:46.691Z] #45 43.60 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:02:46.691Z] #45 43.70 Selecting previously unselected package cmake-data. [2022-02-15T15:02:46.691Z] #45 43.70 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-02-15T15:02:46.691Z] #45 43.71 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-02-15T15:02:46.720Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 12.3s done [2022-02-15T15:02:46.720Z] #11 extracting sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 done [2022-02-15T15:02:46.727Z] #11 ... [2022-02-15T15:02:46.727Z] [2022-02-15T15:02:46.727Z] #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-02-15T15:02:46.727Z] #31 sha256:130510f59d51d9156c7dc91614d3efae5aeff5f9f391bc3fcae9779a23b692a9 [2022-02-15T15:02:46.727Z] #31 DONE 12.3s [2022-02-15T15:02:46.727Z] [2022-02-15T15:02:46.727Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-02-15T15:02:46.727Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-02-15T15:02:46.953Z] #45 ... [2022-02-15T15:02:46.953Z] [2022-02-15T15:02:46.953Z] #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-02-15T15:02:46.953Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-02-15T15:02:46.953Z] #20 44.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-02-15T15:02:46.953Z] #20 44.42 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-02-15T15:02:46.953Z] #20 44.43 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-02-15T15:02:46.953Z] #20 44.43 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-02-15T15:02:46.953Z] #20 44.43 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-02-15T15:02:46.953Z] #20 44.44 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-02-15T15:02:46.953Z] #20 44.44 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-02-15T15:02:46.953Z] #20 44.45 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-02-15T15:02:46.953Z] #20 44.45 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-02-15T15:02:46.953Z] #20 44.46 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-02-15T15:02:46.953Z] #20 44.46 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-02-15T15:02:46.953Z] #20 44.47 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-02-15T15:02:46.953Z] #20 44.47 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-02-15T15:02:46.953Z] #20 44.49 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-02-15T15:02:47.213Z] #20 44.49 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-02-15T15:02:47.213Z] #20 44.49 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-02-15T15:02:47.213Z] #20 44.50 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-02-15T15:02:47.292Z] #11 DONE 40.9s [2022-02-15T15:02:47.292Z] [2022-02-15T15:02:47.292Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-02-15T15:02:47.292Z] #12 sha256:9eb25e4ceca9115a4c5147aabaa358114ca2384606bbf843cd8bb93b7468011c [2022-02-15T15:02:47.474Z] #20 44.98 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:02:47.727Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.8% of statements [2022-02-15T15:02:47.735Z] #20 45.16 Fetched 115 MB in 2s (50.5 MB/s) [2022-02-15T15:02:47.735Z] #20 45.20 Selecting previously unselected package binutils-mingw-w64-i686. [2022-02-15T15:02:47.735Z] #20 45.20 (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-02-15T15:02:47.735Z] #20 45.22 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-02-15T15:02:47.735Z] #20 45.22 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-02-15T15:02:48.242Z] #12 DONE 1.1s [2022-02-15T15:02:48.242Z] [2022-02-15T15:02:48.242Z] #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-02-15T15:02:48.242Z] #13 sha256:e9ef1126d59f1b7baa2f9742af6a0d1d50f7c96616cba544c73a1841a0d4c1b0 [2022-02-15T15:02:48.306Z] #20 45.78 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-02-15T15:02:48.306Z] #20 45.78 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-02-15T15:02:48.306Z] #20 45.79 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-02-15T15:02:48.624Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 13.8s done [2022-02-15T15:02:48.817Z] #13 DONE 0.7s [2022-02-15T15:02:48.817Z] [2022-02-15T15:02:48.817Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-02-15T15:02:48.817Z] #33 sha256:b7d377f2965af815cbf8c35073959a3e4ab1fc93aa58585f4e4bbf74a8e71fb8 [2022-02-15T15:02:48.817Z] #33 DONE 0.1s [2022-02-15T15:02:48.817Z] [2022-02-15T15:02:48.817Z] #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-02-15T15:02:48.817Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-15T15:02:48.881Z] #11 extracting sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 done [2022-02-15T15:02:48.881Z] #11 DONE 40.5s [2022-02-15T15:02:49.083Z] #38 ... [2022-02-15T15:02:49.083Z] [2022-02-15T15:02:49.083Z] #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-02-15T15:02:49.083Z] #46 sha256:bedbe15e565eb22f56ceb7109eec53bd8bb9ae03693df03b3a7683489064651f [2022-02-15T15:02:49.083Z] #46 DONE 0.2s [2022-02-15T15:02:49.083Z] [2022-02-15T15:02:49.083Z] #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-02-15T15:02:49.083Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-15T15:02:49.111Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.227s coverage: 50.5% of statements [2022-02-15T15:02:49.141Z] [2022-02-15T15:02:49.141Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-02-15T15:02:49.141Z] #12 sha256:9eb25e4ceca9115a4c5147aabaa358114ca2384606bbf843cd8bb93b7468011c [2022-02-15T15:02:49.270Z] #20 46.51 Selecting previously unselected package binutils-mingw-w64. [2022-02-15T15:02:49.270Z] #20 46.52 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-02-15T15:02:49.270Z] #20 46.52 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-02-15T15:02:49.270Z] #20 46.61 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-02-15T15:02:49.270Z] #20 46.61 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-02-15T15:02:49.270Z] #20 46.82 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:02:49.344Z] #47 ... [2022-02-15T15:02:49.344Z] [2022-02-15T15:02:49.344Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-02-15T15:02:49.344Z] #42 sha256:88717b960ae2c32d1683d89c477023a795cab24937111aa609431ebce214cbb4 [2022-02-15T15:02:49.344Z] #42 DONE 0.4s [2022-02-15T15:02:49.344Z] [2022-02-15T15:02:49.344Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-02-15T15:02:49.344Z] #62 sha256:d3d12c2418517bbcf2cdee7c538b25f4532fce19ca520b1c7ce09636dbd70671 [2022-02-15T15:02:49.344Z] #62 DONE 0.4s [2022-02-15T15:02:49.344Z] [2022-02-15T15:02:49.344Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-02-15T15:02:49.344Z] #25 sha256:6e9f01e53d1f1ffc8f787e200ac49d2b412f7f67ff6c00cc816d3d5470760cce [2022-02-15T15:02:49.344Z] #25 DONE 0.4s [2022-02-15T15:02:49.344Z] [2022-02-15T15:02:49.344Z] #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-02-15T15:02:49.344Z] #26 sha256:ae8313e80eb4f833053192102cdae7018237ee3e0ceb446b2557add9580e9055 [2022-02-15T15:02:49.372Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.748s coverage: 45.9% of statements [2022-02-15T15:02:49.372Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-02-15T15:02:49.530Z] #20 ... [2022-02-15T15:02:49.530Z] [2022-02-15T15:02:49.530Z] #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-02-15T15:02:49.530Z] #45 sha256:5a71d644d5d9cd364d115b066d1c3eb067b71da59931b0bde39be33e5a73e047 [2022-02-15T15:02:49.530Z] #45 44.76 Selecting previously unselected package libarchive13:amd64. [2022-02-15T15:02:49.530Z] #45 44.77 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-02-15T15:02:49.530Z] #45 44.78 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-02-15T15:02:49.530Z] #45 44.94 Selecting previously unselected package libjsoncpp24:amd64. [2022-02-15T15:02:49.530Z] #45 44.94 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-02-15T15:02:49.530Z] #45 44.95 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-02-15T15:02:49.530Z] #45 45.02 Selecting previously unselected package librhash0:amd64. [2022-02-15T15:02:49.530Z] #45 45.03 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-02-15T15:02:49.530Z] #45 45.04 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-02-15T15:02:49.530Z] #45 45.11 Selecting previously unselected package libuv1:amd64. [2022-02-15T15:02:49.530Z] #45 45.11 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-02-15T15:02:49.530Z] #45 45.12 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-02-15T15:02:49.530Z] #45 45.17 Selecting previously unselected package cmake. [2022-02-15T15:02:49.530Z] #45 45.17 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-02-15T15:02:49.530Z] #45 45.18 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-02-15T15:02:49.530Z] #45 46.33 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-02-15T15:02:49.530Z] #45 46.34 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:02:49.530Z] #45 46.35 Setting up libuv1:amd64 (1.40.0-2) ... [2022-02-15T15:02:49.530Z] #45 46.37 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:02:49.530Z] #45 46.39 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-02-15T15:02:49.530Z] #45 46.41 Setting up librhash0:amd64 (1.4.1-2) ... [2022-02-15T15:02:49.530Z] #45 46.42 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-02-15T15:02:49.530Z] #45 46.44 Setting up cmake (3.18.4-2+deb11u1) ... [2022-02-15T15:02:49.530Z] #45 46.46 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:02:49.530Z] #45 DONE 46.9s [2022-02-15T15:02:49.530Z] [2022-02-15T15:02:49.530Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-02-15T15:02:49.530Z] #46 sha256:47659eb19e8d1f75d3fa3b83f1312c3aeb1d4e68b1936575ec3ef7ade5e9269c [2022-02-15T15:02:49.530Z] #46 DONE 0.1s [2022-02-15T15:02:49.530Z] [2022-02-15T15:02:49.530Z] #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-02-15T15:02:49.530Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-02-15T15:02:49.530Z] #20 46.95 Selecting previously unselected package dmsetup. [2022-02-15T15:02:49.530Z] #20 46.96 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-02-15T15:02:49.530Z] #20 46.99 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-02-15T15:02:49.530Z] #20 47.10 Selecting previously unselected package mingw-w64-common. [2022-02-15T15:02:49.530Z] #20 47.10 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-02-15T15:02:49.530Z] #20 47.11 Unpacking mingw-w64-common (8.0.0-1) ... [2022-02-15T15:02:49.703Z] #12 DONE 0.7s [2022-02-15T15:02:49.703Z] [2022-02-15T15:02:49.703Z] #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-02-15T15:02:49.703Z] #13 sha256:e9ef1126d59f1b7baa2f9742af6a0d1d50f7c96616cba544c73a1841a0d4c1b0 [2022-02-15T15:02:50.280Z] #13 DONE 0.6s [2022-02-15T15:02:50.280Z] [2022-02-15T15:02:50.280Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-02-15T15:02:50.280Z] #62 sha256:99fb570c2b737713040ad6157c767a150c27cc45b1474297b48bc952f206804c [2022-02-15T15:02:50.280Z] #62 DONE 0.0s [2022-02-15T15:02:50.280Z] [2022-02-15T15:02:50.280Z] #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-02-15T15:02:50.280Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-15T15:02:50.312Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.8% of statements [2022-02-15T15:02:50.539Z] #38 ... [2022-02-15T15:02:50.539Z] [2022-02-15T15:02:50.539Z] #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-02-15T15:02:50.539Z] #46 sha256:bedbe15e565eb22f56ceb7109eec53bd8bb9ae03693df03b3a7683489064651f [2022-02-15T15:02:50.539Z] #46 DONE 0.2s [2022-02-15T15:02:50.539Z] [2022-02-15T15:02:50.539Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-02-15T15:02:50.539Z] #33 sha256:b7d377f2965af815cbf8c35073959a3e4ab1fc93aa58585f4e4bbf74a8e71fb8 [2022-02-15T15:02:50.539Z] #33 DONE 0.3s [2022-02-15T15:02:50.539Z] [2022-02-15T15:02:50.539Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-02-15T15:02:50.539Z] #25 sha256:457a598061d168c9bd6f87e4499f884f3a227b36186cf4437b50f22efcbf534e [2022-02-15T15:02:50.539Z] #25 DONE 0.3s [2022-02-15T15:02:50.539Z] [2022-02-15T15:02:50.539Z] #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-02-15T15:02:50.539Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-15T15:02:50.797Z] #34 ... [2022-02-15T15:02:50.797Z] [2022-02-15T15:02:50.797Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-02-15T15:02:50.797Z] #42 sha256:88717b960ae2c32d1683d89c477023a795cab24937111aa609431ebce214cbb4 [2022-02-15T15:02:50.797Z] #42 DONE 0.3s [2022-02-15T15:02:50.797Z] [2022-02-15T15:02:50.797Z] #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-02-15T15:02:50.797Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-15T15:02:50.883Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.794s coverage: 58.0% of statements [2022-02-15T15:02:50.884Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-02-15T15:02:50.884Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-02-15T15:02:51.144Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2022-02-15T15:02:51.446Z] #20 48.86 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-02-15T15:02:51.446Z] #20 48.86 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-02-15T15:02:51.446Z] #20 48.87 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-02-15T15:02:51.715Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2022-02-15T15:02:52.660Z] ok github.com/docker/docker/daemon/images 0.013s coverage: 6.7% of statements [2022-02-15T15:02:52.660Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-02-15T15:02:52.660Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-02-15T15:02:52.833Z] #20 ... [2022-02-15T15:02:52.833Z] [2022-02-15T15:02:52.833Z] #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-02-15T15:02:52.833Z] #47 sha256:90c138b14f5eec9834b1cade778d3730bbb4b71d7b609079aee267c5f0496005 [2022-02-15T15:02:52.833Z] #47 0.748 + RM_GOPATH=0 [2022-02-15T15:02:52.833Z] #47 0.748 + TMP_GOPATH= [2022-02-15T15:02:52.833Z] #47 0.748 + : /build [2022-02-15T15:02:52.833Z] #47 0.748 + '[' -z '' ']' [2022-02-15T15:02:52.833Z] #47 0.748 ++ mktemp -d [2022-02-15T15:02:52.833Z] #47 0.749 + export GOPATH=/tmp/tmp.sZUPEARLmm [2022-02-15T15:02:52.833Z] #47 0.749 + GOPATH=/tmp/tmp.sZUPEARLmm [2022-02-15T15:02:52.833Z] #47 0.750 + RM_GOPATH=1 [2022-02-15T15:02:52.833Z] #47 0.750 + case "$(go env GOARCH)" in [2022-02-15T15:02:52.833Z] #47 0.751 ++ go env GOARCH [2022-02-15T15:02:52.833Z] #47 0.759 + export GO_BUILDMODE=-buildmode=pie [2022-02-15T15:02:52.833Z] #47 0.760 + GO_BUILDMODE=-buildmode=pie [2022-02-15T15:02:52.833Z] #47 0.762 ++ dirname /install.sh [2022-02-15T15:02:52.833Z] #47 0.765 + dir=/ [2022-02-15T15:02:52.833Z] #47 0.766 + bin=tini [2022-02-15T15:02:52.833Z] #47 0.766 + shift [2022-02-15T15:02:52.833Z] #47 0.767 + '[' '!' -f //tini.installer ']' [2022-02-15T15:02:52.833Z] #47 0.767 + . //tini.installer [2022-02-15T15:02:52.833Z] #47 0.767 ++ : v0.19.0 [2022-02-15T15:02:52.833Z] #47 0.768 + install_tini [2022-02-15T15:02:52.833Z] #47 0.768 + echo 'Install tini version v0.19.0' [2022-02-15T15:02:52.833Z] #47 0.768 Install tini version v0.19.0 [2022-02-15T15:02:52.833Z] #47 0.768 + git clone https://github.com/krallin/tini.git /tmp/tmp.sZUPEARLmm/tini [2022-02-15T15:02:52.833Z] #47 0.773 Cloning into '/tmp/tmp.sZUPEARLmm/tini'... [2022-02-15T15:02:52.833Z] #47 1.164 + cd /tmp/tmp.sZUPEARLmm/tini [2022-02-15T15:02:52.833Z] #47 1.165 + git checkout -q v0.19.0 [2022-02-15T15:02:52.833Z] #47 1.172 + cmake . [2022-02-15T15:02:52.833Z] #47 1.499 -- The C compiler identification is GNU 10.2.1 [2022-02-15T15:02:52.833Z] #47 1.525 -- Detecting C compiler ABI info [2022-02-15T15:02:52.833Z] #47 1.727 -- Detecting C compiler ABI info - done [2022-02-15T15:02:52.833Z] #47 1.780 -- Check for working C compiler: /usr/bin/cc - skipped [2022-02-15T15:02:52.833Z] #47 1.780 -- Detecting C compile features [2022-02-15T15:02:52.833Z] #47 1.781 -- Detecting C compile features - done [2022-02-15T15:02:52.833Z] #47 1.796 -- Performing Test HAS_BUILTIN_FORTIFY [2022-02-15T15:02:52.833Z] #47 1.858 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-02-15T15:02:52.833Z] #47 1.890 -- Configuring done [2022-02-15T15:02:52.833Z] #47 1.898 -- Generating done [2022-02-15T15:02:52.833Z] #47 1.902 -- Build files have been written to: /tmp/tmp.sZUPEARLmm/tini [2022-02-15T15:02:52.833Z] #47 1.908 + make tini-static [2022-02-15T15:02:52.833Z] #47 2.041 Scanning dependencies of target tini-static [2022-02-15T15:02:52.833Z] #47 2.081 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-02-15T15:02:52.833Z] #47 2.531 [100%] Linking C executable tini-static [2022-02-15T15:02:52.833Z] #47 2.769 [100%] Built target tini-static [2022-02-15T15:02:52.833Z] #47 2.785 + mkdir -p /build [2022-02-15T15:02:52.833Z] #47 2.787 + cp tini-static /build/docker-init [2022-02-15T15:02:52.833Z] #47 DONE 3.2s [2022-02-15T15:02:52.833Z] [2022-02-15T15:02:52.833Z] #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-02-15T15:02:52.833Z] #67 sha256:445972cacaa5753a5e00142db4cf3a1c07c607684e5cd6218372eeddc8ebe995 [2022-02-15T15:02:52.833Z] #67 0.807 + RM_GOPATH=0 [2022-02-15T15:02:52.833Z] #67 0.808 + TMP_GOPATH= [2022-02-15T15:02:52.833Z] #67 0.808 + : /build [2022-02-15T15:02:52.833Z] #67 0.808 + '[' -z '' ']' [2022-02-15T15:02:52.833Z] #67 0.808 ++ mktemp -d [2022-02-15T15:02:52.833Z] #67 0.812 + export GOPATH=/tmp/tmp.te3Ktz8emw [2022-02-15T15:02:52.833Z] #67 0.812 + GOPATH=/tmp/tmp.te3Ktz8emw [2022-02-15T15:02:52.833Z] #67 0.812 + RM_GOPATH=1 [2022-02-15T15:02:52.833Z] #67 0.812 + case "$(go env GOARCH)" in [2022-02-15T15:02:52.833Z] #67 0.812 ++ go env GOARCH [2022-02-15T15:02:52.833Z] #67 0.823 + export GO_BUILDMODE=-buildmode=pie [2022-02-15T15:02:52.833Z] #67 0.823 + GO_BUILDMODE=-buildmode=pie [2022-02-15T15:02:52.833Z] #67 0.831 ++ dirname /install.sh [2022-02-15T15:02:52.833Z] #67 0.836 + dir=/ [2022-02-15T15:02:52.833Z] #67 0.836 + bin=containerd [2022-02-15T15:02:52.833Z] #67 0.837 + shift [2022-02-15T15:02:52.833Z] #67 0.837 + '[' '!' -f //containerd.installer ']' [2022-02-15T15:02:52.833Z] #67 0.837 + . //containerd.installer [2022-02-15T15:02:52.833Z] #67 0.837 ++ set -e [2022-02-15T15:02:52.833Z] #67 0.837 ++ : v1.5.9 [2022-02-15T15:02:52.833Z] #67 0.838 + install_containerd [2022-02-15T15:02:52.833Z] #67 0.838 + echo 'Install containerd version v1.5.9' [2022-02-15T15:02:52.833Z] #67 0.838 Install containerd version v1.5.9 [2022-02-15T15:02:52.833Z] #67 0.838 + git clone https://github.com/containerd/containerd.git /tmp/tmp.te3Ktz8emw/src/github.com/containerd/containerd [2022-02-15T15:02:52.833Z] #67 0.864 Cloning into '/tmp/tmp.te3Ktz8emw/src/github.com/containerd/containerd'... [2022-02-15T15:02:53.232Z] ok github.com/docker/docker/daemon/logger 0.235s coverage: 43.5% of statements [2022-02-15T15:02:53.779Z] #67 ... [2022-02-15T15:02:53.779Z] [2022-02-15T15:02:53.779Z] #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-02-15T15:02:53.779Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-02-15T15:02:53.779Z] #20 51.04 Selecting previously unselected package gcc-mingw-w64-base. [2022-02-15T15:02:53.779Z] #20 51.05 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:02:53.779Z] #20 51.06 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-02-15T15:02:53.779Z] #20 51.18 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-02-15T15:02:53.779Z] #20 51.19 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:02:53.779Z] #20 51.19 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-02-15T15:02:53.803Z] ok github.com/docker/docker/daemon/logger/awslogs 0.165s coverage: 80.2% of statements [2022-02-15T15:02:54.041Z] #20 ... [2022-02-15T15:02:54.041Z] [2022-02-15T15:02:54.041Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-02-15T15:02:54.041Z] #49 sha256:88717b960ae2c32d1683d89c477023a795cab24937111aa609431ebce214cbb4 [2022-02-15T15:02:54.041Z] #49 CACHED [2022-02-15T15:02:54.041Z] [2022-02-15T15:02:54.042Z] #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-02-15T15:02:54.042Z] #50 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-15T15:02:54.042Z] #50 CACHED [2022-02-15T15:02:54.042Z] [2022-02-15T15:02:54.042Z] #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-02-15T15:02:54.042Z] #53 sha256:bedbe15e565eb22f56ceb7109eec53bd8bb9ae03693df03b3a7683489064651f [2022-02-15T15:02:54.042Z] #53 CACHED [2022-02-15T15:02:54.042Z] [2022-02-15T15:02:54.042Z] #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-02-15T15:02:54.042Z] #54 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-15T15:02:54.042Z] #54 CACHED [2022-02-15T15:02:54.042Z] [2022-02-15T15:02:54.042Z] #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-02-15T15:02:54.042Z] #56 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-15T15:02:54.042Z] #56 CACHED [2022-02-15T15:02:54.042Z] [2022-02-15T15:02:54.042Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:02:54.042Z] #58 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:02:54.042Z] #58 CACHED [2022-02-15T15:02:54.042Z] [2022-02-15T15:02:54.042Z] #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-02-15T15:02:54.042Z] #60 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-02-15T15:02:54.042Z] #60 CACHED [2022-02-15T15:02:54.065Z] ok github.com/docker/docker/daemon/logger/fluentd 0.015s coverage: 33.6% of statements [2022-02-15T15:02:54.065Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-02-15T15:02:54.304Z] [2022-02-15T15:02:54.304Z] #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-02-15T15:02:54.304Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-02-15T15:02:54.325Z] ok github.com/docker/docker/daemon/logger/gelf 0.012s coverage: 67.0% of statements [2022-02-15T15:02:54.587Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-02-15T15:02:54.642Z] #26 ... [2022-02-15T15:02:54.642Z] [2022-02-15T15:02:54.642Z] #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-02-15T15:02:54.642Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-15T15:02:54.642Z] #43 5.329 + git clone https://github.com/docker/distribution.git . [2022-02-15T15:02:54.642Z] #43 5.331 Cloning into '.'... [2022-02-15T15:02:54.707Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-02-15T15:02:54.707Z] [2022-02-15T15:02:54.707Z] ________ ____ __. [2022-02-15T15:02:54.707Z] \_____ \ | |/ _| [2022-02-15T15:02:54.707Z] / | \| < [2022-02-15T15:02:54.707Z] / | \ | \ [2022-02-15T15:02:54.707Z] \_______ /____|__ \ [2022-02-15T15:02:54.707Z] \/ \/ [2022-02-15T15:02:54.707Z] [2022-02-15T15:02:54.707Z] INFO: make.ps1 ended at 02/15/2022 15:02:46 [2022-02-15T15:02:54.707Z] INFO: Binaries build ended at 02/15/2022 15:02:47. Duration:00:01:25.2202860 [2022-02-15T15:02:54.707Z] INFO: Copying the built daemon binary to d:\CI\PR-43241\1\binary\dockerd-2ac898c232.exe... [2022-02-15T15:02:54.707Z] INFO: Copying the built client binary to d:\CI\PR-43241\1\binary\docker-2ac898c232.exe... [2022-02-15T15:02:54.707Z] INFO: Copying dockerversion from the container... [2022-02-15T15:02:54.707Z] INFO: Copying the golang package from the container to d:\CI\PR-43241\1\installer\go.zip... [2022-02-15T15:02:54.707Z] INFO: Extracting go.zip to d:\CI\PR-43241\1\go [2022-02-15T15:02:54.847Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2022-02-15T15:02:54.902Z] #43 ... [2022-02-15T15:02:54.902Z] [2022-02-15T15:02:54.902Z] #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-02-15T15:02:54.902Z] #26 sha256:ae8313e80eb4f833053192102cdae7018237ee3e0ceb446b2557add9580e9055 [2022-02-15T15:02:54.902Z] #26 5.370 + RM_GOPATH=0 [2022-02-15T15:02:54.902Z] #26 5.370 + TMP_GOPATH= [2022-02-15T15:02:54.902Z] #26 5.370 + : /build [2022-02-15T15:02:54.902Z] #26 5.370 + '[' -z '' ']' [2022-02-15T15:02:54.902Z] #26 5.377 ++ mktemp -d [2022-02-15T15:02:54.902Z] #26 5.381 + export GOPATH=/tmp/tmp.4IlFcPXnS9 [2022-02-15T15:02:54.902Z] #26 5.382 + GOPATH=/tmp/tmp.4IlFcPXnS9 [2022-02-15T15:02:54.902Z] #26 5.382 + RM_GOPATH=1 [2022-02-15T15:02:54.902Z] #26 5.382 + case "$(go env GOARCH)" in [2022-02-15T15:02:54.902Z] #26 5.383 ++ go env GOARCH [2022-02-15T15:02:54.902Z] #26 5.391 + export GO_BUILDMODE=-buildmode=pie [2022-02-15T15:02:54.902Z] #26 5.391 + GO_BUILDMODE=-buildmode=pie [2022-02-15T15:02:54.902Z] #26 5.391 ++ dirname /install.sh [2022-02-15T15:02:54.902Z] #26 5.401 + dir=/ [2022-02-15T15:02:54.902Z] #26 5.408 + bin=dockercli [2022-02-15T15:02:54.902Z] #26 5.408 + shift [2022-02-15T15:02:54.902Z] #26 5.408 + '[' '!' -f //dockercli.installer ']' [2022-02-15T15:02:54.902Z] #26 5.408 + . //dockercli.installer [2022-02-15T15:02:54.903Z] #26 5.408 ++ : stable [2022-02-15T15:02:54.903Z] #26 5.408 ++ : 17.06.2-ce [2022-02-15T15:02:54.903Z] #26 5.413 + install_dockercli [2022-02-15T15:02:54.903Z] #26 5.417 Install docker/cli version 17.06.2-ce from stable [2022-02-15T15:02:54.903Z] #26 5.417 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-02-15T15:02:54.903Z] #26 5.417 ++ uname -m [2022-02-15T15:02:54.903Z] #26 5.421 + arch=x86_64 [2022-02-15T15:02:54.903Z] #26 5.421 + '[' x86_64 '!=' x86_64 ']' [2022-02-15T15:02:54.903Z] #26 5.422 + url=https://download.docker.com/linux/static [2022-02-15T15:02:54.903Z] #26 5.422 + tar -xz docker/docker [2022-02-15T15:02:54.903Z] #26 5.423 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-02-15T15:02:55.108Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 69.9% of statements [2022-02-15T15:02:55.681Z] ok github.com/docker/docker/daemon/logger/local 0.012s coverage: 78.7% of statements [2022-02-15T15:02:55.681Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-02-15T15:02:55.694Z] #20 53.25 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-02-15T15:02:55.694Z] #20 53.25 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:02:55.947Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.024s coverage: 57.7% of statements [2022-02-15T15:02:55.955Z] #20 53.25 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-15T15:02:56.060Z] #43 5.183 + git clone https://github.com/docker/distribution.git . [2022-02-15T15:02:56.060Z] #43 5.183 Cloning into '.'... [2022-02-15T15:02:56.060Z] #43 ... [2022-02-15T15:02:56.060Z] [2022-02-15T15:02:56.060Z] #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-02-15T15:02:56.060Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-15T15:02:56.060Z] #34 5.230 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-02-15T15:02:56.060Z] #34 5.241 Cloning into '.'... [2022-02-15T15:02:56.211Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.006s coverage: 31.5% of statements [2022-02-15T15:02:57.157Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2022-02-15T15:02:57.157Z] ok github.com/docker/docker/daemon/logger/templates 0.007s coverage: 8.3% of statements [2022-02-15T15:02:57.727Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-02-15T15:02:58.300Z] ok github.com/docker/docker/daemon/logger/splunk 1.561s coverage: 82.5% of statements [2022-02-15T15:02:58.300Z] ? github.com/docker/docker/daemon/names [no test files] [2022-02-15T15:02:58.300Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-02-15T15:02:59.118Z] #26 ... [2022-02-15T15:02:59.118Z] [2022-02-15T15:02:59.118Z] #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-02-15T15:02:59.118Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-02-15T15:02:59.118Z] #53 6.470 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-02-15T15:02:59.118Z] #53 7.683 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-02-15T15:02:59.118Z] #53 7.750 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-02-15T15:02:59.118Z] #53 7.777 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-02-15T15:02:59.118Z] #53 9.610 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-02-15T15:02:59.118Z] #53 ... [2022-02-15T15:02:59.118Z] [2022-02-15T15:02:59.118Z] #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-02-15T15:02:59.118Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-15T15:02:59.118Z] #34 4.433 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-02-15T15:02:59.118Z] #34 4.433 Cloning into '.'... [2022-02-15T15:02:59.118Z] #34 ... [2022-02-15T15:02:59.118Z] [2022-02-15T15:02:59.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-02-15T15:02:59.118Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:02:59.118Z] #14 6.277 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-15T15:02:59.118Z] #14 6.313 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-15T15:02:59.118Z] #14 6.313 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-15T15:02:59.118Z] #14 8.378 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-15T15:02:59.118Z] #14 10.24 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB] [2022-02-15T15:02:59.244Z] ok github.com/docker/docker/distribution 0.115s coverage: 26.3% of statements [2022-02-15T15:02:59.244Z] ok github.com/docker/docker/distribution/metadata 0.030s coverage: 48.2% of statements [2022-02-15T15:02:59.244Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-02-15T15:02:59.380Z] #14 ... [2022-02-15T15:02:59.380Z] [2022-02-15T15:02:59.380Z] #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-02-15T15:02:59.380Z] #63 sha256:04f15588d4af94710862a23c7add8bb752a93011b7290411af69f98b4114f952 [2022-02-15T15:02:59.380Z] #63 5.545 + RM_GOPATH=0 [2022-02-15T15:02:59.380Z] #63 5.545 + TMP_GOPATH= [2022-02-15T15:02:59.380Z] #63 5.545 + : /build [2022-02-15T15:02:59.381Z] #63 5.545 + '[' -z '' ']' [2022-02-15T15:02:59.381Z] #63 5.545 ++ mktemp -d [2022-02-15T15:02:59.381Z] #63 5.565 + export GOPATH=/tmp/tmp.UbZnyEoA2U [2022-02-15T15:02:59.381Z] #63 5.565 + GOPATH=/tmp/tmp.UbZnyEoA2U [2022-02-15T15:02:59.381Z] #63 5.565 + RM_GOPATH=1 [2022-02-15T15:02:59.381Z] #63 5.565 + case "$(go env GOARCH)" in [2022-02-15T15:02:59.381Z] #63 5.565 ++ go env GOARCH [2022-02-15T15:02:59.381Z] #63 5.598 + export GO_BUILDMODE=-buildmode=pie [2022-02-15T15:02:59.381Z] #63 5.598 + GO_BUILDMODE=-buildmode=pie [2022-02-15T15:02:59.381Z] #63 5.598 ++ dirname /install.sh [2022-02-15T15:02:59.381Z] #63 5.598 + dir=/ [2022-02-15T15:02:59.381Z] #63 5.598 + bin=rootlesskit [2022-02-15T15:02:59.381Z] #63 5.598 + shift [2022-02-15T15:02:59.381Z] #63 5.598 + '[' '!' -f //rootlesskit.installer ']' [2022-02-15T15:02:59.381Z] #63 5.598 + . //rootlesskit.installer [2022-02-15T15:02:59.381Z] #63 5.598 ++ : v0.14.6 [2022-02-15T15:02:59.381Z] #63 5.598 + install_rootlesskit [2022-02-15T15:02:59.381Z] #63 5.598 + case "$1" in [2022-02-15T15:02:59.381Z] #63 5.598 + export CGO_ENABLED=0 [2022-02-15T15:02:59.381Z] #63 5.598 + CGO_ENABLED=0 [2022-02-15T15:02:59.381Z] #63 5.598 + _install_rootlesskit [2022-02-15T15:02:59.381Z] #63 5.649 + echo 'Install rootlesskit version v0.14.6' [2022-02-15T15:02:59.381Z] #63 5.649 + for f in rootlesskit rootlesskit-docker-proxy [2022-02-15T15:02:59.381Z] #63 5.649 + GOBIN=/build [2022-02-15T15:02:59.381Z] #63 5.649 + GO111MODULE=on [2022-02-15T15:02:59.381Z] #63 5.649 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-02-15T15:02:59.381Z] #63 5.649 Install rootlesskit version v0.14.6 [2022-02-15T15:02:59.381Z] #63 6.790 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-02-15T15:02:59.381Z] #63 9.777 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-02-15T15:02:59.381Z] #63 9.781 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-02-15T15:02:59.381Z] #63 ... [2022-02-15T15:02:59.381Z] [2022-02-15T15:02:59.381Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:02:59.381Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:02:59.381Z] #51 4.140 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-02-15T15:02:59.642Z] #51 ... [2022-02-15T15:02:59.642Z] [2022-02-15T15:02:59.642Z] #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-02-15T15:02:59.642Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-15T15:02:59.642Z] #49 5.188 go: downloading gotest.tools/gotestsum v1.7.0 [2022-02-15T15:02:59.642Z] #49 6.747 go: downloading github.com/fatih/color v1.10.0 [2022-02-15T15:02:59.642Z] #49 6.778 go: downloading github.com/dnephin/pflag v1.0.7 [2022-02-15T15:02:59.642Z] #49 6.778 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-02-15T15:02:59.642Z] #49 6.815 go: downloading github.com/pkg/errors v0.9.1 [2022-02-15T15:02:59.642Z] #49 7.202 go: downloading golang.org/x/tools v0.1.0 [2022-02-15T15:02:59.642Z] #49 7.319 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-02-15T15:02:59.642Z] #49 7.459 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-02-15T15:02:59.642Z] #49 7.913 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-02-15T15:02:59.642Z] #49 8.143 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-02-15T15:02:59.642Z] #49 ... [2022-02-15T15:02:59.642Z] [2022-02-15T15:02:59.642Z] #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-02-15T15:02:59.642Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-02-15T15:02:59.642Z] #36 5.405 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-02-15T15:02:59.816Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2022-02-15T15:02:59.904Z] #36 ... [2022-02-15T15:02:59.904Z] [2022-02-15T15:02:59.904Z] #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-02-15T15:02:59.904Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-15T15:02:59.905Z] #58 5.810 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-15T15:02:59.905Z] #58 5.863 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-15T15:02:59.905Z] #58 5.864 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-15T15:02:59.905Z] #58 7.302 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-15T15:02:59.905Z] #58 9.185 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB] [2022-02-15T15:02:59.905Z] #58 11.03 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-15T15:02:59.905Z] #58 ... [2022-02-15T15:02:59.905Z] [2022-02-15T15:02:59.905Z] #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-02-15T15:02:59.905Z] #63 sha256:04f15588d4af94710862a23c7add8bb752a93011b7290411af69f98b4114f952 [2022-02-15T15:02:59.905Z] #63 10.34 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-02-15T15:03:00.163Z] #20 56.96 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-02-15T15:03:00.163Z] #20 56.96 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:03:00.163Z] #20 56.97 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-15T15:03:00.758Z] ok github.com/docker/docker/image 0.016s coverage: 86.6% of statements [2022-02-15T15:03:01.019Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-02-15T15:03:01.105Z] #20 58.50 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-02-15T15:03:01.105Z] #20 58.50 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:03:01.105Z] #20 58.51 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-02-15T15:03:01.338Z] #34 ... [2022-02-15T15:03:01.338Z] [2022-02-15T15:03:01.338Z] #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-02-15T15:03:01.338Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-02-15T15:03:01.338Z] #53 6.097 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-02-15T15:03:01.338Z] #53 7.526 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-02-15T15:03:01.338Z] #53 7.565 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-02-15T15:03:01.338Z] #53 7.652 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-02-15T15:03:01.338Z] #53 ... [2022-02-15T15:03:01.338Z] [2022-02-15T15:03:01.338Z] #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-02-15T15:03:01.338Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-15T15:03:01.338Z] #58 5.256 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-15T15:03:01.338Z] #58 5.352 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-15T15:03:01.338Z] #58 5.352 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-15T15:03:01.338Z] #58 7.155 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-15T15:03:01.338Z] #58 10.04 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB] [2022-02-15T15:03:01.338Z] #58 ... [2022-02-15T15:03:01.338Z] [2022-02-15T15:03:01.338Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:03:01.338Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:03:01.338Z] #51 5.135 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-02-15T15:03:01.338Z] #51 ... [2022-02-15T15:03:01.338Z] [2022-02-15T15:03:01.338Z] #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-02-15T15:03:01.338Z] #63 sha256:ae1abeedfa4ea86293fda9a11070e279deda9ddc987cd30fd64f72922025d89f [2022-02-15T15:03:01.338Z] #63 4.389 + RM_GOPATH=0 [2022-02-15T15:03:01.338Z] #63 4.389 + TMP_GOPATH= [2022-02-15T15:03:01.338Z] #63 4.389 + : /build [2022-02-15T15:03:01.338Z] #63 4.389 + '[' -z '' ']' [2022-02-15T15:03:01.338Z] #63 4.392 ++ mktemp -d [2022-02-15T15:03:01.338Z] #63 4.392 + export GOPATH=/tmp/tmp.eKFJZQC6yw [2022-02-15T15:03:01.338Z] #63 4.392 + GOPATH=/tmp/tmp.eKFJZQC6yw [2022-02-15T15:03:01.338Z] #63 4.392 + RM_GOPATH=1 [2022-02-15T15:03:01.338Z] #63 4.392 + case "$(go env GOARCH)" in [2022-02-15T15:03:01.338Z] #63 4.392 ++ go env GOARCH [2022-02-15T15:03:01.338Z] #63 4.398 + export GO_BUILDMODE=-buildmode=pie [2022-02-15T15:03:01.338Z] #63 4.398 + GO_BUILDMODE=-buildmode=pie [2022-02-15T15:03:01.338Z] #63 4.400 ++ dirname /install.sh [2022-02-15T15:03:01.338Z] #63 4.401 + dir=/ [2022-02-15T15:03:01.338Z] #63 4.401 + bin=rootlesskit [2022-02-15T15:03:01.338Z] #63 4.401 + shift [2022-02-15T15:03:01.338Z] #63 4.401 + '[' '!' -f //rootlesskit.installer ']' [2022-02-15T15:03:01.339Z] #63 4.401 + . //rootlesskit.installer [2022-02-15T15:03:01.339Z] #63 4.401 ++ : v0.14.6 [2022-02-15T15:03:01.339Z] #63 4.401 + install_rootlesskit [2022-02-15T15:03:01.339Z] #63 4.401 + case "$1" in [2022-02-15T15:03:01.339Z] #63 4.401 + export CGO_ENABLED=0 [2022-02-15T15:03:01.339Z] #63 4.401 + CGO_ENABLED=0 [2022-02-15T15:03:01.339Z] #63 4.401 + _install_rootlesskit [2022-02-15T15:03:01.339Z] #63 4.404 + echo 'Install rootlesskit version v0.14.6' [2022-02-15T15:03:01.339Z] #63 4.406 Install rootlesskit version v0.14.6 [2022-02-15T15:03:01.339Z] #63 4.408 + for f in rootlesskit rootlesskit-docker-proxy [2022-02-15T15:03:01.339Z] #63 4.408 + GOBIN=/build [2022-02-15T15:03:01.339Z] #63 4.408 + GO111MODULE=on [2022-02-15T15:03:01.339Z] #63 4.408 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-02-15T15:03:01.339Z] #63 4.776 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-02-15T15:03:01.339Z] #63 8.003 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-02-15T15:03:01.339Z] #63 8.012 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-02-15T15:03:01.339Z] #63 9.382 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-02-15T15:03:01.339Z] #63 ... [2022-02-15T15:03:01.339Z] [2022-02-15T15:03:01.339Z] #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-02-15T15:03:01.339Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:03:01.339Z] #14 5.989 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-15T15:03:01.339Z] #14 6.147 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-15T15:03:01.339Z] #14 6.147 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-15T15:03:01.339Z] #14 8.515 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-15T15:03:01.339Z] #14 10.72 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB] [2022-02-15T15:03:01.339Z] #14 ... [2022-02-15T15:03:01.339Z] [2022-02-15T15:03:01.339Z] #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-02-15T15:03:01.339Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-02-15T15:03:01.339Z] #36 6.136 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-02-15T15:03:01.339Z] #36 ... [2022-02-15T15:03:01.339Z] [2022-02-15T15:03:01.339Z] #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-02-15T15:03:01.339Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-15T15:03:01.339Z] #47 5.884 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-15T15:03:01.339Z] #47 5.999 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-15T15:03:01.339Z] #47 6.000 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-15T15:03:01.339Z] #47 6.471 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-02-15T15:03:01.339Z] #47 8.311 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-15T15:03:01.339Z] #47 10.26 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB] [2022-02-15T15:03:01.590Z] ok github.com/docker/docker/image/tarexport 0.006s coverage: 0.7% of statements [2022-02-15T15:03:01.597Z] #47 ... [2022-02-15T15:03:01.597Z] [2022-02-15T15:03:01.597Z] #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-02-15T15:03:01.597Z] #26 sha256:c9b68676cf40ac48768225e8d5532d5b07d23c261fc8b8806f7155c6ec957f06 [2022-02-15T15:03:01.597Z] #26 5.205 + RM_GOPATH=0 [2022-02-15T15:03:01.597Z] #26 5.205 + TMP_GOPATH= [2022-02-15T15:03:01.597Z] #26 5.205 + : /build [2022-02-15T15:03:01.597Z] #26 5.205 + '[' -z '' ']' [2022-02-15T15:03:01.597Z] #26 5.205 ++ mktemp -d [2022-02-15T15:03:01.597Z] #26 5.210 + export GOPATH=/tmp/tmp.F8FkBJdL4T [2022-02-15T15:03:01.597Z] #26 5.210 + GOPATH=/tmp/tmp.F8FkBJdL4T [2022-02-15T15:03:01.597Z] #26 5.210 + RM_GOPATH=1 [2022-02-15T15:03:01.597Z] #26 5.210 + case "$(go env GOARCH)" in [2022-02-15T15:03:01.597Z] #26 5.210 ++ go env GOARCH [2022-02-15T15:03:01.597Z] #26 5.309 + export GO_BUILDMODE=-buildmode=pie [2022-02-15T15:03:01.597Z] #26 5.309 + GO_BUILDMODE=-buildmode=pie [2022-02-15T15:03:01.597Z] #26 5.309 ++ dirname /install.sh [2022-02-15T15:03:01.597Z] #26 5.329 + dir=/ [2022-02-15T15:03:01.597Z] #26 5.329 + bin=dockercli [2022-02-15T15:03:01.597Z] #26 5.329 + shift [2022-02-15T15:03:01.597Z] #26 5.329 + '[' '!' -f //dockercli.installer ']' [2022-02-15T15:03:01.597Z] #26 5.329 + . //dockercli.installer [2022-02-15T15:03:01.597Z] #26 5.329 ++ : stable [2022-02-15T15:03:01.597Z] #26 5.329 ++ : 17.06.2-ce [2022-02-15T15:03:01.597Z] #26 5.329 + install_dockercli [2022-02-15T15:03:01.597Z] #26 5.329 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-02-15T15:03:01.597Z] #26 5.329 ++ uname -m [2022-02-15T15:03:01.597Z] #26 5.329 Install docker/cli version 17.06.2-ce from stable [2022-02-15T15:03:01.597Z] #26 5.338 + arch=x86_64 [2022-02-15T15:03:01.597Z] #26 5.338 + '[' x86_64 '!=' x86_64 ']' [2022-02-15T15:03:01.597Z] #26 5.338 + url=https://download.docker.com/linux/static [2022-02-15T15:03:01.597Z] #26 5.348 + tar -xz docker/docker [2022-02-15T15:03:01.597Z] #26 5.359 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-02-15T15:03:01.597Z] #26 ... [2022-02-15T15:03:01.597Z] [2022-02-15T15:03:01.597Z] #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-02-15T15:03:01.597Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-15T15:03:01.597Z] #49 5.280 go: downloading gotest.tools/gotestsum v1.7.0 [2022-02-15T15:03:01.597Z] #49 7.691 go: downloading github.com/fatih/color v1.10.0 [2022-02-15T15:03:01.597Z] #49 7.714 go: downloading github.com/dnephin/pflag v1.0.7 [2022-02-15T15:03:01.597Z] #49 7.729 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-02-15T15:03:01.597Z] #49 7.910 go: downloading github.com/pkg/errors v0.9.1 [2022-02-15T15:03:01.597Z] #49 8.819 go: downloading golang.org/x/tools v0.1.0 [2022-02-15T15:03:01.597Z] #49 8.838 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-02-15T15:03:01.597Z] #49 8.894 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-02-15T15:03:01.597Z] #49 9.440 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-02-15T15:03:01.597Z] #49 9.571 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-02-15T15:03:01.851Z] ok github.com/docker/docker/distribution/xfer 1.884s coverage: 85.4% of statements [2022-02-15T15:03:01.851Z] ? github.com/docker/docker/dockerversion [no test files] [2022-02-15T15:03:01.854Z] #49 ... [2022-02-15T15:03:01.854Z] [2022-02-15T15:03:01.854Z] #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-02-15T15:03:01.854Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-02-15T15:03:01.854Z] #53 10.50 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-02-15T15:03:02.112Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2022-02-15T15:03:02.112Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-02-15T15:03:02.374Z] ok github.com/docker/docker/libcontainerd/queue 0.030s coverage: 100.0% of statements [2022-02-15T15:03:03.030Z] #20 60.24 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-02-15T15:03:03.030Z] #20 60.25 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:03:03.030Z] #20 60.26 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-15T15:03:03.318Z] ok github.com/docker/docker/oci 0.008s coverage: 43.3% of statements [2022-02-15T15:03:03.889Z] ok github.com/docker/docker/opts 0.016s coverage: 67.1% of statements [2022-02-15T15:03:03.889Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-02-15T15:03:04.166Z] #63 14.24 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-02-15T15:03:04.166Z] #63 14.75 go: downloading github.com/google/uuid v1.3.0 [2022-02-15T15:03:04.166Z] #63 14.75 go: downloading github.com/moby/vpnkit v0.5.0 [2022-02-15T15:03:04.166Z] #63 14.85 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-02-15T15:03:04.166Z] #63 14.88 go: downloading github.com/gofrs/flock v0.8.1 [2022-02-15T15:03:04.428Z] #63 14.97 go: downloading github.com/gorilla/mux v1.8.0 [2022-02-15T15:03:04.428Z] #63 15.17 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-02-15T15:03:05.002Z] #63 15.66 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-02-15T15:03:05.002Z] #63 ... [2022-02-15T15:03:05.002Z] [2022-02-15T15:03:05.002Z] #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-02-15T15:03:05.002Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-15T15:03:05.002Z] #38 6.210 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-15T15:03:05.002Z] #38 6.248 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-15T15:03:05.002Z] #38 6.262 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-15T15:03:05.002Z] #38 7.430 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-15T15:03:05.002Z] #38 9.308 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB] [2022-02-15T15:03:05.003Z] #38 10.97 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-15T15:03:05.264Z] #38 ... [2022-02-15T15:03:05.264Z] [2022-02-15T15:03:05.264Z] #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-02-15T15:03:05.264Z] #26 sha256:ae8313e80eb4f833053192102cdae7018237ee3e0ceb446b2557add9580e9055 [2022-02-15T15:03:05.264Z] #26 14.35 + mkdir -p /build [2022-02-15T15:03:05.264Z] #26 14.35 + mv docker/docker /build/ [2022-02-15T15:03:05.264Z] #26 14.35 + rmdir docker [2022-02-15T15:03:05.526Z] #26 ... [2022-02-15T15:03:05.526Z] [2022-02-15T15:03:05.526Z] #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-02-15T15:03:05.526Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-15T15:03:05.526Z] #47 6.263 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-15T15:03:05.526Z] #47 6.331 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-15T15:03:05.526Z] #47 6.332 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-15T15:03:05.526Z] #47 7.062 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-02-15T15:03:05.526Z] #47 8.408 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-15T15:03:05.526Z] #47 9.864 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB] [2022-02-15T15:03:05.526Z] #47 11.86 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-15T15:03:05.526Z] #47 13.53 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-02-15T15:03:05.526Z] #47 ... [2022-02-15T15:03:05.526Z] [2022-02-15T15:03:05.526Z] #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-02-15T15:03:05.526Z] #63 sha256:04f15588d4af94710862a23c7add8bb752a93011b7290411af69f98b4114f952 [2022-02-15T15:03:05.526Z] #63 16.02 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-02-15T15:03:05.526Z] #63 16.18 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-02-15T15:03:05.787Z] #63 ... [2022-02-15T15:03:05.787Z] [2022-02-15T15:03:05.787Z] #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-02-15T15:03:05.787Z] #26 sha256:ae8313e80eb4f833053192102cdae7018237ee3e0ceb446b2557add9580e9055 [2022-02-15T15:03:05.787Z] #26 DONE 16.4s [2022-02-15T15:03:05.787Z] [2022-02-15T15:03:05.787Z] #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-02-15T15:03:05.787Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-15T15:03:05.787Z] #49 11.62 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-02-15T15:03:05.787Z] #49 11.65 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-02-15T15:03:05.787Z] #49 11.71 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-02-15T15:03:05.787Z] #49 13.46 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-02-15T15:03:05.787Z] #49 13.50 go: downloading golang.org/x/mod v0.3.0 [2022-02-15T15:03:05.802Z] ok github.com/docker/docker/pkg/archive 0.261s coverage: 82.6% of statements [2022-02-15T15:03:06.166Z] #53 ... [2022-02-15T15:03:06.166Z] [2022-02-15T15:03:06.166Z] #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-02-15T15:03:06.166Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-15T15:03:06.166Z] #38 5.015 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-15T15:03:06.166Z] #38 5.031 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-15T15:03:06.167Z] #38 5.031 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-15T15:03:06.167Z] #38 5.781 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-15T15:03:06.167Z] #38 8.644 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB] [2022-02-15T15:03:06.167Z] #38 10.75 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-15T15:03:06.167Z] #38 ... [2022-02-15T15:03:06.167Z] [2022-02-15T15:03:06.167Z] #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-02-15T15:03:06.167Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-15T15:03:06.167Z] #49 14.59 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-02-15T15:03:06.167Z] #49 14.79 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-02-15T15:03:06.167Z] #49 14.93 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-02-15T15:03:06.375Z] ok github.com/docker/docker/pkg/authorization 0.477s coverage: 68.3% of statements [2022-02-15T15:03:06.420Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-02-15T15:03:06.636Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-02-15T15:03:06.636Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-02-15T15:03:07.244Z] #20 63.93 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-02-15T15:03:07.244Z] #20 63.93 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:03:07.244Z] #20 63.94 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-15T15:03:07.708Z] #49 ... [2022-02-15T15:03:07.708Z] [2022-02-15T15:03:07.708Z] #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-02-15T15:03:07.708Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-02-15T15:03:07.708Z] #36 18.80 tomll can be used in two ways: [2022-02-15T15:03:07.708Z] #36 18.81 Writing to STDIN and reading from STDOUT: [2022-02-15T15:03:07.708Z] #36 18.81 cat file.toml | tomll > file.toml [2022-02-15T15:03:07.708Z] #36 18.81 [2022-02-15T15:03:07.708Z] #36 18.81 Reading and updating a list of files: [2022-02-15T15:03:07.708Z] #36 18.81 tomll a.toml b.toml c.toml [2022-02-15T15:03:07.708Z] #36 18.81 [2022-02-15T15:03:07.708Z] #36 18.81 When given a list of files, tomll will modify all files in place without asking. [2022-02-15T15:03:08.131Z] #49 ... [2022-02-15T15:03:08.131Z] [2022-02-15T15:03:08.131Z] #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-02-15T15:03:08.131Z] #26 sha256:c9b68676cf40ac48768225e8d5532d5b07d23c261fc8b8806f7155c6ec957f06 [2022-02-15T15:03:08.131Z] #26 16.63 + mkdir -p /build [2022-02-15T15:03:08.131Z] #26 16.63 + mv docker/docker /build/ [2022-02-15T15:03:08.131Z] #26 16.64 + rmdir docker [2022-02-15T15:03:08.131Z] #26 DONE 17.1s [2022-02-15T15:03:08.131Z] [2022-02-15T15:03:08.131Z] #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-02-15T15:03:08.131Z] #63 sha256:ae1abeedfa4ea86293fda9a11070e279deda9ddc987cd30fd64f72922025d89f [2022-02-15T15:03:08.131Z] #63 12.97 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-02-15T15:03:08.131Z] #63 14.21 go: downloading github.com/google/uuid v1.3.0 [2022-02-15T15:03:08.131Z] #63 14.26 go: downloading github.com/moby/vpnkit v0.5.0 [2022-02-15T15:03:08.131Z] #63 14.54 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-02-15T15:03:08.131Z] #63 14.71 go: downloading github.com/gofrs/flock v0.8.1 [2022-02-15T15:03:08.131Z] #63 14.77 go: downloading github.com/gorilla/mux v1.8.0 [2022-02-15T15:03:08.131Z] #63 15.02 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-02-15T15:03:08.131Z] #63 15.84 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-02-15T15:03:08.131Z] #63 16.23 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-02-15T15:03:08.131Z] #63 16.33 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-02-15T15:03:08.189Z] #20 65.55 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-02-15T15:03:08.189Z] #20 65.55 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-02-15T15:03:08.189Z] #20 65.56 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-02-15T15:03:08.189Z] #20 65.63 Selecting previously unselected package libapparmor1:amd64. [2022-02-15T15:03:08.189Z] #20 65.63 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-02-15T15:03:08.189Z] #20 65.64 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-02-15T15:03:08.189Z] #20 65.69 Selecting previously unselected package libapparmor-dev:amd64. [2022-02-15T15:03:08.189Z] #20 65.70 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-02-15T15:03:08.190Z] #20 65.70 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-02-15T15:03:08.282Z] #36 DONE 19.4s [2022-02-15T15:03:08.282Z] [2022-02-15T15:03:08.283Z] #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-02-15T15:03:08.283Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:03:08.283Z] #14 11.82 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-15T15:03:08.283Z] #14 ... [2022-02-15T15:03:08.283Z] [2022-02-15T15:03:08.283Z] #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-02-15T15:03:08.283Z] #63 sha256:04f15588d4af94710862a23c7add8bb752a93011b7290411af69f98b4114f952 [2022-02-15T15:03:08.283Z] #63 19.05 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-02-15T15:03:08.451Z] #20 65.78 Selecting previously unselected package libbtrfs0:amd64. [2022-02-15T15:03:08.451Z] #20 65.78 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-02-15T15:03:08.451Z] #20 65.79 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-02-15T15:03:08.451Z] #20 65.85 Selecting previously unselected package libbtrfs-dev:amd64. [2022-02-15T15:03:08.451Z] #20 65.86 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-02-15T15:03:08.451Z] #20 65.87 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-15T15:03:08.451Z] #20 65.95 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-02-15T15:03:08.451Z] #20 65.96 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-02-15T15:03:08.451Z] #20 65.96 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:03:08.451Z] #20 66.01 Selecting previously unselected package libudev-dev:amd64. [2022-02-15T15:03:08.451Z] #20 66.01 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-02-15T15:03:08.451Z] #20 66.01 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-02-15T15:03:08.713Z] #20 66.08 Selecting previously unselected package libsepol1-dev:amd64. [2022-02-15T15:03:08.713Z] #20 66.09 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-02-15T15:03:08.713Z] #20 66.09 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-02-15T15:03:08.713Z] #20 66.22 Selecting previously unselected package libpcre2-16-0:amd64. [2022-02-15T15:03:08.713Z] #20 ... [2022-02-15T15:03:08.713Z] [2022-02-15T15:03:08.713Z] #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-02-15T15:03:08.713Z] #67 sha256:445972cacaa5753a5e00142db4cf3a1c07c607684e5cd6218372eeddc8ebe995 [2022-02-15T15:03:08.713Z] #67 12.11 + cd /tmp/tmp.te3Ktz8emw/src/github.com/containerd/containerd [2022-02-15T15:03:08.713Z] #67 12.12 + git checkout -q v1.5.9 [2022-02-15T15:03:08.713Z] #67 12.94 + export 'BUILDTAGS=netgo osusergo static_build' [2022-02-15T15:03:08.713Z] #67 12.94 + BUILDTAGS='netgo osusergo static_build' [2022-02-15T15:03:08.713Z] #67 12.94 + export EXTRA_FLAGS=-buildmode=pie [2022-02-15T15:03:08.713Z] #67 12.94 + EXTRA_FLAGS=-buildmode=pie [2022-02-15T15:03:08.713Z] #67 12.94 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-02-15T15:03:08.713Z] #67 12.94 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-02-15T15:03:08.713Z] #67 12.94 + '[' '' = dynamic ']' [2022-02-15T15:03:08.713Z] #67 12.94 + make [2022-02-15T15:03:08.713Z] #67 14.03 + bin/ctr [2022-02-15T15:03:08.713Z] #67 ... [2022-02-15T15:03:08.713Z] [2022-02-15T15:03:08.713Z] #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-02-15T15:03:08.713Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-02-15T15:03:08.713Z] #20 66.22 Selecting previously unselected package libpcre2-16-0:amd64. [2022-02-15T15:03:08.713Z] #20 66.22 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-02-15T15:03:08.713Z] #20 66.23 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-02-15T15:03:08.713Z] #20 66.31 Selecting previously unselected package libpcre2-32-0:amd64. [2022-02-15T15:03:08.713Z] #20 66.31 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-02-15T15:03:08.713Z] #20 66.32 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-02-15T15:03:08.975Z] #20 66.41 Selecting previously unselected package libpcre2-posix2:amd64. [2022-02-15T15:03:08.975Z] #20 66.42 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-02-15T15:03:08.975Z] #20 66.42 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-02-15T15:03:09.236Z] #20 66.46 Selecting previously unselected package libpcre2-dev:amd64. [2022-02-15T15:03:09.236Z] #20 66.48 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-02-15T15:03:09.236Z] #20 66.48 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-02-15T15:03:09.236Z] #20 66.69 Selecting previously unselected package libselinux1-dev:amd64. [2022-02-15T15:03:09.237Z] #20 66.69 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-02-15T15:03:09.237Z] #20 66.70 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-02-15T15:03:09.498Z] #20 66.81 Selecting previously unselected package libdevmapper-dev:amd64. [2022-02-15T15:03:09.498Z] #20 66.82 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-02-15T15:03:09.498Z] #20 66.82 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:03:09.498Z] #20 66.87 Selecting previously unselected package libseccomp-dev:amd64. [2022-02-15T15:03:09.498Z] #20 66.87 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-02-15T15:03:09.498Z] #20 66.88 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-02-15T15:03:09.498Z] #20 66.95 Selecting previously unselected package libsystemd-dev:amd64. [2022-02-15T15:03:09.498Z] #20 66.96 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-02-15T15:03:09.498Z] #20 66.96 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-02-15T15:03:09.759Z] #20 67.16 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-02-15T15:03:09.759Z] #20 67.18 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-02-15T15:03:09.759Z] #20 67.19 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-02-15T15:03:09.759Z] #20 67.20 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-02-15T15:03:09.759Z] #20 67.21 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-02-15T15:03:09.759Z] #20 67.22 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-02-15T15:03:09.759Z] #20 67.24 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-02-15T15:03:09.759Z] #20 67.25 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-02-15T15:03:09.759Z] #20 67.26 Setting up libudev-dev:amd64 (247.3-6) ... [2022-02-15T15:03:09.759Z] #20 67.28 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-02-15T15:03:09.759Z] #20 67.29 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-02-15T15:03:09.759Z] #20 67.30 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-15T15:03:09.759Z] #20 67.31 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-02-15T15:03:09.759Z] #20 67.33 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-02-15T15:03:09.759Z] #20 67.35 Setting up mingw-w64-common (8.0.0-1) ... [2022-02-15T15:03:09.759Z] #20 67.36 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-02-15T15:03:09.759Z] #20 67.37 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-02-15T15:03:09.759Z] #20 67.38 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-02-15T15:03:09.939Z] ok github.com/docker/docker/pkg/chrootarchive 2.505s coverage: 43.5% of statements [2022-02-15T15:03:09.939Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-02-15T15:03:09.939Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-02-15T15:03:10.020Z] #20 67.40 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-02-15T15:03:10.020Z] #20 67.42 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-02-15T15:03:10.020Z] #20 67.44 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-15T15:03:10.020Z] #20 67.46 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-02-15T15:03:10.020Z] #20 67.47 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-15T15:03:10.020Z] #20 67.48 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-02-15T15:03:10.020Z] #20 67.49 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-02-15T15:03:10.020Z] #20 67.51 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-15T15:03:10.020Z] #20 67.53 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-02-15T15:03:10.020Z] #20 67.53 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-15T15:03:10.020Z] #20 67.55 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-02-15T15:03:10.069Z] #63 19.39 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-02-15T15:03:10.282Z] #20 67.61 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:03:10.282Z] #20 67.63 Setting up dmsetup (2:1.02.175-2.1) ... [2022-02-15T15:03:10.282Z] #20 67.69 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:03:10.282Z] #20 67.76 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:03:10.282Z] #20 67.78 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:03:10.880Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-02-15T15:03:11.141Z] ok github.com/docker/docker/layer 7.616s coverage: 68.8% of statements [2022-02-15T15:03:11.141Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-02-15T15:03:11.141Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-02-15T15:03:11.141Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-02-15T15:03:11.141Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-02-15T15:03:11.141Z] ? github.com/docker/docker/oci/caps [no test files] [2022-02-15T15:03:11.141Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-02-15T15:03:11.141Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-02-15T15:03:11.141Z] ok github.com/docker/docker/pkg/fileutils 0.007s coverage: 87.2% of statements [2022-02-15T15:03:11.404Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-02-15T15:03:11.441Z] #63 ... [2022-02-15T15:03:11.441Z] [2022-02-15T15:03:11.441Z] #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-02-15T15:03:11.441Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-15T15:03:11.441Z] #38 21.11 Fetched 8503 kB in 16s (520 kB/s) [2022-02-15T15:03:11.665Z] ok github.com/docker/docker/pkg/fsutils 0.145s coverage: 85.1% of statements [2022-02-15T15:03:12.008Z] #38 21.11 Reading package lists... [2022-02-15T15:03:12.008Z] #38 ... [2022-02-15T15:03:12.008Z] [2022-02-15T15:03:12.008Z] #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-02-15T15:03:12.008Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-02-15T15:03:12.008Z] #36 21.39 tomll can be used in two ways: [2022-02-15T15:03:12.008Z] #36 21.39 Writing to STDIN and reading from STDOUT: [2022-02-15T15:03:12.008Z] #36 21.39 cat file.toml | tomll > file.toml [2022-02-15T15:03:12.008Z] #36 21.39 [2022-02-15T15:03:12.008Z] #36 21.39 Reading and updating a list of files: [2022-02-15T15:03:12.008Z] #36 21.39 tomll a.toml b.toml c.toml [2022-02-15T15:03:12.008Z] #36 21.39 [2022-02-15T15:03:12.008Z] #36 21.39 When given a list of files, tomll will modify all files in place without asking. [2022-02-15T15:03:12.008Z] #36 DONE 21.5s [2022-02-15T15:03:12.008Z] [2022-02-15T15:03:12.008Z] #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-02-15T15:03:12.008Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-15T15:03:12.008Z] #49 17.75 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-02-15T15:03:12.008Z] #49 17.86 go: downloading golang.org/x/mod v0.3.0 [2022-02-15T15:03:12.201Z] #20 DONE 69.6s [2022-02-15T15:03:12.201Z] [2022-02-15T15:03:12.201Z] #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-02-15T15:03:12.201Z] #21 sha256:a0dda4bd9cc3c8205725738412b27407ae226deb12f119d80c7781024abb8253 [2022-02-15T15:03:12.236Z] ok github.com/docker/docker/pkg/idtools 0.313s coverage: 69.5% of statements [2022-02-15T15:03:12.496Z] ok github.com/docker/docker/pkg/ioutils 0.372s coverage: 71.5% of statements [2022-02-15T15:03:12.576Z] #49 ... [2022-02-15T15:03:12.576Z] [2022-02-15T15:03:12.576Z] #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-02-15T15:03:12.576Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-15T15:03:12.576Z] #58 12.17 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-15T15:03:12.576Z] #58 22.36 Fetched 8503 kB in 17s (491 kB/s) [2022-02-15T15:03:12.576Z] #58 22.36 Reading package lists... [2022-02-15T15:03:12.576Z] #58 ... [2022-02-15T15:03:12.576Z] [2022-02-15T15:03:12.576Z] #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-02-15T15:03:12.576Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-15T15:03:12.576Z] #47 12.79 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-15T15:03:12.576Z] #47 16.28 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-02-15T15:03:12.757Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2022-02-15T15:03:12.757Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-02-15T15:03:12.757Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 100.0% of statements [2022-02-15T15:03:12.757Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-02-15T15:03:12.757Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-02-15T15:03:12.757Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements [2022-02-15T15:03:13.019Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-02-15T15:03:13.019Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-02-15T15:03:13.280Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.002s coverage: 86.7% of statements [2022-02-15T15:03:13.280Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-02-15T15:03:13.280Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-02-15T15:03:13.280Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-02-15T15:03:13.512Z] #47 ... [2022-02-15T15:03:13.512Z] [2022-02-15T15:03:13.512Z] #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-02-15T15:03:13.512Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:03:13.512Z] #14 13.84 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-15T15:03:13.512Z] #14 23.24 Fetched 8503 kB in 18s (485 kB/s) [2022-02-15T15:03:13.578Z] #63 ... [2022-02-15T15:03:13.578Z] [2022-02-15T15:03:13.578Z] #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-02-15T15:03:13.578Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-15T15:03:13.578Z] #43 24.02 + git checkout -q v2.3.0 [2022-02-15T15:03:13.588Z] #21 1.187 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-02-15T15:03:13.588Z] #21 1.187 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-02-15T15:03:13.588Z] #21 1.187 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-02-15T15:03:13.852Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2022-02-15T15:03:14.076Z] #14 23.24 Reading package lists... [2022-02-15T15:03:14.077Z] #14 ... [2022-02-15T15:03:14.077Z] [2022-02-15T15:03:14.077Z] #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-02-15T15:03:14.077Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-15T15:03:14.077Z] #47 23.62 Fetched 8506 kB in 18s (469 kB/s) [2022-02-15T15:03:14.423Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2022-02-15T15:03:14.423Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-02-15T15:03:14.515Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-02-15T15:03:14.683Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2022-02-15T15:03:14.784Z] #43 25.37 + 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-02-15T15:03:16.071Z] ok github.com/docker/docker/pkg/pubsub 1.040s coverage: 75.0% of statements [2022-02-15T15:03:16.071Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2022-02-15T15:03:16.332Z] ok github.com/docker/docker/pkg/stack 0.002s coverage: 90.9% of statements [2022-02-15T15:03:16.593Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-02-15T15:03:16.853Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-02-15T15:03:16.853Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-02-15T15:03:17.424Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 50.7% of statements [2022-02-15T15:03:17.685Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 40.1% of statements [2022-02-15T15:03:17.947Z] ok github.com/docker/docker/pkg/tailfile 0.041s coverage: 88.6% of statements [2022-02-15T15:03:18.519Z] ok github.com/docker/docker/pkg/tarsum 0.049s coverage: 89.3% of statements [2022-02-15T15:03:18.519Z] coverage: [no statements] [2022-02-15T15:03:18.519Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2022-02-15T15:03:18.971Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-02-15T15:03:18.971Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2022-02-15T15:03:19.004Z] #43 ... [2022-02-15T15:03:19.004Z] [2022-02-15T15:03:19.004Z] #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-02-15T15:03:19.004Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-15T15:03:19.004Z] #38 19.90 Fetched 8503 kB in 14s (608 kB/s) [2022-02-15T15:03:19.004Z] #38 19.90 Reading package lists... [2022-02-15T15:03:19.004Z] #38 24.55 Reading package lists... [2022-02-15T15:03:19.004Z] #38 28.78 Building dependency tree... [2022-02-15T15:03:19.004Z] #38 ... [2022-02-15T15:03:19.004Z] [2022-02-15T15:03:19.004Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:03:19.004Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:03:19.004Z] #51 27.98 go: downloading github.com/gofrs/flock v0.8.1 [2022-02-15T15:03:19.004Z] #51 27.98 go: downloading github.com/fatih/color v1.13.0 [2022-02-15T15:03:19.004Z] #51 28.03 go: downloading github.com/spf13/cobra v1.3.0 [2022-02-15T15:03:19.004Z] #51 28.04 go: downloading github.com/spf13/pflag v1.0.5 [2022-02-15T15:03:19.004Z] #51 28.28 go: downloading github.com/spf13/viper v1.10.1 [2022-02-15T15:03:19.004Z] #51 28.42 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-02-15T15:03:19.004Z] #51 28.76 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-02-15T15:03:19.004Z] #51 28.79 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-02-15T15:03:19.004Z] #51 29.76 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-02-15T15:03:19.004Z] #51 29.83 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-02-15T15:03:19.143Z] #21 1.719 Reading package lists... [2022-02-15T15:03:19.232Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-02-15T15:03:19.265Z] #51 ... [2022-02-15T15:03:19.265Z] [2022-02-15T15:03:19.265Z] #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-02-15T15:03:19.265Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-15T15:03:19.265Z] #58 20.44 Fetched 8503 kB in 15s (571 kB/s) [2022-02-15T15:03:19.265Z] #58 20.44 Reading package lists... [2022-02-15T15:03:19.265Z] #58 24.55 Reading package lists... [2022-02-15T15:03:19.265Z] #58 28.77 Building dependency tree... [2022-02-15T15:03:19.348Z] #47 23.62 Reading package lists... [2022-02-15T15:03:19.606Z] #47 28.43 Reading package lists... [2022-02-15T15:03:19.607Z] #47 ... [2022-02-15T15:03:19.607Z] [2022-02-15T15:03:19.607Z] #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-02-15T15:03:19.607Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-15T15:03:19.607Z] #43 27.74 + git checkout -q v2.3.0 [2022-02-15T15:03:19.842Z] #58 ... [2022-02-15T15:03:19.842Z] [2022-02-15T15:03:19.842Z] #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-02-15T15:03:19.842Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:03:19.842Z] #14 20.82 Fetched 8503 kB in 15s (574 kB/s) [2022-02-15T15:03:19.842Z] #14 20.82 Reading package lists... [2022-02-15T15:03:19.842Z] #14 25.24 Reading package lists... [2022-02-15T15:03:19.842Z] #14 29.51 Building dependency tree... [2022-02-15T15:03:19.842Z] #14 ... [2022-02-15T15:03:19.842Z] [2022-02-15T15:03:19.842Z] #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-02-15T15:03:19.842Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-15T15:03:19.842Z] #47 20.98 Fetched 8506 kB in 15s (564 kB/s) [2022-02-15T15:03:19.842Z] #47 20.98 Reading package lists... [2022-02-15T15:03:19.842Z] #47 25.42 Reading package lists... [2022-02-15T15:03:19.842Z] #47 29.58 Building dependency tree... [2022-02-15T15:03:19.865Z] #43 29.25 + 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-02-15T15:03:19.984Z] INFO: Extraction ended at 02/15/2022 15:03:18. Duration:00:00:27.7904044 [2022-02-15T15:03:19.984Z] INFO: Updating the golang and path environment variables [2022-02-15T15:03:19.984Z] INFO: GOPATH=d:\gopath [2022-02-15T15:03:19.984Z] INFO: go version go1.17.6 windows/amd64 [2022-02-15T15:03:19.984Z] INFO: Running the daemon under test in debug mode [2022-02-15T15:03:19.984Z] INFO: Starting a daemon under test... [2022-02-15T15:03:19.984Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43241\1\daemon --pidfile d:\CI\PR-43241\1\docker.pid -D [2022-02-15T15:03:19.984Z] INFO: Process started successfully. [2022-02-15T15:03:19.984Z] INFO: Start tailing logs of the daemon under tests [2022-02-15T15:03:19.984Z] INFO: Waiting for the daemon under test to start... [2022-02-15T15:03:20.416Z] #47 ... [2022-02-15T15:03:20.416Z] [2022-02-15T15:03:20.416Z] #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-02-15T15:03:20.416Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-15T15:03:20.416Z] #58 31.33 The following additional packages will be installed: [2022-02-15T15:03:20.416Z] #58 31.34 libbtrfs0 [2022-02-15T15:03:20.416Z] #58 31.54 The following NEW packages will be installed: [2022-02-15T15:03:20.416Z] #58 31.55 libbtrfs-dev libbtrfs0 [2022-02-15T15:03:20.678Z] #58 31.95 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-02-15T15:03:20.678Z] #58 31.95 Need to get 460 kB of archives. [2022-02-15T15:03:20.678Z] #58 31.95 After this operation, 1237 kB of additional disk space will be used. [2022-02-15T15:03:20.678Z] #58 31.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-02-15T15:03:20.939Z] #58 31.96 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-02-15T15:03:21.147Z] ok github.com/docker/docker/plugin 0.514s coverage: 23.2% of statements [2022-02-15T15:03:21.147Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.4% of statements [2022-02-15T15:03:21.408Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 86.0% of statements [2022-02-15T15:03:21.884Z] #58 32.84 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:03:21.884Z] #58 33.02 Fetched 460 kB in 0s (1387 kB/s) [2022-02-15T15:03:21.884Z] #58 33.10 Selecting previously unselected package libbtrfs0:amd64. [2022-02-15T15:03:22.146Z] #58 33.10 (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-02-15T15:03:22.146Z] #58 33.17 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-02-15T15:03:22.146Z] #58 33.21 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-02-15T15:03:22.408Z] #58 33.53 Selecting previously unselected package libbtrfs-dev:amd64. [2022-02-15T15:03:22.408Z] #58 33.54 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-02-15T15:03:22.408Z] #58 33.55 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-15T15:03:22.793Z] ok github.com/docker/docker/quota 0.236s coverage: 71.4% of statements [2022-02-15T15:03:22.793Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2022-02-15T15:03:22.982Z] #58 33.99 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-02-15T15:03:22.982Z] #58 ... [2022-02-15T15:03:22.982Z] [2022-02-15T15:03:22.982Z] #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-02-15T15:03:22.982Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-02-15T15:03:22.982Z] #53 33.59 v3.0.2 [2022-02-15T15:03:22.982Z] #53 DONE 34.2s [2022-02-15T15:03:22.982Z] [2022-02-15T15:03:22.982Z] #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-02-15T15:03:22.982Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-15T15:03:22.982Z] #58 34.14 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-15T15:03:22.982Z] #58 34.18 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:03:23.557Z] #58 DONE 34.6s [2022-02-15T15:03:23.557Z] [2022-02-15T15:03:23.557Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:03:23.557Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:03:23.557Z] #51 32.56 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-02-15T15:03:23.557Z] #51 32.56 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-02-15T15:03:23.557Z] #51 32.59 go: downloading github.com/stretchr/testify v1.7.0 [2022-02-15T15:03:23.557Z] #51 32.71 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-02-15T15:03:23.557Z] #51 32.78 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-02-15T15:03:23.557Z] #51 32.79 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-02-15T15:03:23.557Z] #51 32.87 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-02-15T15:03:23.557Z] #51 32.89 go: downloading github.com/magiconair/properties v1.8.5 [2022-02-15T15:03:23.557Z] #51 32.93 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-02-15T15:03:23.557Z] #51 33.00 go: downloading github.com/spf13/afero v1.6.0 [2022-02-15T15:03:23.557Z] #51 33.00 go: downloading github.com/spf13/cast v1.4.1 [2022-02-15T15:03:23.557Z] #51 33.02 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-02-15T15:03:23.557Z] #51 33.05 go: downloading github.com/subosito/gotenv v1.2.0 [2022-02-15T15:03:23.557Z] #51 33.16 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-02-15T15:03:23.557Z] #51 33.22 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-02-15T15:03:23.557Z] #51 33.29 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-02-15T15:03:23.557Z] #51 33.30 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-02-15T15:03:23.557Z] #51 33.33 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-02-15T15:03:23.557Z] #51 33.33 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-02-15T15:03:23.557Z] #51 33.36 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-02-15T15:03:23.557Z] #51 33.36 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-02-15T15:03:23.557Z] #51 33.36 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-02-15T15:03:23.557Z] #51 33.37 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-02-15T15:03:23.557Z] #51 33.47 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-02-15T15:03:23.557Z] #51 33.52 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-02-15T15:03:23.557Z] #51 33.69 go: downloading github.com/Antonboom/errname v0.1.5 [2022-02-15T15:03:23.557Z] #51 33.75 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-02-15T15:03:23.557Z] #51 33.75 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-02-15T15:03:23.557Z] #51 33.81 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-02-15T15:03:23.557Z] #51 33.84 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-02-15T15:03:23.557Z] #51 33.88 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-02-15T15:03:23.557Z] #51 33.91 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-02-15T15:03:23.557Z] #51 33.92 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-02-15T15:03:23.557Z] #51 33.93 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-02-15T15:03:23.557Z] #51 34.07 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-02-15T15:03:23.557Z] #51 34.12 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-02-15T15:03:23.557Z] #51 34.36 go: downloading github.com/breml/bidichk v0.2.1 [2022-02-15T15:03:23.557Z] #51 34.47 go: downloading github.com/breml/errchkjson v0.2.1 [2022-02-15T15:03:23.557Z] #51 34.48 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-02-15T15:03:23.557Z] #51 34.51 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-02-15T15:03:23.557Z] #51 34.60 go: downloading github.com/daixiang0/gci v0.2.9 [2022-02-15T15:03:23.557Z] #51 34.60 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-02-15T15:03:23.557Z] #51 34.67 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-02-15T15:03:23.557Z] #51 34.67 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-02-15T15:03:23.557Z] #51 34.69 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-02-15T15:03:23.557Z] #51 34.70 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-02-15T15:03:23.557Z] #51 34.75 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-02-15T15:03:23.557Z] #51 34.80 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-02-15T15:03:24.130Z] #51 ... [2022-02-15T15:03:24.130Z] [2022-02-15T15:03:24.130Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-02-15T15:03:24.130Z] #59 sha256:3f64c2586e2f7f3ec78c646be1c012357bbd0e9ca84e7ab950bd969d2f405399 [2022-02-15T15:03:24.130Z] #59 DONE 0.4s [2022-02-15T15:03:24.130Z] [2022-02-15T15:03:24.130Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:03:24.130Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:03:24.130Z] #51 35.07 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-02-15T15:03:24.130Z] #51 35.23 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-02-15T15:03:24.130Z] #51 35.25 go: downloading github.com/golangci/misspell v0.3.5 [2022-02-15T15:03:24.130Z] #51 35.28 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-02-15T15:03:24.130Z] #51 35.33 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-02-15T15:03:24.176Z] ok github.com/docker/docker/registry 0.052s coverage: 58.3% of statements [2022-02-15T15:03:24.176Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2022-02-15T15:03:24.391Z] #51 35.37 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-02-15T15:03:24.391Z] #51 35.38 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-02-15T15:03:24.391Z] #51 35.41 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-02-15T15:03:24.391Z] #51 35.44 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-02-15T15:03:24.391Z] #51 35.47 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-02-15T15:03:24.391Z] #51 35.55 go: downloading github.com/julz/importas v0.1.0 [2022-02-15T15:03:24.437Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-02-15T15:03:24.437Z] #21 6.675 Reading package lists... [2022-02-15T15:03:24.468Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-02-15T15:03:24.468Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-02-15T15:03:24.468Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-02-15T15:03:24.664Z] #51 35.59 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-02-15T15:03:24.664Z] #51 35.61 go: downloading github.com/kulti/thelper v0.5.0 [2022-02-15T15:03:24.664Z] #51 35.71 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-02-15T15:03:24.664Z] #51 35.73 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-02-15T15:03:24.664Z] #51 35.75 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-02-15T15:03:24.664Z] #51 35.81 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-02-15T15:03:24.926Z] #51 35.84 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-02-15T15:03:24.926Z] #51 35.88 go: downloading github.com/maratori/testpackage v1.0.1 [2022-02-15T15:03:24.926Z] #51 35.89 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-02-15T15:03:24.926Z] #51 35.95 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-02-15T15:03:24.926Z] #51 35.97 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-02-15T15:03:24.926Z] #51 35.98 go: downloading github.com/mgechev/revive v1.1.3 [2022-02-15T15:03:25.008Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.7% of statements [2022-02-15T15:03:25.008Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-02-15T15:03:25.117Z] #43 ... [2022-02-15T15:03:25.117Z] [2022-02-15T15:03:25.117Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:03:25.117Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:03:25.117Z] #51 34.21 go: downloading github.com/gofrs/flock v0.8.1 [2022-02-15T15:03:25.117Z] #51 34.21 go: downloading github.com/fatih/color v1.13.0 [2022-02-15T15:03:25.117Z] #51 34.26 go: downloading github.com/spf13/cobra v1.3.0 [2022-02-15T15:03:25.117Z] #51 34.27 go: downloading github.com/spf13/pflag v1.0.5 [2022-02-15T15:03:25.117Z] #51 34.46 go: downloading github.com/spf13/viper v1.10.1 [2022-02-15T15:03:25.117Z] #51 34.64 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-02-15T15:03:25.117Z] #51 34.73 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-02-15T15:03:25.117Z] #51 34.78 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-02-15T15:03:25.117Z] #51 34.78 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-02-15T15:03:25.374Z] #51 34.98 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-02-15T15:03:25.381Z] #21 11.67 Building dependency tree... [2022-02-15T15:03:25.381Z] #21 12.95 Reading state information... [2022-02-15T15:03:25.396Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-02-15T15:03:25.396Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-02-15T15:03:25.503Z] #51 36.59 go: downloading github.com/moricho/tparallel v0.2.1 [2022-02-15T15:03:25.503Z] #51 36.60 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-02-15T15:03:25.503Z] #51 36.63 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-02-15T15:03:25.503Z] #51 36.64 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-02-15T15:03:25.503Z] #51 36.65 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-02-15T15:03:25.503Z] #51 36.69 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-02-15T15:03:25.764Z] #51 36.71 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-02-15T15:03:25.764Z] #51 36.73 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-02-15T15:03:25.764Z] #51 36.79 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-02-15T15:03:26.027Z] #51 37.00 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-02-15T15:03:26.027Z] #51 37.00 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-02-15T15:03:26.027Z] #51 37.02 go: downloading github.com/sivchari/tenv v1.4.7 [2022-02-15T15:03:26.027Z] #51 37.02 go: downloading github.com/sonatard/noctx v0.0.1 [2022-02-15T15:03:26.027Z] #51 37.02 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-02-15T15:03:26.027Z] #51 37.04 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-02-15T15:03:26.027Z] #51 37.05 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-02-15T15:03:26.027Z] #51 37.07 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-02-15T15:03:26.027Z] #51 37.12 go: downloading github.com/tetafro/godot v1.4.11 [2022-02-15T15:03:26.027Z] #51 37.16 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-02-15T15:03:26.300Z] #51 37.22 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-02-15T15:03:26.300Z] #51 37.22 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-02-15T15:03:26.300Z] #51 37.37 go: downloading github.com/ultraware/funlen v0.0.3 [2022-02-15T15:03:26.300Z] #51 37.39 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-02-15T15:03:26.300Z] #51 37.40 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-02-15T15:03:26.300Z] #51 37.42 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-02-15T15:03:26.300Z] #51 37.44 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-02-15T15:03:26.326Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-02-15T15:03:26.563Z] #51 37.70 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-02-15T15:03:26.745Z] #51 36.07 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-02-15T15:03:26.745Z] #51 ... [2022-02-15T15:03:26.745Z] [2022-02-15T15:03:26.745Z] #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-02-15T15:03:26.745Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-15T15:03:26.745Z] #38 21.11 Reading package lists... [2022-02-15T15:03:26.745Z] #38 26.49 Reading package lists... [2022-02-15T15:03:26.745Z] #38 30.92 Building dependency tree... [2022-02-15T15:03:26.745Z] #38 33.78 The following additional packages will be installed: [2022-02-15T15:03:26.745Z] #38 33.79 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-02-15T15:03:26.745Z] #38 33.81 Suggested packages: [2022-02-15T15:03:26.745Z] #38 33.83 cmake-doc ninja-build lrzip [2022-02-15T15:03:26.745Z] #38 33.83 Recommended packages: [2022-02-15T15:03:26.745Z] #38 33.83 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-02-15T15:03:26.745Z] #38 34.64 The following NEW packages will be installed: [2022-02-15T15:03:26.745Z] #38 34.65 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-02-15T15:03:26.745Z] #38 34.67 vim-common xxd [2022-02-15T15:03:26.745Z] #38 35.05 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-02-15T15:03:26.745Z] #38 35.05 Need to get 17.7 MB of archives. [2022-02-15T15:03:26.745Z] #38 35.05 After this operation, 70.7 MB of additional disk space will be used. [2022-02-15T15:03:26.745Z] #38 35.05 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-02-15T15:03:26.745Z] #38 35.06 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-02-15T15:03:26.745Z] #38 35.06 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-02-15T15:03:26.745Z] #38 35.13 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-02-15T15:03:26.745Z] #38 35.55 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-02-15T15:03:26.745Z] #38 35.58 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-02-15T15:03:26.745Z] #38 35.61 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-02-15T15:03:26.745Z] #38 35.61 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-02-15T15:03:26.745Z] #38 35.62 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-02-15T15:03:26.745Z] #38 35.63 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-02-15T15:03:26.768Z] #21 14.43 The following additional packages will be installed: [2022-02-15T15:03:26.768Z] #21 14.43 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-02-15T15:03:26.768Z] #21 14.43 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-02-15T15:03:26.768Z] #21 14.43 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-02-15T15:03:26.768Z] #21 14.43 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-02-15T15:03:26.768Z] #21 14.43 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-02-15T15:03:26.768Z] #21 14.43 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-02-15T15:03:26.768Z] #21 14.44 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-02-15T15:03:26.768Z] #21 14.46 Suggested packages: [2022-02-15T15:03:26.768Z] #21 14.46 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-02-15T15:03:26.768Z] #21 14.46 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-02-15T15:03:26.768Z] #21 14.46 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-02-15T15:03:26.768Z] #21 14.46 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-02-15T15:03:26.768Z] #21 14.46 seccomp:ppc64el seccomp:s390x [2022-02-15T15:03:26.768Z] #21 14.46 Recommended packages: [2022-02-15T15:03:26.768Z] #21 14.46 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-02-15T15:03:26.768Z] #21 14.46 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-02-15T15:03:26.768Z] #21 14.46 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-02-15T15:03:26.768Z] #21 14.46 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-02-15T15:03:26.826Z] #51 37.83 go: downloading honnef.co/go/tools v0.2.2 [2022-02-15T15:03:27.002Z] #38 ... [2022-02-15T15:03:27.002Z] [2022-02-15T15:03:27.002Z] #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-02-15T15:03:27.002Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-15T15:03:27.002Z] #58 22.36 Reading package lists... [2022-02-15T15:03:27.002Z] #58 27.03 Reading package lists... [2022-02-15T15:03:27.002Z] #58 31.53 Building dependency tree... [2022-02-15T15:03:27.002Z] #58 34.65 The following additional packages will be installed: [2022-02-15T15:03:27.002Z] #58 34.65 libbtrfs0 [2022-02-15T15:03:27.002Z] #58 34.81 The following NEW packages will be installed: [2022-02-15T15:03:27.002Z] #58 34.82 libbtrfs-dev libbtrfs0 [2022-02-15T15:03:27.002Z] #58 35.23 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-02-15T15:03:27.002Z] #58 35.23 Need to get 460 kB of archives. [2022-02-15T15:03:27.002Z] #58 35.23 After this operation, 1237 kB of additional disk space will be used. [2022-02-15T15:03:27.002Z] #58 35.23 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-02-15T15:03:27.002Z] #58 35.24 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-02-15T15:03:27.002Z] #58 36.09 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:03:27.002Z] #58 36.28 Fetched 460 kB in 0s (1339 kB/s) [2022-02-15T15:03:27.002Z] #58 36.35 Selecting previously unselected package libbtrfs0:amd64. [2022-02-15T15:03:27.002Z] #58 36.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-02-15T15:03:27.002Z] #58 36.44 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-02-15T15:03:27.002Z] #58 36.45 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-02-15T15:03:27.002Z] #58 36.67 Selecting previously unselected package libbtrfs-dev:amd64. [2022-02-15T15:03:27.002Z] #58 36.68 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-02-15T15:03:27.002Z] #58 36.68 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-15T15:03:27.029Z] #21 14.94 The following NEW packages will be installed: [2022-02-15T15:03:27.029Z] #21 14.94 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-02-15T15:03:27.029Z] #21 14.94 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-02-15T15:03:27.029Z] #21 14.94 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-02-15T15:03:27.029Z] #21 14.94 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-02-15T15:03:27.029Z] #21 14.94 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-02-15T15:03:27.029Z] #21 14.94 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-02-15T15:03:27.029Z] #21 14.94 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-02-15T15:03:27.029Z] #21 14.95 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-02-15T15:03:27.029Z] #21 14.95 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-02-15T15:03:27.029Z] #21 14.95 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-02-15T15:03:27.029Z] #21 14.95 libseccomp2:ppc64el libseccomp2:s390x [2022-02-15T15:03:27.260Z] #58 ... [2022-02-15T15:03:27.260Z] [2022-02-15T15:03:27.260Z] #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-02-15T15:03:27.260Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-02-15T15:03:27.260Z] #53 36.84 v3.0.2 [2022-02-15T15:03:27.518Z] #53 DONE 37.1s [2022-02-15T15:03:27.518Z] [2022-02-15T15:03:27.518Z] #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-02-15T15:03:27.518Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-02-15T15:03:27.518Z] #58 36.97 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-02-15T15:03:27.518Z] #58 37.00 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-15T15:03:27.518Z] #58 37.05 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:03:27.556Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-02-15T15:03:27.602Z] #21 15.32 0 upgraded, 40 newly installed, 0 to remove and 1 not upgraded. [2022-02-15T15:03:27.602Z] #21 15.32 Need to get 15.9 MB of archives. [2022-02-15T15:03:27.602Z] #21 15.32 After this operation, 73.0 MB of additional disk space will be used. [2022-02-15T15:03:27.602Z] #21 15.32 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-02-15T15:03:27.602Z] #21 15.38 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-02-15T15:03:27.602Z] #21 15.38 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-02-15T15:03:27.602Z] #21 15.38 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-02-15T15:03:27.602Z] #21 15.39 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-02-15T15:03:27.602Z] #21 15.39 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-02-15T15:03:27.602Z] #21 15.39 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-02-15T15:03:27.602Z] #21 15.40 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB] [2022-02-15T15:03:27.602Z] #21 15.46 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-02-15T15:03:27.602Z] #21 15.46 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-02-15T15:03:27.602Z] #21 15.46 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-02-15T15:03:27.602Z] #21 15.47 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-02-15T15:03:27.602Z] #21 15.47 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB] [2022-02-15T15:03:27.602Z] #21 15.51 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-02-15T15:03:27.602Z] #21 15.52 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-02-15T15:03:27.602Z] #21 15.52 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-02-15T15:03:27.602Z] #21 15.52 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-02-15T15:03:27.602Z] #21 15.52 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB] [2022-02-15T15:03:27.602Z] #21 15.55 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-02-15T15:03:27.602Z] #21 15.55 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-02-15T15:03:27.602Z] #21 15.56 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-02-15T15:03:27.602Z] #21 15.56 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-02-15T15:03:27.602Z] #21 15.56 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB] [2022-02-15T15:03:27.774Z] #51 39.04 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-02-15T15:03:27.775Z] #51 39.04 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-02-15T15:03:27.776Z] #58 DONE 37.3s [2022-02-15T15:03:27.776Z] [2022-02-15T15:03:27.776Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-02-15T15:03:27.776Z] #59 sha256:1c92b9869c14e352630cef611d74ce4659679f7cf22ca120f2ab1da0e68eb1c2 [2022-02-15T15:03:27.916Z] #21 15.59 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-02-15T15:03:27.916Z] #21 15.59 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-02-15T15:03:27.916Z] #21 15.60 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-02-15T15:03:27.916Z] #21 15.60 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-02-15T15:03:27.916Z] #21 15.60 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB] [2022-02-15T15:03:27.916Z] #21 15.63 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-02-15T15:03:27.916Z] #21 15.63 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-02-15T15:03:27.916Z] #21 15.64 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-02-15T15:03:27.916Z] #21 15.64 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-02-15T15:03:27.916Z] #21 15.65 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-02-15T15:03:27.916Z] #21 15.65 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-02-15T15:03:27.916Z] #21 15.65 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-02-15T15:03:27.916Z] #21 15.66 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-02-15T15:03:27.916Z] #21 15.66 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-02-15T15:03:27.916Z] #21 15.66 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-02-15T15:03:27.916Z] #21 15.66 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-02-15T15:03:27.916Z] #21 15.66 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-02-15T15:03:28.034Z] #59 DONE 0.2s [2022-02-15T15:03:28.034Z] [2022-02-15T15:03:28.034Z] #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-02-15T15:03:28.034Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-15T15:03:28.034Z] #38 36.90 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:03:28.034Z] #38 37.32 Fetched 17.7 MB in 1s (14.8 MB/s) [2022-02-15T15:03:28.034Z] #38 37.34 Selecting previously unselected package xxd. [2022-02-15T15:03:28.034Z] #38 37.34 (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-02-15T15:03:28.034Z] #38 37.48 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-15T15:03:28.034Z] #38 37.49 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:03:28.034Z] #38 ... [2022-02-15T15:03:28.034Z] [2022-02-15T15:03:28.034Z] #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-02-15T15:03:28.034Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:03:28.034Z] #14 23.24 Reading package lists... [2022-02-15T15:03:28.034Z] #14 27.92 Reading package lists... [2022-02-15T15:03:28.034Z] #14 32.41 Building dependency tree... [2022-02-15T15:03:28.034Z] #14 35.31 The following additional packages will be installed: [2022-02-15T15:03:28.034Z] #14 35.31 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-02-15T15:03:28.034Z] #14 35.31 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-02-15T15:03:28.034Z] #14 35.31 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-02-15T15:03:28.034Z] #14 35.31 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-02-15T15:03:28.034Z] #14 35.31 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-02-15T15:03:28.034Z] #14 35.31 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-02-15T15:03:28.034Z] #14 35.32 mingw-w64-common mingw-w64-x86-64-dev [2022-02-15T15:03:28.034Z] #14 35.33 Suggested packages: [2022-02-15T15:03:28.034Z] #14 35.33 gcc-10-locales seccomp wine64 [2022-02-15T15:03:28.034Z] #14 36.61 The following NEW packages will be installed: [2022-02-15T15:03:28.034Z] #14 36.62 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-02-15T15:03:28.034Z] #14 36.62 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-02-15T15:03:28.034Z] #14 36.62 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-02-15T15:03:28.034Z] #14 36.62 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-02-15T15:03:28.034Z] #14 36.62 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-02-15T15:03:28.034Z] #14 36.63 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-02-15T15:03:28.034Z] #14 36.63 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-02-15T15:03:28.034Z] #14 36.63 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-02-15T15:03:28.034Z] #14 36.63 mingw-w64-x86-64-dev [2022-02-15T15:03:28.034Z] #14 37.00 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-02-15T15:03:28.034Z] #14 37.00 Need to get 115 MB of archives. [2022-02-15T15:03:28.034Z] #14 37.00 After this operation, 645 MB of additional disk space will be used. [2022-02-15T15:03:28.034Z] #14 37.00 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-02-15T15:03:28.034Z] #14 37.15 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-02-15T15:03:28.034Z] #14 37.32 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-02-15T15:03:28.034Z] #14 37.34 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-02-15T15:03:28.034Z] #14 37.37 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-02-15T15:03:28.034Z] #14 37.38 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-02-15T15:03:28.034Z] #14 37.65 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-02-15T15:03:28.036Z] #51 39.10 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-02-15T15:03:28.036Z] #51 39.19 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-02-15T15:03:28.127Z] ok github.com/docker/docker/volume/local 0.095s coverage: 76.4% of statements [2022-02-15T15:03:28.304Z] #14 37.82 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-02-15T15:03:28.304Z] #14 37.85 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-02-15T15:03:28.304Z] #14 ... [2022-02-15T15:03:28.304Z] [2022-02-15T15:03:28.304Z] #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-02-15T15:03:28.304Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-15T15:03:28.304Z] #38 37.87 Selecting previously unselected package vim-common. [2022-02-15T15:03:28.304Z] #38 37.89 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-15T15:03:28.304Z] #38 38.00 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:03:28.510Z] #21 16.42 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:03:28.699Z] ok github.com/docker/docker/volume/mounts 0.006s coverage: 67.7% of statements [2022-02-15T15:03:28.771Z] #21 16.66 Fetched 15.9 MB in 1s (25.8 MB/s) [2022-02-15T15:03:28.869Z] #38 38.37 Selecting previously unselected package cmake-data. [2022-02-15T15:03:28.869Z] #38 38.37 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-02-15T15:03:28.869Z] #38 38.40 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-02-15T15:03:28.869Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-02-15T15:03:29.032Z] #21 16.70 Selecting previously unselected package gcc-10-base:armel. [2022-02-15T15:03:29.032Z] #21 16.70 (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-02-15T15:03:29.032Z] #21 16.75 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-02-15T15:03:29.032Z] #21 16.75 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-02-15T15:03:29.032Z] #21 16.82 Selecting previously unselected package gcc-10-base:armhf. [2022-02-15T15:03:29.032Z] #21 16.83 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-02-15T15:03:29.032Z] #21 16.84 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-02-15T15:03:29.032Z] #21 16.89 Selecting previously unselected package gcc-10-base:ppc64el. [2022-02-15T15:03:29.032Z] #21 16.90 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-02-15T15:03:29.032Z] #21 16.90 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-02-15T15:03:29.032Z] #21 16.95 Selecting previously unselected package gcc-10-base:s390x. [2022-02-15T15:03:29.295Z] #21 16.95 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-02-15T15:03:29.295Z] #21 16.96 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-02-15T15:03:29.295Z] #21 17.01 Selecting previously unselected package gcc-10-base:arm64. [2022-02-15T15:03:29.295Z] #21 17.01 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-02-15T15:03:29.295Z] #21 17.02 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-02-15T15:03:29.295Z] #21 17.09 Selecting previously unselected package libgcc-s1:armel. [2022-02-15T15:03:29.295Z] #21 17.09 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-02-15T15:03:29.295Z] #21 17.11 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-02-15T15:03:29.295Z] #21 17.16 Selecting previously unselected package libcrypt1:armel. [2022-02-15T15:03:29.295Z] #21 17.17 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-02-15T15:03:29.295Z] #21 17.17 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-02-15T15:03:29.426Z] #51 40.31 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-02-15T15:03:29.426Z] #51 40.38 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-02-15T15:03:29.426Z] #51 40.40 go: downloading github.com/stretchr/objx v0.1.1 [2022-02-15T15:03:29.426Z] #51 40.48 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-02-15T15:03:29.426Z] #51 40.60 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-02-15T15:03:29.426Z] #51 40.63 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-02-15T15:03:29.555Z] #21 17.25 Selecting previously unselected package libc6:armel. [2022-02-15T15:03:29.555Z] #21 17.26 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ... [2022-02-15T15:03:29.555Z] #21 17.43 Unpacking libc6:armel (2.31-13+deb11u2) ... [2022-02-15T15:03:29.640Z] ok github.com/docker/docker/volume/service 0.014s coverage: 72.3% of statements [2022-02-15T15:03:29.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-02-15T15:03:30.005Z] #51 40.84 go: downloading golang.org/x/text v0.3.7 [2022-02-15T15:03:30.125Z] #21 17.85 Selecting previously unselected package libapparmor1:armel. [2022-02-15T15:03:30.125Z] #21 17.85 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-02-15T15:03:30.125Z] #21 17.85 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-02-15T15:03:30.125Z] #21 17.91 Selecting previously unselected package libapparmor-dev:armel. [2022-02-15T15:03:30.125Z] #21 17.91 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-02-15T15:03:30.125Z] #21 17.92 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-02-15T15:03:30.125Z] #21 17.99 Selecting previously unselected package libgcc-s1:arm64. [2022-02-15T15:03:30.386Z] #21 17.99 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-02-15T15:03:30.386Z] #21 18.00 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-02-15T15:03:30.386Z] #21 18.06 Selecting previously unselected package libcrypt1:arm64. [2022-02-15T15:03:30.386Z] #21 18.06 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-02-15T15:03:30.386Z] #21 18.07 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-02-15T15:03:30.386Z] #21 18.21 Selecting previously unselected package libc6:arm64. [2022-02-15T15:03:30.386Z] #21 18.22 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ... [2022-02-15T15:03:30.580Z] #51 ... [2022-02-15T15:03:30.580Z] [2022-02-15T15:03:30.580Z] #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-02-15T15:03:30.580Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-15T15:03:30.580Z] #38 31.65 The following additional packages will be installed: [2022-02-15T15:03:30.580Z] #38 31.66 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-02-15T15:03:30.580Z] #38 31.67 Suggested packages: [2022-02-15T15:03:30.580Z] #38 31.69 cmake-doc ninja-build lrzip [2022-02-15T15:03:30.580Z] #38 31.69 Recommended packages: [2022-02-15T15:03:30.580Z] #38 31.69 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-02-15T15:03:30.580Z] #38 32.37 The following NEW packages will be installed: [2022-02-15T15:03:30.580Z] #38 32.39 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-02-15T15:03:30.580Z] #38 32.39 vim-common xxd [2022-02-15T15:03:30.580Z] #38 32.80 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-02-15T15:03:30.580Z] #38 32.80 Need to get 17.7 MB of archives. [2022-02-15T15:03:30.580Z] #38 32.80 After this operation, 70.7 MB of additional disk space will be used. [2022-02-15T15:03:30.580Z] #38 32.80 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-02-15T15:03:30.580Z] #38 32.81 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-02-15T15:03:30.580Z] #38 32.81 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-02-15T15:03:30.580Z] #38 32.88 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-02-15T15:03:30.580Z] #38 33.40 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-02-15T15:03:30.580Z] #38 33.41 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-02-15T15:03:30.580Z] #38 33.43 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-02-15T15:03:30.580Z] #38 33.43 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-02-15T15:03:30.580Z] #38 33.44 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-02-15T15:03:30.580Z] #38 33.45 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-02-15T15:03:30.580Z] #38 34.97 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:03:30.580Z] #38 35.34 Fetched 17.7 MB in 1s (13.8 MB/s) [2022-02-15T15:03:30.580Z] #38 35.40 Selecting previously unselected package xxd. [2022-02-15T15:03:30.580Z] #38 35.40 (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-02-15T15:03:30.580Z] #38 35.55 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-15T15:03:30.580Z] #38 35.57 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:03:30.580Z] #38 36.10 Selecting previously unselected package vim-common. [2022-02-15T15:03:30.580Z] #38 36.10 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-15T15:03:30.580Z] #38 36.16 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:03:30.580Z] #38 36.62 Selecting previously unselected package cmake-data. [2022-02-15T15:03:30.580Z] #38 36.63 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-02-15T15:03:30.580Z] #38 36.64 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-02-15T15:03:30.580Z] #38 39.16 Selecting previously unselected package libicu67:amd64. [2022-02-15T15:03:30.580Z] #38 39.16 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-02-15T15:03:30.580Z] #38 39.18 Unpacking libicu67:amd64 (67.1-7) ... [2022-02-15T15:03:30.580Z] #38 ... [2022-02-15T15:03:30.580Z] [2022-02-15T15:03:30.580Z] #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-02-15T15:03:30.580Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-15T15:03:30.580Z] #47 32.48 The following additional packages will be installed: [2022-02-15T15:03:30.580Z] #47 32.49 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-02-15T15:03:30.580Z] #47 32.50 python3-protobuf python3-six [2022-02-15T15:03:30.580Z] #47 32.50 Suggested packages: [2022-02-15T15:03:30.580Z] #47 32.51 python3-setuptools [2022-02-15T15:03:30.580Z] #47 32.51 Recommended packages: [2022-02-15T15:03:30.580Z] #47 32.51 iproute2 | iproute [2022-02-15T15:03:30.580Z] #47 33.08 The following NEW packages will be installed: [2022-02-15T15:03:30.580Z] #47 33.10 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-02-15T15:03:30.580Z] #47 33.11 python3-protobuf python3-six [2022-02-15T15:03:30.580Z] #47 33.55 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-02-15T15:03:30.580Z] #47 33.55 Need to get 2292 kB of archives. [2022-02-15T15:03:30.580Z] #47 33.55 After this operation, 11.0 MB of additional disk space will be used. [2022-02-15T15:03:30.580Z] #47 33.55 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-02-15T15:03:30.580Z] #47 33.58 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-02-15T15:03:30.580Z] #47 33.58 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-02-15T15:03:30.580Z] #47 33.58 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-02-15T15:03:30.580Z] #47 33.61 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-02-15T15:03:30.580Z] #47 33.61 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-02-15T15:03:30.580Z] #47 33.62 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-02-15T15:03:30.580Z] #47 36.99 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-02-15T15:03:30.580Z] #47 38.35 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:03:30.580Z] #47 38.61 Fetched 2292 kB in 4s (546 kB/s) [2022-02-15T15:03:30.580Z] #47 38.73 Selecting previously unselected package libprotobuf23:amd64. [2022-02-15T15:03:30.580Z] #47 38.73 (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-02-15T15:03:30.580Z] #47 38.80 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-02-15T15:03:30.580Z] #47 38.83 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-02-15T15:03:30.580Z] #47 39.82 Selecting previously unselected package python3-pkg-resources. [2022-02-15T15:03:30.580Z] #47 39.82 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-02-15T15:03:30.580Z] #47 39.83 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-02-15T15:03:30.580Z] #47 40.08 Selecting previously unselected package python3-six. [2022-02-15T15:03:30.580Z] #47 40.08 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-02-15T15:03:30.580Z] #47 40.08 Unpacking python3-six (1.16.0-2) ... [2022-02-15T15:03:30.580Z] #47 40.39 Selecting previously unselected package python3-protobuf. [2022-02-15T15:03:30.580Z] #47 40.39 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-02-15T15:03:30.580Z] #47 40.40 Unpacking python3-protobuf (3.12.4-1) ... [2022-02-15T15:03:30.580Z] #47 40.96 Selecting previously unselected package libnet1:amd64. [2022-02-15T15:03:30.580Z] #47 40.97 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-02-15T15:03:30.580Z] #47 40.99 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-15T15:03:30.580Z] #47 41.11 Selecting previously unselected package libnl-3-200:amd64. [2022-02-15T15:03:30.580Z] #47 41.12 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-02-15T15:03:30.580Z] #47 41.12 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-15T15:03:30.580Z] #47 41.27 Selecting previously unselected package libprotobuf-c1:amd64. [2022-02-15T15:03:30.580Z] #47 41.27 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-02-15T15:03:30.580Z] #47 41.28 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-15T15:03:30.580Z] #47 41.43 Selecting previously unselected package criu. [2022-02-15T15:03:30.580Z] #47 41.43 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-02-15T15:03:30.580Z] #47 41.44 Unpacking criu (3.16.1-3) ... [2022-02-15T15:03:30.647Z] #21 18.44 Unpacking libc6:arm64 (2.31-13+deb11u2) ... [2022-02-15T15:03:30.737Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-02-15T15:03:30.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-02-15T15:03:31.154Z] #47 42.03 Setting up python3-pkg-resources (52.0.0-4) ... [2022-02-15T15:03:31.222Z] #21 18.90 Selecting previously unselected package libapparmor1:arm64. [2022-02-15T15:03:31.222Z] #21 18.91 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-02-15T15:03:31.222Z] #21 18.91 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-02-15T15:03:31.222Z] #21 18.96 Selecting previously unselected package libapparmor-dev:arm64. [2022-02-15T15:03:31.222Z] #21 18.97 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-02-15T15:03:31.222Z] #21 18.97 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-02-15T15:03:31.222Z] #21 19.04 Selecting previously unselected package libgcc-s1:s390x. [2022-02-15T15:03:31.222Z] #21 19.05 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-02-15T15:03:31.222Z] #21 19.06 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-02-15T15:03:31.222Z] #21 19.11 Selecting previously unselected package libcrypt1:s390x. [2022-02-15T15:03:31.222Z] #21 19.12 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-02-15T15:03:31.222Z] #21 19.13 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-02-15T15:03:31.416Z] #47 ... [2022-02-15T15:03:31.416Z] [2022-02-15T15:03:31.416Z] #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-02-15T15:03:31.416Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:03:31.416Z] #14 32.51 The following additional packages will be installed: [2022-02-15T15:03:31.416Z] #14 32.51 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-02-15T15:03:31.416Z] #14 32.51 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-02-15T15:03:31.416Z] #14 32.51 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-02-15T15:03:31.416Z] #14 32.51 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-02-15T15:03:31.416Z] #14 32.51 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-02-15T15:03:31.416Z] #14 32.51 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-02-15T15:03:31.416Z] #14 32.52 mingw-w64-common mingw-w64-x86-64-dev [2022-02-15T15:03:31.416Z] #14 32.54 Suggested packages: [2022-02-15T15:03:31.416Z] #14 32.54 gcc-10-locales seccomp wine64 [2022-02-15T15:03:31.416Z] #14 33.59 The following NEW packages will be installed: [2022-02-15T15:03:31.416Z] #14 33.59 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-02-15T15:03:31.416Z] #14 33.60 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-02-15T15:03:31.417Z] #14 33.60 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-02-15T15:03:31.417Z] #14 33.60 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-02-15T15:03:31.417Z] #14 33.60 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-02-15T15:03:31.417Z] #14 33.60 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-02-15T15:03:31.417Z] #14 33.60 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-02-15T15:03:31.417Z] #14 33.60 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-02-15T15:03:31.417Z] #14 33.60 mingw-w64-x86-64-dev [2022-02-15T15:03:31.417Z] #14 33.97 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-02-15T15:03:31.417Z] #14 33.97 Need to get 115 MB of archives. [2022-02-15T15:03:31.417Z] #14 33.97 After this operation, 645 MB of additional disk space will be used. [2022-02-15T15:03:31.417Z] #14 33.97 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-02-15T15:03:31.417Z] #14 34.10 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-02-15T15:03:31.417Z] #14 34.37 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-02-15T15:03:31.417Z] #14 34.38 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-02-15T15:03:31.417Z] #14 34.39 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-02-15T15:03:31.417Z] #14 34.44 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-02-15T15:03:31.417Z] #14 34.83 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-02-15T15:03:31.417Z] #14 35.00 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-02-15T15:03:31.417Z] #14 35.02 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-02-15T15:03:31.417Z] #14 36.05 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-02-15T15:03:31.417Z] #14 37.35 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-02-15T15:03:31.417Z] #14 37.84 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-02-15T15:03:31.417Z] #14 38.42 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-02-15T15:03:31.417Z] #14 39.97 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-02-15T15:03:31.417Z] #14 40.43 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-02-15T15:03:31.417Z] #14 40.43 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-02-15T15:03:31.417Z] #14 40.44 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-02-15T15:03:31.417Z] #14 40.45 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-02-15T15:03:31.417Z] #14 40.45 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-02-15T15:03:31.417Z] #14 40.47 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-02-15T15:03:31.417Z] #14 40.48 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-02-15T15:03:31.417Z] #14 40.48 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-02-15T15:03:31.417Z] #14 40.49 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-02-15T15:03:31.417Z] #14 40.50 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-02-15T15:03:31.417Z] #14 40.51 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-02-15T15:03:31.417Z] #14 40.52 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-02-15T15:03:31.417Z] #14 40.54 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-02-15T15:03:31.417Z] #14 40.54 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-02-15T15:03:31.417Z] #14 40.54 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-02-15T15:03:31.417Z] #14 40.55 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-02-15T15:03:31.417Z] #14 41.37 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:03:31.417Z] #14 41.60 Fetched 115 MB in 7s (16.6 MB/s) [2022-02-15T15:03:31.417Z] #14 41.69 Selecting previously unselected package binutils-mingw-w64-i686. [2022-02-15T15:03:31.417Z] #14 41.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-02-15T15:03:31.417Z] #14 41.74 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-02-15T15:03:31.417Z] #14 41.75 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-02-15T15:03:31.484Z] #21 19.22 Selecting previously unselected package libc6:s390x. [2022-02-15T15:03:31.484Z] #21 19.22 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ... [2022-02-15T15:03:31.746Z] #21 19.39 Unpacking libc6:s390x (2.31-13+deb11u2) ... [2022-02-15T15:03:31.925Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-02-15T15:03:32.007Z] #21 19.83 Selecting previously unselected package libapparmor1:s390x. [2022-02-15T15:03:32.007Z] #21 19.83 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-02-15T15:03:32.007Z] #21 19.84 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-02-15T15:03:32.007Z] #21 19.90 Selecting previously unselected package libapparmor-dev:s390x. [2022-02-15T15:03:32.007Z] #21 19.90 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-02-15T15:03:32.007Z] #21 19.91 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-02-15T15:03:32.007Z] #21 19.99 Selecting previously unselected package libgcc-s1:armhf. [2022-02-15T15:03:32.007Z] #21 20.00 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-02-15T15:03:32.007Z] #21 20.00 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-02-15T15:03:32.145Z] #38 41.27 Selecting previously unselected package libicu67:amd64. [2022-02-15T15:03:32.145Z] #38 41.33 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-02-15T15:03:32.145Z] #38 41.35 Unpacking libicu67:amd64 (67.1-7) ... [2022-02-15T15:03:32.268Z] #21 20.05 Selecting previously unselected package libcrypt1:armhf. [2022-02-15T15:03:32.268Z] #21 20.06 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-02-15T15:03:32.268Z] #21 20.07 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-02-15T15:03:32.488Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-02-15T15:03:32.529Z] #21 20.19 Selecting previously unselected package libc6:armhf. [2022-02-15T15:03:32.529Z] #21 20.19 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ... [2022-02-15T15:03:32.529Z] #21 20.40 Unpacking libc6:armhf (2.31-13+deb11u2) ... [2022-02-15T15:03:32.808Z] #14 43.69 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-02-15T15:03:32.808Z] #14 43.69 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-02-15T15:03:32.808Z] #14 43.70 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-02-15T15:03:32.808Z] #14 ... [2022-02-15T15:03:32.808Z] [2022-02-15T15:03:32.808Z] #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-02-15T15:03:32.808Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-15T15:03:32.808Z] #47 43.54 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-02-15T15:03:32.808Z] #47 43.56 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-15T15:03:32.808Z] #47 43.58 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-15T15:03:32.808Z] #47 43.60 Setting up python3-six (1.16.0-2) ... [2022-02-15T15:03:33.101Z] #21 20.83 Selecting previously unselected package libapparmor1:armhf. [2022-02-15T15:03:33.101Z] #21 20.83 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-02-15T15:03:33.101Z] #21 20.84 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-02-15T15:03:33.101Z] #21 20.89 Selecting previously unselected package libapparmor-dev:armhf. [2022-02-15T15:03:33.101Z] #21 20.89 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-02-15T15:03:33.101Z] #21 20.90 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-02-15T15:03:33.101Z] #21 20.97 Selecting previously unselected package libgcc-s1:ppc64el. [2022-02-15T15:03:33.101Z] #21 20.98 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-02-15T15:03:33.101Z] #21 20.99 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-02-15T15:03:33.361Z] #21 21.04 Selecting previously unselected package libcrypt1:ppc64el. [2022-02-15T15:03:33.361Z] #21 21.04 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-02-15T15:03:33.361Z] #21 21.05 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-02-15T15:03:33.361Z] #21 21.15 Selecting previously unselected package libc6:ppc64el. [2022-02-15T15:03:33.361Z] #21 21.15 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ... [2022-02-15T15:03:33.516Z] #38 ... [2022-02-15T15:03:33.516Z] [2022-02-15T15:03:33.516Z] #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-02-15T15:03:33.516Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-15T15:03:33.516Z] #47 28.43 Reading package lists... [2022-02-15T15:03:33.516Z] #47 32.87 Building dependency tree... [2022-02-15T15:03:33.516Z] #47 35.67 The following additional packages will be installed: [2022-02-15T15:03:33.516Z] #47 35.68 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-02-15T15:03:33.516Z] #47 35.68 python3-protobuf python3-six [2022-02-15T15:03:33.516Z] #47 35.69 Suggested packages: [2022-02-15T15:03:33.516Z] #47 35.69 python3-setuptools [2022-02-15T15:03:33.516Z] #47 35.69 Recommended packages: [2022-02-15T15:03:33.516Z] #47 35.69 iproute2 | iproute [2022-02-15T15:03:33.516Z] #47 36.26 The following NEW packages will be installed: [2022-02-15T15:03:33.516Z] #47 36.27 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-02-15T15:03:33.516Z] #47 36.27 python3-protobuf python3-six [2022-02-15T15:03:33.516Z] #47 36.70 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-02-15T15:03:33.516Z] #47 36.70 Need to get 2292 kB of archives. [2022-02-15T15:03:33.516Z] #47 36.70 After this operation, 11.0 MB of additional disk space will be used. [2022-02-15T15:03:33.516Z] #47 36.70 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-02-15T15:03:33.516Z] #47 36.76 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-02-15T15:03:33.516Z] #47 36.77 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-02-15T15:03:33.516Z] #47 36.77 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-02-15T15:03:33.516Z] #47 36.78 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-02-15T15:03:33.516Z] #47 36.78 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-02-15T15:03:33.516Z] #47 36.79 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-02-15T15:03:33.516Z] #47 40.07 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-02-15T15:03:33.516Z] #47 41.16 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:03:33.516Z] #47 41.57 Fetched 2292 kB in 4s (568 kB/s) [2022-02-15T15:03:33.516Z] #47 41.71 Selecting previously unselected package libprotobuf23:amd64. [2022-02-15T15:03:33.516Z] #47 41.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-02-15T15:03:33.516Z] #47 41.74 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-02-15T15:03:33.516Z] #47 41.76 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-02-15T15:03:33.516Z] #47 42.37 Selecting previously unselected package python3-pkg-resources. [2022-02-15T15:03:33.516Z] #47 42.37 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-02-15T15:03:33.516Z] #47 42.37 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-02-15T15:03:33.516Z] #47 42.59 Selecting previously unselected package python3-six. [2022-02-15T15:03:33.516Z] #47 42.60 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-02-15T15:03:33.516Z] #47 42.60 Unpacking python3-six (1.16.0-2) ... [2022-02-15T15:03:33.516Z] #47 42.70 Selecting previously unselected package python3-protobuf. [2022-02-15T15:03:33.516Z] #47 42.70 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-02-15T15:03:33.516Z] #47 42.71 Unpacking python3-protobuf (3.12.4-1) ... [2022-02-15T15:03:33.516Z] #47 ... [2022-02-15T15:03:33.516Z] [2022-02-15T15:03:33.516Z] #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-02-15T15:03:33.516Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-15T15:03:33.516Z] #34 42.73 Updating files: 92% (1403/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-02-15T15:03:33.622Z] #21 21.34 Unpacking libc6:ppc64el (2.31-13+deb11u2) ... [2022-02-15T15:03:33.754Z] #47 44.62 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-15T15:03:33.754Z] #47 44.66 Setting up python3-protobuf (3.12.4-1) ... [2022-02-15T15:03:33.773Z] #34 42.94 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-02-15T15:03:33.773Z] #34 43.25 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-02-15T15:03:33.858Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-02-15T15:03:34.015Z] #47 ... [2022-02-15T15:03:34.015Z] [2022-02-15T15:03:34.015Z] #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-02-15T15:03:34.015Z] #60 sha256:641ecf8a26240f8a9fb5e7030bd5b8b1410ebfdfd9e585d68b4936925e14df7f [2022-02-15T15:03:34.015Z] #60 1.372 + RM_GOPATH=0 [2022-02-15T15:03:34.015Z] #60 1.372 + TMP_GOPATH= [2022-02-15T15:03:34.015Z] #60 1.372 + : /build [2022-02-15T15:03:34.015Z] #60 1.372 + '[' -z '' ']' [2022-02-15T15:03:34.015Z] #60 1.372 ++ mktemp -d [2022-02-15T15:03:34.015Z] #60 1.374 + export GOPATH=/tmp/tmp.pF7O9hQeoi [2022-02-15T15:03:34.015Z] #60 1.374 + GOPATH=/tmp/tmp.pF7O9hQeoi [2022-02-15T15:03:34.015Z] #60 1.374 + RM_GOPATH=1 [2022-02-15T15:03:34.015Z] #60 1.374 + case "$(go env GOARCH)" in [2022-02-15T15:03:34.015Z] #60 1.375 ++ go env GOARCH [2022-02-15T15:03:34.015Z] #60 1.385 + export GO_BUILDMODE=-buildmode=pie [2022-02-15T15:03:34.015Z] #60 1.386 + GO_BUILDMODE=-buildmode=pie [2022-02-15T15:03:34.015Z] #60 1.386 ++ dirname /install.sh [2022-02-15T15:03:34.015Z] #60 1.388 + dir=/ [2022-02-15T15:03:34.015Z] #60 1.389 + bin=containerd [2022-02-15T15:03:34.015Z] #60 1.389 + shift [2022-02-15T15:03:34.015Z] #60 1.389 + '[' '!' -f //containerd.installer ']' [2022-02-15T15:03:34.015Z] #60 1.389 + . //containerd.installer [2022-02-15T15:03:34.015Z] #60 1.390 ++ set -e [2022-02-15T15:03:34.015Z] #60 1.390 ++ : v1.5.9 [2022-02-15T15:03:34.015Z] #60 1.390 + install_containerd [2022-02-15T15:03:34.015Z] #60 1.391 + echo 'Install containerd version v1.5.9' [2022-02-15T15:03:34.015Z] #60 1.391 + git clone https://github.com/containerd/containerd.git /tmp/tmp.pF7O9hQeoi/src/github.com/containerd/containerd [2022-02-15T15:03:34.015Z] #60 1.391 Install containerd version v1.5.9 [2022-02-15T15:03:34.015Z] #60 1.393 Cloning into '/tmp/tmp.pF7O9hQeoi/src/github.com/containerd/containerd'... [2022-02-15T15:03:34.015Z] #60 ... [2022-02-15T15:03:34.015Z] [2022-02-15T15:03:34.015Z] #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-02-15T15:03:34.015Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-15T15:03:34.015Z] #38 44.70 Selecting previously unselected package libxml2:amd64. [2022-02-15T15:03:34.015Z] #38 44.70 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-02-15T15:03:34.015Z] #38 44.71 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-02-15T15:03:34.115Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-02-15T15:03:34.193Z] #21 21.96 Selecting previously unselected package libapparmor1:ppc64el. [2022-02-15T15:03:34.194Z] #21 21.96 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-02-15T15:03:34.194Z] #21 21.96 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-02-15T15:03:34.194Z] #21 22.01 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-02-15T15:03:34.194Z] #21 22.02 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-02-15T15:03:34.194Z] #21 22.02 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-02-15T15:03:34.194Z] #21 22.10 Selecting previously unselected package libseccomp2:s390x. [2022-02-15T15:03:34.194Z] #21 22.10 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-02-15T15:03:34.194Z] #21 22.11 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-02-15T15:03:34.278Z] #38 45.23 Selecting previously unselected package libarchive13:amd64. [2022-02-15T15:03:34.278Z] #38 45.23 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-02-15T15:03:34.278Z] #38 45.23 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-02-15T15:03:34.455Z] #21 22.20 Selecting previously unselected package libseccomp-dev:s390x. [2022-02-15T15:03:34.455Z] #21 22.20 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-02-15T15:03:34.455Z] #21 22.22 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-02-15T15:03:34.455Z] #21 22.40 Selecting previously unselected package libseccomp2:ppc64el. [2022-02-15T15:03:34.455Z] #21 22.41 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-02-15T15:03:34.455Z] #21 22.44 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-02-15T15:03:34.540Z] #38 45.50 Selecting previously unselected package libjsoncpp24:amd64. [2022-02-15T15:03:34.540Z] #38 45.50 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-02-15T15:03:34.540Z] #38 45.52 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-02-15T15:03:34.540Z] #38 45.65 Selecting previously unselected package librhash0:amd64. [2022-02-15T15:03:34.540Z] #38 45.67 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-02-15T15:03:34.540Z] #38 45.70 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-02-15T15:03:34.715Z] #21 22.52 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-02-15T15:03:34.715Z] #21 22.53 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-02-15T15:03:34.715Z] #21 22.54 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-02-15T15:03:34.810Z] #38 45.87 Selecting previously unselected package libuv1:amd64. [2022-02-15T15:03:34.810Z] #38 45.88 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-02-15T15:03:34.810Z] #38 45.89 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-02-15T15:03:34.976Z] #21 22.60 Selecting previously unselected package libseccomp2:armhf. [2022-02-15T15:03:34.976Z] #21 22.60 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-02-15T15:03:34.976Z] #21 22.61 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-02-15T15:03:34.976Z] #21 22.66 Selecting previously unselected package libseccomp-dev:armhf. [2022-02-15T15:03:34.976Z] #21 22.66 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-02-15T15:03:34.976Z] #21 22.66 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-02-15T15:03:34.976Z] #21 22.73 Selecting previously unselected package libseccomp2:armel. [2022-02-15T15:03:34.976Z] #21 22.73 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-02-15T15:03:34.976Z] #21 22.74 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-02-15T15:03:34.976Z] #21 22.80 Selecting previously unselected package libseccomp-dev:armel. [2022-02-15T15:03:34.976Z] #21 22.80 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-02-15T15:03:34.976Z] #21 22.81 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-02-15T15:03:35.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-02-15T15:03:35.072Z] #38 46.11 Selecting previously unselected package cmake. [2022-02-15T15:03:35.072Z] #38 46.12 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-02-15T15:03:35.072Z] #38 46.13 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-02-15T15:03:35.237Z] #21 22.88 Selecting previously unselected package libseccomp2:arm64. [2022-02-15T15:03:35.237Z] #21 22.89 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-02-15T15:03:35.237Z] #21 22.89 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-02-15T15:03:35.237Z] #21 22.95 Selecting previously unselected package libseccomp-dev:arm64. [2022-02-15T15:03:35.237Z] #21 22.95 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-02-15T15:03:35.237Z] #21 22.96 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-02-15T15:03:35.237Z] #21 23.05 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-02-15T15:03:35.237Z] #21 23.06 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-02-15T15:03:35.237Z] #21 23.07 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-02-15T15:03:35.237Z] #21 23.09 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-02-15T15:03:35.237Z] #21 23.10 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-02-15T15:03:35.237Z] #21 23.12 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-02-15T15:03:35.237Z] #21 23.13 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-02-15T15:03:35.237Z] #21 23.14 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-02-15T15:03:35.237Z] #21 23.16 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-02-15T15:03:35.237Z] #21 23.18 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-02-15T15:03:35.237Z] #21 23.20 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-02-15T15:03:35.237Z] #21 23.21 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-02-15T15:03:35.498Z] #21 23.23 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-02-15T15:03:35.498Z] #21 23.25 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-02-15T15:03:35.498Z] #21 23.27 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-02-15T15:03:35.498Z] #21 23.28 Setting up libc6:arm64 (2.31-13+deb11u2) ... [2022-02-15T15:03:35.974Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-02-15T15:03:35.974Z] Using test binary docker [2022-02-15T15:03:35.974Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-02-15T15:03:35.974Z] Starting apparmor (via systemctl): apparmor.service. [2022-02-15T15:03:35.974Z] INFO: Waiting for daemon to start... [2022-02-15T15:03:35.974Z] Starting dockerd [2022-02-15T15:03:36.886Z] #21 24.53 Setting up libc6:armel (2.31-13+deb11u2) ... [2022-02-15T15:03:37.863Z] . [2022-02-15T15:03:37.863Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-02-15T15:03:37.863Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-02-15T15:03:37.863Z] Error: No such image: emptyfs [2022-02-15T15:03:37.946Z] #34 ... [2022-02-15T15:03:37.946Z] [2022-02-15T15:03:37.946Z] #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-02-15T15:03:37.946Z] #60 sha256:63c08766d795f2665c25fefbef8d8d9d24742f65fb0b5d15672a76d62d91c29e [2022-02-15T15:03:37.946Z] #60 1.803 + RM_GOPATH=0 [2022-02-15T15:03:37.946Z] #60 1.803 + TMP_GOPATH= [2022-02-15T15:03:37.946Z] #60 1.803 + : /build [2022-02-15T15:03:37.946Z] #60 1.803 + '[' -z '' ']' [2022-02-15T15:03:37.946Z] #60 1.803 ++ mktemp -d [2022-02-15T15:03:37.946Z] #60 1.803 + export GOPATH=/tmp/tmp.f3aKsiED7g [2022-02-15T15:03:37.946Z] #60 1.803 + GOPATH=/tmp/tmp.f3aKsiED7g [2022-02-15T15:03:37.946Z] #60 1.803 + RM_GOPATH=1 [2022-02-15T15:03:37.946Z] #60 1.803 + case "$(go env GOARCH)" in [2022-02-15T15:03:37.946Z] #60 1.803 ++ go env GOARCH [2022-02-15T15:03:37.946Z] #60 1.880 + export GO_BUILDMODE=-buildmode=pie [2022-02-15T15:03:37.946Z] #60 1.880 + GO_BUILDMODE=-buildmode=pie [2022-02-15T15:03:37.946Z] #60 1.880 ++ dirname /install.sh [2022-02-15T15:03:37.946Z] #60 1.886 + dir=/ [2022-02-15T15:03:37.946Z] #60 1.886 + bin=containerd [2022-02-15T15:03:37.946Z] #60 1.886 + shift [2022-02-15T15:03:37.946Z] #60 1.886 + '[' '!' -f //containerd.installer ']' [2022-02-15T15:03:37.946Z] #60 1.886 + . //containerd.installer [2022-02-15T15:03:37.946Z] #60 1.886 ++ set -e [2022-02-15T15:03:37.946Z] #60 1.886 ++ : v1.5.9 [2022-02-15T15:03:37.946Z] #60 1.886 + install_containerd [2022-02-15T15:03:37.946Z] #60 1.893 + echo 'Install containerd version v1.5.9' [2022-02-15T15:03:37.946Z] #60 1.893 + git clone https://github.com/containerd/containerd.git /tmp/tmp.f3aKsiED7g/src/github.com/containerd/containerd [2022-02-15T15:03:37.946Z] #60 1.893 Install containerd version v1.5.9 [2022-02-15T15:03:37.946Z] #60 1.934 Cloning into '/tmp/tmp.f3aKsiED7g/src/github.com/containerd/containerd'... [2022-02-15T15:03:37.946Z] #60 ... [2022-02-15T15:03:37.946Z] [2022-02-15T15:03:37.946Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:03:37.946Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:03:37.946Z] #51 39.29 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-02-15T15:03:37.946Z] #51 39.34 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-02-15T15:03:37.946Z] #51 39.35 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-02-15T15:03:37.946Z] #51 39.36 go: downloading github.com/stretchr/testify v1.7.0 [2022-02-15T15:03:37.946Z] #51 39.68 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-02-15T15:03:37.946Z] #51 39.72 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-02-15T15:03:37.946Z] #51 39.81 go: downloading github.com/magiconair/properties v1.8.5 [2022-02-15T15:03:37.946Z] #51 39.82 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-02-15T15:03:37.946Z] #51 39.84 go: downloading github.com/spf13/afero v1.6.0 [2022-02-15T15:03:37.946Z] #51 39.92 go: downloading github.com/spf13/cast v1.4.1 [2022-02-15T15:03:37.946Z] #51 39.98 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-02-15T15:03:37.946Z] #51 40.02 go: downloading github.com/subosito/gotenv v1.2.0 [2022-02-15T15:03:37.946Z] #51 40.03 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-02-15T15:03:37.946Z] #51 40.14 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-02-15T15:03:37.946Z] #51 40.21 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-02-15T15:03:37.946Z] #51 40.22 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-02-15T15:03:37.946Z] #51 40.22 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-02-15T15:03:37.946Z] #51 40.27 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-02-15T15:03:37.946Z] #51 40.28 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-02-15T15:03:37.946Z] #51 40.31 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-02-15T15:03:37.946Z] #51 40.34 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-02-15T15:03:37.946Z] #51 40.35 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-02-15T15:03:37.946Z] #51 40.87 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-02-15T15:03:37.946Z] #51 40.94 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-02-15T15:03:37.946Z] #51 40.98 go: downloading github.com/Antonboom/errname v0.1.5 [2022-02-15T15:03:37.946Z] #51 41.05 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-02-15T15:03:37.946Z] #51 41.07 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-02-15T15:03:37.946Z] #51 41.70 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-02-15T15:03:37.946Z] #51 41.76 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-02-15T15:03:37.946Z] #51 41.80 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-02-15T15:03:37.946Z] #51 41.85 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-02-15T15:03:37.947Z] #51 41.89 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-02-15T15:03:37.947Z] #51 42.01 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-02-15T15:03:37.947Z] #51 42.12 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-02-15T15:03:37.947Z] #51 42.24 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-02-15T15:03:37.947Z] #51 42.28 go: downloading github.com/breml/bidichk v0.2.1 [2022-02-15T15:03:37.947Z] #51 42.32 go: downloading github.com/breml/errchkjson v0.2.1 [2022-02-15T15:03:37.947Z] #51 42.38 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-02-15T15:03:37.947Z] #51 42.41 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-02-15T15:03:37.947Z] #51 42.44 go: downloading github.com/daixiang0/gci v0.2.9 [2022-02-15T15:03:37.947Z] #51 42.46 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-02-15T15:03:37.947Z] #51 42.53 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-02-15T15:03:37.947Z] #51 42.55 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-02-15T15:03:37.947Z] #51 42.57 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-02-15T15:03:37.947Z] #51 42.61 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-02-15T15:03:37.947Z] #51 42.71 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-02-15T15:03:37.947Z] #51 42.71 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-02-15T15:03:37.947Z] #51 42.87 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-02-15T15:03:37.947Z] #51 42.99 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-02-15T15:03:37.947Z] #51 43.00 go: downloading github.com/golangci/misspell v0.3.5 [2022-02-15T15:03:37.947Z] #51 43.05 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-02-15T15:03:37.947Z] #51 43.06 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-02-15T15:03:37.947Z] #51 43.11 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-02-15T15:03:37.947Z] #51 43.15 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-02-15T15:03:37.947Z] #51 43.17 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-02-15T15:03:37.947Z] #51 43.19 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-02-15T15:03:37.947Z] #51 43.22 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-02-15T15:03:37.947Z] #51 43.26 go: downloading github.com/julz/importas v0.1.0 [2022-02-15T15:03:37.947Z] #51 43.28 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-02-15T15:03:37.947Z] #51 43.37 go: downloading github.com/kulti/thelper v0.5.0 [2022-02-15T15:03:37.947Z] #51 43.39 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-02-15T15:03:37.947Z] #51 43.43 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-02-15T15:03:37.947Z] #51 43.49 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-02-15T15:03:37.947Z] #51 43.49 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-02-15T15:03:37.947Z] #51 43.52 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-02-15T15:03:37.947Z] #51 43.56 go: downloading github.com/maratori/testpackage v1.0.1 [2022-02-15T15:03:37.947Z] #51 43.61 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-02-15T15:03:37.947Z] #51 43.61 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-02-15T15:03:37.947Z] #51 43.64 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-02-15T15:03:37.947Z] #51 43.65 go: downloading github.com/mgechev/revive v1.1.3 [2022-02-15T15:03:37.947Z] #51 44.13 go: downloading github.com/moricho/tparallel v0.2.1 [2022-02-15T15:03:37.947Z] #51 44.13 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-02-15T15:03:37.947Z] #51 44.19 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-02-15T15:03:37.947Z] #51 44.25 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-02-15T15:03:37.947Z] #51 44.30 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-02-15T15:03:37.947Z] #51 44.35 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-02-15T15:03:37.947Z] #51 44.37 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-02-15T15:03:37.947Z] #51 44.38 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-02-15T15:03:37.947Z] #51 44.41 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-02-15T15:03:37.947Z] #51 44.62 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-02-15T15:03:37.947Z] #51 44.63 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-02-15T15:03:37.947Z] #51 44.64 go: downloading github.com/sivchari/tenv v1.4.7 [2022-02-15T15:03:37.947Z] #51 44.66 go: downloading github.com/sonatard/noctx v0.0.1 [2022-02-15T15:03:37.947Z] #51 44.66 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-02-15T15:03:37.947Z] #51 44.73 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-02-15T15:03:37.947Z] #51 44.74 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-02-15T15:03:37.947Z] #51 44.78 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-02-15T15:03:37.947Z] #51 44.81 go: downloading github.com/tetafro/godot v1.4.11 [2022-02-15T15:03:37.947Z] #51 44.87 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-02-15T15:03:37.947Z] #51 44.91 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-02-15T15:03:37.947Z] #51 44.92 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-02-15T15:03:37.947Z] #51 45.23 go: downloading github.com/ultraware/funlen v0.0.3 [2022-02-15T15:03:37.947Z] #51 45.25 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-02-15T15:03:37.947Z] #51 45.27 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-02-15T15:03:37.947Z] #51 45.31 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-02-15T15:03:37.947Z] #51 45.34 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-02-15T15:03:37.947Z] #51 45.61 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-02-15T15:03:37.947Z] #51 45.71 go: downloading honnef.co/go/tools v0.2.2 [2022-02-15T15:03:37.947Z] #51 46.88 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-02-15T15:03:37.947Z] #51 46.91 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-02-15T15:03:37.947Z] #51 46.98 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-02-15T15:03:37.947Z] #51 46.99 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-02-15T15:03:37.947Z] #51 47.02 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-02-15T15:03:37.947Z] #51 47.04 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-02-15T15:03:37.947Z] #51 47.07 go: downloading github.com/stretchr/objx v0.1.1 [2022-02-15T15:03:37.947Z] #51 47.12 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-02-15T15:03:37.947Z] #51 47.38 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-02-15T15:03:37.947Z] #51 47.39 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-02-15T15:03:37.947Z] #51 47.50 go: downloading golang.org/x/text v0.3.7 [2022-02-15T15:03:38.098Z] #21 25.76 Setting up libc6:armhf (2.31-13+deb11u2) ... [2022-02-15T15:03:38.119Z] Running integration-test (iteration 1) [2022-02-15T15:03:38.119Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-02-15T15:03:38.206Z] #51 ... [2022-02-15T15:03:38.207Z] [2022-02-15T15:03:38.207Z] #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-02-15T15:03:38.207Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-15T15:03:38.207Z] #38 46.86 Selecting previously unselected package libxml2:amd64. [2022-02-15T15:03:38.207Z] #38 46.86 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-02-15T15:03:38.207Z] #38 46.87 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-02-15T15:03:38.207Z] #38 47.34 Selecting previously unselected package libarchive13:amd64. [2022-02-15T15:03:38.207Z] #38 47.35 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-02-15T15:03:38.207Z] #38 47.35 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-02-15T15:03:38.207Z] #38 47.72 Selecting previously unselected package libjsoncpp24:amd64. [2022-02-15T15:03:38.207Z] #38 47.73 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-02-15T15:03:38.207Z] #38 47.74 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-02-15T15:03:38.207Z] #38 47.89 Selecting previously unselected package librhash0:amd64. [2022-02-15T15:03:38.207Z] #38 47.89 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-02-15T15:03:38.207Z] #38 47.89 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-02-15T15:03:38.375Z] Loaded image: busybox:latest [2022-02-15T15:03:38.375Z] Loaded image: busybox:glibc [2022-02-15T15:03:38.464Z] #38 48.05 Selecting previously unselected package libuv1:amd64. [2022-02-15T15:03:38.464Z] #38 48.06 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-02-15T15:03:38.464Z] #38 48.07 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-02-15T15:03:38.721Z] #38 48.21 Selecting previously unselected package cmake. [2022-02-15T15:03:38.721Z] #38 48.21 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-02-15T15:03:38.721Z] #38 48.22 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-02-15T15:03:38.721Z] #38 ... [2022-02-15T15:03:38.721Z] [2022-02-15T15:03:38.721Z] #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-02-15T15:03:38.721Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:03:38.721Z] #14 38.33 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-02-15T15:03:38.721Z] #14 39.57 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-02-15T15:03:38.721Z] #14 39.96 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-02-15T15:03:38.721Z] #14 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-02-15T15:03:38.721Z] #14 41.64 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-02-15T15:03:38.721Z] #14 42.32 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-02-15T15:03:38.721Z] #14 42.32 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-02-15T15:03:38.721Z] #14 42.32 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-02-15T15:03:38.721Z] #14 42.34 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-02-15T15:03:38.721Z] #14 42.34 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-02-15T15:03:38.721Z] #14 42.35 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-02-15T15:03:38.721Z] #14 42.35 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-02-15T15:03:38.721Z] #14 42.36 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-02-15T15:03:38.721Z] #14 42.38 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-02-15T15:03:38.721Z] #14 42.40 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-02-15T15:03:38.721Z] #14 42.41 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-02-15T15:03:38.721Z] #14 42.41 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-02-15T15:03:38.721Z] #14 42.45 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-02-15T15:03:38.721Z] #14 42.45 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-02-15T15:03:38.721Z] #14 42.46 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-02-15T15:03:38.721Z] #14 42.47 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-02-15T15:03:38.721Z] #14 43.40 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:03:38.721Z] #14 43.61 Fetched 115 MB in 6s (19.7 MB/s) [2022-02-15T15:03:38.721Z] #14 43.72 Selecting previously unselected package binutils-mingw-w64-i686. [2022-02-15T15:03:38.721Z] #14 43.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 ... 15709 files and directories currently installed.) [2022-02-15T15:03:38.721Z] #14 43.77 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-02-15T15:03:38.721Z] #14 43.78 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-02-15T15:03:38.721Z] #14 45.72 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-02-15T15:03:38.721Z] #14 45.73 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-02-15T15:03:38.721Z] #14 45.74 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-02-15T15:03:38.721Z] #14 48.00 Selecting previously unselected package binutils-mingw-w64. [2022-02-15T15:03:38.721Z] #14 48.01 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-02-15T15:03:38.721Z] #14 48.02 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-02-15T15:03:38.721Z] #14 48.16 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-02-15T15:03:38.721Z] #14 48.17 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-02-15T15:03:38.721Z] #14 48.18 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:03:38.721Z] #14 48.35 Selecting previously unselected package dmsetup. [2022-02-15T15:03:38.721Z] #14 48.35 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-02-15T15:03:38.721Z] #14 48.36 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-02-15T15:03:38.978Z] #14 48.54 Selecting previously unselected package mingw-w64-common. [2022-02-15T15:03:38.978Z] #14 48.55 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-02-15T15:03:38.978Z] #14 48.55 Unpacking mingw-w64-common (8.0.0-1) ... [2022-02-15T15:03:39.291Z] #38 ... [2022-02-15T15:03:39.292Z] [2022-02-15T15:03:39.292Z] #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-02-15T15:03:39.292Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-15T15:03:39.292Z] #34 39.97 Updating files: 98% (1498/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-02-15T15:03:39.292Z] #34 40.01 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-02-15T15:03:39.292Z] #34 40.81 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-02-15T15:03:39.292Z] #34 ... [2022-02-15T15:03:39.292Z] [2022-02-15T15:03:39.292Z] #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-02-15T15:03:39.292Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-15T15:03:39.292Z] #38 50.07 Setting up libicu67:amd64 (67.1-7) ... [2022-02-15T15:03:39.292Z] #38 50.09 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:03:39.292Z] #38 50.14 Setting up libuv1:amd64 (1.40.0-2) ... [2022-02-15T15:03:39.485Z] #21 27.00 Setting up libc6:ppc64el (2.31-13+deb11u2) ... [2022-02-15T15:03:39.553Z] #38 50.54 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:03:39.742Z] Loaded image: debian:bullseye-slim [2022-02-15T15:03:39.742Z] Loaded image: hello-world:latest [2022-02-15T15:03:39.824Z] #38 51.00 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-02-15T15:03:39.998Z] Loaded image: arm32v7/hello-world:latest [2022-02-15T15:03:39.998Z] INFO: Testing against a local daemon [2022-02-15T15:03:39.998Z] === RUN TestCgroupNamespacesBuild [2022-02-15T15:03:40.398Z] #38 51.42 Setting up librhash0:amd64 (1.4.1-2) ... [2022-02-15T15:03:40.428Z] #21 28.24 Setting up libc6:s390x (2.31-13+deb11u2) ... [2022-02-15T15:03:40.661Z] #38 51.65 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-02-15T15:03:40.661Z] #38 51.76 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-02-15T15:03:40.661Z] #38 51.82 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-02-15T15:03:40.922Z] #38 51.87 Setting up cmake (3.18.4-2+deb11u1) ... [2022-02-15T15:03:40.922Z] #38 51.92 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:03:41.205Z] ...INFO: Daemon under test started and replied! [2022-02-15T15:03:41.205Z] INFO: Docker version of the daemon under test [2022-02-15T15:03:41.205Z] [2022-02-15T15:03:41.205Z] Client: [2022-02-15T15:03:41.205Z] Version: 17.06.2-ce [2022-02-15T15:03:41.205Z] API version: 1.30 [2022-02-15T15:03:41.205Z] Go version: go1.8.3 [2022-02-15T15:03:41.205Z] Git commit: cec0b72 [2022-02-15T15:03:41.205Z] Built: Tue Sep 5 19:57:19 2017 [2022-02-15T15:03:41.205Z] OS/Arch: windows/amd64 [2022-02-15T15:03:41.205Z] [2022-02-15T15:03:41.205Z] Server: [2022-02-15T15:03:41.205Z] Version: 0.0.0-dev [2022-02-15T15:03:41.205Z] API version: 1.42 (minimum version 1.24) [2022-02-15T15:03:41.205Z] Go version: go1.17.6 [2022-02-15T15:03:41.205Z] Git commit: 2ac898c232 [2022-02-15T15:03:41.205Z] Built: 02/15/2022 15:01:27 [2022-02-15T15:03:41.205Z] OS/Arch: windows/amd64 [2022-02-15T15:03:41.205Z] Experimental: false [2022-02-15T15:03:41.205Z] [2022-02-15T15:03:41.205Z] INFO: Docker info of the daemon under test [2022-02-15T15:03:41.205Z] [2022-02-15T15:03:41.205Z] Containers: 0 [2022-02-15T15:03:41.205Z] Running: 0 [2022-02-15T15:03:41.205Z] Paused: 0 [2022-02-15T15:03:41.205Z] Stopped: 0 [2022-02-15T15:03:41.205Z] Images: 0 [2022-02-15T15:03:41.205Z] Server Version: 0.0.0-dev [2022-02-15T15:03:41.205Z] Storage Driver: windowsfilter [2022-02-15T15:03:41.205Z] Windows: [2022-02-15T15:03:41.205Z] Logging Driver: json-file [2022-02-15T15:03:41.205Z] Plugins: [2022-02-15T15:03:41.205Z] Volume: local [2022-02-15T15:03:41.205Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-15T15:03:41.205Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-15T15:03:41.205Z] Swarm: inactive [2022-02-15T15:03:41.205Z] Default Isolation: process [2022-02-15T15:03:41.205Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-02-15T15:03:41.205Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-02-15T15:03:41.205Z] OSType: windows [2022-02-15T15:03:41.205Z] Architecture: x86_64 [2022-02-15T15:03:41.205Z] CPUs: 4 [2022-02-15T15:03:41.205Z] Total Memory: 32GiB [2022-02-15T15:03:41.205Z] Name: azwin-2-1c2080 [2022-02-15T15:03:41.205Z] ID: PQOU:AXQZ:EDTH:EPJP:DNEO:DGU5:PZE4:6JLQ:VKTZ:4NUY:DFXL:HNXO [2022-02-15T15:03:41.205Z] Docker Root Dir: D:\CI\PR-43241\1\daemon [2022-02-15T15:03:41.205Z] Debug Mode (client): false [2022-02-15T15:03:41.205Z] Debug Mode (server): true [2022-02-15T15:03:41.205Z] File Descriptors: -1 [2022-02-15T15:03:41.205Z] Goroutines: 16 [2022-02-15T15:03:41.205Z] System Time: 2022-02-15T15:03:38.0254385Z [2022-02-15T15:03:41.205Z] EventsListeners: 0 [2022-02-15T15:03:41.205Z] Registry: https://index.docker.io/v1/ [2022-02-15T15:03:41.205Z] Labels: [2022-02-15T15:03:41.205Z] Experimental: false [2022-02-15T15:03:41.205Z] Insecure Registries: [2022-02-15T15:03:41.205Z] 127.0.0.0/8 [2022-02-15T15:03:41.205Z] Live Restore Enabled: false [2022-02-15T15:03:41.205Z] [2022-02-15T15:03:41.205Z] [2022-02-15T15:03:41.205Z] INFO: Docker images of the daemon under test [2022-02-15T15:03:41.205Z] [2022-02-15T15:03:41.205Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-02-15T15:03:41.205Z] [2022-02-15T15:03:41.205Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-02-15T15:03:41.205Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-02-15T15:03:41.205Z] ltsc2022: Pulling from windows/servercore [2022-02-15T15:03:41.205Z] 8f616e6e9eec: Pulling fs layer [2022-02-15T15:03:41.205Z] 898469748ff6: Pulling fs layer [2022-02-15T15:03:41.363Z] --- PASS: TestCgroupNamespacesBuild (1.30s) [2022-02-15T15:03:41.363Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-02-15T15:03:41.812Z] #21 29.46 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-02-15T15:03:41.812Z] #21 29.48 Setting up libapparmor1:armel (2.13.6-10) ... [2022-02-15T15:03:41.812Z] #21 29.49 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-02-15T15:03:41.812Z] #21 29.51 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-02-15T15:03:41.812Z] #21 29.52 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-02-15T15:03:41.812Z] #21 29.53 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-02-15T15:03:41.812Z] #21 29.55 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-02-15T15:03:41.812Z] #21 29.56 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-02-15T15:03:41.812Z] #21 29.57 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-02-15T15:03:41.812Z] #21 29.58 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-02-15T15:03:41.812Z] #21 29.60 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-02-15T15:03:41.812Z] #21 29.61 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-02-15T15:03:41.812Z] #21 29.62 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-02-15T15:03:41.812Z] #21 29.64 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-02-15T15:03:41.812Z] #21 29.65 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-02-15T15:03:41.812Z] #21 29.67 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-02-15T15:03:41.812Z] #21 29.68 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-02-15T15:03:41.882Z] #38 ... [2022-02-15T15:03:41.882Z] [2022-02-15T15:03:41.882Z] #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-02-15T15:03:41.882Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-15T15:03:41.882Z] #49 51.42 gotestsum version dev [2022-02-15T15:03:41.882Z] #49 DONE 53.0s [2022-02-15T15:03:41.882Z] [2022-02-15T15:03:41.883Z] #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-02-15T15:03:41.883Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-15T15:03:41.883Z] #47 48.03 Setting up criu (3.16.1-3) ... [2022-02-15T15:03:41.883Z] #47 49.61 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:03:41.883Z] #47 DONE 52.8s [2022-02-15T15:03:41.883Z] [2022-02-15T15:03:41.883Z] #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-02-15T15:03:41.883Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-15T15:03:41.883Z] #38 DONE 53.0s [2022-02-15T15:03:41.883Z] [2022-02-15T15:03:41.883Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-02-15T15:03:41.883Z] #39 sha256:9264fcd12f8136cd0186d4726ee4014800c363bcb1b117adf5a5d1d405bfe092 [2022-02-15T15:03:42.072Z] #21 29.69 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-02-15T15:03:42.072Z] #21 29.71 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-02-15T15:03:42.072Z] #21 29.72 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-02-15T15:03:42.072Z] #21 29.73 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:03:42.249Z] #14 ... [2022-02-15T15:03:42.249Z] [2022-02-15T15:03:42.249Z] #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-02-15T15:03:42.249Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-15T15:03:42.249Z] #38 51.60 Setting up libicu67:amd64 (67.1-7) ... [2022-02-15T15:03:42.249Z] #38 51.62 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:03:42.249Z] #38 51.63 Setting up libuv1:amd64 (1.40.0-2) ... [2022-02-15T15:03:42.249Z] #38 51.65 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:03:42.249Z] #38 51.69 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-02-15T15:03:42.249Z] #38 51.71 Setting up librhash0:amd64 (1.4.1-2) ... [2022-02-15T15:03:42.249Z] #38 51.72 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-02-15T15:03:42.249Z] #38 51.73 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-02-15T15:03:42.249Z] #38 51.75 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-02-15T15:03:42.249Z] #38 51.78 Setting up cmake (3.18.4-2+deb11u1) ... [2022-02-15T15:03:42.249Z] #38 51.81 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:03:42.462Z] #39 DONE 0.3s [2022-02-15T15:03:42.462Z] [2022-02-15T15:03:42.462Z] #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-02-15T15:03:42.462Z] #40 sha256:a95761de58c49e508f4b8637be4e860f509f1606f09d9453b5555203b2b031b8 [2022-02-15T15:03:42.642Z] #21 DONE 30.4s [2022-02-15T15:03:42.643Z] [2022-02-15T15:03:42.643Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-02-15T15:03:42.643Z] #62 sha256:defb8b78eca3dd89ccf5274a2d2bd0be94e5a658e07e0f7e338e05bb098011c3 [2022-02-15T15:03:42.643Z] #62 DONE 0.2s [2022-02-15T15:03:42.643Z] [2022-02-15T15:03:42.643Z] #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-02-15T15:03:42.643Z] #67 sha256:445972cacaa5753a5e00142db4cf3a1c07c607684e5cd6218372eeddc8ebe995 [2022-02-15T15:03:42.643Z] #67 56.00 + bin/containerd [2022-02-15T15:03:42.731Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.25s) [2022-02-15T15:03:42.731Z] === RUN TestBuildWithSession [2022-02-15T15:03:42.731Z] build_session_test.go:25: TODO: BuildKit [2022-02-15T15:03:42.731Z] --- SKIP: TestBuildWithSession (0.00s) [2022-02-15T15:03:42.731Z] === RUN TestBuildSquashParent [2022-02-15T15:03:43.595Z] #67 ... [2022-02-15T15:03:43.595Z] [2022-02-15T15:03:43.595Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-02-15T15:03:43.595Z] #22 sha256:db21e59dbb089b39bb556b279dd03639542ff288b07d5d108df7688b9df78181 [2022-02-15T15:03:43.595Z] #22 DONE 1.2s [2022-02-15T15:03:43.857Z] [2022-02-15T15:03:43.857Z] #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-02-15T15:03:43.857Z] #63 sha256:4fc8eb31bd6584ff1cb341c62a49291e71b395bf6cfc6027b4536840457b6d87 [2022-02-15T15:03:43.857Z] #63 0.910 + RM_GOPATH=0 [2022-02-15T15:03:43.857Z] #63 0.910 + TMP_GOPATH= [2022-02-15T15:03:43.857Z] #63 0.910 + : /build [2022-02-15T15:03:43.857Z] #63 0.910 + '[' -z '' ']' [2022-02-15T15:03:43.857Z] #63 0.911 ++ mktemp -d [2022-02-15T15:03:43.857Z] #63 0.920 + export GOPATH=/tmp/tmp.vIltcDsPDj [2022-02-15T15:03:43.857Z] #63 0.920 + GOPATH=/tmp/tmp.vIltcDsPDj [2022-02-15T15:03:43.857Z] #63 0.921 + RM_GOPATH=1 [2022-02-15T15:03:43.857Z] #63 0.921 + case "$(go env GOARCH)" in [2022-02-15T15:03:43.857Z] #63 0.921 ++ go env GOARCH [2022-02-15T15:03:43.857Z] #63 0.930 + export GO_BUILDMODE=-buildmode=pie [2022-02-15T15:03:43.857Z] #63 0.931 + GO_BUILDMODE=-buildmode=pie [2022-02-15T15:03:43.857Z] #63 0.932 ++ dirname /install.sh [2022-02-15T15:03:43.857Z] #63 0.935 + dir=/ [2022-02-15T15:03:43.857Z] #63 0.935 + bin=runc [2022-02-15T15:03:43.857Z] #63 0.936 + shift [2022-02-15T15:03:43.857Z] #63 0.936 + '[' '!' -f //runc.installer ']' [2022-02-15T15:03:43.857Z] #63 0.936 + . //runc.installer [2022-02-15T15:03:43.857Z] #63 0.937 ++ set -e [2022-02-15T15:03:43.857Z] #63 0.937 ++ : v1.1.0 [2022-02-15T15:03:43.857Z] #63 0.938 + install_runc [2022-02-15T15:03:43.857Z] #63 0.938 + RUNC_BUILDTAGS=seccomp [2022-02-15T15:03:43.857Z] #63 0.938 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-02-15T15:03:43.857Z] #63 0.938 Install runc version v1.1.0 (build tags: seccomp) [2022-02-15T15:03:43.857Z] #63 0.938 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.vIltcDsPDj/src/github.com/opencontainers/runc [2022-02-15T15:03:43.857Z] #63 0.942 Cloning into '/tmp/tmp.vIltcDsPDj/src/github.com/opencontainers/runc'... [2022-02-15T15:03:44.166Z] #38 ... [2022-02-15T15:03:44.166Z] [2022-02-15T15:03:44.166Z] #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-02-15T15:03:44.166Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-15T15:03:44.166Z] #47 43.23 Selecting previously unselected package libnet1:amd64. [2022-02-15T15:03:44.166Z] #47 43.23 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-02-15T15:03:44.166Z] #47 43.25 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-15T15:03:44.166Z] #47 43.35 Selecting previously unselected package libnl-3-200:amd64. [2022-02-15T15:03:44.166Z] #47 43.37 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-02-15T15:03:44.166Z] #47 43.40 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-15T15:03:44.166Z] #47 43.54 Selecting previously unselected package libprotobuf-c1:amd64. [2022-02-15T15:03:44.166Z] #47 43.55 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-02-15T15:03:44.166Z] #47 43.56 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-15T15:03:44.166Z] #47 43.64 Selecting previously unselected package criu. [2022-02-15T15:03:44.166Z] #47 43.65 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-02-15T15:03:44.166Z] #47 43.66 Unpacking criu (3.16.1-3) ... [2022-02-15T15:03:44.166Z] #47 44.43 Setting up python3-pkg-resources (52.0.0-4) ... [2022-02-15T15:03:44.166Z] #47 45.97 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-02-15T15:03:44.166Z] #47 45.99 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-15T15:03:44.166Z] #47 46.00 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-15T15:03:44.166Z] #47 46.01 Setting up python3-six (1.16.0-2) ... [2022-02-15T15:03:44.166Z] #47 47.15 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-15T15:03:44.166Z] #47 47.19 Setting up python3-protobuf (3.12.4-1) ... [2022-02-15T15:03:44.166Z] #47 50.60 Setting up criu (3.16.1-3) ... [2022-02-15T15:03:44.166Z] #47 52.53 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:03:44.166Z] #47 ... [2022-02-15T15:03:44.166Z] [2022-02-15T15:03:44.166Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:03:44.166Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:03:44.166Z] #51 52.37 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-02-15T15:03:44.166Z] #51 52.42 go: downloading github.com/gobwas/glob v0.2.3 [2022-02-15T15:03:44.166Z] #51 52.50 go: downloading github.com/kisielk/gotool v1.0.0 [2022-02-15T15:03:44.166Z] #51 52.55 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-02-15T15:03:44.166Z] #51 52.60 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-02-15T15:03:44.166Z] #51 52.61 go: downloading golang.org/x/mod v0.5.1 [2022-02-15T15:03:44.166Z] #51 52.64 go: downloading github.com/ettle/strcase v0.1.1 [2022-02-15T15:03:44.166Z] #51 52.71 go: downloading github.com/fatih/structtag v1.2.0 [2022-02-15T15:03:44.166Z] #51 52.74 go: downloading github.com/Masterminds/semver v1.5.0 [2022-02-15T15:03:44.166Z] #51 52.85 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-02-15T15:03:44.166Z] #51 52.89 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-02-15T15:03:44.166Z] #51 53.04 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-02-15T15:03:44.166Z] #51 53.41 go: downloading github.com/prometheus/client_model v0.2.0 [2022-02-15T15:03:44.166Z] #51 53.56 go: downloading github.com/google/go-cmp v0.5.6 [2022-02-15T15:03:44.166Z] #51 53.76 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-02-15T15:03:44.166Z] #51 53.81 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-02-15T15:03:44.166Z] #51 53.82 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-02-15T15:03:44.166Z] #51 53.89 go: downloading github.com/beorn7/perks v1.0.1 [2022-02-15T15:03:44.166Z] #51 53.90 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-02-15T15:03:44.166Z] #51 53.92 go: downloading github.com/cespare/xxhash v1.1.0 [2022-02-15T15:03:44.382Z] #40 1.940 + RM_GOPATH=0 [2022-02-15T15:03:44.382Z] #40 1.940 + TMP_GOPATH= [2022-02-15T15:03:44.382Z] #40 1.940 + : /build [2022-02-15T15:03:44.382Z] #40 1.940 + '[' -z '' ']' [2022-02-15T15:03:44.382Z] #40 1.941 ++ mktemp -d [2022-02-15T15:03:44.382Z] #40 1.945 + export GOPATH=/tmp/tmp.hUHwD8DRHh [2022-02-15T15:03:44.382Z] #40 1.945 + GOPATH=/tmp/tmp.hUHwD8DRHh [2022-02-15T15:03:44.382Z] #40 1.945 + RM_GOPATH=1 [2022-02-15T15:03:44.382Z] #40 1.945 + case "$(go env GOARCH)" in [2022-02-15T15:03:44.382Z] #40 1.946 ++ go env GOARCH [2022-02-15T15:03:44.382Z] #40 1.969 + export GO_BUILDMODE=-buildmode=pie [2022-02-15T15:03:44.382Z] #40 1.969 + GO_BUILDMODE=-buildmode=pie [2022-02-15T15:03:44.382Z] #40 1.969 ++ dirname /install.sh [2022-02-15T15:03:44.382Z] #40 1.979 Install tini version v0.19.0 [2022-02-15T15:03:44.382Z] #40 1.979 + dir=/ [2022-02-15T15:03:44.382Z] #40 1.979 + bin=tini [2022-02-15T15:03:44.382Z] #40 1.979 + shift [2022-02-15T15:03:44.382Z] #40 1.979 + '[' '!' -f //tini.installer ']' [2022-02-15T15:03:44.382Z] #40 1.979 + . //tini.installer [2022-02-15T15:03:44.382Z] #40 1.979 ++ : v0.19.0 [2022-02-15T15:03:44.382Z] #40 1.979 + install_tini [2022-02-15T15:03:44.382Z] #40 1.979 + echo 'Install tini version v0.19.0' [2022-02-15T15:03:44.382Z] #40 1.979 + git clone https://github.com/krallin/tini.git /tmp/tmp.hUHwD8DRHh/tini [2022-02-15T15:03:44.382Z] #40 1.979 Cloning into '/tmp/tmp.hUHwD8DRHh/tini'... [2022-02-15T15:03:44.382Z] #40 ... [2022-02-15T15:03:44.382Z] [2022-02-15T15:03:44.382Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:03:44.382Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:03:44.382Z] #51 45.49 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-02-15T15:03:44.382Z] #51 45.59 go: downloading github.com/gobwas/glob v0.2.3 [2022-02-15T15:03:44.382Z] #51 45.60 go: downloading github.com/kisielk/gotool v1.0.0 [2022-02-15T15:03:44.383Z] #51 45.61 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-02-15T15:03:44.383Z] #51 45.69 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-02-15T15:03:44.383Z] #51 45.72 go: downloading golang.org/x/mod v0.5.1 [2022-02-15T15:03:44.383Z] #51 45.76 go: downloading github.com/ettle/strcase v0.1.1 [2022-02-15T15:03:44.383Z] #51 45.85 go: downloading github.com/fatih/structtag v1.2.0 [2022-02-15T15:03:44.383Z] #51 45.87 go: downloading github.com/Masterminds/semver v1.5.0 [2022-02-15T15:03:44.383Z] #51 46.01 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-02-15T15:03:44.383Z] #51 46.03 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-02-15T15:03:44.383Z] #51 46.04 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-02-15T15:03:44.383Z] #51 46.37 go: downloading github.com/prometheus/client_model v0.2.0 [2022-02-15T15:03:44.383Z] #51 46.45 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-02-15T15:03:44.383Z] #51 46.50 go: downloading github.com/google/go-cmp v0.5.6 [2022-02-15T15:03:44.383Z] #51 46.82 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-02-15T15:03:44.383Z] #51 46.85 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-02-15T15:03:44.383Z] #51 46.99 go: downloading github.com/beorn7/perks v1.0.1 [2022-02-15T15:03:44.383Z] #51 47.01 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-02-15T15:03:44.383Z] #51 47.01 go: downloading github.com/cespare/xxhash v1.1.0 [2022-02-15T15:03:44.383Z] #51 47.03 go: downloading github.com/golang/protobuf v1.5.2 [2022-02-15T15:03:44.383Z] #51 47.22 go: downloading github.com/prometheus/common v0.10.0 [2022-02-15T15:03:44.383Z] #51 47.39 go: downloading github.com/prometheus/procfs v0.6.0 [2022-02-15T15:03:44.383Z] #51 47.44 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-02-15T15:03:44.383Z] #51 47.55 go: downloading google.golang.org/protobuf v1.27.1 [2022-02-15T15:03:44.383Z] #51 48.88 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-02-15T15:03:44.468Z] #51 53.96 go: downloading github.com/golang/protobuf v1.5.2 [2022-02-15T15:03:44.468Z] #51 ... [2022-02-15T15:03:44.468Z] [2022-02-15T15:03:44.468Z] #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-02-15T15:03:44.468Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-02-15T15:03:44.468Z] #47 DONE 53.9s [2022-02-15T15:03:44.468Z] [2022-02-15T15:03:44.468Z] #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-02-15T15:03:44.468Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-02-15T15:03:44.468Z] #38 DONE 54.1s [2022-02-15T15:03:44.650Z] #51 ... [2022-02-15T15:03:44.650Z] [2022-02-15T15:03:44.650Z] #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-02-15T15:03:44.650Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:03:44.650Z] #14 45.79 Selecting previously unselected package binutils-mingw-w64. [2022-02-15T15:03:44.650Z] #14 45.80 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-02-15T15:03:44.650Z] #14 45.81 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-02-15T15:03:44.650Z] #14 45.93 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-02-15T15:03:44.650Z] #14 45.93 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-02-15T15:03:44.650Z] #14 45.94 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:03:44.650Z] #14 46.11 Selecting previously unselected package dmsetup. [2022-02-15T15:03:44.650Z] #14 46.12 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-02-15T15:03:44.650Z] #14 46.12 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-02-15T15:03:44.650Z] #14 46.28 Selecting previously unselected package mingw-w64-common. [2022-02-15T15:03:44.650Z] #14 46.28 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-02-15T15:03:44.650Z] #14 46.30 Unpacking mingw-w64-common (8.0.0-1) ... [2022-02-15T15:03:44.650Z] #14 51.70 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-02-15T15:03:44.650Z] #14 51.70 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-02-15T15:03:44.650Z] #14 51.73 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-02-15T15:03:44.725Z] [2022-02-15T15:03:44.725Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-02-15T15:03:44.725Z] #39 sha256:4c1937835baa8b689034e6cf02cbe4f5cc5c520c88cb83ce366116ad33e27169 [2022-02-15T15:03:44.725Z] #39 DONE 0.2s [2022-02-15T15:03:44.725Z] [2022-02-15T15:03:44.725Z] #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-02-15T15:03:44.725Z] #40 sha256:2b177420401d31324bcccc716facb4eba42ba0c9f261af50b6db94590a878e5f [2022-02-15T15:03:44.805Z] #63 ... [2022-02-15T15:03:44.805Z] [2022-02-15T15:03:44.805Z] #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-02-15T15:03:44.805Z] #23 sha256:5ac3eb3ca28282bbf70fda90c0c945ef924bfae5086a3f2d41af9fd8c8c8353d [2022-02-15T15:03:44.805Z] #23 DONE 0.8s [2022-02-15T15:03:44.805Z] [2022-02-15T15:03:44.805Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-02-15T15:03:44.805Z] #24 sha256:2d4c73337c62a97c3086bc6d7faefe36532c57917bc7045df5475ef8be001e80 [2022-02-15T15:03:45.223Z] #14 ... [2022-02-15T15:03:45.223Z] [2022-02-15T15:03:45.223Z] #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-02-15T15:03:45.223Z] #40 sha256:a95761de58c49e508f4b8637be4e860f509f1606f09d9453b5555203b2b031b8 [2022-02-15T15:03:45.223Z] #40 2.893 + cd /tmp/tmp.hUHwD8DRHh/tini [2022-02-15T15:03:45.223Z] #40 2.894 + git checkout -q v0.19.0 [2022-02-15T15:03:45.223Z] #40 2.909 + cmake . [2022-02-15T15:03:45.377Z] #24 0.796 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-02-15T15:03:45.377Z] #24 DONE 0.9s [2022-02-15T15:03:45.377Z] [2022-02-15T15:03:45.377Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-02-15T15:03:45.377Z] #25 sha256:07c1e470dff771da584d8e174320cf3241347fde64862ad1a1883e4a1d9d7a1d [2022-02-15T15:03:45.485Z] #40 3.411 -- The C compiler identification is GNU 10.2.1 [2022-02-15T15:03:45.746Z] #40 3.472 -- Detecting C compiler ABI info [2022-02-15T15:03:46.008Z] #40 3.887 -- Detecting C compiler ABI info - done [2022-02-15T15:03:46.008Z] #40 3.962 -- Check for working C compiler: /usr/bin/cc - skipped [2022-02-15T15:03:46.097Z] #40 1.543 + RM_GOPATH=0 [2022-02-15T15:03:46.097Z] #40 1.543 + TMP_GOPATH= [2022-02-15T15:03:46.097Z] #40 1.543 + : /build [2022-02-15T15:03:46.097Z] #40 1.543 + '[' -z '' ']' [2022-02-15T15:03:46.097Z] #40 1.543 ++ mktemp -d [2022-02-15T15:03:46.097Z] #40 1.543 + export GOPATH=/tmp/tmp.IesJcAtsf2 [2022-02-15T15:03:46.097Z] #40 1.543 + GOPATH=/tmp/tmp.IesJcAtsf2 [2022-02-15T15:03:46.097Z] #40 1.543 + RM_GOPATH=1 [2022-02-15T15:03:46.097Z] #40 1.543 + case "$(go env GOARCH)" in [2022-02-15T15:03:46.097Z] #40 1.543 ++ go env GOARCH [2022-02-15T15:03:46.270Z] #40 3.963 -- Detecting C compile features [2022-02-15T15:03:46.270Z] #40 3.969 -- Detecting C compile features - done [2022-02-15T15:03:46.270Z] #40 3.994 -- Performing Test HAS_BUILTIN_FORTIFY [2022-02-15T15:03:46.270Z] #40 4.131 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-02-15T15:03:46.270Z] #40 4.218 -- Configuring done [2022-02-15T15:03:46.319Z] #25 DONE 0.9s [2022-02-15T15:03:46.319Z] [2022-02-15T15:03:46.319Z] #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-02-15T15:03:46.319Z] #67 sha256:445972cacaa5753a5e00142db4cf3a1c07c607684e5cd6218372eeddc8ebe995 [2022-02-15T15:03:46.356Z] #40 1.586 Install tini version v0.19.0 [2022-02-15T15:03:46.356Z] #40 1.586 + export GO_BUILDMODE=-buildmode=pie [2022-02-15T15:03:46.356Z] #40 1.586 + GO_BUILDMODE=-buildmode=pie [2022-02-15T15:03:46.356Z] #40 1.586 ++ dirname /install.sh [2022-02-15T15:03:46.356Z] #40 1.586 + dir=/ [2022-02-15T15:03:46.356Z] #40 1.586 + bin=tini [2022-02-15T15:03:46.356Z] #40 1.586 + shift [2022-02-15T15:03:46.356Z] #40 1.586 + '[' '!' -f //tini.installer ']' [2022-02-15T15:03:46.356Z] #40 1.586 + . //tini.installer [2022-02-15T15:03:46.356Z] #40 1.586 ++ : v0.19.0 [2022-02-15T15:03:46.356Z] #40 1.586 + install_tini [2022-02-15T15:03:46.356Z] #40 1.586 + echo 'Install tini version v0.19.0' [2022-02-15T15:03:46.356Z] #40 1.586 + git clone https://github.com/krallin/tini.git /tmp/tmp.IesJcAtsf2/tini [2022-02-15T15:03:46.356Z] #40 1.597 Cloning into '/tmp/tmp.IesJcAtsf2/tini'... [2022-02-15T15:03:46.531Z] #40 4.224 -- Generating done [2022-02-15T15:03:46.531Z] #40 4.231 -- Build files have been written to: /tmp/tmp.hUHwD8DRHh/tini [2022-02-15T15:03:46.531Z] #40 4.241 + make tini-static [2022-02-15T15:03:46.793Z] #40 4.526 Scanning dependencies of target tini-static [2022-02-15T15:03:46.793Z] #40 4.641 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-02-15T15:03:46.920Z] #40 2.402 + cd /tmp/tmp.IesJcAtsf2/tini [2022-02-15T15:03:47.179Z] #40 2.403 + git checkout -q v0.19.0 [2022-02-15T15:03:47.179Z] #40 2.408 + cmake . [2022-02-15T15:03:47.262Z] #67 ... [2022-02-15T15:03:47.262Z] [2022-02-15T15:03:47.262Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-02-15T15:03:47.262Z] #26 sha256:bc187125d87589fcbf96f57b052c47b4faac753419a52ae2db8572667ff9074a [2022-02-15T15:03:47.262Z] #26 DONE 0.9s [2022-02-15T15:03:47.436Z] #40 ... [2022-02-15T15:03:47.436Z] [2022-02-15T15:03:47.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-02-15T15:03:47.436Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-02-15T15:03:47.436Z] #49 56.75 gotestsum version dev [2022-02-15T15:03:47.436Z] #49 DONE 57.1s [2022-02-15T15:03:47.436Z] [2022-02-15T15:03:47.436Z] #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-02-15T15:03:47.436Z] #40 sha256:2b177420401d31324bcccc716facb4eba42ba0c9f261af50b6db94590a878e5f [2022-02-15T15:03:47.436Z] #40 2.931 -- The C compiler identification is GNU 10.2.1 [2022-02-15T15:03:47.524Z] [2022-02-15T15:03:47.524Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-02-15T15:03:47.524Z] #27 sha256:d6df7002c83649f0cd6fa405153548e82ff206bd3810ffd338d0597dfd935d50 [2022-02-15T15:03:47.693Z] #40 3.083 -- Detecting C compiler ABI info [2022-02-15T15:03:47.737Z] #40 5.585 [100%] Linking C executable tini-static [2022-02-15T15:03:47.750Z] ok github.com/docker/docker/pkg/plugins 33.635s coverage: 76.3% of statements [2022-02-15T15:03:47.750Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-02-15T15:03:47.750Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/pkg/term [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/rootless [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/testutil/request [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/volume [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-02-15T15:03:47.751Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === Skipped [2022-02-15T15:03:47.751Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-02-15T15:03:47.751Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-02-15T15:03:47.751Z] network_proxy_test.go:208: No support for dual stack yet [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-02-15T15:03:47.751Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-02-15T15:03:47.751Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2022-02-15T15:03:47.751Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-02-15T15:03:47.751Z] aufs_test.go:37: driver not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-02-15T15:03:47.751Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:03:47.751Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-02-15T15:03:47.751Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:03:47.751Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-02-15T15:03:47.751Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:03:47.751Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-02-15T15:03:47.751Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:03:47.751Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-02-15T15:03:47.751Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:03:47.751Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-02-15T15:03:47.751Z] graphtest_unix.go:71: No driver to put! [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-15T15:03:47.751Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-15T15:03:47.751Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-15T15:03:47.751Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-15T15:03:47.751Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-15T15:03:47.751Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-15T15:03:47.751Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-15T15:03:47.751Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-15T15:03:47.751Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-02-15T15:03:47.751Z] time="2022-02-15T15:02:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-15T15:03:47.751Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-15T15:03:47.751Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-02-15T15:03:47.751Z] graphtest_unix.go:71: No driver to put! [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-02-15T15:03:47.751Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-02-15T15:03:47.751Z] overlay_test.go:50: Fails to compute changes intermittently [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-02-15T15:03:47.751Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-02-15T15:03:47.751Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-02-15T15:03:47.751Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:03:47.751Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-02-15T15:03:47.751Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:03:47.751Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-02-15T15:03:47.751Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:03:47.751Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-02-15T15:03:47.751Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:03:47.751Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-02-15T15:03:47.751Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:03:47.751Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-02-15T15:03:47.751Z] graphtest_unix.go:71: No driver to put! [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-02-15T15:03:47.751Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-02-15T15:03:47.751Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-02-15T15:03:47.751Z] [2022-02-15T15:03:47.751Z] DONE 2316 tests, 53 skipped in 194.401s [2022-02-15T15:03:47.751Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/bitseq [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/cluster [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/config [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/datastore [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/driverapi [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/etchosts [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/idm [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/ipam [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/iptables [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/netlabel [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/netutils [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/networkdb [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/ns [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/options [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/osl [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/portallocator [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/portmapper [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/testutils [2022-02-15T15:03:47.751Z] github.com/docker/docker/libnetwork/types' ']' [2022-02-15T15:03:47.752Z] + 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-02-15T15:03:47.996Z] --- PASS: TestBuildSquashParent (4.94s) [2022-02-15T15:03:47.996Z] === RUN TestBuildWithRemoveAndForceRemove [2022-02-15T15:03:47.996Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:03:47.996Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:03:47.996Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:03:47.996Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:03:47.996Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:03:47.996Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:03:47.996Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:03:47.996Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:03:47.996Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:03:47.996Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:03:47.996Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:03:47.996Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:03:47.996Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:03:47.996Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:03:48.310Z] #40 6.067 [100%] Built target tini-static [2022-02-15T15:03:48.310Z] #40 6.116 + mkdir -p /build [2022-02-15T15:03:48.310Z] #40 6.130 + cp tini-static /build/docker-init [2022-02-15T15:03:48.468Z] #27 DONE 1.1s [2022-02-15T15:03:48.468Z] [2022-02-15T15:03:48.468Z] #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-02-15T15:03:48.468Z] #28 sha256:a0958e570b998fbc655c80baa0421c7ed31252c407c0d96888e7e8728e6406ae [2022-02-15T15:03:48.622Z] #40 3.983 -- Detecting C compiler ABI info - done [2022-02-15T15:03:48.878Z] #40 4.084 -- Check for working C compiler: /usr/bin/cc - skipped [2022-02-15T15:03:48.878Z] #40 4.094 -- Detecting C compile features [2022-02-15T15:03:48.878Z] #40 4.100 -- Detecting C compile features - done [2022-02-15T15:03:48.878Z] #40 4.150 -- Performing Test HAS_BUILTIN_FORTIFY [2022-02-15T15:03:48.878Z] #40 4.276 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-02-15T15:03:48.878Z] #40 4.350 -- Configuring done [2022-02-15T15:03:48.883Z] #40 DONE 6.5s [2022-02-15T15:03:48.883Z] [2022-02-15T15:03:48.883Z] #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-02-15T15:03:48.883Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:03:48.883Z] #14 57.41 Selecting previously unselected package gcc-mingw-w64-base. [2022-02-15T15:03:48.883Z] #14 57.41 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:03:48.883Z] #14 57.42 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-02-15T15:03:48.883Z] #14 57.55 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-02-15T15:03:48.883Z] #14 57.56 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:03:48.883Z] #14 57.57 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-02-15T15:03:48.923Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:03:49.135Z] #40 4.364 -- Generating done [2022-02-15T15:03:49.135Z] #40 4.368 -- Build files have been written to: /tmp/tmp.IesJcAtsf2/tini [2022-02-15T15:03:49.135Z] #40 4.382 + make tini-static [2022-02-15T15:03:49.179Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:03:49.392Z] #40 4.695 Scanning dependencies of target tini-static [2022-02-15T15:03:49.392Z] #40 4.751 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-02-15T15:03:49.857Z] #28 1.329 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-02-15T15:03:49.857Z] #28 1.418 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-02-15T15:03:50.118Z] #28 1.591 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-02-15T15:03:50.118Z] #28 1.595 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-02-15T15:03:50.118Z] #28 1.805 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-02-15T15:03:50.323Z] #40 5.689 [100%] Linking C executable tini-static [2022-02-15T15:03:50.379Z] #28 2.018 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-02-15T15:03:50.544Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:03:50.544Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:03:50.580Z] #40 6.077 [100%] Built target tini-static [2022-02-15T15:03:50.641Z] #28 2.309 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-02-15T15:03:50.837Z] #40 6.147 + mkdir -p /build [2022-02-15T15:03:50.837Z] #40 6.162 + cp tini-static /build/docker-init [2022-02-15T15:03:50.904Z] #28 2.664 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-02-15T15:03:51.094Z] #40 DONE 6.4s [2022-02-15T15:03:51.094Z] [2022-02-15T15:03:51.094Z] #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-02-15T15:03:51.094Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:03:51.094Z] #14 53.83 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-02-15T15:03:51.094Z] #14 53.84 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-02-15T15:03:51.094Z] #14 53.85 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-02-15T15:03:51.094Z] #14 59.86 Selecting previously unselected package gcc-mingw-w64-base. [2022-02-15T15:03:51.094Z] #14 59.86 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:03:51.094Z] #14 59.87 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-02-15T15:03:51.094Z] #14 59.98 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-02-15T15:03:51.094Z] #14 59.99 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:03:51.094Z] #14 60.00 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-02-15T15:03:51.476Z] #28 2.894 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [112 kB] [2022-02-15T15:03:51.476Z] #28 2.897 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [120 kB] [2022-02-15T15:03:51.476Z] #28 2.899 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [120 kB] [2022-02-15T15:03:51.476Z] #28 2.904 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [115 kB] [2022-02-15T15:03:51.476Z] #28 2.910 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [112 kB] [2022-02-15T15:03:51.738Z] #28 3.311 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-02-15T15:03:51.738Z] #28 3.314 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-02-15T15:03:51.738Z] #28 3.315 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-02-15T15:03:51.738Z] #28 3.324 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-02-15T15:03:51.738Z] #28 3.324 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-02-15T15:03:51.914Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-02-15T15:03:51.914Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.41s) [2022-02-15T15:03:51.914Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.72s) [2022-02-15T15:03:51.914Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.44s) [2022-02-15T15:03:52.170Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.40s) [2022-02-15T15:03:52.170Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.44s) [2022-02-15T15:03:52.170Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.49s) [2022-02-15T15:03:52.170Z] === RUN TestBuildMultiStageCopy [2022-02-15T15:03:52.170Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-02-15T15:03:53.155Z] #14 63.61 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-02-15T15:03:53.155Z] #14 63.61 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:03:53.155Z] #14 63.62 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-15T15:03:53.537Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-02-15T15:03:53.537Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-02-15T15:03:53.691Z] 898469748ff6: Verifying Checksum [2022-02-15T15:03:53.691Z] 898469748ff6: Download complete [2022-02-15T15:03:53.793Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-02-15T15:03:54.049Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-02-15T15:03:54.285Z] #28 ... [2022-02-15T15:03:54.285Z] [2022-02-15T15:03:54.285Z] #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-02-15T15:03:54.285Z] #63 sha256:4fc8eb31bd6584ff1cb341c62a49291e71b395bf6cfc6027b4536840457b6d87 [2022-02-15T15:03:54.285Z] #63 5.412 + cd /tmp/tmp.vIltcDsPDj/src/github.com/opencontainers/runc [2022-02-15T15:03:54.285Z] #63 5.413 + git checkout -q v1.1.0 [2022-02-15T15:03:54.285Z] #63 5.716 + '[' -z '' ']' [2022-02-15T15:03:54.286Z] #63 5.716 + target=static [2022-02-15T15:03:54.286Z] #63 5.716 + make BUILDTAGS=seccomp static [2022-02-15T15:03:54.286Z] #63 5.845 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-02-15T15:03:54.286Z] #63 11.08 + mkdir -p /build [2022-02-15T15:03:54.286Z] #63 11.09 + cp runc /build/runc [2022-02-15T15:03:54.286Z] #63 DONE 11.3s [2022-02-15T15:03:54.286Z] [2022-02-15T15:03:54.286Z] #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-02-15T15:03:54.286Z] #28 sha256:a0958e570b998fbc655c80baa0421c7ed31252c407c0d96888e7e8728e6406ae [2022-02-15T15:03:54.307Z] --- PASS: TestBuildMultiStageCopy (2.25s) [2022-02-15T15:03:54.307Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.42s) [2022-02-15T15:03:54.307Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-02-15T15:03:54.307Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2022-02-15T15:03:54.307Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2022-02-15T15:03:54.307Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s) [2022-02-15T15:03:54.307Z] === RUN TestBuildMultiStageParentConfig [2022-02-15T15:03:54.870Z] --- PASS: TestBuildMultiStageParentConfig (0.64s) [2022-02-15T15:03:54.870Z] === RUN TestBuildLabelWithTargets [2022-02-15T15:03:55.315Z] #14 ... [2022-02-15T15:03:55.315Z] [2022-02-15T15:03:55.315Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:03:55.315Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:03:55.315Z] #51 54.26 go: downloading github.com/prometheus/common v0.10.0 [2022-02-15T15:03:55.315Z] #51 54.55 go: downloading github.com/prometheus/procfs v0.6.0 [2022-02-15T15:03:55.315Z] #51 54.73 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-02-15T15:03:55.315Z] #51 54.77 go: downloading google.golang.org/protobuf v1.27.1 [2022-02-15T15:03:55.315Z] #51 56.46 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-02-15T15:03:55.798Z] --- PASS: TestBuildLabelWithTargets (0.97s) [2022-02-15T15:03:55.798Z] === RUN TestBuildWithEmptyLayers [2022-02-15T15:03:55.880Z] #51 ... [2022-02-15T15:03:55.880Z] [2022-02-15T15:03:55.880Z] #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-02-15T15:03:55.880Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:03:55.880Z] #14 65.59 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-02-15T15:03:55.880Z] #14 65.59 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:03:55.880Z] #14 65.60 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-15T15:03:56.360Z] --- PASS: TestBuildWithEmptyLayers (0.41s) [2022-02-15T15:03:56.360Z] === RUN TestBuildMultiStageOnBuild [2022-02-15T15:03:58.251Z] --- PASS: TestBuildMultiStageOnBuild (1.69s) [2022-02-15T15:03:58.251Z] === RUN TestBuildUncleanTarFilenames [2022-02-15T15:03:58.507Z] --- PASS: TestBuildUncleanTarFilenames (0.53s) [2022-02-15T15:03:58.507Z] === RUN TestBuildMultiStageLayerLeak [2022-02-15T15:03:59.738Z] #14 ... [2022-02-15T15:03:59.738Z] [2022-02-15T15:03:59.738Z] #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-02-15T15:03:59.738Z] #60 sha256:641ecf8a26240f8a9fb5e7030bd5b8b1410ebfdfd9e585d68b4936925e14df7f [2022-02-15T15:04:00.259Z] #60 35.63 Updating files: 70% (3295/4691) Updating files: 71% (3331/4691) Updating files: 72% (3378/4691) Updating files: 73% (3425/4691) Updating files: 74% (3472/4691) Updating files: 75% (3519/4691) Updating files: 76% (3566/4691) Updating files: 77% (3613/4691) Updating files: 78% (3659/4691) Updating files: 79% (3706/4691) Updating files: 80% (3753/4691) Updating files: 81% (3800/4691) Updating files: 82% (3847/4691) Updating files: 83% (3894/4691) Updating files: 84% (3941/4691) Updating files: 85% (3988/4691) Updating files: 86% (4035/4691) Updating files: 87% (4082/4691) Updating files: 88% (4129/4691) Updating files: 89% (4175/4691) Updating files: 90% (4222/4691) Updating files: 91% (4269/4691) Updating files: 92% (4316/4691) Updating files: 93% (4363/4691) Updating files: 94% (4410/4691) Updating files: 95% (4457/4691) Updating files: 96% (4504/4691) Updating files: 97% (4551/4691) Updating files: 98% (4598/4691) Updating files: 99% (4645/4691) Updating files: 100% (4691/4691) Updating files: 100% (4691/4691), done. [2022-02-15T15:04:00.259Z] #60 36.32 + cd /tmp/tmp.pF7O9hQeoi/src/github.com/containerd/containerd [2022-02-15T15:04:00.259Z] #60 36.32 + git checkout -q v1.5.9 [2022-02-15T15:04:00.400Z] --- PASS: TestBuildMultiStageLayerLeak (1.67s) [2022-02-15T15:04:00.400Z] === RUN TestBuildWithHugeFile [2022-02-15T15:04:00.879Z] #28 11.57 Fetched 40.4 MB in 11s (3780 kB/s) [2022-02-15T15:04:01.200Z] #60 37.37 + export 'BUILDTAGS=netgo osusergo static_build' [2022-02-15T15:04:01.461Z] #60 37.37 + BUILDTAGS='netgo osusergo static_build' [2022-02-15T15:04:01.461Z] #60 37.37 + export EXTRA_FLAGS=-buildmode=pie [2022-02-15T15:04:01.461Z] #60 37.37 + EXTRA_FLAGS=-buildmode=pie [2022-02-15T15:04:01.461Z] #60 37.37 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-02-15T15:04:01.461Z] #60 37.37 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-02-15T15:04:01.461Z] #60 37.37 + '[' '' = dynamic ']' [2022-02-15T15:04:01.461Z] #60 37.37 + make [2022-02-15T15:04:02.848Z] #60 38.76 + bin/ctr [2022-02-15T15:04:05.093Z] #28 11.57 Reading package lists... [2022-02-15T15:04:05.833Z] #14 ... [2022-02-15T15:04:05.833Z] [2022-02-15T15:04:05.833Z] #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-02-15T15:04:05.833Z] #60 sha256:63c08766d795f2665c25fefbef8d8d9d24742f65fb0b5d15672a76d62d91c29e [2022-02-15T15:04:05.833Z] #60 37.03 Updating files: 68% (3222/4691) Updating files: 69% (3237/4691) Updating files: 70% (3284/4691) Updating files: 71% (3331/4691) Updating files: 72% (3378/4691) Updating files: 73% (3425/4691) Updating files: 74% (3472/4691) Updating files: 75% (3519/4691) Updating files: 76% (3566/4691) Updating files: 77% (3613/4691) Updating files: 78% (3659/4691) Updating files: 79% (3706/4691) Updating files: 80% (3753/4691) Updating files: 81% (3800/4691) Updating files: 82% (3847/4691) Updating files: 83% (3894/4691) Updating files: 84% (3941/4691) Updating files: 85% (3988/4691) Updating files: 86% (4035/4691) Updating files: 87% (4082/4691) Updating files: 88% (4129/4691) Updating files: 89% (4175/4691) Updating files: 90% (4222/4691) Updating files: 91% (4269/4691) Updating files: 92% (4316/4691) Updating files: 93% (4363/4691) Updating files: 94% (4410/4691) Updating files: 95% (4457/4691) Updating files: 96% (4504/4691) Updating files: 97% (4551/4691) Updating files: 98% (4598/4691) Updating files: 99% (4645/4691) Updating files: 100% (4691/4691) Updating files: 100% (4691/4691), done. [2022-02-15T15:04:05.833Z] #60 37.79 + cd /tmp/tmp.f3aKsiED7g/src/github.com/containerd/containerd [2022-02-15T15:04:05.833Z] #60 37.79 + git checkout -q v1.5.9 [2022-02-15T15:04:07.201Z] #60 39.21 + export 'BUILDTAGS=netgo osusergo static_build' [2022-02-15T15:04:07.201Z] #60 39.21 + BUILDTAGS='netgo osusergo static_build' [2022-02-15T15:04:07.201Z] #60 39.21 + export EXTRA_FLAGS=-buildmode=pie [2022-02-15T15:04:07.201Z] #60 39.22 + EXTRA_FLAGS=-buildmode=pie [2022-02-15T15:04:07.201Z] #60 39.22 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-02-15T15:04:07.201Z] #60 39.22 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-02-15T15:04:07.201Z] #60 39.22 + '[' '' = dynamic ']' [2022-02-15T15:04:07.201Z] #60 39.22 + make [2022-02-15T15:04:08.604Z] #60 40.63 + bin/ctr [2022-02-15T15:04:10.391Z] #28 16.68 Reading package lists... [2022-02-15T15:04:11.334Z] #28 21.67 Building dependency tree... [2022-02-15T15:04:11.334Z] #28 22.94 Reading state information... [2022-02-15T15:04:12.719Z] #28 24.12 bzip2 is already the newest version (1.0.8-4). [2022-02-15T15:04:12.719Z] #28 24.12 patch is already the newest version (2.7.6-7). [2022-02-15T15:04:12.719Z] #28 24.12 xz-utils is already the newest version (5.2.5-2). [2022-02-15T15:04:12.719Z] #28 24.12 The following additional packages will be installed: [2022-02-15T15:04:12.719Z] #28 24.13 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-02-15T15:04:12.719Z] #28 24.13 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-02-15T15:04:12.719Z] #28 24.13 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-02-15T15:04:12.719Z] #28 24.14 python3-pkg-resources vim-runtime xxd [2022-02-15T15:04:12.719Z] #28 24.15 Suggested packages: [2022-02-15T15:04:12.719Z] #28 24.15 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-02-15T15:04:12.719Z] #28 24.15 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-02-15T15:04:12.719Z] #28 24.15 Recommended packages: [2022-02-15T15:04:12.719Z] #28 24.16 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-02-15T15:04:14.109Z] #28 25.36 The following NEW packages will be installed: [2022-02-15T15:04:14.109Z] #28 25.37 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-02-15T15:04:14.109Z] #28 25.37 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-02-15T15:04:14.109Z] #28 25.37 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-02-15T15:04:14.109Z] #28 25.38 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-02-15T15:04:14.109Z] #28 25.38 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-02-15T15:04:14.109Z] #28 25.38 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-02-15T15:04:14.109Z] #28 25.38 vim-common vim-runtime xfsprogs xxd zip zstd [2022-02-15T15:04:14.109Z] #28 25.76 0 upgraded, 44 newly installed, 0 to remove and 1 not upgraded. [2022-02-15T15:04:14.109Z] #28 25.76 Need to get 18.6 MB of archives. [2022-02-15T15:04:14.109Z] #28 25.76 After this operation, 71.4 MB of additional disk space will be used. [2022-02-15T15:04:14.109Z] #28 25.76 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-02-15T15:04:14.109Z] #28 25.77 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-02-15T15:04:14.109Z] #28 25.79 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-02-15T15:04:14.109Z] #28 25.79 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-02-15T15:04:14.109Z] #28 25.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-02-15T15:04:14.109Z] #28 25.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-02-15T15:04:14.109Z] #28 25.79 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-02-15T15:04:14.109Z] #28 25.79 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-02-15T15:04:14.109Z] #28 25.81 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-02-15T15:04:14.109Z] #28 25.81 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-02-15T15:04:14.109Z] #28 25.81 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-02-15T15:04:14.109Z] #28 25.82 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-02-15T15:04:14.109Z] #28 25.83 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-02-15T15:04:14.109Z] #28 25.83 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-02-15T15:04:14.109Z] #28 25.83 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-02-15T15:04:14.109Z] #28 25.84 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-02-15T15:04:14.109Z] #28 25.84 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-02-15T15:04:14.109Z] #28 25.84 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-02-15T15:04:14.109Z] #28 25.84 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-02-15T15:04:14.109Z] #28 25.85 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-02-15T15:04:14.109Z] #28 25.85 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-02-15T15:04:14.109Z] #28 25.86 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-02-15T15:04:14.109Z] #28 25.86 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-02-15T15:04:14.109Z] #28 25.86 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-02-15T15:04:14.109Z] #28 25.86 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-02-15T15:04:14.109Z] #28 25.86 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-02-15T15:04:14.109Z] #28 25.87 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-02-15T15:04:14.370Z] #28 25.87 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-02-15T15:04:14.370Z] #28 25.87 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-02-15T15:04:14.370Z] #28 25.88 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-02-15T15:04:14.370Z] #28 25.91 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-02-15T15:04:14.370Z] #28 25.91 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-02-15T15:04:14.370Z] #28 25.91 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-02-15T15:04:14.370Z] #28 25.92 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-02-15T15:04:14.370Z] #28 25.92 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-02-15T15:04:14.370Z] #28 25.92 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-02-15T15:04:14.370Z] #28 25.93 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-02-15T15:04:14.370Z] #28 25.94 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-02-15T15:04:14.370Z] #28 25.95 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-02-15T15:04:14.370Z] #28 25.95 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-02-15T15:04:14.631Z] #28 26.03 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-02-15T15:04:14.631Z] #28 26.05 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-02-15T15:04:14.631Z] #28 26.06 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-02-15T15:04:14.631Z] #28 26.06 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-02-15T15:04:15.098Z] #60 ... [2022-02-15T15:04:15.098Z] [2022-02-15T15:04:15.098Z] #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-02-15T15:04:15.098Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:04:15.098Z] #14 74.85 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-02-15T15:04:15.098Z] #14 74.86 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:04:15.098Z] #14 74.87 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-15T15:04:15.098Z] #14 79.71 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-02-15T15:04:15.098Z] #14 79.73 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:04:15.098Z] #14 79.75 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-02-15T15:04:15.098Z] #14 84.69 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-02-15T15:04:15.098Z] #14 84.70 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:04:15.098Z] #14 84.71 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-15T15:04:15.243Z] #28 26.63 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:04:15.243Z] #28 26.88 Fetched 18.6 MB in 1s (31.1 MB/s) [2022-02-15T15:04:15.243Z] #28 26.92 Selecting previously unselected package pigz. [2022-02-15T15:04:15.243Z] #28 26.92 (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-02-15T15:04:15.243Z] #28 26.97 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-02-15T15:04:15.243Z] #28 26.97 Unpacking pigz (2.6-1) ... [2022-02-15T15:04:15.506Z] #28 27.03 Selecting previously unselected package libelf1:amd64. [2022-02-15T15:04:15.506Z] #28 27.04 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-02-15T15:04:15.506Z] #28 27.05 Unpacking libelf1:amd64 (0.183-1) ... [2022-02-15T15:04:15.506Z] #28 27.14 Selecting previously unselected package libbpf0:amd64. [2022-02-15T15:04:15.506Z] #28 27.15 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-02-15T15:04:15.506Z] #28 27.16 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-02-15T15:04:15.507Z] #28 27.23 Selecting previously unselected package libcap2:amd64. [2022-02-15T15:04:15.770Z] #28 27.24 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-02-15T15:04:15.770Z] #28 27.25 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-02-15T15:04:15.770Z] #28 27.30 Selecting previously unselected package libmnl0:amd64. [2022-02-15T15:04:15.770Z] #28 27.31 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-02-15T15:04:15.770Z] #28 27.31 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-02-15T15:04:15.770Z] #28 27.38 Selecting previously unselected package libxtables12:amd64. [2022-02-15T15:04:15.770Z] #28 27.39 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-02-15T15:04:15.770Z] #28 27.39 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-02-15T15:04:15.770Z] #28 27.44 Selecting previously unselected package libcap2-bin. [2022-02-15T15:04:15.770Z] #28 27.45 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-02-15T15:04:15.770Z] #28 27.45 Unpacking libcap2-bin (1:2.44-1) ... [2022-02-15T15:04:16.046Z] #28 27.51 Selecting previously unselected package iproute2. [2022-02-15T15:04:16.046Z] #28 27.51 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-02-15T15:04:16.046Z] #28 27.52 Unpacking iproute2 (5.10.0-4) ... [2022-02-15T15:04:16.309Z] #28 27.76 Selecting previously unselected package xxd. [2022-02-15T15:04:16.309Z] #28 27.77 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-15T15:04:16.309Z] #28 27.78 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:04:16.309Z] #28 27.87 Selecting previously unselected package vim-common. [2022-02-15T15:04:16.309Z] #28 27.88 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-15T15:04:16.309Z] #28 27.90 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:04:16.309Z] #28 27.99 Selecting previously unselected package bash-completion. [2022-02-15T15:04:16.570Z] #28 28.00 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-02-15T15:04:16.741Z] #60 ... [2022-02-15T15:04:16.741Z] [2022-02-15T15:04:16.741Z] #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-02-15T15:04:16.741Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:04:16.741Z] #14 75.81 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-02-15T15:04:16.741Z] #14 75.82 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:04:16.741Z] #14 75.82 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-15T15:04:16.741Z] #14 81.05 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-02-15T15:04:16.741Z] #14 81.05 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:04:16.741Z] #14 81.07 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-02-15T15:04:16.741Z] #14 86.29 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-02-15T15:04:16.741Z] #14 86.29 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:04:16.741Z] #14 86.30 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-15T15:04:17.515Z] #28 29.12 Unpacking bash-completion (1:2.11-2) ... [2022-02-15T15:04:17.776Z] #28 29.35 Selecting previously unselected package apparmor. [2022-02-15T15:04:17.776Z] #28 29.36 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-02-15T15:04:17.776Z] #28 29.40 Unpacking apparmor (2.13.6-10) ... [2022-02-15T15:04:18.038Z] #28 29.60 Selecting previously unselected package inetutils-ping. [2022-02-15T15:04:18.038Z] #28 29.61 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-02-15T15:04:18.038Z] #28 29.61 Unpacking inetutils-ping (2:2.0-1) ... [2022-02-15T15:04:18.038Z] #28 29.68 Selecting previously unselected package libip4tc2:amd64. [2022-02-15T15:04:18.038Z] #28 29.69 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-02-15T15:04:18.038Z] #28 29.69 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-02-15T15:04:18.300Z] #28 29.74 Selecting previously unselected package libip6tc2:amd64. [2022-02-15T15:04:18.300Z] #28 29.74 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-02-15T15:04:18.300Z] #28 29.75 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-02-15T15:04:18.300Z] #28 29.79 Selecting previously unselected package libnfnetlink0:amd64. [2022-02-15T15:04:18.300Z] #28 29.80 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-02-15T15:04:18.300Z] #28 29.80 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-02-15T15:04:18.300Z] #28 29.85 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-02-15T15:04:18.300Z] #28 29.85 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-02-15T15:04:18.300Z] #28 29.86 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-02-15T15:04:18.300Z] #28 29.91 Selecting previously unselected package libnftnl11:amd64. [2022-02-15T15:04:18.300Z] #28 29.91 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-02-15T15:04:18.300Z] #28 29.92 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-02-15T15:04:18.300Z] #28 29.98 Selecting previously unselected package iptables. [2022-02-15T15:04:18.562Z] #28 29.98 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-02-15T15:04:18.562Z] #28 29.98 Unpacking iptables (1.8.7-1) ... [2022-02-15T15:04:18.562Z] #28 30.18 Selecting previously unselected package libonig5:amd64. [2022-02-15T15:04:18.562Z] #28 30.18 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-02-15T15:04:18.562Z] #28 30.19 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-02-15T15:04:18.824Z] #28 30.27 Selecting previously unselected package libjq1:amd64. [2022-02-15T15:04:18.824Z] #28 30.28 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-02-15T15:04:18.824Z] #28 30.28 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-02-15T15:04:18.824Z] #28 30.36 Selecting previously unselected package jq. [2022-02-15T15:04:18.824Z] #28 30.37 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-02-15T15:04:18.824Z] #28 30.37 Unpacking jq (1.6-2.1) ... [2022-02-15T15:04:18.824Z] #28 30.44 Selecting previously unselected package libaio1:amd64. [2022-02-15T15:04:18.824Z] #28 30.44 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-02-15T15:04:18.824Z] #28 30.44 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-02-15T15:04:18.824Z] #28 30.49 Selecting previously unselected package libgpm2:amd64. [2022-02-15T15:04:18.824Z] #28 30.49 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-02-15T15:04:18.824Z] #28 30.50 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-02-15T15:04:18.824Z] #28 30.55 Selecting previously unselected package libinih1:amd64. [2022-02-15T15:04:19.085Z] #28 30.55 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-02-15T15:04:19.085Z] #28 30.56 Unpacking libinih1:amd64 (53-1+b2) ... [2022-02-15T15:04:19.085Z] #28 30.61 Selecting previously unselected package libnet1:amd64. [2022-02-15T15:04:19.085Z] #28 30.62 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-02-15T15:04:19.085Z] #28 30.62 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-15T15:04:19.085Z] #28 30.69 Selecting previously unselected package libnl-3-200:amd64. [2022-02-15T15:04:19.085Z] #28 30.69 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-02-15T15:04:19.085Z] #28 30.69 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-15T15:04:19.085Z] #28 30.76 Selecting previously unselected package libprotobuf-c1:amd64. [2022-02-15T15:04:19.085Z] #28 30.76 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-02-15T15:04:19.085Z] #28 30.77 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-15T15:04:19.085Z] #28 30.80 Selecting previously unselected package net-tools. [2022-02-15T15:04:19.312Z] #14 ... [2022-02-15T15:04:19.312Z] [2022-02-15T15:04:19.312Z] #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-02-15T15:04:19.312Z] #63 sha256:04f15588d4af94710862a23c7add8bb752a93011b7290411af69f98b4114f952 [2022-02-15T15:04:19.312Z] #63 90.00 + for f in rootlesskit rootlesskit-docker-proxy [2022-02-15T15:04:19.312Z] #63 90.00 + GOBIN=/build [2022-02-15T15:04:19.312Z] #63 90.00 + GO111MODULE=on [2022-02-15T15:04:19.312Z] #63 90.00 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-02-15T15:04:19.347Z] #28 30.81 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-02-15T15:04:19.347Z] #28 30.82 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-02-15T15:04:19.347Z] #28 30.91 Selecting previously unselected package python-pip-whl. [2022-02-15T15:04:19.347Z] #28 30.92 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2022-02-15T15:04:19.347Z] #28 30.92 Unpacking python-pip-whl (20.3.4-4) ... [2022-02-15T15:04:19.609Z] #28 31.18 Selecting previously unselected package python3-lib2to3. [2022-02-15T15:04:19.609Z] #28 31.19 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-02-15T15:04:19.609Z] #28 31.19 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-02-15T15:04:19.609Z] #28 31.25 Selecting previously unselected package python3-distutils. [2022-02-15T15:04:19.609Z] #28 31.26 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-02-15T15:04:19.609Z] #28 31.27 Unpacking python3-distutils (3.9.2-1) ... [2022-02-15T15:04:19.870Z] #28 31.35 Selecting previously unselected package python3-pkg-resources. [2022-02-15T15:04:19.870Z] #28 31.36 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-02-15T15:04:19.870Z] #28 31.36 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-02-15T15:04:19.870Z] #28 31.45 Selecting previously unselected package python3-setuptools. [2022-02-15T15:04:19.870Z] #28 31.45 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-02-15T15:04:19.870Z] #28 31.46 Unpacking python3-setuptools (52.0.0-4) ... [2022-02-15T15:04:20.132Z] #28 31.61 Selecting previously unselected package python3-wheel. [2022-02-15T15:04:20.132Z] #28 31.61 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-02-15T15:04:20.132Z] #28 31.62 Unpacking python3-wheel (0.34.2-1) ... [2022-02-15T15:04:20.132Z] #28 31.67 Selecting previously unselected package python3-pip. [2022-02-15T15:04:20.132Z] #28 31.68 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2022-02-15T15:04:20.132Z] #28 31.69 Unpacking python3-pip (20.3.4-4) ... [2022-02-15T15:04:20.132Z] #28 31.81 Selecting previously unselected package sudo. [2022-02-15T15:04:20.132Z] #28 31.83 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-02-15T15:04:20.132Z] #28 31.83 Unpacking sudo (1.9.5p2-3) ... [2022-02-15T15:04:20.703Z] #28 32.08 Selecting previously unselected package thin-provisioning-tools. [2022-02-15T15:04:20.703Z] #28 32.08 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-02-15T15:04:20.703Z] #28 32.09 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-02-15T15:04:20.703Z] #28 32.19 Selecting previously unselected package uidmap. [2022-02-15T15:04:20.703Z] #28 32.20 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-02-15T15:04:20.703Z] #28 32.21 Unpacking uidmap (1:4.8.1-1) ... [2022-02-15T15:04:20.703Z] #28 32.29 Selecting previously unselected package vim-runtime. [2022-02-15T15:04:20.703Z] #28 32.30 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-15T15:04:20.703Z] #28 32.32 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-02-15T15:04:20.703Z] #28 32.34 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-02-15T15:04:20.703Z] #28 32.35 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:04:22.087Z] #28 33.69 Selecting previously unselected package vim. [2022-02-15T15:04:22.087Z] #28 33.70 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-15T15:04:22.087Z] #28 33.72 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:04:22.348Z] #28 33.97 Selecting previously unselected package xfsprogs. [2022-02-15T15:04:22.348Z] #28 33.98 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-02-15T15:04:22.348Z] #28 33.98 Unpacking xfsprogs (5.10.0-4) ... [2022-02-15T15:04:22.610Z] #28 34.17 Selecting previously unselected package zip. [2022-02-15T15:04:22.610Z] #28 34.18 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-02-15T15:04:22.610Z] #28 34.19 Unpacking zip (3.0-12) ... [2022-02-15T15:04:22.870Z] #28 34.27 Selecting previously unselected package zstd. [2022-02-15T15:04:22.870Z] #28 34.27 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-02-15T15:04:22.870Z] #28 34.28 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-02-15T15:04:22.870Z] #28 34.47 Setting up python3-pkg-resources (52.0.0-4) ... [2022-02-15T15:04:23.445Z] #28 34.98 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-02-15T15:04:23.445Z] #28 34.99 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-02-15T15:04:23.445Z] #28 35.00 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-02-15T15:04:23.445Z] #28 35.02 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-02-15T15:04:23.445Z] #28 35.03 Setting up libinih1:amd64 (53-1+b2) ... [2022-02-15T15:04:23.445Z] #28 35.04 Setting up uidmap (1:4.8.1-1) ... [2022-02-15T15:04:23.445Z] #28 35.06 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-15T15:04:23.445Z] #28 35.07 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-15T15:04:23.445Z] #28 35.08 Setting up python3-wheel (0.34.2-1) ... [2022-02-15T15:04:24.017Z] #28 35.41 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:04:24.017Z] #28 35.43 Setting up libcap2:amd64 (1:2.44-1) ... [2022-02-15T15:04:24.017Z] #28 35.44 Setting up libcap2-bin (1:2.44-1) ... [2022-02-15T15:04:24.017Z] #28 35.45 Setting up apparmor (2.13.6-10) ... [2022-02-15T15:04:24.610Z] #63 94.89 rootlesskit version 0.14.6 [2022-02-15T15:04:24.610Z] #63 94.90 Usage of /build/rootlesskit-docker-proxy: [2022-02-15T15:04:24.610Z] #63 94.90 -container-ip string [2022-02-15T15:04:24.610Z] #63 94.90 container ip [2022-02-15T15:04:24.610Z] #63 94.90 -container-port int [2022-02-15T15:04:24.610Z] #63 94.90 container port (default -1) [2022-02-15T15:04:24.610Z] #63 94.90 -host-ip string [2022-02-15T15:04:24.610Z] #63 94.90 host ip [2022-02-15T15:04:24.610Z] #63 94.90 -host-port int [2022-02-15T15:04:24.610Z] #63 94.90 host port (default -1) [2022-02-15T15:04:24.610Z] #63 94.90 -proto string [2022-02-15T15:04:24.610Z] #63 94.90 proxy protocol (default "tcp") [2022-02-15T15:04:24.841Z] #14 ... [2022-02-15T15:04:24.841Z] [2022-02-15T15:04:24.841Z] #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-02-15T15:04:24.841Z] #63 sha256:ae1abeedfa4ea86293fda9a11070e279deda9ddc987cd30fd64f72922025d89f [2022-02-15T15:04:24.841Z] #63 93.81 + for f in rootlesskit rootlesskit-docker-proxy [2022-02-15T15:04:24.841Z] #63 93.81 + GOBIN=/build [2022-02-15T15:04:24.841Z] #63 93.81 + GO111MODULE=on [2022-02-15T15:04:24.841Z] #63 93.81 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-02-15T15:04:24.961Z] #28 36.45 Setting up zip (3.0-12) ... [2022-02-15T15:04:24.961Z] #28 36.46 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:04:24.961Z] #28 36.48 Setting up bash-completion (1:2.11-2) ... [2022-02-15T15:04:26.169Z] #28 37.62 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-02-15T15:04:26.169Z] #28 37.63 Setting up sudo (1.9.5p2-3) ... [2022-02-15T15:04:26.169Z] #28 37.70 invoke-rc.d: could not determine current runlevel [2022-02-15T15:04:26.169Z] #28 37.70 invoke-rc.d: policy-rc.d denied execution of start. [2022-02-15T15:04:26.169Z] #28 37.71 Setting up xfsprogs (5.10.0-4) ... [2022-02-15T15:04:26.169Z] #28 37.72 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-02-15T15:04:26.169Z] #28 37.73 Setting up inetutils-ping (2:2.0-1) ... [2022-02-15T15:04:26.169Z] #28 37.74 Setting up pigz (2.6-1) ... [2022-02-15T15:04:26.169Z] #28 37.76 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-02-15T15:04:26.169Z] #28 37.77 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-15T15:04:26.169Z] #28 37.78 Setting up python-pip-whl (20.3.4-4) ... [2022-02-15T15:04:26.169Z] #28 37.79 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:04:26.430Z] #28 38.11 Setting up libaio1:amd64 (0.3.112-9) ... [2022-02-15T15:04:26.430Z] #28 38.12 Setting up python3-lib2to3 (3.9.2-1) ... [2022-02-15T15:04:26.691Z] #28 38.31 Setting up libelf1:amd64 (0.183-1) ... [2022-02-15T15:04:26.691Z] #28 38.32 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-02-15T15:04:26.691Z] #28 38.33 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-02-15T15:04:26.691Z] #28 38.34 Setting up python3-distutils (3.9.2-1) ... [2022-02-15T15:04:26.952Z] #28 38.63 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:04:26.952Z] #28 38.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-02-15T15:04:26.952Z] #28 38.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-02-15T15:04:26.952Z] #28 38.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-02-15T15:04:26.952Z] #28 38.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-02-15T15:04:26.952Z] #28 38.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-02-15T15:04:26.952Z] #28 38.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-02-15T15:04:26.952Z] #28 38.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-02-15T15:04:26.952Z] #28 38.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-02-15T15:04:27.213Z] #28 38.72 Setting up python3-setuptools (52.0.0-4) ... [2022-02-15T15:04:27.786Z] #28 39.37 Setting up libjq1:amd64 (1.6-2.1) ... [2022-02-15T15:04:27.786Z] #28 39.38 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-02-15T15:04:27.786Z] #28 39.39 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-02-15T15:04:27.786Z] #28 39.40 Setting up python3-pip (20.3.4-4) ... [2022-02-15T15:04:28.360Z] #28 39.95 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-02-15T15:04:28.360Z] #28 39.96 Setting up jq (1.6-2.1) ... [2022-02-15T15:04:28.360Z] #28 39.98 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-02-15T15:04:28.360Z] #28 39.99 Setting up iptables (1.8.7-1) ... [2022-02-15T15:04:28.360Z] #28 40.01 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-02-15T15:04:28.360Z] #28 40.02 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-02-15T15:04:28.360Z] #28 40.03 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-02-15T15:04:28.620Z] #28 40.03 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-02-15T15:04:28.620Z] #28 40.04 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-02-15T15:04:28.620Z] #28 40.05 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-02-15T15:04:28.620Z] #28 40.06 Setting up iproute2 (5.10.0-4) ... [2022-02-15T15:04:28.829Z] #63 DONE 99.4s [2022-02-15T15:04:28.829Z] [2022-02-15T15:04:28.829Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-02-15T15:04:28.829Z] #64 sha256:2e340a66d9caa301a51625ca48b5c508cd9f3213a7d542c2ff6e134850adff57 [2022-02-15T15:04:28.829Z] #64 DONE 0.1s [2022-02-15T15:04:28.829Z] [2022-02-15T15:04:28.829Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-02-15T15:04:28.829Z] #65 sha256:119b2d359f41f2fce9b7a7f91570f81115e42d253bef25a27c1b644c73505a89 [2022-02-15T15:04:28.829Z] #65 DONE 0.1s [2022-02-15T15:04:28.829Z] [2022-02-15T15:04:28.829Z] #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-02-15T15:04:28.829Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:04:28.829Z] #14 94.95 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-02-15T15:04:28.829Z] #14 94.95 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:04:28.829Z] #14 94.95 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-15T15:04:28.829Z] #14 99.80 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-02-15T15:04:28.829Z] #14 99.81 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-02-15T15:04:28.829Z] #14 99.82 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-02-15T15:04:28.829Z] #14 100.0 Selecting previously unselected package libapparmor1:amd64. [2022-02-15T15:04:28.829Z] #14 100.0 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-02-15T15:04:28.829Z] #14 100.1 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-02-15T15:04:28.882Z] #28 40.32 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:04:29.091Z] #14 100.3 Selecting previously unselected package libapparmor-dev:amd64. [2022-02-15T15:04:29.091Z] #14 100.3 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-02-15T15:04:29.091Z] #14 100.3 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-02-15T15:04:29.143Z] #28 DONE 40.9s [2022-02-15T15:04:29.143Z] [2022-02-15T15:04:29.143Z] #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-02-15T15:04:29.143Z] #67 sha256:445972cacaa5753a5e00142db4cf3a1c07c607684e5cd6218372eeddc8ebe995 [2022-02-15T15:04:29.404Z] #67 ... [2022-02-15T15:04:29.404Z] [2022-02-15T15:04:29.404Z] #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-02-15T15:04:29.404Z] #29 sha256:a7d37a0f95d3e1fb1ac366f11fa1a378855a62d22f673b8d86524ddad6d82d11 [2022-02-15T15:04:29.665Z] #14 100.5 Selecting previously unselected package libbtrfs0:amd64. [2022-02-15T15:04:29.665Z] #14 100.5 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-02-15T15:04:29.665Z] #14 100.6 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-02-15T15:04:29.665Z] #14 100.8 Selecting previously unselected package libbtrfs-dev:amd64. [2022-02-15T15:04:29.665Z] #14 100.8 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-02-15T15:04:29.665Z] #14 100.8 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-15T15:04:29.981Z] #29 0.855 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-02-15T15:04:30.097Z] #63 98.72 rootlesskit version 0.14.6 [2022-02-15T15:04:30.097Z] #63 98.72 Usage of /build/rootlesskit-docker-proxy: [2022-02-15T15:04:30.097Z] #63 98.73 -container-ip string [2022-02-15T15:04:30.097Z] #63 98.73 container ip [2022-02-15T15:04:30.097Z] #63 98.73 -container-port int [2022-02-15T15:04:30.097Z] #63 98.73 container port (default -1) [2022-02-15T15:04:30.097Z] #63 98.73 -host-ip string [2022-02-15T15:04:30.097Z] #63 98.73 host ip [2022-02-15T15:04:30.097Z] #63 98.73 -host-port int [2022-02-15T15:04:30.097Z] #63 98.73 host port (default -1) [2022-02-15T15:04:30.097Z] #63 98.73 -proto string [2022-02-15T15:04:30.097Z] #63 98.73 proxy protocol (default "tcp") [2022-02-15T15:04:30.238Z] #14 101.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-02-15T15:04:30.238Z] #14 101.1 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-02-15T15:04:30.238Z] #14 101.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:04:30.242Z] #29 0.860 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-02-15T15:04:30.242Z] #29 0.864 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-02-15T15:04:30.242Z] #29 DONE 0.9s [2022-02-15T15:04:30.242Z] [2022-02-15T15:04:30.242Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-02-15T15:04:30.242Z] #30 sha256:caee3bb8b85cad9d59986fd0229fbd5db28a2aed4b0486839c8886fc245bac76 [2022-02-15T15:04:30.503Z] #14 101.4 Selecting previously unselected package libudev-dev:amd64. [2022-02-15T15:04:30.503Z] #14 101.4 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-02-15T15:04:30.503Z] #14 101.4 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-02-15T15:04:30.503Z] #14 101.6 Selecting previously unselected package libsepol1-dev:amd64. [2022-02-15T15:04:30.503Z] #14 101.6 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-02-15T15:04:30.503Z] #14 101.6 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-02-15T15:04:30.765Z] #14 101.8 Selecting previously unselected package libpcre2-16-0:amd64. [2022-02-15T15:04:30.765Z] #14 101.8 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-02-15T15:04:30.765Z] #14 101.8 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-02-15T15:04:30.765Z] #14 101.9 Selecting previously unselected package libpcre2-32-0:amd64. [2022-02-15T15:04:30.765Z] #14 101.9 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-02-15T15:04:30.765Z] #14 101.9 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-02-15T15:04:31.026Z] #14 102.0 Selecting previously unselected package libpcre2-posix2:amd64. [2022-02-15T15:04:31.026Z] #14 102.0 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-02-15T15:04:31.026Z] #14 102.1 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-02-15T15:04:31.026Z] #14 102.1 Selecting previously unselected package libpcre2-dev:amd64. [2022-02-15T15:04:31.026Z] #14 102.1 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-02-15T15:04:31.026Z] #14 102.1 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-02-15T15:04:31.288Z] #14 102.5 Selecting previously unselected package libselinux1-dev:amd64. [2022-02-15T15:04:31.288Z] #14 102.5 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-02-15T15:04:31.288Z] #14 102.5 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-02-15T15:04:31.550Z] #14 102.7 Selecting previously unselected package libdevmapper-dev:amd64. [2022-02-15T15:04:31.550Z] #14 102.7 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-02-15T15:04:31.550Z] #14 102.7 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:04:31.550Z] #14 102.8 Selecting previously unselected package libseccomp-dev:amd64. [2022-02-15T15:04:31.811Z] #14 102.8 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-02-15T15:04:31.811Z] #14 102.8 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-02-15T15:04:31.811Z] #14 102.9 Selecting previously unselected package libsystemd-dev:amd64. [2022-02-15T15:04:31.811Z] #14 102.9 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-02-15T15:04:31.811Z] #14 102.9 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-02-15T15:04:32.336Z] #14 103.3 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-02-15T15:04:32.336Z] #14 103.3 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-02-15T15:04:32.336Z] #14 103.4 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-02-15T15:04:32.336Z] #14 103.4 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-02-15T15:04:32.336Z] #14 103.4 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-02-15T15:04:32.336Z] #14 103.4 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-02-15T15:04:32.336Z] #14 103.4 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-02-15T15:04:32.336Z] #14 103.4 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-02-15T15:04:32.336Z] #14 103.5 Setting up libudev-dev:amd64 (247.3-6) ... [2022-02-15T15:04:32.336Z] #14 103.5 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-02-15T15:04:32.336Z] #14 103.5 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-02-15T15:04:32.336Z] #14 103.5 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-15T15:04:32.336Z] #14 103.5 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-02-15T15:04:32.336Z] #14 103.5 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-02-15T15:04:32.336Z] #14 103.5 Setting up mingw-w64-common (8.0.0-1) ... [2022-02-15T15:04:32.598Z] #14 103.5 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-02-15T15:04:32.598Z] #14 103.6 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-02-15T15:04:32.598Z] #14 103.6 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-02-15T15:04:32.598Z] #14 103.6 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-02-15T15:04:32.598Z] #14 103.6 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-02-15T15:04:32.598Z] #14 103.6 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-15T15:04:32.598Z] #14 103.6 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-02-15T15:04:32.598Z] #14 103.6 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-15T15:04:32.598Z] #14 103.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-02-15T15:04:32.598Z] #14 103.7 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-02-15T15:04:32.598Z] #14 103.7 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-15T15:04:32.598Z] #14 103.7 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-02-15T15:04:32.598Z] #14 103.7 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-15T15:04:32.598Z] #14 103.7 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-02-15T15:04:32.598Z] #14 103.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:04:32.639Z] #63 DONE 102.3s [2022-02-15T15:04:32.639Z] [2022-02-15T15:04:32.639Z] #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-02-15T15:04:32.639Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:04:32.639Z] #14 97.08 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-02-15T15:04:32.639Z] #14 97.08 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-02-15T15:04:32.639Z] #14 97.09 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-15T15:04:32.639Z] #14 102.2 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-02-15T15:04:32.639Z] #14 102.2 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-02-15T15:04:32.639Z] #14 102.3 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-02-15T15:04:32.639Z] #14 ... [2022-02-15T15:04:32.639Z] [2022-02-15T15:04:32.639Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-02-15T15:04:32.639Z] #64 sha256:e6a64bb92bda69e8544e03ba67a81a0a3c3db607c797ba1b54a4ae986830cd47 [2022-02-15T15:04:32.639Z] #64 DONE 0.1s [2022-02-15T15:04:32.639Z] [2022-02-15T15:04:32.639Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-02-15T15:04:32.639Z] #65 sha256:3e740836ecc87b413c8bc2bee2cd4e1220fb0f4506f55aa9cf062fcf9d71ddd1 [2022-02-15T15:04:32.639Z] #65 DONE 0.1s [2022-02-15T15:04:32.639Z] [2022-02-15T15:04:32.639Z] #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-02-15T15:04:32.639Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-02-15T15:04:32.639Z] #14 102.4 Selecting previously unselected package libapparmor1:amd64. [2022-02-15T15:04:32.639Z] #14 102.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-02-15T15:04:32.639Z] #14 102.4 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-02-15T15:04:32.860Z] #14 103.8 Setting up dmsetup (2:1.02.175-2.1) ... [2022-02-15T15:04:32.860Z] #14 103.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:04:32.860Z] #14 103.8 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:04:32.860Z] #14 103.8 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:04:33.122Z] #14 DONE 104.2s [2022-02-15T15:04:33.122Z] [2022-02-15T15:04:33.122Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-02-15T15:04:33.122Z] #15 sha256:740ca258c6bfee48dc16e96fa11d33224a5d283f2ad21de315177dc70c060d12 [2022-02-15T15:04:33.154Z] #14 102.6 Selecting previously unselected package libapparmor-dev:amd64. [2022-02-15T15:04:33.154Z] #14 102.6 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-02-15T15:04:33.154Z] #14 102.6 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-02-15T15:04:33.384Z] #15 ... [2022-02-15T15:04:33.384Z] [2022-02-15T15:04:33.384Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-02-15T15:04:33.384Z] #55 sha256:834c09c7c82a2ffd0338aac262d75e120b1a3b41162db4b8a86c50ec4f33ba11 [2022-02-15T15:04:33.384Z] #55 DONE 0.1s [2022-02-15T15:04:33.384Z] [2022-02-15T15:04:33.384Z] #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-02-15T15:04:33.384Z] #56 sha256:0cdf96f75e7dc6daf6db34b1ed5276fcaf7ad84aeaf7fc69efd789a15dbb4c63 [2022-02-15T15:04:33.411Z] #14 102.8 Selecting previously unselected package libbtrfs0:amd64. [2022-02-15T15:04:33.411Z] #14 102.9 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-02-15T15:04:33.411Z] #14 102.9 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-02-15T15:04:33.411Z] #14 103.1 Selecting previously unselected package libbtrfs-dev:amd64. [2022-02-15T15:04:33.411Z] #14 103.1 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-02-15T15:04:33.411Z] #14 103.1 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-15T15:04:33.976Z] #14 103.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-02-15T15:04:33.976Z] #14 103.5 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-02-15T15:04:33.976Z] #14 103.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:04:33.976Z] #14 103.6 Selecting previously unselected package libudev-dev:amd64. [2022-02-15T15:04:33.976Z] #14 103.6 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-02-15T15:04:33.976Z] #14 103.6 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-02-15T15:04:34.233Z] #14 103.8 Selecting previously unselected package libsepol1-dev:amd64. [2022-02-15T15:04:34.233Z] #14 103.8 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-02-15T15:04:34.233Z] #14 103.8 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-02-15T15:04:34.460Z] ok github.com/docker/docker/libnetwork 36.807s coverage: 40.7% of statements [2022-02-15T15:04:34.460Z] ok github.com/docker/docker/libnetwork/bitseq 0.124s coverage: 84.4% of statements [2022-02-15T15:04:34.460Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-02-15T15:04:34.460Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-02-15T15:04:34.460Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-02-15T15:04:34.460Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-02-15T15:04:34.460Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-02-15T15:04:34.460Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-02-15T15:04:34.460Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-02-15T15:04:34.460Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-02-15T15:04:34.460Z] ok github.com/docker/docker/libnetwork/config 0.013s coverage: 19.7% of statements [2022-02-15T15:04:34.460Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-02-15T15:04:34.460Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-02-15T15:04:34.460Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-02-15T15:04:34.460Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-02-15T15:04:34.460Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.206s coverage: 59.9% of statements [2022-02-15T15:04:34.460Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-02-15T15:04:34.493Z] #14 104.1 Selecting previously unselected package libpcre2-16-0:amd64. [2022-02-15T15:04:34.493Z] #14 104.1 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-02-15T15:04:34.493Z] #14 104.1 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-02-15T15:04:34.721Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-02-15T15:04:34.750Z] #14 104.2 Selecting previously unselected package libpcre2-32-0:amd64. [2022-02-15T15:04:34.751Z] #14 104.2 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-02-15T15:04:34.751Z] #14 104.2 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-02-15T15:04:34.751Z] #14 104.4 Selecting previously unselected package libpcre2-posix2:amd64. [2022-02-15T15:04:34.751Z] #14 104.4 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-02-15T15:04:34.751Z] #14 104.4 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-02-15T15:04:34.751Z] #14 104.4 Selecting previously unselected package libpcre2-dev:amd64. [2022-02-15T15:04:34.751Z] #14 104.4 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-02-15T15:04:34.751Z] #14 104.4 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-02-15T15:04:34.776Z] #56 1.252 + RM_GOPATH=0 [2022-02-15T15:04:34.776Z] #56 1.253 + TMP_GOPATH= [2022-02-15T15:04:34.776Z] #56 1.254 + : /build [2022-02-15T15:04:34.776Z] #56 1.254 + '[' -z '' ']' [2022-02-15T15:04:34.776Z] #56 1.254 ++ mktemp -d [2022-02-15T15:04:34.776Z] #56 1.256 + export GOPATH=/tmp/tmp.YHiJrPUNfc [2022-02-15T15:04:34.776Z] #56 1.256 + GOPATH=/tmp/tmp.YHiJrPUNfc [2022-02-15T15:04:34.776Z] #56 1.256 + RM_GOPATH=1 [2022-02-15T15:04:34.776Z] #56 1.256 + case "$(go env GOARCH)" in [2022-02-15T15:04:34.776Z] #56 1.257 ++ go env GOARCH [2022-02-15T15:04:34.776Z] #56 1.263 + export GO_BUILDMODE=-buildmode=pie [2022-02-15T15:04:34.776Z] #56 1.265 + GO_BUILDMODE=-buildmode=pie [2022-02-15T15:04:34.776Z] #56 1.267 ++ dirname /install.sh [2022-02-15T15:04:34.776Z] #56 1.268 + dir=/ [2022-02-15T15:04:34.776Z] #56 1.277 + bin=runc [2022-02-15T15:04:34.776Z] #56 1.277 + shift [2022-02-15T15:04:34.776Z] #56 1.277 + '[' '!' -f //runc.installer ']' [2022-02-15T15:04:34.776Z] #56 1.277 + . //runc.installer [2022-02-15T15:04:34.776Z] #56 1.277 ++ set -e [2022-02-15T15:04:34.776Z] #56 1.277 ++ : v1.1.0 [2022-02-15T15:04:34.776Z] #56 1.277 + install_runc [2022-02-15T15:04:34.776Z] #56 1.277 + RUNC_BUILDTAGS=seccomp [2022-02-15T15:04:34.776Z] #56 1.277 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-02-15T15:04:34.776Z] #56 1.277 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.YHiJrPUNfc/src/github.com/opencontainers/runc [2022-02-15T15:04:34.776Z] #56 1.277 Install runc version v1.1.0 (build tags: seccomp) [2022-02-15T15:04:34.776Z] #56 1.285 Cloning into '/tmp/tmp.YHiJrPUNfc/src/github.com/opencontainers/runc'... [2022-02-15T15:04:34.776Z] #56 ... [2022-02-15T15:04:34.776Z] [2022-02-15T15:04:34.776Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-02-15T15:04:34.776Z] #15 sha256:740ca258c6bfee48dc16e96fa11d33224a5d283f2ad21de315177dc70c060d12 [2022-02-15T15:04:34.777Z] #15 DONE 1.5s [2022-02-15T15:04:34.777Z] [2022-02-15T15:04:34.777Z] #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-02-15T15:04:34.777Z] #16 sha256:99adeb285cf502d38b30cf3bbc040a13dc601b868c96c0eeb2e734d92ad3d487 [2022-02-15T15:04:35.008Z] #14 104.8 Selecting previously unselected package libselinux1-dev:amd64. [2022-02-15T15:04:35.267Z] #14 104.8 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-02-15T15:04:35.267Z] #14 104.8 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-02-15T15:04:35.267Z] #14 105.0 Selecting previously unselected package libdevmapper-dev:amd64. [2022-02-15T15:04:35.267Z] #14 105.0 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-02-15T15:04:35.267Z] #14 105.0 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:04:35.267Z] #14 105.1 Selecting previously unselected package libseccomp-dev:amd64. [2022-02-15T15:04:35.293Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.086s coverage: 4.0% of statements [2022-02-15T15:04:35.293Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-02-15T15:04:35.524Z] #14 105.1 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-02-15T15:04:35.524Z] #14 105.1 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-02-15T15:04:35.524Z] #14 105.2 Selecting previously unselected package libsystemd-dev:amd64. [2022-02-15T15:04:35.722Z] #16 DONE 1.2s [2022-02-15T15:04:35.722Z] [2022-02-15T15:04:35.722Z] #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-02-15T15:04:35.722Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-15T15:04:35.781Z] #14 105.2 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-02-15T15:04:35.781Z] #14 105.2 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-02-15T15:04:35.863Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-02-15T15:04:35.863Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-02-15T15:04:35.863Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-02-15T15:04:35.985Z] #43 ... [2022-02-15T15:04:35.985Z] [2022-02-15T15:04:35.985Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-02-15T15:04:35.985Z] #17 sha256:37ca357104f67296f908b3c46f1b07e702d533995321c7056ff075c799a23941 [2022-02-15T15:04:36.038Z] #14 105.6 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-02-15T15:04:36.038Z] #14 105.7 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-02-15T15:04:36.038Z] #14 105.7 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-02-15T15:04:36.038Z] #14 105.7 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-02-15T15:04:36.038Z] #14 105.7 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-02-15T15:04:36.038Z] #14 105.7 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-02-15T15:04:36.038Z] #14 105.7 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-02-15T15:04:36.038Z] #14 105.7 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-02-15T15:04:36.038Z] #14 105.8 Setting up libudev-dev:amd64 (247.3-6) ... [2022-02-15T15:04:36.038Z] #14 105.8 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-02-15T15:04:36.038Z] #14 105.8 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-02-15T15:04:36.038Z] #14 105.8 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-02-15T15:04:36.038Z] #14 105.8 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-02-15T15:04:36.038Z] #14 105.8 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-02-15T15:04:36.038Z] #14 105.8 Setting up mingw-w64-common (8.0.0-1) ... [2022-02-15T15:04:36.038Z] #14 105.8 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-02-15T15:04:36.038Z] #14 105.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-02-15T15:04:36.038Z] #14 105.9 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-02-15T15:04:36.295Z] #14 105.9 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-02-15T15:04:36.295Z] #14 105.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-02-15T15:04:36.295Z] #14 105.9 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-15T15:04:36.295Z] #14 105.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-02-15T15:04:36.295Z] #14 105.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-15T15:04:36.295Z] #14 105.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-02-15T15:04:36.295Z] #14 106.0 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-02-15T15:04:36.295Z] #14 106.0 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-02-15T15:04:36.295Z] #14 106.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-02-15T15:04:36.295Z] #14 106.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-02-15T15:04:36.295Z] #14 106.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-02-15T15:04:36.295Z] #14 106.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:04:36.295Z] #14 106.0 Setting up dmsetup (2:1.02.175-2.1) ... [2022-02-15T15:04:36.295Z] #14 106.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:04:36.295Z] #14 106.1 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-02-15T15:04:36.553Z] #14 106.1 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:04:36.562Z] #17 0.870 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-02-15T15:04:36.696Z] Running on azwin-2-d0e5e0 in d:\jenkins\workspace\moby_PR-43241 [Pipeline] { [Pipeline] ws [2022-02-15T15:04:36.716Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-02-15T15:04:36.811Z] #14 DONE 106.4s [2022-02-15T15:04:36.811Z] [2022-02-15T15:04:36.811Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-02-15T15:04:36.811Z] #15 sha256:740ca258c6bfee48dc16e96fa11d33224a5d283f2ad21de315177dc70c060d12 [2022-02-15T15:04:36.823Z] #17 DONE 1.0s [2022-02-15T15:04:36.823Z] [2022-02-15T15:04:36.823Z] #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-02-15T15:04:36.823Z] #56 sha256:0cdf96f75e7dc6daf6db34b1ed5276fcaf7ad84aeaf7fc69efd789a15dbb4c63 [2022-02-15T15:04:37.069Z] #15 ... [2022-02-15T15:04:37.069Z] [2022-02-15T15:04:37.069Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-02-15T15:04:37.069Z] #55 sha256:48334bfedd9f439eca6fb7a768b93226f8508d3560afd3fd41eee08599a576d7 [2022-02-15T15:04:37.069Z] #55 DONE 0.2s [2022-02-15T15:04:37.069Z] [2022-02-15T15:04:37.069Z] #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-02-15T15:04:37.069Z] #56 sha256:84b54a2f183e43b27f243302bf31a76fe8ae8e2a7088744930812e2a7bfb534d [2022-02-15T15:04:37.768Z] #56 ... [2022-02-15T15:04:37.768Z] [2022-02-15T15:04:37.768Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-02-15T15:04:37.768Z] #18 sha256:ce91076a850313e9dae097da1aa82499e5e6184d5bc3c89816b6bd5ab93d4c68 [2022-02-15T15:04:37.768Z] #18 DONE 1.0s [2022-02-15T15:04:38.001Z] #56 1.144 + RM_GOPATH=0 [2022-02-15T15:04:38.001Z] #56 1.144 + TMP_GOPATH= [2022-02-15T15:04:38.001Z] #56 1.144 + : /build [2022-02-15T15:04:38.001Z] #56 1.144 + '[' -z '' ']' [2022-02-15T15:04:38.001Z] #56 1.144 ++ mktemp -d [2022-02-15T15:04:38.001Z] #56 1.146 + export GOPATH=/tmp/tmp.waa5g0QXzd [2022-02-15T15:04:38.001Z] #56 1.149 + GOPATH=/tmp/tmp.waa5g0QXzd [2022-02-15T15:04:38.031Z] [2022-02-15T15:04:38.031Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-02-15T15:04:38.031Z] #19 sha256:6c004ca6d5db887f989d9abf069a78d3fc586b922412aff42b1cfe263efead58 [2022-02-15T15:04:38.259Z] #56 ... [2022-02-15T15:04:38.259Z] [2022-02-15T15:04:38.259Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-02-15T15:04:38.259Z] #15 sha256:740ca258c6bfee48dc16e96fa11d33224a5d283f2ad21de315177dc70c060d12 [2022-02-15T15:04:38.259Z] #15 DONE 1.4s [2022-02-15T15:04:38.259Z] [2022-02-15T15:04:38.259Z] #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-02-15T15:04:38.259Z] #56 sha256:84b54a2f183e43b27f243302bf31a76fe8ae8e2a7088744930812e2a7bfb534d [2022-02-15T15:04:38.259Z] #56 1.149 + RM_GOPATH=1 [2022-02-15T15:04:38.259Z] #56 1.149 + case "$(go env GOARCH)" in [2022-02-15T15:04:38.259Z] #56 1.150 ++ go env GOARCH [2022-02-15T15:04:38.259Z] #56 1.170 + export GO_BUILDMODE=-buildmode=pie [2022-02-15T15:04:38.259Z] #56 1.170 + GO_BUILDMODE=-buildmode=pie [2022-02-15T15:04:38.259Z] #56 1.171 ++ dirname /install.sh [2022-02-15T15:04:38.259Z] #56 1.172 + dir=/ [2022-02-15T15:04:38.259Z] #56 1.172 + bin=runc [2022-02-15T15:04:38.259Z] #56 1.172 + shift [2022-02-15T15:04:38.259Z] #56 1.173 + '[' '!' -f //runc.installer ']' [2022-02-15T15:04:38.259Z] #56 1.173 + . //runc.installer [2022-02-15T15:04:38.259Z] #56 1.173 ++ set -e [2022-02-15T15:04:38.259Z] #56 1.175 ++ : v1.1.0 [2022-02-15T15:04:38.259Z] #56 1.177 Install runc version v1.1.0 (build tags: seccomp) [2022-02-15T15:04:38.259Z] #56 1.177 + install_runc [2022-02-15T15:04:38.259Z] #56 1.177 + RUNC_BUILDTAGS=seccomp [2022-02-15T15:04:38.259Z] #56 1.177 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-02-15T15:04:38.259Z] #56 1.178 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.waa5g0QXzd/src/github.com/opencontainers/runc [2022-02-15T15:04:38.259Z] #56 1.185 Cloning into '/tmp/tmp.waa5g0QXzd/src/github.com/opencontainers/runc'... [2022-02-15T15:04:38.320Z] The recommended git tool is: git [2022-02-15T15:04:38.394Z] #30 6.970 Collecting yamllint==1.26.1 [2022-02-15T15:04:38.394Z] #30 8.003 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-02-15T15:04:38.656Z] #30 8.429 Collecting pathspec>=0.5.3 [2022-02-15T15:04:38.656Z] #30 8.434 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-02-15T15:04:38.656Z] #30 8.577 Collecting pyyaml [2022-02-15T15:04:38.919Z] #30 8.584 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-02-15T15:04:38.919Z] #30 8.614 Building wheels for collected packages: yamllint [2022-02-15T15:04:38.919Z] #30 8.615 Building wheel for yamllint (setup.py): started [2022-02-15T15:04:38.976Z] #19 DONE 1.0s [2022-02-15T15:04:38.976Z] [2022-02-15T15:04:38.976Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:04:38.976Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:04:38.976Z] #51 ... [2022-02-15T15:04:38.976Z] [2022-02-15T15:04:38.976Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-02-15T15:04:38.976Z] #20 sha256:ac3b3a3c6b80e74a558366144d42672e4015c84dd231b6b85084417f071a7896 [2022-02-15T15:04:39.184Z] #30 8.972 Building wheel for yamllint (setup.py): finished with status 'done' [2022-02-15T15:04:39.184Z] #30 8.973 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=e85edd7250ed43712961730dcca28549a32fb3083ccc261c45b8b9888a3156dc [2022-02-15T15:04:39.184Z] #30 8.973 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-02-15T15:04:39.184Z] #30 8.977 Successfully built yamllint [2022-02-15T15:04:39.184Z] #30 8.987 Installing collected packages: pyyaml, pathspec, yamllint [2022-02-15T15:04:39.189Z] #56 ... [2022-02-15T15:04:39.189Z] [2022-02-15T15:04:39.189Z] #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-02-15T15:04:39.189Z] #16 sha256:99adeb285cf502d38b30cf3bbc040a13dc601b868c96c0eeb2e734d92ad3d487 [2022-02-15T15:04:39.189Z] #16 DONE 1.0s [2022-02-15T15:04:39.444Z] #30 9.146 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-02-15T15:04:39.446Z] [2022-02-15T15:04:39.446Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-02-15T15:04:39.446Z] #17 sha256:37ca357104f67296f908b3c46f1b07e702d533995321c7056ff075c799a23941 [2022-02-15T15:04:39.707Z] #30 DONE 9.4s [2022-02-15T15:04:39.707Z] [2022-02-15T15:04:39.707Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-02-15T15:04:39.707Z] #34 sha256:ca299e029222ff6eded5345a86289f12797e68c052ede1db1172506af9a1db02 [2022-02-15T15:04:39.922Z] #20 DONE 1.0s [2022-02-15T15:04:39.922Z] [2022-02-15T15:04:39.922Z] #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-02-15T15:04:39.922Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7 [2022-02-15T15:04:39.970Z] #34 DONE 0.2s [2022-02-15T15:04:39.970Z] [2022-02-15T15:04:39.970Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-02-15T15:04:39.970Z] #39 sha256:a39ab842c2d9b10e0cc2fb247ac0e11a07a6066d64e23b69aab372020cccb68e [2022-02-15T15:04:40.010Z] #17 0.812 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-02-15T15:04:40.231Z] #39 DONE 0.3s [2022-02-15T15:04:40.231Z] [2022-02-15T15:04:40.231Z] #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-02-15T15:04:40.231Z] #67 sha256:445972cacaa5753a5e00142db4cf3a1c07c607684e5cd6218372eeddc8ebe995 [2022-02-15T15:04:40.231Z] #67 ... [2022-02-15T15:04:40.231Z] [2022-02-15T15:04:40.231Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-02-15T15:04:40.231Z] #42 sha256:c1940ee8b7ab0584b8acb96eaa0a5950e313d3943cc7fc525d620ca339e2646b [2022-02-15T15:04:40.267Z] #17 DONE 0.9s [2022-02-15T15:04:40.267Z] [2022-02-15T15:04:40.267Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-02-15T15:04:40.267Z] #18 sha256:ce91076a850313e9dae097da1aa82499e5e6184d5bc3c89816b6bd5ab93d4c68 [2022-02-15T15:04:40.492Z] #42 DONE 0.2s [2022-02-15T15:04:40.492Z] [2022-02-15T15:04:40.492Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-02-15T15:04:40.492Z] #44 sha256:12e23fa413cc3c5cfa5c67b5c1a800522ddf963a2d07bf1efe9c89b028fa8c2a [2022-02-15T15:04:40.492Z] #44 DONE 0.1s [2022-02-15T15:04:40.492Z] [2022-02-15T15:04:40.492Z] #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-02-15T15:04:40.492Z] #67 sha256:445972cacaa5753a5e00142db4cf3a1c07c607684e5cd6218372eeddc8ebe995 [2022-02-15T15:04:40.492Z] #67 ... [2022-02-15T15:04:40.492Z] [2022-02-15T15:04:40.492Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-02-15T15:04:40.492Z] #48 sha256:3f7c67ad3178540f9ecbee27b114554d01259859fbb44aab3f66ab2c8bf93ab6 [2022-02-15T15:04:40.492Z] #48 DONE 0.1s [2022-02-15T15:04:40.754Z] [2022-02-15T15:04:40.754Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-02-15T15:04:40.754Z] #51 sha256:2099e13a075961fb68554e97ce9e68e1a0991e1a0768b17042d674280b1d2b04 [2022-02-15T15:04:41.015Z] #51 DONE 0.3s [2022-02-15T15:04:41.015Z] [2022-02-15T15:04:41.015Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-02-15T15:04:41.015Z] #55 sha256:b77e7f1abd44cc415144442c1bccadf16836f74ab125afc52cb3cc415114d377 [2022-02-15T15:04:41.015Z] #55 DONE 0.1s [2022-02-15T15:04:41.015Z] [2022-02-15T15:04:41.015Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-02-15T15:04:41.015Z] #57 sha256:5402a12417732ecf70609c560cc9d0b09044a9d4011beae50af4dd99728727e8 [2022-02-15T15:04:41.015Z] #57 DONE 0.1s [2022-02-15T15:04:41.015Z] [2022-02-15T15:04:41.015Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-02-15T15:04:41.015Z] #59 sha256:bcf9c5bc287d8acc2ae9d0d3fc8068b000f8f13170c7adf2bc1f8c9bf7bf7062 [2022-02-15T15:04:41.199Z] #18 DONE 1.0s [2022-02-15T15:04:41.199Z] [2022-02-15T15:04:41.199Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-02-15T15:04:41.199Z] #19 sha256:6c004ca6d5db887f989d9abf069a78d3fc586b922412aff42b1cfe263efead58 [2022-02-15T15:04:41.276Z] #59 DONE 0.2s [2022-02-15T15:04:41.276Z] [2022-02-15T15:04:41.276Z] #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-02-15T15:04:41.276Z] #67 sha256:445972cacaa5753a5e00142db4cf3a1c07c607684e5cd6218372eeddc8ebe995 [2022-02-15T15:04:41.276Z] #67 114.3 # github.com/containerd/containerd/cmd/containerd [2022-02-15T15:04:41.276Z] #67 114.3 /usr/bin/ld: /tmp/go-link-3465347950/000019.o: in function `New': [2022-02-15T15:04:41.276Z] #67 114.3 /tmp/tmp.te3Ktz8emw/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-02-15T15:04:41.276Z] #67 114.4 + bin/containerd-stress [2022-02-15T15:04:41.276Z] #67 ... [2022-02-15T15:04:41.276Z] [2022-02-15T15:04:41.276Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-02-15T15:04:41.276Z] #61 sha256:bc780caef0707da701a0480253f83682ba6c790a4d0f97f641f368b5f4599a92 [2022-02-15T15:04:41.276Z] #61 DONE 0.1s [2022-02-15T15:04:41.310Z] #21 1.285 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-15T15:04:41.310Z] #21 1.316 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-15T15:04:41.310Z] #21 1.316 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-15T15:04:41.536Z] [2022-02-15T15:04:41.536Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-02-15T15:04:41.536Z] #64 sha256:2103ad34cb096469a1bd9594bf2736a1ed9076165523b5e230c604101bf23bc0 [2022-02-15T15:04:41.536Z] #64 DONE 0.1s [2022-02-15T15:04:41.536Z] [2022-02-15T15:04:41.536Z] #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-02-15T15:04:41.536Z] #67 sha256:445972cacaa5753a5e00142db4cf3a1c07c607684e5cd6218372eeddc8ebe995 [2022-02-15T15:04:41.571Z] #21 1.772 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-15T15:04:42.130Z] #19 DONE 1.0s [2022-02-15T15:04:42.130Z] [2022-02-15T15:04:42.130Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:04:42.130Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:04:42.130Z] #51 ... [2022-02-15T15:04:42.130Z] [2022-02-15T15:04:42.130Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-02-15T15:04:42.130Z] #20 sha256:ac3b3a3c6b80e74a558366144d42672e4015c84dd231b6b85084417f071a7896 [2022-02-15T15:04:42.478Z] #67 115.7 + bin/containerd-shim [2022-02-15T15:04:42.516Z] #21 2.487 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB] [2022-02-15T15:04:43.060Z] #20 DONE 1.0s [2022-02-15T15:04:43.060Z] [2022-02-15T15:04:43.060Z] #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-02-15T15:04:43.060Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7 [2022-02-15T15:04:43.460Z] #21 3.560 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-15T15:04:44.432Z] #21 1.204 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-02-15T15:04:44.432Z] #21 1.218 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-02-15T15:04:44.432Z] #21 1.218 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-02-15T15:04:44.996Z] #21 1.755 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-02-15T15:04:45.377Z] #21 ... [2022-02-15T15:04:45.377Z] [2022-02-15T15:04:45.377Z] #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-02-15T15:04:45.377Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-15T15:04:45.377Z] #34 DONE 116.4s [2022-02-15T15:04:45.377Z] [2022-02-15T15:04:45.377Z] #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-02-15T15:04:45.377Z] #56 sha256:0cdf96f75e7dc6daf6db34b1ed5276fcaf7ad84aeaf7fc69efd789a15dbb4c63 [2022-02-15T15:04:45.377Z] #56 10.18 + cd /tmp/tmp.YHiJrPUNfc/src/github.com/opencontainers/runc [2022-02-15T15:04:45.377Z] #56 10.18 + git checkout -q v1.1.0 [2022-02-15T15:04:45.377Z] #56 10.45 + '[' -z '' ']' [2022-02-15T15:04:45.377Z] #56 10.45 + target=static [2022-02-15T15:04:45.377Z] #56 10.45 + make BUILDTAGS=seccomp static [2022-02-15T15:04:45.377Z] #56 10.96 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-02-15T15:04:45.859Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.930s coverage: 7.2% of statements [2022-02-15T15:04:45.859Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-02-15T15:04:45.859Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2022-02-15T15:04:45.859Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-02-15T15:04:45.859Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-02-15T15:04:45.859Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-02-15T15:04:45.926Z] #21 2.732 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [118 kB] [2022-02-15T15:04:46.120Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-02-15T15:04:46.381Z] ok github.com/docker/docker/libnetwork/drvregistry 0.014s coverage: 82.4% of statements [2022-02-15T15:04:46.641Z] ok github.com/docker/docker/libnetwork/etchosts 0.009s coverage: 81.2% of statements [2022-02-15T15:04:46.903Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-02-15T15:04:46.903Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2022-02-15T15:04:47.297Z] #21 3.788 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-02-15T15:04:50.620Z] #21 7.119 Fetched 8503 kB in 6s (1375 kB/s) [2022-02-15T15:04:50.621Z] #67 123.4 + bin/containerd-shim-runc-v1 [2022-02-15T15:04:51.971Z] #56 ... [2022-02-15T15:04:51.971Z] [2022-02-15T15:04:51.971Z] #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-02-15T15:04:51.971Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7 [2022-02-15T15:04:51.971Z] #21 7.115 Fetched 8503 kB in 6s (1390 kB/s) [2022-02-15T15:04:51.971Z] #21 7.115 Reading package lists... [2022-02-15T15:04:51.971Z] #21 9.219 Reading package lists... [2022-02-15T15:04:51.971Z] #21 11.14 Building dependency tree... [2022-02-15T15:04:51.971Z] #21 12.20 The following additional packages will be installed: [2022-02-15T15:04:51.971Z] #21 12.20 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-02-15T15:04:51.990Z] #21 7.119 Reading package lists... [2022-02-15T15:04:51.990Z] #21 ... [2022-02-15T15:04:51.990Z] [2022-02-15T15:04:51.990Z] #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-02-15T15:04:51.990Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-02-15T15:04:51.990Z] #34 DONE 121.4s [2022-02-15T15:04:51.990Z] [2022-02-15T15:04:51.990Z] #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-02-15T15:04:51.990Z] #56 sha256:84b54a2f183e43b27f243302bf31a76fe8ae8e2a7088744930812e2a7bfb534d [2022-02-15T15:04:51.990Z] #56 10.19 + cd /tmp/tmp.waa5g0QXzd/src/github.com/opencontainers/runc [2022-02-15T15:04:51.990Z] #56 10.19 + git checkout -q v1.1.0 [2022-02-15T15:04:51.990Z] #56 10.59 + '[' -z '' ']' [2022-02-15T15:04:51.990Z] #56 10.59 + target=static [2022-02-15T15:04:51.990Z] #56 10.59 + make BUILDTAGS=seccomp static [2022-02-15T15:04:51.991Z] #56 10.73 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-02-15T15:04:52.234Z] #21 12.20 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-02-15T15:04:52.234Z] #21 12.21 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-02-15T15:04:52.234Z] #21 12.21 python3-pkg-resources vim-runtime xxd [2022-02-15T15:04:52.234Z] #21 12.21 Suggested packages: [2022-02-15T15:04:52.234Z] #21 12.21 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-02-15T15:04:52.234Z] #21 12.21 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-02-15T15:04:52.234Z] #21 12.21 acl attr quota [2022-02-15T15:04:52.234Z] #21 12.21 Recommended packages: [2022-02-15T15:04:52.234Z] #21 12.21 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-02-15T15:04:52.921Z] #56 ... [2022-02-15T15:04:52.921Z] [2022-02-15T15:04:52.921Z] #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-02-15T15:04:52.921Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7 [2022-02-15T15:04:52.921Z] #21 7.119 Reading package lists... [2022-02-15T15:04:53.178Z] #21 13.26 The following NEW packages will be installed: [2022-02-15T15:04:53.178Z] #21 13.27 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-02-15T15:04:53.178Z] #21 13.28 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-02-15T15:04:53.178Z] #21 13.28 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-02-15T15:04:53.178Z] #21 13.28 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-02-15T15:04:53.178Z] #21 13.28 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-02-15T15:04:53.178Z] #21 13.28 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-02-15T15:04:53.178Z] #21 13.28 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-02-15T15:04:53.178Z] #21 13.28 xz-utils zip zstd [2022-02-15T15:04:53.440Z] #21 13.57 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded. [2022-02-15T15:04:53.440Z] #21 13.57 Need to get 27.6 MB of archives. [2022-02-15T15:04:53.440Z] #21 13.57 After this operation, 106 MB of additional disk space will be used. [2022-02-15T15:04:53.440Z] #21 13.57 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-02-15T15:04:53.440Z] #21 13.57 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-02-15T15:04:53.440Z] #21 13.58 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-02-15T15:04:53.440Z] #21 13.58 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-02-15T15:04:53.440Z] #21 13.58 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-02-15T15:04:53.440Z] #21 13.58 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-02-15T15:04:53.440Z] #21 13.59 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-02-15T15:04:53.440Z] #21 13.59 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-02-15T15:04:53.440Z] #21 13.61 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-02-15T15:04:53.440Z] #21 13.61 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-02-15T15:04:53.440Z] #21 13.63 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-02-15T15:04:53.440Z] #21 13.63 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-02-15T15:04:53.440Z] #21 13.63 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-02-15T15:04:53.440Z] #21 13.65 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-02-15T15:04:53.440Z] #21 13.66 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-02-15T15:04:53.686Z] Running on azwin-2-ac1cf0 in d:\jenkins\workspace\moby_PR-43241 [Pipeline] { [2022-02-15T15:04:53.704Z] #21 13.67 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-02-15T15:04:53.704Z] #21 13.67 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-02-15T15:04:53.704Z] #21 13.68 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-02-15T15:04:53.704Z] #21 13.68 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-02-15T15:04:53.704Z] #21 13.68 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-02-15T15:04:53.704Z] #21 13.68 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-02-15T15:04:53.704Z] #21 13.69 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-02-15T15:04:53.704Z] #21 13.70 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-02-15T15:04:53.704Z] #21 13.71 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-02-15T15:04:53.704Z] #21 13.71 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-02-15T15:04:53.704Z] #21 13.71 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-02-15T15:04:53.704Z] #21 13.71 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [Pipeline] ws [2022-02-15T15:04:53.710Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-02-15T15:04:53.965Z] #21 14.00 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-02-15T15:04:53.965Z] #21 14.00 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-02-15T15:04:53.965Z] #21 14.00 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-02-15T15:04:53.965Z] #21 14.00 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-02-15T15:04:53.965Z] #21 14.00 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-02-15T15:04:53.965Z] #21 14.00 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-02-15T15:04:53.965Z] #21 14.01 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-02-15T15:04:53.965Z] #21 14.06 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-02-15T15:04:53.965Z] #21 14.07 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-02-15T15:04:53.965Z] #21 14.08 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-02-15T15:04:53.965Z] #21 14.08 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-02-15T15:04:53.965Z] #21 14.09 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-02-15T15:04:53.965Z] #21 14.09 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-02-15T15:04:53.965Z] #21 14.10 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-02-15T15:04:53.965Z] #21 14.13 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-02-15T15:04:53.965Z] #21 14.14 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-02-15T15:04:53.966Z] #21 14.14 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-02-15T15:04:54.227Z] #21 14.37 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-02-15T15:04:54.227Z] #21 14.40 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-02-15T15:04:54.227Z] #21 14.42 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-02-15T15:04:54.227Z] #21 14.43 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-02-15T15:04:54.801Z] #21 14.88 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:04:54.801Z] #21 14.95 Fetched 27.6 MB in 1s (24.0 MB/s) [2022-02-15T15:04:54.801Z] #21 15.00 Selecting previously unselected package pigz. [2022-02-15T15:04:54.801Z] #21 15.00 (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-02-15T15:04:54.801Z] #21 15.03 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-02-15T15:04:54.801Z] #21 15.07 Unpacking pigz (2.6-1) ... [2022-02-15T15:04:55.063Z] #21 15.16 Selecting previously unselected package libelf1:amd64. [2022-02-15T15:04:55.063Z] #21 15.17 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-02-15T15:04:55.063Z] #21 15.19 Unpacking libelf1:amd64 (0.183-1) ... [2022-02-15T15:04:55.063Z] #21 15.32 Selecting previously unselected package libbpf0:amd64. [2022-02-15T15:04:55.073Z] #21 9.833 Reading package lists... [2022-02-15T15:04:55.324Z] #21 15.32 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-02-15T15:04:55.324Z] #21 15.33 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-02-15T15:04:55.324Z] #21 15.41 Selecting previously unselected package libcap2:amd64. [2022-02-15T15:04:55.324Z] #21 15.42 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-02-15T15:04:55.324Z] #21 15.43 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-02-15T15:04:55.324Z] #21 15.50 Selecting previously unselected package libmnl0:amd64. [2022-02-15T15:04:55.324Z] #21 15.50 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-02-15T15:04:55.324Z] #21 15.50 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-02-15T15:04:55.324Z] #21 15.56 Selecting previously unselected package libxtables12:amd64. [2022-02-15T15:04:55.586Z] #21 15.56 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-02-15T15:04:55.586Z] #21 15.57 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-02-15T15:04:55.586Z] #21 15.64 Selecting previously unselected package libcap2-bin. [2022-02-15T15:04:55.586Z] #21 15.64 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-02-15T15:04:55.586Z] #21 15.65 Unpacking libcap2-bin (1:2.44-1) ... [2022-02-15T15:04:55.586Z] #21 15.73 Selecting previously unselected package iproute2. [2022-02-15T15:04:55.586Z] #21 15.73 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-02-15T15:04:55.586Z] #21 15.73 Unpacking iproute2 (5.10.0-4) ... [2022-02-15T15:04:55.637Z] #21 12.03 Building dependency tree... [2022-02-15T15:04:55.823Z] The recommended git tool is: git [2022-02-15T15:04:55.911Z] #67 128.9 + bin/containerd-shim-runc-v2 [2022-02-15T15:04:56.159Z] #21 16.17 Selecting previously unselected package xxd. [2022-02-15T15:04:56.159Z] #21 16.17 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-15T15:04:56.159Z] #21 16.17 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:04:56.159Z] #21 16.29 Selecting previously unselected package vim-common. [2022-02-15T15:04:56.159Z] #21 16.29 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-15T15:04:56.159Z] #21 16.31 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:04:56.171Z] #67 129.6 + binaries [2022-02-15T15:04:56.171Z] #67 129.6 + install -D bin/containerd /build/containerd [2022-02-15T15:04:56.171Z] #67 129.6 + install -D bin/containerd-shim /build/containerd-shim [2022-02-15T15:04:56.171Z] #67 129.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-02-15T15:04:56.171Z] #67 129.6 + install -D bin/ctr /build/ctr [2022-02-15T15:04:56.421Z] #21 16.48 Selecting previously unselected package bash-completion. [2022-02-15T15:04:56.421Z] #21 16.49 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-02-15T15:04:56.432Z] #67 DONE 129.9s [2022-02-15T15:04:56.568Z] #21 13.48 The following additional packages will be installed: [2022-02-15T15:04:56.581Z] --- PASS: TestBuildWithHugeFile (53.25s) [2022-02-15T15:04:56.581Z] === RUN TestBuildWCOWSandboxSize [2022-02-15T15:04:56.581Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-15T15:04:56.581Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-02-15T15:04:56.581Z] === RUN TestBuildWithEmptyDockerfile [2022-02-15T15:04:56.581Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:04:56.581Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:04:56.582Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:04:56.582Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:04:56.582Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:04:56.582Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:04:56.582Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:04:56.582Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:04:56.582Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:04:56.582Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-02-15T15:04:56.582Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2022-02-15T15:04:56.582Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2022-02-15T15:04:56.582Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-02-15T15:04:56.582Z] === RUN TestBuildPreserveOwnership [2022-02-15T15:04:56.582Z] === RUN TestBuildPreserveOwnership/copy_from [2022-02-15T15:04:56.582Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-02-15T15:04:56.825Z] #21 13.48 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-02-15T15:04:56.825Z] #21 13.48 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-02-15T15:04:56.825Z] #21 13.48 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-02-15T15:04:56.825Z] #21 13.48 python3-pkg-resources vim-runtime xxd [2022-02-15T15:04:56.825Z] #21 13.49 Suggested packages: [2022-02-15T15:04:56.825Z] #21 13.49 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-02-15T15:04:56.825Z] #21 13.49 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-02-15T15:04:56.825Z] #21 13.49 acl attr quota [2022-02-15T15:04:56.825Z] #21 13.49 Recommended packages: [2022-02-15T15:04:56.825Z] #21 13.49 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-02-15T15:04:57.144Z] --- PASS: TestBuildPreserveOwnership (3.46s) [2022-02-15T15:04:57.144Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.37s) [2022-02-15T15:04:57.144Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.08s) [2022-02-15T15:04:57.144Z] === RUN TestBuildPlatformInvalid [2022-02-15T15:04:57.144Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-02-15T15:04:57.144Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-02-15T15:04:57.374Z] [2022-02-15T15:04:57.374Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-02-15T15:04:57.374Z] #68 sha256:84aebdc0c0a074ccd6aafa93f8d309e4f469a6f4243c5afff3f7af2e94259e31 [2022-02-15T15:04:57.635Z] #68 DONE 0.2s [2022-02-15T15:04:57.635Z] [2022-02-15T15:04:57.635Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-02-15T15:04:57.635Z] #73 sha256:2e8e84ba8caa97e1640757288ac60057c58614028b4a8fa3f6c3ba58b296a34b [2022-02-15T15:04:57.635Z] #73 DONE 0.1s [2022-02-15T15:04:57.635Z] [2022-02-15T15:04:57.635Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-02-15T15:04:57.635Z] #78 sha256:c3389d84f94db72a9902ba8c841b3254795094fc0119dacddf4c120025181cc0 [2022-02-15T15:04:57.755Z] #21 14.67 The following NEW packages will be installed: [2022-02-15T15:04:58.012Z] #21 14.67 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-02-15T15:04:58.012Z] #21 14.68 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-02-15T15:04:58.012Z] #21 14.68 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-02-15T15:04:58.012Z] #21 14.68 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-02-15T15:04:58.012Z] #21 14.68 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-02-15T15:04:58.012Z] #21 14.68 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-02-15T15:04:58.012Z] #21 14.68 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-02-15T15:04:58.012Z] #21 14.68 xz-utils zip zstd [2022-02-15T15:04:58.074Z] Loaded image: busybox:latest [2022-02-15T15:04:58.074Z] Loaded image: busybox:glibc [2022-02-15T15:04:58.205Z] #78 DONE 0.4s [2022-02-15T15:04:58.205Z] [2022-02-15T15:04:58.205Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-02-15T15:04:58.205Z] #79 sha256:b934df687f41cd603a6a9324c55db0bafcb8c051df308e3dd48b152a15b1ceed [2022-02-15T15:04:58.205Z] #79 DONE 0.0s [2022-02-15T15:04:58.205Z] [2022-02-15T15:04:58.205Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-02-15T15:04:58.205Z] #80 sha256:2a19555e46893bd046df80fac2632bcc725d2535e6ea16221e7deb4652386242 [2022-02-15T15:04:58.270Z] #21 14.99 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded. [2022-02-15T15:04:58.270Z] #21 14.99 Need to get 27.6 MB of archives. [2022-02-15T15:04:58.270Z] #21 14.99 After this operation, 106 MB of additional disk space will be used. [2022-02-15T15:04:58.270Z] #21 14.99 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-02-15T15:04:58.270Z] #21 15.02 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-02-15T15:04:58.270Z] #21 15.02 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-02-15T15:04:58.270Z] #21 15.02 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-02-15T15:04:58.270Z] #21 15.02 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-02-15T15:04:58.270Z] #21 15.03 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-02-15T15:04:58.270Z] #21 15.03 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-02-15T15:04:58.270Z] #21 15.03 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-02-15T15:04:58.270Z] #21 15.07 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-02-15T15:04:58.270Z] #21 15.07 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-02-15T15:04:58.270Z] #21 15.09 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-02-15T15:04:58.270Z] #21 15.10 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-02-15T15:04:58.270Z] #21 15.10 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-02-15T15:04:58.270Z] #21 15.11 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-02-15T15:04:58.270Z] #21 15.13 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-02-15T15:04:58.270Z] #21 15.15 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-02-15T15:04:58.270Z] #21 15.15 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-02-15T15:04:58.270Z] #21 15.15 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-02-15T15:04:58.270Z] #21 15.15 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-02-15T15:04:58.270Z] #21 15.15 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-02-15T15:04:58.270Z] #21 15.15 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-02-15T15:04:58.270Z] #21 15.17 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-02-15T15:04:58.270Z] #21 15.17 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-02-15T15:04:58.270Z] #21 15.17 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-02-15T15:04:58.270Z] #21 15.18 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-02-15T15:04:58.270Z] #21 15.19 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-02-15T15:04:58.270Z] #21 15.19 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-02-15T15:04:58.333Z] #21 18.23 Unpacking bash-completion (1:2.11-2) ... [2022-02-15T15:04:58.333Z] #21 18.60 Selecting previously unselected package bzip2. [2022-02-15T15:04:58.333Z] #21 18.60 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-02-15T15:04:58.333Z] #21 18.61 Unpacking bzip2 (1.0.8-4) ... [2022-02-15T15:04:58.333Z] #21 18.68 Selecting previously unselected package xz-utils. [2022-02-15T15:04:58.528Z] #21 15.49 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-02-15T15:04:58.528Z] #21 15.49 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-02-15T15:04:58.528Z] #21 15.49 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-02-15T15:04:58.594Z] #21 18.69 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-02-15T15:04:58.594Z] #21 18.71 Unpacking xz-utils (5.2.5-2) ... [2022-02-15T15:04:58.784Z] #80 DONE 0.8s [2022-02-15T15:04:58.785Z] #21 15.49 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-02-15T15:04:58.785Z] #21 15.49 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-02-15T15:04:58.785Z] #21 15.50 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-02-15T15:04:58.785Z] #21 15.50 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-02-15T15:04:58.785Z] #21 15.56 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-02-15T15:04:58.785Z] #21 15.57 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-02-15T15:04:58.785Z] #21 15.58 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-02-15T15:04:58.785Z] #21 15.58 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-02-15T15:04:58.785Z] #21 15.59 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-02-15T15:04:58.786Z] #21 15.59 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-02-15T15:04:58.786Z] #21 15.60 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-02-15T15:04:58.786Z] #21 15.64 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-02-15T15:04:58.786Z] #21 15.64 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-02-15T15:04:58.786Z] #21 15.66 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-02-15T15:04:58.855Z] #21 18.89 Selecting previously unselected package apparmor. [2022-02-15T15:04:58.855Z] #21 18.89 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-02-15T15:04:58.855Z] #21 18.95 Unpacking apparmor (2.13.6-10) ... [2022-02-15T15:04:59.042Z] #21 15.93 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-02-15T15:04:59.042Z] #21 15.96 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-02-15T15:04:59.042Z] #21 15.99 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-02-15T15:04:59.042Z] #21 15.99 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-02-15T15:04:59.045Z] [2022-02-15T15:04:59.045Z] #81 exporting to image [2022-02-15T15:04:59.045Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-02-15T15:04:59.045Z] #81 exporting layers [2022-02-15T15:04:59.116Z] #21 19.37 Selecting previously unselected package inetutils-ping. [2022-02-15T15:04:59.151Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-02-15T15:04:59.377Z] #21 19.39 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-02-15T15:04:59.377Z] #21 19.39 Unpacking inetutils-ping (2:2.0-1) ... [2022-02-15T15:04:59.377Z] #21 19.49 Selecting previously unselected package libip4tc2:amd64. [2022-02-15T15:04:59.377Z] #21 19.51 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-02-15T15:04:59.377Z] #21 19.51 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-02-15T15:04:59.377Z] #21 19.59 Selecting previously unselected package libip6tc2:amd64. [2022-02-15T15:04:59.377Z] #21 19.60 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-02-15T15:04:59.377Z] #21 19.60 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-02-15T15:04:59.377Z] #21 19.66 Selecting previously unselected package libnfnetlink0:amd64. [2022-02-15T15:04:59.377Z] #21 19.66 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-02-15T15:04:59.377Z] #21 19.66 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-02-15T15:04:59.440Z] Loaded image: debian:bullseye-slim [2022-02-15T15:04:59.440Z] Loaded image: hello-world:latest [2022-02-15T15:04:59.440Z] Loaded image: arm32v7/hello-world:latest [2022-02-15T15:04:59.640Z] #21 19.72 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-02-15T15:04:59.640Z] #21 19.73 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-02-15T15:04:59.640Z] #21 19.74 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-02-15T15:04:59.640Z] #21 19.80 Selecting previously unselected package libnftnl11:amd64. [2022-02-15T15:04:59.640Z] #21 19.81 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-02-15T15:04:59.640Z] #21 19.81 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-02-15T15:04:59.902Z] #21 19.90 Selecting previously unselected package iptables. [2022-02-15T15:04:59.902Z] #21 19.90 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-02-15T15:04:59.902Z] #21 19.90 Unpacking iptables (1.8.7-1) ... [2022-02-15T15:05:00.015Z] #21 16.62 debconf: delaying package configuration, since apt-utils is not installed [2022-02-15T15:05:00.015Z] #21 16.76 Fetched 27.6 MB in 1s (21.3 MB/s) [2022-02-15T15:05:00.015Z] #21 16.81 Selecting previously unselected package pigz. [2022-02-15T15:05:00.015Z] #21 16.81 (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-02-15T15:05:00.015Z] #21 16.87 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-02-15T15:05:00.015Z] #21 16.87 Unpacking pigz (2.6-1) ... [2022-02-15T15:05:00.164Z] #21 20.18 Selecting previously unselected package libonig5:amd64. [2022-02-15T15:05:00.164Z] #21 20.18 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-02-15T15:05:00.164Z] #21 20.19 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-02-15T15:05:00.164Z] #21 20.31 Selecting previously unselected package libjq1:amd64. [2022-02-15T15:05:00.164Z] #21 20.32 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-02-15T15:05:00.164Z] #21 20.33 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-02-15T15:05:00.273Z] #21 16.95 Selecting previously unselected package libelf1:amd64. [2022-02-15T15:05:00.273Z] #21 16.95 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-02-15T15:05:00.273Z] #21 16.96 Unpacking libelf1:amd64 (0.183-1) ... [2022-02-15T15:05:00.273Z] #21 17.11 Selecting previously unselected package libbpf0:amd64. [2022-02-15T15:05:00.273Z] #21 17.11 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-02-15T15:05:00.273Z] #21 17.12 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-02-15T15:05:00.425Z] #21 20.44 Selecting previously unselected package jq. [2022-02-15T15:05:00.425Z] #21 20.45 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-02-15T15:05:00.425Z] #21 20.46 Unpacking jq (1.6-2.1) ... [2022-02-15T15:05:00.425Z] #21 20.53 Selecting previously unselected package libaio1:amd64. [2022-02-15T15:05:00.425Z] #21 20.55 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-02-15T15:05:00.425Z] #21 20.56 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-02-15T15:05:00.425Z] #21 20.61 Selecting previously unselected package libgpm2:amd64. [2022-02-15T15:05:00.425Z] #21 20.61 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-02-15T15:05:00.425Z] #21 20.62 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-02-15T15:05:00.425Z] #21 20.67 Selecting previously unselected package libicu67:amd64. [2022-02-15T15:05:00.530Z] #21 17.21 Selecting previously unselected package libcap2:amd64. [2022-02-15T15:05:00.530Z] #21 17.21 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-02-15T15:05:00.530Z] #21 17.22 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-02-15T15:05:00.530Z] #21 17.28 Selecting previously unselected package libmnl0:amd64. [2022-02-15T15:05:00.530Z] #21 17.28 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-02-15T15:05:00.530Z] #21 17.29 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-02-15T15:05:00.530Z] #21 17.33 Selecting previously unselected package libxtables12:amd64. [2022-02-15T15:05:00.530Z] #21 17.33 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-02-15T15:05:00.530Z] #21 17.34 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-02-15T15:05:00.530Z] #21 17.41 Selecting previously unselected package libcap2-bin. [2022-02-15T15:05:00.530Z] #21 17.41 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-02-15T15:05:00.530Z] #21 17.43 Unpacking libcap2-bin (1:2.44-1) ... [2022-02-15T15:05:00.687Z] #21 20.67 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-02-15T15:05:00.687Z] #21 20.68 Unpacking libicu67:amd64 (67.1-7) ... [2022-02-15T15:05:00.787Z] #21 17.49 Selecting previously unselected package iproute2. [2022-02-15T15:05:00.787Z] #21 17.50 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-02-15T15:05:00.787Z] #21 17.50 Unpacking iproute2 (5.10.0-4) ... [2022-02-15T15:05:01.043Z] #21 17.86 Selecting previously unselected package xxd. [2022-02-15T15:05:01.043Z] #21 17.87 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-15T15:05:01.043Z] #21 17.88 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:05:01.043Z] #21 17.97 Selecting previously unselected package vim-common. [2022-02-15T15:05:01.043Z] #21 17.98 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-15T15:05:01.043Z] #21 17.99 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:05:01.301Z] #21 18.15 Selecting previously unselected package bash-completion. [2022-02-15T15:05:01.301Z] #21 18.15 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-02-15T15:05:03.196Z] #21 19.87 Unpacking bash-completion (1:2.11-2) ... [2022-02-15T15:05:03.453Z] #21 20.21 Selecting previously unselected package bzip2. [2022-02-15T15:05:03.453Z] #21 20.21 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-02-15T15:05:03.453Z] #21 20.22 Unpacking bzip2 (1.0.8-4) ... [2022-02-15T15:05:03.453Z] #21 20.30 Selecting previously unselected package xz-utils. [2022-02-15T15:05:03.453Z] #21 20.30 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-02-15T15:05:03.453Z] #21 20.31 Unpacking xz-utils (5.2.5-2) ... [2022-02-15T15:05:03.710Z] #21 20.48 Selecting previously unselected package apparmor. [2022-02-15T15:05:03.710Z] #21 20.48 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-02-15T15:05:03.710Z] #21 20.54 Unpacking apparmor (2.13.6-10) ... [2022-02-15T15:05:03.969Z] #21 20.88 Selecting previously unselected package inetutils-ping. [2022-02-15T15:05:04.065Z] #21 23.88 Selecting previously unselected package libinih1:amd64. [2022-02-15T15:05:04.065Z] #21 23.88 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-02-15T15:05:04.065Z] #21 23.89 Unpacking libinih1:amd64 (53-1+b2) ... [2022-02-15T15:05:04.065Z] #21 23.95 Selecting previously unselected package libnet1:amd64. [2022-02-15T15:05:04.065Z] #21 23.96 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-02-15T15:05:04.065Z] #21 23.96 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-15T15:05:04.065Z] #21 24.03 Selecting previously unselected package libnl-3-200:amd64. [2022-02-15T15:05:04.065Z] #21 24.04 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-02-15T15:05:04.065Z] #21 24.05 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-15T15:05:04.065Z] #21 24.13 Selecting previously unselected package libprotobuf-c1:amd64. [2022-02-15T15:05:04.065Z] #21 24.14 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-02-15T15:05:04.065Z] #21 24.14 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-15T15:05:04.065Z] #21 24.20 Selecting previously unselected package net-tools. [2022-02-15T15:05:04.065Z] #21 24.20 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-02-15T15:05:04.065Z] #21 24.21 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-02-15T15:05:04.226Z] #21 20.88 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-02-15T15:05:04.226Z] #21 20.89 Unpacking inetutils-ping (2:2.0-1) ... [2022-02-15T15:05:04.226Z] #21 21.03 Selecting previously unselected package libip4tc2:amd64. [2022-02-15T15:05:04.226Z] #21 21.03 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-02-15T15:05:04.226Z] #21 21.04 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-02-15T15:05:04.226Z] #21 21.11 Selecting previously unselected package libip6tc2:amd64. [2022-02-15T15:05:04.226Z] #21 21.12 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-02-15T15:05:04.226Z] #21 21.13 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-02-15T15:05:04.226Z] #21 21.18 Selecting previously unselected package libnfnetlink0:amd64. [2022-02-15T15:05:04.226Z] #21 21.19 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-02-15T15:05:04.226Z] #21 21.19 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-02-15T15:05:04.327Z] #21 24.39 Selecting previously unselected package patch. [2022-02-15T15:05:04.327Z] #21 24.39 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-02-15T15:05:04.327Z] #21 24.40 Unpacking patch (2.7.6-7) ... [2022-02-15T15:05:04.327Z] #21 24.52 Selecting previously unselected package python-pip-whl. [2022-02-15T15:05:04.327Z] #21 24.52 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-02-15T15:05:04.327Z] #21 24.53 Unpacking python-pip-whl (20.3.4-4) ... [2022-02-15T15:05:04.483Z] #21 21.24 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-02-15T15:05:04.483Z] #21 21.25 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-02-15T15:05:04.483Z] #21 21.25 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-02-15T15:05:04.483Z] #21 21.32 Selecting previously unselected package libnftnl11:amd64. [2022-02-15T15:05:04.483Z] #21 21.33 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-02-15T15:05:04.483Z] #21 21.33 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-02-15T15:05:04.740Z] #21 21.41 Selecting previously unselected package iptables. [2022-02-15T15:05:04.740Z] #21 21.42 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-02-15T15:05:04.740Z] #21 21.43 Unpacking iptables (1.8.7-1) ... [2022-02-15T15:05:04.916Z] #21 25.18 Selecting previously unselected package python3-lib2to3. [2022-02-15T15:05:04.916Z] #21 25.19 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-02-15T15:05:04.916Z] #21 25.20 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-02-15T15:05:04.997Z] #21 21.72 Selecting previously unselected package libonig5:amd64. [2022-02-15T15:05:04.997Z] #21 21.72 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-02-15T15:05:04.997Z] #21 21.73 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-02-15T15:05:04.997Z] #21 21.88 Selecting previously unselected package libjq1:amd64. [2022-02-15T15:05:04.997Z] #21 21.88 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-02-15T15:05:04.997Z] #21 21.89 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-02-15T15:05:05.196Z] #21 25.29 Selecting previously unselected package python3-distutils. [2022-02-15T15:05:05.196Z] #21 25.30 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-02-15T15:05:05.196Z] #21 25.30 Unpacking python3-distutils (3.9.2-1) ... [2022-02-15T15:05:05.254Z] #21 21.98 Selecting previously unselected package jq. [2022-02-15T15:05:05.254Z] #21 21.98 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-02-15T15:05:05.254Z] #21 21.99 Unpacking jq (1.6-2.1) ... [2022-02-15T15:05:05.254Z] #21 22.07 Selecting previously unselected package libaio1:amd64. [2022-02-15T15:05:05.254Z] #21 22.08 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-02-15T15:05:05.254Z] #21 22.08 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-02-15T15:05:05.254Z] #21 22.14 Selecting previously unselected package libgpm2:amd64. [2022-02-15T15:05:05.254Z] #21 22.14 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-02-15T15:05:05.254Z] #21 22.15 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-02-15T15:05:05.457Z] #21 25.39 Selecting previously unselected package python3-pkg-resources. [2022-02-15T15:05:05.457Z] #21 25.40 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-02-15T15:05:05.457Z] #21 25.41 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-02-15T15:05:05.457Z] #21 25.57 Selecting previously unselected package python3-setuptools. [2022-02-15T15:05:05.457Z] #21 25.58 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-02-15T15:05:05.457Z] #21 25.59 Unpacking python3-setuptools (52.0.0-4) ... [2022-02-15T15:05:05.513Z] #21 22.22 Selecting previously unselected package libicu67:amd64. [2022-02-15T15:05:05.513Z] #21 22.22 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-02-15T15:05:05.513Z] #21 22.23 Unpacking libicu67:amd64 (67.1-7) ... [2022-02-15T15:05:05.719Z] #21 25.84 Selecting previously unselected package python3-wheel. [2022-02-15T15:05:05.719Z] #21 25.85 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-02-15T15:05:05.719Z] #21 25.86 Unpacking python3-wheel (0.34.2-1) ... [2022-02-15T15:05:05.719Z] #21 25.96 Selecting previously unselected package python3-pip. [2022-02-15T15:05:05.981Z] #21 25.96 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-02-15T15:05:05.981Z] #21 25.97 Unpacking python3-pip (20.3.4-4) ... [2022-02-15T15:05:06.242Z] #21 26.24 Selecting previously unselected package sudo. [2022-02-15T15:05:06.242Z] #21 26.24 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-02-15T15:05:06.242Z] #21 26.25 Unpacking sudo (1.9.5p2-3) ... [2022-02-15T15:05:06.489Z] using credential docker-jenkins-github-credentials [2022-02-15T15:05:06.503Z] #21 26.74 Selecting previously unselected package thin-provisioning-tools. [2022-02-15T15:05:06.503Z] #21 26.74 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-02-15T15:05:06.503Z] #21 26.75 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-02-15T15:05:06.574Z] Cloning the remote Git repository [2022-02-15T15:05:06.574Z] Cloning with configured refspecs honoured and without tags [2022-02-15T15:05:07.026Z] #21 26.98 Selecting previously unselected package uidmap. [2022-02-15T15:05:07.026Z] #21 26.99 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-02-15T15:05:07.026Z] #21 27.00 Unpacking uidmap (1:4.8.1-1) ... [2022-02-15T15:05:07.026Z] #21 27.16 Selecting previously unselected package vim-runtime. [2022-02-15T15:05:07.026Z] #21 27.17 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-15T15:05:07.026Z] #21 27.19 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-02-15T15:05:07.026Z] #21 27.22 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-02-15T15:05:07.026Z] #21 27.23 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:05:08.787Z] #21 25.47 Selecting previously unselected package libinih1:amd64. [2022-02-15T15:05:08.787Z] #21 25.47 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-02-15T15:05:08.787Z] #21 25.48 Unpacking libinih1:amd64 (53-1+b2) ... [2022-02-15T15:05:08.787Z] #21 25.53 Selecting previously unselected package libnet1:amd64. [2022-02-15T15:05:08.787Z] #21 25.53 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-02-15T15:05:08.787Z] #21 25.54 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-15T15:05:08.787Z] #21 25.61 Selecting previously unselected package libnl-3-200:amd64. [2022-02-15T15:05:08.787Z] #21 25.62 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-02-15T15:05:08.787Z] #21 25.62 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-15T15:05:08.787Z] #21 25.71 Selecting previously unselected package libprotobuf-c1:amd64. [2022-02-15T15:05:06.791Z] Cloning repository https://github.com/moby/moby.git [2022-02-15T15:05:07.247Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-02-15T15:05:08.093Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-15T15:05:08.093Z] > git --version # timeout=10 [2022-02-15T15:05:08.141Z] > git --version # 'git version 2.24.1.windows.2' [2022-02-15T15:05:08.141Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:05:08.145Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43241/head:refs/remotes/origin/PR-43241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:05:09.048Z] #21 25.72 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-02-15T15:05:09.048Z] #21 25.72 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-15T15:05:09.048Z] #21 25.78 Selecting previously unselected package net-tools. [2022-02-15T15:05:09.048Z] #21 25.78 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-02-15T15:05:09.048Z] #21 25.80 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-02-15T15:05:09.048Z] #21 25.98 Selecting previously unselected package patch. [2022-02-15T15:05:09.305Z] #21 25.99 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-02-15T15:05:09.305Z] #21 26.00 Unpacking patch (2.7.6-7) ... [2022-02-15T15:05:09.305Z] #21 26.12 Selecting previously unselected package python-pip-whl. [2022-02-15T15:05:09.305Z] #21 26.13 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-02-15T15:05:09.305Z] #21 26.13 Unpacking python-pip-whl (20.3.4-4) ... [2022-02-15T15:05:09.387Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.69s) [2022-02-15T15:05:09.387Z] PASS [2022-02-15T15:05:09.387Z] [2022-02-15T15:05:09.387Z] === Skipped [2022-02-15T15:05:09.387Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-02-15T15:05:09.387Z] build_session_test.go:25: TODO: BuildKit [2022-02-15T15:05:09.387Z] [2022-02-15T15:05:09.387Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-02-15T15:05:09.387Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-15T15:05:09.387Z] [2022-02-15T15:05:09.387Z] DONE 34 tests, 2 skipped in 89.820s [2022-02-15T15:05:09.387Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-02-15T15:05:09.387Z] INFO: Testing against a local daemon [2022-02-15T15:05:09.387Z] === RUN TestConfigInspect [2022-02-15T15:05:09.871Z] #21 26.70 Selecting previously unselected package python3-lib2to3. [2022-02-15T15:05:09.871Z] #21 26.70 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-02-15T15:05:09.871Z] #21 26.71 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-02-15T15:05:09.871Z] #21 26.82 Selecting previously unselected package python3-distutils. [2022-02-15T15:05:09.950Z] --- PASS: TestConfigInspect (2.08s) [2022-02-15T15:05:09.950Z] === RUN TestConfigList [2022-02-15T15:05:10.128Z] #21 26.83 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-02-15T15:05:10.128Z] #21 26.83 Unpacking python3-distutils (3.9.2-1) ... [2022-02-15T15:05:10.128Z] #21 26.96 Selecting previously unselected package python3-pkg-resources. [2022-02-15T15:05:10.128Z] #21 26.96 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-02-15T15:05:10.128Z] #21 26.96 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-02-15T15:05:10.128Z] #21 27.08 Selecting previously unselected package python3-setuptools. [2022-02-15T15:05:10.342Z] #21 30.17 Selecting previously unselected package vim. [2022-02-15T15:05:10.342Z] #21 30.18 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-15T15:05:10.342Z] #21 30.19 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:05:10.428Z] #21 27.09 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-02-15T15:05:10.428Z] #21 27.10 Unpacking python3-setuptools (52.0.0-4) ... [2022-02-15T15:05:10.428Z] #21 27.33 Selecting previously unselected package python3-wheel. [2022-02-15T15:05:10.603Z] #21 30.72 Selecting previously unselected package xfsprogs. [2022-02-15T15:05:10.603Z] #21 30.73 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-02-15T15:05:10.603Z] #21 30.74 Unpacking xfsprogs (5.10.0-4) ... [2022-02-15T15:05:10.685Z] #21 27.35 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-02-15T15:05:10.685Z] #21 27.35 Unpacking python3-wheel (0.34.2-1) ... [2022-02-15T15:05:10.685Z] #21 27.42 Selecting previously unselected package python3-pip. [2022-02-15T15:05:10.685Z] #21 27.42 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-02-15T15:05:10.685Z] #21 27.44 Unpacking python3-pip (20.3.4-4) ... [2022-02-15T15:05:10.865Z] #21 31.19 Selecting previously unselected package zip. [2022-02-15T15:05:10.865Z] #21 31.19 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-02-15T15:05:10.865Z] #21 31.21 Unpacking zip (3.0-12) ... [2022-02-15T15:05:10.942Z] #21 27.70 Selecting previously unselected package sudo. [2022-02-15T15:05:10.942Z] #21 27.70 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-02-15T15:05:10.942Z] #21 27.71 Unpacking sudo (1.9.5p2-3) ... [2022-02-15T15:05:11.438Z] #21 31.36 Selecting previously unselected package zstd. [2022-02-15T15:05:11.438Z] #21 31.37 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-02-15T15:05:11.438Z] #21 31.38 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-02-15T15:05:11.571Z] #21 28.32 Selecting previously unselected package thin-provisioning-tools. [2022-02-15T15:05:11.572Z] #21 28.33 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-02-15T15:05:11.572Z] #21 28.35 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-02-15T15:05:11.700Z] #21 31.68 Setting up python3-pkg-resources (52.0.0-4) ... [2022-02-15T15:05:11.829Z] #21 28.57 Selecting previously unselected package uidmap. [2022-02-15T15:05:11.829Z] #21 28.59 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-02-15T15:05:11.829Z] #21 28.59 Unpacking uidmap (1:4.8.1-1) ... [2022-02-15T15:05:11.829Z] #21 28.75 Selecting previously unselected package vim-runtime. [2022-02-15T15:05:11.829Z] #21 28.75 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-02-15T15:05:11.829Z] #21 28.79 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-02-15T15:05:12.087Z] #21 28.81 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-02-15T15:05:12.087Z] #21 28.82 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:05:12.467Z] --- PASS: TestConfigList (2.09s) [2022-02-15T15:05:12.467Z] === RUN TestConfigsCreateAndDelete [2022-02-15T15:05:12.534Z] #21 32.54 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-02-15T15:05:12.534Z] #21 32.55 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-02-15T15:05:12.534Z] #21 32.57 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-02-15T15:05:12.534Z] #21 32.59 Setting up libicu67:amd64 (67.1-7) ... [2022-02-15T15:05:12.534Z] #21 32.60 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-02-15T15:05:12.534Z] #21 32.62 Setting up libinih1:amd64 (53-1+b2) ... [2022-02-15T15:05:12.534Z] #21 32.63 Setting up uidmap (1:4.8.1-1) ... [2022-02-15T15:05:12.534Z] #21 32.65 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-15T15:05:12.534Z] #21 32.66 Setting up bzip2 (1.0.8-4) ... [2022-02-15T15:05:12.534Z] #21 32.68 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-15T15:05:12.534Z] #21 32.69 Setting up python3-wheel (0.34.2-1) ... [2022-02-15T15:05:13.105Z] #21 33.27 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:05:13.105Z] #21 33.28 Setting up libcap2:amd64 (1:2.44-1) ... [2022-02-15T15:05:13.105Z] #21 33.30 Setting up libcap2-bin (1:2.44-1) ... [2022-02-15T15:05:13.105Z] #21 33.31 Setting up apparmor (2.13.6-10) ... [2022-02-15T15:05:14.055Z] ok github.com/docker/docker/libnetwork/ipam 15.760s coverage: 85.3% of statements [2022-02-15T15:05:14.055Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-02-15T15:05:14.055Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-02-15T15:05:14.055Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-02-15T15:05:14.055Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-02-15T15:05:14.055Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-02-15T15:05:14.316Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-02-15T15:05:14.365Z] --- PASS: TestConfigsCreateAndDelete (2.12s) [2022-02-15T15:05:14.365Z] === RUN TestConfigsUpdate [2022-02-15T15:05:14.889Z] ok github.com/docker/docker/libnetwork/ipamutils 0.270s coverage: 74.0% of statements [2022-02-15T15:05:15.023Z] #21 35.13 Setting up zip (3.0-12) ... [2022-02-15T15:05:15.023Z] #21 35.14 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:05:15.023Z] #21 35.17 Setting up bash-completion (1:2.11-2) ... [2022-02-15T15:05:15.414Z] #21 32.00 Selecting previously unselected package vim. [2022-02-15T15:05:15.414Z] #21 32.00 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-02-15T15:05:15.414Z] #21 32.03 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:05:15.459Z] ok github.com/docker/docker/libnetwork/iptables 0.132s coverage: 45.1% of statements [2022-02-15T15:05:15.459Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-02-15T15:05:15.670Z] #21 32.57 Selecting previously unselected package xfsprogs. [2022-02-15T15:05:15.720Z] ok github.com/docker/docker/libnetwork/netutils 0.016s coverage: 44.1% of statements [2022-02-15T15:05:15.927Z] #21 32.59 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-02-15T15:05:15.927Z] #21 32.61 Unpacking xfsprogs (5.10.0-4) ... [2022-02-15T15:05:16.186Z] #21 33.01 Selecting previously unselected package zip. [2022-02-15T15:05:16.186Z] #21 33.03 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-02-15T15:05:16.186Z] #21 33.04 Unpacking zip (3.0-12) ... [2022-02-15T15:05:16.253Z] --- PASS: TestConfigsUpdate (2.11s) [2022-02-15T15:05:16.253Z] === RUN TestTemplatedConfig [2022-02-15T15:05:16.442Z] #21 33.18 Selecting previously unselected package zstd. [2022-02-15T15:05:16.442Z] #21 33.18 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-02-15T15:05:16.442Z] #21 33.23 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-02-15T15:05:16.698Z] #21 33.59 Setting up python3-pkg-resources (52.0.0-4) ... [2022-02-15T15:05:16.996Z] #21 36.99 Setting up xz-utils (5.2.5-2) ... [2022-02-15T15:05:16.996Z] #21 37.01 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-02-15T15:05:16.996Z] #21 37.04 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-02-15T15:05:16.996Z] #21 37.07 Setting up patch (2.7.6-7) ... [2022-02-15T15:05:16.996Z] #21 37.09 Setting up sudo (1.9.5p2-3) ... [2022-02-15T15:05:16.996Z] #21 37.17 invoke-rc.d: could not determine current runlevel [2022-02-15T15:05:17.258Z] #21 37.18 invoke-rc.d: policy-rc.d denied execution of start. [2022-02-15T15:05:17.258Z] #21 37.20 Setting up xfsprogs (5.10.0-4) ... [2022-02-15T15:05:17.258Z] #21 37.22 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-02-15T15:05:17.258Z] #21 37.23 Setting up inetutils-ping (2:2.0-1) ... [2022-02-15T15:05:17.258Z] #21 37.24 Setting up pigz (2.6-1) ... [2022-02-15T15:05:17.258Z] #21 37.33 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-02-15T15:05:17.258Z] #21 37.40 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-15T15:05:17.258Z] #21 37.44 Setting up python-pip-whl (20.3.4-4) ... [2022-02-15T15:05:17.258Z] #21 37.45 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:05:17.626Z] #21 34.46 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-02-15T15:05:17.626Z] #21 34.48 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-02-15T15:05:17.626Z] #21 34.49 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-02-15T15:05:17.626Z] #21 34.50 Setting up libicu67:amd64 (67.1-7) ... [2022-02-15T15:05:17.626Z] #21 34.51 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-02-15T15:05:17.626Z] #21 34.52 Setting up libinih1:amd64 (53-1+b2) ... [2022-02-15T15:05:17.626Z] #21 34.53 Setting up uidmap (1:4.8.1-1) ... [2022-02-15T15:05:17.626Z] #21 34.54 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-02-15T15:05:17.626Z] #21 34.55 Setting up bzip2 (1.0.8-4) ... [2022-02-15T15:05:17.627Z] #21 34.56 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-02-15T15:05:17.831Z] #21 38.13 Setting up libaio1:amd64 (0.3.112-9) ... [2022-02-15T15:05:17.883Z] #21 34.57 Setting up python3-wheel (0.34.2-1) ... [2022-02-15T15:05:18.092Z] #21 38.15 Setting up python3-lib2to3 (3.9.2-1) ... [2022-02-15T15:05:18.353Z] #21 38.46 Setting up libelf1:amd64 (0.183-1) ... [2022-02-15T15:05:18.353Z] #21 38.52 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-02-15T15:05:18.354Z] #21 38.53 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-02-15T15:05:18.354Z] #21 38.55 Setting up python3-distutils (3.9.2-1) ... [2022-02-15T15:05:18.444Z] #21 35.20 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:05:18.445Z] #21 35.22 Setting up libcap2:amd64 (1:2.44-1) ... [2022-02-15T15:05:18.445Z] #21 35.23 Setting up libcap2-bin (1:2.44-1) ... [2022-02-15T15:05:18.445Z] #21 35.24 Setting up apparmor (2.13.6-10) ... [2022-02-15T15:05:18.926Z] #21 38.95 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:05:18.926Z] #21 38.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-02-15T15:05:18.926Z] #21 38.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-02-15T15:05:18.926Z] #21 38.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-02-15T15:05:18.926Z] #21 38.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-02-15T15:05:18.926Z] #21 38.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-02-15T15:05:18.926Z] #21 38.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-02-15T15:05:18.926Z] #21 39.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-02-15T15:05:18.926Z] #21 39.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-02-15T15:05:18.926Z] #21 39.03 Setting up python3-setuptools (52.0.0-4) ... [2022-02-15T15:05:19.523Z] --- PASS: TestTemplatedConfig (2.57s) [2022-02-15T15:05:19.523Z] === RUN TestConfigCreateResolve [2022-02-15T15:05:19.824Z] #21 36.68 Setting up zip (3.0-12) ... [2022-02-15T15:05:19.824Z] #21 36.69 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:05:19.824Z] #21 36.72 Setting up bash-completion (1:2.11-2) ... [2022-02-15T15:05:20.314Z] #21 40.24 Setting up libjq1:amd64 (1.6-2.1) ... [2022-02-15T15:05:20.314Z] #21 40.26 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-02-15T15:05:20.314Z] #21 40.28 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-02-15T15:05:20.314Z] #21 40.30 Setting up python3-pip (20.3.4-4) ... [2022-02-15T15:05:20.891Z] --- PASS: TestConfigCreateResolve (2.08s) [2022-02-15T15:05:20.891Z] PASS [2022-02-15T15:05:20.891Z] [2022-02-15T15:05:20.891Z] DONE 6 tests in 13.087s [2022-02-15T15:05:20.891Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-02-15T15:05:21.138Z] using credential docker-jenkins-github-credentials [2022-02-15T15:05:21.147Z] INFO: Testing against a local daemon [2022-02-15T15:05:21.147Z] === RUN TestCheckpoint [2022-02-15T15:05:21.147Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-15T15:05:21.147Z] --- SKIP: TestCheckpoint (0.00s) [2022-02-15T15:05:21.147Z] === RUN TestContainerInvalidJSON [2022-02-15T15:05:21.147Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:05:21.147Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:05:21.147Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:05:21.147Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:05:21.147Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:05:21.147Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:05:21.147Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-02-15T15:05:21.147Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-02-15T15:05:21.147Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-02-15T15:05:21.147Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-02-15T15:05:21.147Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2022-02-15T15:05:21.147Z] === RUN TestCopyFromContainerPathIsNotDir [2022-02-15T15:05:21.147Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-02-15T15:05:21.147Z] === RUN TestCopyToContainerPathDoesNotExist [2022-02-15T15:05:21.147Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-02-15T15:05:21.147Z] === RUN TestCopyToContainerPathIsNotDir [2022-02-15T15:05:21.217Z] Cloning the remote Git repository [2022-02-15T15:05:21.217Z] Cloning with configured refspecs honoured and without tags [2022-02-15T15:05:21.260Z] #21 41.28 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-02-15T15:05:21.260Z] #21 41.30 Setting up jq (1.6-2.1) ... [2022-02-15T15:05:21.260Z] #21 41.33 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-02-15T15:05:21.260Z] #21 41.35 Setting up iptables (1.8.7-1) ... [2022-02-15T15:05:21.260Z] #21 41.37 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-02-15T15:05:21.260Z] #21 41.37 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-02-15T15:05:21.260Z] #21 41.38 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-02-15T15:05:21.260Z] #21 41.39 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-02-15T15:05:21.260Z] #21 41.40 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-02-15T15:05:21.260Z] #21 41.41 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-02-15T15:05:21.260Z] #21 41.42 Setting up iproute2 (5.10.0-4) ... [2022-02-15T15:05:21.404Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-02-15T15:05:21.404Z] === RUN TestCopyFromContainer [2022-02-15T15:05:21.717Z] #21 38.54 Setting up xz-utils (5.2.5-2) ... [2022-02-15T15:05:21.717Z] #21 38.55 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-02-15T15:05:21.717Z] #21 38.56 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-02-15T15:05:21.717Z] #21 38.58 Setting up patch (2.7.6-7) ... [2022-02-15T15:05:21.717Z] #21 38.60 Setting up sudo (1.9.5p2-3) ... [2022-02-15T15:05:21.717Z] #21 38.67 invoke-rc.d: could not determine current runlevel [2022-02-15T15:05:21.717Z] #21 38.68 invoke-rc.d: policy-rc.d denied execution of start. [2022-02-15T15:05:21.717Z] #21 38.69 Setting up xfsprogs (5.10.0-4) ... [2022-02-15T15:05:21.783Z] #21 41.79 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:05:21.419Z] Cloning repository https://github.com/moby/moby.git [2022-02-15T15:05:21.973Z] #21 38.70 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-02-15T15:05:21.973Z] #21 38.71 Setting up inetutils-ping (2:2.0-1) ... [2022-02-15T15:05:21.973Z] #21 38.72 Setting up pigz (2.6-1) ... [2022-02-15T15:05:21.973Z] #21 38.74 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-02-15T15:05:21.973Z] #21 38.75 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-02-15T15:05:21.973Z] #21 38.77 Setting up python-pip-whl (20.3.4-4) ... [2022-02-15T15:05:21.973Z] #21 38.78 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:05:22.333Z] === RUN TestCopyFromContainer// [2022-02-15T15:05:22.333Z] === RUN TestCopyFromContainer//bar/root [2022-02-15T15:05:22.590Z] === RUN TestCopyFromContainer//bar/root/ [2022-02-15T15:05:22.590Z] === RUN TestCopyFromContainer/bar/quux [2022-02-15T15:05:22.590Z] === RUN TestCopyFromContainer/bar/quux/ [2022-02-15T15:05:22.590Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-02-15T15:05:22.728Z] #21 DONE 42.8s [2022-02-15T15:05:22.728Z] [2022-02-15T15:05:22.728Z] #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-02-15T15:05:22.728Z] #22 sha256:ea4aa09fc15436250b335dee4c630fb5d27618ed1385c3b5725697776a66382e [2022-02-15T15:05:22.847Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-02-15T15:05:22.847Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-02-15T15:05:22.847Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-02-15T15:05:22.847Z] === RUN TestCopyFromContainer/bar/notarget [2022-02-15T15:05:22.900Z] #21 39.46 Setting up libaio1:amd64 (0.3.112-9) ... [2022-02-15T15:05:22.900Z] #21 39.48 Setting up python3-lib2to3 (3.9.2-1) ... [2022-02-15T15:05:22.900Z] #21 39.86 Setting up libelf1:amd64 (0.183-1) ... [2022-02-15T15:05:23.103Z] --- PASS: TestCopyFromContainer (1.67s) [2022-02-15T15:05:23.103Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-02-15T15:05:23.103Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-02-15T15:05:23.103Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-02-15T15:05:23.103Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-02-15T15:05:23.103Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-02-15T15:05:23.103Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-02-15T15:05:23.103Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-02-15T15:05:23.103Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-02-15T15:05:23.103Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-02-15T15:05:23.103Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-02-15T15:05:23.103Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-02-15T15:05:23.103Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:05:23.103Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:05:23.103Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:05:23.103Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:05:23.103Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:05:23.103Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:05:23.103Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:05:23.103Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:05:23.103Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:05:23.103Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-02-15T15:05:23.103Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-02-15T15:05:23.103Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-02-15T15:05:23.103Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-02-15T15:05:23.103Z] === RUN TestCreateLinkToNonExistingContainer [2022-02-15T15:05:23.103Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-02-15T15:05:23.103Z] === RUN TestCreateWithInvalidEnv [2022-02-15T15:05:23.103Z] === RUN TestCreateWithInvalidEnv/0 [2022-02-15T15:05:23.103Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-02-15T15:05:23.103Z] === RUN TestCreateWithInvalidEnv/1 [2022-02-15T15:05:23.103Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-02-15T15:05:23.103Z] === RUN TestCreateWithInvalidEnv/2 [2022-02-15T15:05:23.103Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-02-15T15:05:23.103Z] === CONT TestCreateWithInvalidEnv/0 [2022-02-15T15:05:23.103Z] === CONT TestCreateWithInvalidEnv/2 [2022-02-15T15:05:23.103Z] === CONT TestCreateWithInvalidEnv/1 [2022-02-15T15:05:23.103Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-02-15T15:05:23.103Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-02-15T15:05:23.103Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-02-15T15:05:23.103Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-02-15T15:05:23.103Z] === RUN TestCreateTmpfsMountsTarget [2022-02-15T15:05:23.103Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-02-15T15:05:23.103Z] === RUN TestCreateWithCustomMaskedPaths [2022-02-15T15:05:23.156Z] #21 39.93 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-02-15T15:05:23.156Z] #21 39.95 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-02-15T15:05:23.156Z] #21 39.97 Setting up python3-distutils (3.9.2-1) ... [2022-02-15T15:05:23.669Z] #21 40.39 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-02-15T15:05:23.669Z] #21 40.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-02-15T15:05:23.669Z] #21 40.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-02-15T15:05:23.669Z] #21 40.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-02-15T15:05:23.669Z] #21 40.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-02-15T15:05:23.669Z] #21 40.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-02-15T15:05:23.669Z] #21 40.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-02-15T15:05:23.669Z] #21 40.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-02-15T15:05:23.669Z] #21 40.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-02-15T15:05:23.669Z] #21 40.50 Setting up python3-setuptools (52.0.0-4) ... [2022-02-15T15:05:23.672Z] #22 0.852 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-02-15T15:05:23.672Z] #22 0.857 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-02-15T15:05:23.672Z] #22 0.880 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-02-15T15:05:23.672Z] #22 DONE 0.9s [2022-02-15T15:05:23.672Z] [2022-02-15T15:05:23.672Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-02-15T15:05:23.672Z] #23 sha256:0524cb6c234626f46bed5b69fdc35aa32d049effbbe3ed12f1f7c68157a00e76 [2022-02-15T15:05:21.830Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-02-15T15:05:22.724Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-15T15:05:22.724Z] > git --version # timeout=10 [2022-02-15T15:05:22.777Z] > git --version # 'git version 2.24.1.windows.2' [2022-02-15T15:05:22.778Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:05:22.781Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43241/head:refs/remotes/origin/PR-43241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:05:24.470Z] --- PASS: TestCreateWithCustomMaskedPaths (1.49s) [2022-02-15T15:05:24.470Z] === RUN TestCreateWithCustomReadonlyPaths [2022-02-15T15:05:25.037Z] #21 41.80 Setting up libjq1:amd64 (1.6-2.1) ... [2022-02-15T15:05:25.037Z] #21 41.81 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-02-15T15:05:25.037Z] #21 41.82 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-02-15T15:05:25.037Z] #21 41.83 Setting up python3-pip (20.3.4-4) ... [2022-02-15T15:05:25.712Z] #81 exporting layers 23.3s done [2022-02-15T15:05:25.712Z] #81 writing image sha256:9117b0f0411453bc5a19ac297ac2439af225046f53ecc7412fc4e871493e6488 done [2022-02-15T15:05:25.712Z] #81 naming to docker.io/library/docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 done [2022-02-15T15:05:25.712Z] #81 DONE 23.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-02-15T15:05:25.949Z] Fetching without tags [2022-02-15T15:05:26.048Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43241/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43241/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 hack/validate/default [2022-02-15T15:05:26.362Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.48s) [2022-02-15T15:05:26.362Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-02-15T15:05:26.362Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:05:26.362Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:05:26.362Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:05:26.362Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:05:26.362Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:05:26.362Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:05:26.362Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:05:26.362Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:05:26.362Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:05:26.362Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:05:26.362Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:05:26.362Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:05:26.362Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:05:26.362Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:05:26.362Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:05:26.362Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-02-15T15:05:26.362Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-02-15T15:05:26.362Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-02-15T15:05:26.362Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-02-15T15:05:26.362Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-02-15T15:05:26.362Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-02-15T15:05:26.362Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-02-15T15:05:26.405Z] #21 43.04 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-02-15T15:05:26.405Z] #21 43.05 Setting up jq (1.6-2.1) ... [2022-02-15T15:05:26.405Z] #21 43.06 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-02-15T15:05:26.405Z] #21 43.11 Setting up iptables (1.8.7-1) ... [2022-02-15T15:05:26.405Z] #21 43.12 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-02-15T15:05:26.405Z] #21 43.13 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-02-15T15:05:26.405Z] #21 43.14 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-02-15T15:05:26.405Z] #21 43.15 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-02-15T15:05:26.405Z] #21 43.15 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-02-15T15:05:26.405Z] #21 43.16 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-02-15T15:05:26.405Z] #21 43.16 Setting up iproute2 (5.10.0-4) ... [2022-02-15T15:05:26.619Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.55s) [2022-02-15T15:05:26.619Z] === RUN TestCreateDifferentPlatform [2022-02-15T15:05:26.619Z] === RUN TestCreateDifferentPlatform/different_os [2022-02-15T15:05:26.619Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-02-15T15:05:26.619Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-02-15T15:05:26.619Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-02-15T15:05:26.619Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-02-15T15:05:26.619Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-02-15T15:05:26.619Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-02-15T15:05:26.619Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-02-15T15:05:26.619Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-02-15T15:05:26.619Z] === RUN TestContainerStartOnDaemonRestart [2022-02-15T15:05:26.619Z] === PAUSE TestContainerStartOnDaemonRestart [2022-02-15T15:05:26.619Z] === RUN TestDaemonRestartIpcMode [2022-02-15T15:05:26.619Z] === PAUSE TestDaemonRestartIpcMode [2022-02-15T15:05:26.619Z] === RUN TestDaemonHostGatewayIP [2022-02-15T15:05:26.619Z] === PAUSE TestDaemonHostGatewayIP [2022-02-15T15:05:26.619Z] === RUN TestRestartDaemonWithRestartingContainer [2022-02-15T15:05:26.619Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-02-15T15:05:26.619Z] === RUN TestContainerKillOnDaemonStart [2022-02-15T15:05:26.619Z] === PAUSE TestContainerKillOnDaemonStart [2022-02-15T15:05:26.619Z] === RUN TestDiff [2022-02-15T15:05:26.623Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-02-15T15:05:26.623Z] No api/types/ or api/swagger.yaml changes in diff. [2022-02-15T15:05:26.623Z] Congratulations! All TOML source files changed here have valid syntax. [2022-02-15T15:05:26.623Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-02-15T15:05:26.623Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-02-15T15:05:26.623Z] Congratulations! No new tests were added to integration-cli. [2022-02-15T15:05:26.623Z] [2022-02-15T15:05:26.623Z] INFO Start validation with golang-ci-lint [2022-02-15T15:05:26.661Z] #21 43.52 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-02-15T15:05:26.760Z] Merging remotes/origin/master commit 67b4b032f33698eef5fefcadd228893e911aa3a3 into PR head commit 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:05:27.181Z] --- PASS: TestDiff (0.57s) [2022-02-15T15:05:27.182Z] === RUN TestExecWithCloseStdin [2022-02-15T15:05:27.565Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-02-15T15:05:27.565Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-02-15T15:05:27.565Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-02-15T15:05:27.593Z] #21 DONE 44.5s [2022-02-15T15:05:27.593Z] [2022-02-15T15:05:27.593Z] #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-02-15T15:05:27.593Z] #22 sha256:ea4aa09fc15436250b335dee4c630fb5d27618ed1385c3b5725697776a66382e [2022-02-15T15:05:28.111Z] --- PASS: TestExecWithCloseStdin (0.60s) [2022-02-15T15:05:28.111Z] === RUN TestExec [2022-02-15T15:05:25.600Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-15T15:05:25.664Z] > git config --add remote.origin.fetch +refs/pull/43241/head:refs/remotes/origin/PR-43241 # timeout=10 [2022-02-15T15:05:25.719Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:05:25.849Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-15T15:05:25.987Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-15T15:05:25.987Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:05:25.989Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43241/head:refs/remotes/origin/PR-43241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:05:26.880Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T15:05:26.928Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T15:05:28.528Z] #22 0.874 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-02-15T15:05:28.528Z] #22 0.878 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-02-15T15:05:28.528Z] #22 0.884 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-02-15T15:05:28.528Z] #22 DONE 0.9s [2022-02-15T15:05:28.528Z] [2022-02-15T15:05:28.529Z] #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-02-15T15:05:28.529Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-15T15:05:28.672Z] --- PASS: TestExec (0.63s) [2022-02-15T15:05:28.672Z] === RUN TestExecUser [2022-02-15T15:05:28.792Z] #43 ... [2022-02-15T15:05:28.792Z] [2022-02-15T15:05:28.792Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-02-15T15:05:28.792Z] #23 sha256:0524cb6c234626f46bed5b69fdc35aa32d049effbbe3ed12f1f7c68157a00e76 [2022-02-15T15:05:29.233Z] --- PASS: TestExecUser (0.61s) [2022-02-15T15:05:29.233Z] === RUN TestExportContainerAndImportImage [2022-02-15T15:05:29.795Z] --- PASS: TestExportContainerAndImportImage (0.72s) [2022-02-15T15:05:29.795Z] === RUN TestExportContainerAfterDaemonRestart [2022-02-15T15:05:30.565Z] Merge succeeded, producing 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:05:30.565Z] Checking out Revision 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 (PR-43241) [2022-02-15T15:05:31.161Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-02-15T15:05:31.161Z] === RUN TestHealthCheckWorkdir [2022-02-15T15:05:30.167Z] > git remote # timeout=10 [2022-02-15T15:05:30.241Z] > git config --get remote.origin.url # timeout=10 [2022-02-15T15:05:30.299Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:05:30.302Z] > git merge 67b4b032f33698eef5fefcadd228893e911aa3a3 # timeout=10 [2022-02-15T15:05:30.456Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-02-15T15:05:30.602Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T15:05:30.656Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T15:05:32.101Z] --- PASS: TestHealthCheckWorkdir (0.87s) [2022-02-15T15:05:32.101Z] === RUN TestHealthKillContainer [2022-02-15T15:05:33.680Z] #23 9.258 Collecting yamllint==1.26.1 [2022-02-15T15:05:33.942Z] #23 10.30 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-02-15T15:05:35.331Z] #23 11.45 Collecting pathspec>=0.5.3 [2022-02-15T15:05:35.331Z] #23 11.46 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-02-15T15:05:35.592Z] #23 11.84 Collecting pyyaml [2022-02-15T15:05:35.592Z] #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-02-15T15:05:35.592Z] #23 11.91 Building wheels for collected packages: yamllint [2022-02-15T15:05:35.592Z] #23 11.92 Building wheel for yamllint (setup.py): started [2022-02-15T15:05:36.548Z] #23 12.83 Building wheel for yamllint (setup.py): finished with status 'done' [2022-02-15T15:05:36.548Z] #23 12.84 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=261d7bbc57e1505e5cd5336701d23fbcbd93fcdb7867ad4d75970e72ee437636 [2022-02-15T15:05:36.548Z] #23 12.84 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-02-15T15:05:36.548Z] #23 12.84 Successfully built yamllint [2022-02-15T15:05:36.548Z] #23 12.88 Installing collected packages: pyyaml, pathspec, yamllint [2022-02-15T15:05:37.121Z] #23 13.28 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-02-15T15:05:37.382Z] #23 DONE 13.8s [2022-02-15T15:05:37.382Z] [2022-02-15T15:05:37.382Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-02-15T15:05:37.382Z] #27 sha256:106c1d91a2245c9180e7c95005704d3e9a1a5ccb9fed5c694c3cc10617c1d887 [2022-02-15T15:05:37.956Z] #27 DONE 0.4s [2022-02-15T15:05:37.956Z] [2022-02-15T15:05:37.956Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-02-15T15:05:37.956Z] #32 sha256:1742f76453df07694f067f0bdfef91f8b1d7bc0b6e530eaa9274a28d58c3e956 [2022-02-15T15:05:38.217Z] #32 DONE 0.5s [2022-02-15T15:05:38.217Z] [2022-02-15T15:05:38.217Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-02-15T15:05:38.217Z] #35 sha256:11fdd26520b11471327ef8131fc892cc4f6c266fe7c360045aef217daff8a7ee [2022-02-15T15:05:38.477Z] #35 DONE 0.3s [2022-02-15T15:05:38.477Z] [2022-02-15T15:05:38.477Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-02-15T15:05:38.477Z] #37 sha256:82b9009971b2e750182e41023d3b73b5547d3c04618d24e9052e6b0ced1ecaa0 [2022-02-15T15:05:38.477Z] #37 DONE 0.1s [2022-02-15T15:05:38.477Z] [2022-02-15T15:05:38.477Z] #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-02-15T15:05:38.477Z] #56 sha256:0cdf96f75e7dc6daf6db34b1ed5276fcaf7ad84aeaf7fc69efd789a15dbb4c63 [2022-02-15T15:05:38.738Z] #56 ... [2022-02-15T15:05:38.738Z] [2022-02-15T15:05:38.738Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-02-15T15:05:38.738Z] #41 sha256:2408f9064f5a3ca16113875219e6c901134e82a461e1746110eb66e8f1bd8754 [2022-02-15T15:05:38.738Z] #41 DONE 0.1s [2022-02-15T15:05:38.746Z] #23 9.507 Collecting yamllint==1.26.1 [2022-02-15T15:05:38.999Z] [2022-02-15T15:05:38.999Z] #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-02-15T15:05:38.999Z] #56 sha256:0cdf96f75e7dc6daf6db34b1ed5276fcaf7ad84aeaf7fc69efd789a15dbb4c63 [2022-02-15T15:05:39.310Z] #23 10.56 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-02-15T15:05:40.195Z] --- PASS: TestHealthKillContainer (8.17s) [2022-02-15T15:05:40.195Z] === RUN TestInspectCpusetInConfigPre120 [2022-02-15T15:05:40.240Z] #23 11.63 Collecting pathspec>=0.5.3 [2022-02-15T15:05:40.240Z] #23 11.64 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-02-15T15:05:40.757Z] --- PASS: TestInspectCpusetInConfigPre120 (0.55s) [2022-02-15T15:05:40.757Z] === RUN TestIpcModeNone [2022-02-15T15:05:40.802Z] #23 12.03 Collecting pyyaml [2022-02-15T15:05:40.802Z] #23 12.05 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-02-15T15:05:40.802Z] #23 12.11 Building wheels for collected packages: yamllint [2022-02-15T15:05:40.802Z] #23 12.12 Building wheel for yamllint (setup.py): started [2022-02-15T15:05:41.321Z] --- PASS: TestIpcModeNone (0.63s) [2022-02-15T15:05:41.321Z] === RUN TestIpcModePrivate [2022-02-15T15:05:41.549Z] #56 ... [2022-02-15T15:05:41.549Z] [2022-02-15T15:05:41.549Z] #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-02-15T15:05:41.549Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-15T15:05:41.549Z] #43 172.2 + dpkg --print-architecture [2022-02-15T15:05:41.549Z] #43 172.2 + git checkout -q v2.1.0 [2022-02-15T15:05:41.579Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false [2022-02-15T15:05:41.732Z] #23 13.00 Building wheel for yamllint (setup.py): finished with status 'done' [2022-02-15T15:05:41.732Z] #23 13.00 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=3e79f94d48b7be8ad06af171d5a65f4889538e31eeea81c6ae4fb6a923a66b24 [2022-02-15T15:05:41.732Z] #23 13.00 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-02-15T15:05:41.732Z] #23 13.01 Successfully built yamllint [2022-02-15T15:05:41.732Z] #23 13.03 Installing collected packages: pyyaml, pathspec, yamllint [2022-02-15T15:05:41.752Z] Fetching without tags [2022-02-15T15:05:41.812Z] #43 172.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-02-15T15:05:41.836Z] --- PASS: TestIpcModePrivate (0.61s) [2022-02-15T15:05:41.836Z] === RUN TestIpcModeShareable [2022-02-15T15:05:41.990Z] #23 13.42 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-02-15T15:05:42.075Z] #43 172.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-02-15T15:05:42.400Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true [2022-02-15T15:05:42.400Z] --- PASS: TestIpcModeShareable (0.57s) [2022-02-15T15:05:42.400Z] === RUN TestAPIIpcModeShareableAndContainer [2022-02-15T15:05:42.559Z] #23 DONE 13.8s [2022-02-15T15:05:42.559Z] [2022-02-15T15:05:42.559Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-02-15T15:05:42.559Z] #27 sha256:16607f6150b6622fe49b2f9fdd12fa7f2bf6e602a7889f09f68b58416eb81f1b [2022-02-15T15:05:42.559Z] #27 DONE 0.2s [2022-02-15T15:05:42.559Z] [2022-02-15T15:05:42.559Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-02-15T15:05:42.559Z] #32 sha256:c7d41de8a7274297b74b5ffebfb634afa78ca310c9ec38bd92d5972eaa029dda [2022-02-15T15:05:41.403Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-15T15:05:41.477Z] > git config --add remote.origin.fetch +refs/pull/43241/head:refs/remotes/origin/PR-43241 # timeout=10 [2022-02-15T15:05:41.531Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:05:41.665Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-02-15T15:05:41.794Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-02-15T15:05:41.794Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:05:41.796Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43241/head:refs/remotes/origin/PR-43241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-02-15T15:05:42.585Z] Merging remotes/origin/master commit 67b4b032f33698eef5fefcadd228893e911aa3a3 into PR head commit 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:05:43.109Z] Commit message: "vendor: github.com/moby/sys/signal v0.7.0" [2022-02-15T15:05:43.121Z] #32 DONE 0.6s [2022-02-15T15:05:43.121Z] [2022-02-15T15:05:43.121Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-02-15T15:05:43.121Z] #35 sha256:48c4c42d2f60e04e72c2c2cdcb7b27239d52886b72afa8e24859e49516e8ca1f [2022-02-15T15:05:43.379Z] #35 DONE 0.3s [2022-02-15T15:05:43.379Z] [2022-02-15T15:05:43.379Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-02-15T15:05:43.379Z] #37 sha256:d1cfe897d8f7419a38043885649618737f9e6700ccc9af0144d608c6a111619b [2022-02-15T15:05:43.379Z] #37 DONE 0.0s [2022-02-15T15:05:43.379Z] [2022-02-15T15:05:43.380Z] #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-02-15T15:05:43.380Z] #56 sha256:84b54a2f183e43b27f243302bf31a76fe8ae8e2a7088744930812e2a7bfb534d [2022-02-15T15:05:43.635Z] #56 ... [2022-02-15T15:05:43.635Z] [2022-02-15T15:05:43.635Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-02-15T15:05:43.635Z] #41 sha256:86a16083ac8700a6a5795aecc806fa0b3da49db0ff0cda7d3a39903622e860e2 [2022-02-15T15:05:43.635Z] #41 DONE 0.1s [2022-02-15T15:05:43.554Z] > git --version # timeout=10 [2022-02-15T15:05:43.603Z] > git --version # 'git version 2.24.1.windows.2' [2022-02-15T15:05:43.650Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-02-15T15:05:43.891Z] [2022-02-15T15:05:43.891Z] #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-02-15T15:05:43.891Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-02-15T15:05:44.294Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.77s) [2022-02-15T15:05:44.294Z] === RUN TestAPIIpcModeHost [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-02-15T15:05:44.858Z] --- PASS: TestAPIIpcModeHost (0.40s) [2022-02-15T15:05:44.858Z] === RUN TestDaemonIpcModeShareable [2022-02-15T15:05:42.701Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T15:05:42.751Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T15:05:45.788Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-02-15T15:05:45.788Z] --- PASS: TestDaemonIpcModeShareable (1.18s) [2022-02-15T15:05:45.788Z] === RUN TestDaemonIpcModePrivate [2022-02-15T15:05:46.322Z] Merge succeeded, producing 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:05:46.322Z] Checking out Revision 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 (PR-43241) [2022-02-15T15:05:47.156Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-02-15T15:05:47.156Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2022-02-15T15:05:47.156Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-02-15T15:05:47.649Z] + docker version [2022-02-15T15:05:48.084Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-02-15T15:05:48.084Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.16s) [2022-02-15T15:05:48.084Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-02-15T15:05:48.106Z] #43 177.0 + dpkg --print-architecture [2022-02-15T15:05:48.106Z] #43 177.0 + git checkout -q v2.1.0 [2022-02-15T15:05:48.363Z] #43 177.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-02-15T15:05:48.363Z] #43 177.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-02-15T15:05:45.906Z] > git remote # timeout=10 [2022-02-15T15:05:45.992Z] > git config --get remote.origin.url # timeout=10 [2022-02-15T15:05:46.061Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-02-15T15:05:46.063Z] > git merge 67b4b032f33698eef5fefcadd228893e911aa3a3 # timeout=10 [2022-02-15T15:05:46.220Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-02-15T15:05:46.362Z] > git config core.sparsecheckout # timeout=10 [2022-02-15T15:05:46.423Z] > git checkout -f 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 # timeout=10 [2022-02-15T15:05:49.449Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-02-15T15:05:49.450Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.17s) [2022-02-15T15:05:49.450Z] === RUN TestIpcModeOlderClient [2022-02-15T15:05:49.450Z] === PAUSE TestIpcModeOlderClient [2022-02-15T15:05:49.450Z] === RUN TestKillContainerInvalidSignal [2022-02-15T15:05:49.706Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-02-15T15:05:49.706Z] === RUN TestKillContainer [2022-02-15T15:05:49.706Z] === RUN TestKillContainer/no_signal [2022-02-15T15:05:50.268Z] === RUN TestKillContainer/non_killing_signal [2022-02-15T15:05:50.524Z] === RUN TestKillContainer/killing_signal [2022-02-15T15:05:51.086Z] --- PASS: TestKillContainer (1.31s) [2022-02-15T15:05:51.086Z] --- PASS: TestKillContainer/no_signal (0.43s) [2022-02-15T15:05:51.086Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2022-02-15T15:05:51.086Z] --- PASS: TestKillContainer/killing_signal (0.42s) [2022-02-15T15:05:51.086Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-02-15T15:05:51.086Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-02-15T15:05:51.657Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-02-15T15:05:52.587Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.28s) [2022-02-15T15:05:52.587Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2022-02-15T15:05:52.587Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.70s) [2022-02-15T15:05:52.587Z] === RUN TestKillStoppedContainer [2022-02-15T15:05:52.587Z] --- PASS: TestKillStoppedContainer (0.06s) [2022-02-15T15:05:52.587Z] === RUN TestKillStoppedContainerAPIPre120 [2022-02-15T15:05:52.587Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-02-15T15:05:52.587Z] === RUN TestKillDifferentUserContainer [2022-02-15T15:05:52.844Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-02-15T15:05:52.844Z] === RUN TestInspectOomKilledTrue [2022-02-15T15:05:52.844Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-02-15T15:05:52.844Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-02-15T15:05:52.844Z] === RUN TestInspectOomKilledFalse [2022-02-15T15:05:53.406Z] --- PASS: TestInspectOomKilledFalse (0.41s) [2022-02-15T15:05:53.407Z] === RUN TestLinksEtcHostsContentMatch [2022-02-15T15:05:53.663Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s) [2022-02-15T15:05:53.663Z] === RUN TestLinksContainerNames [2022-02-15T15:05:54.592Z] --- PASS: TestLinksContainerNames (0.87s) [2022-02-15T15:05:54.592Z] === RUN TestLogsFollowTailEmpty [2022-02-15T15:05:54.849Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-02-15T15:05:54.849Z] === RUN TestContainerNetworkMountsNoChown [2022-02-15T15:05:55.412Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot/default [2022-02-15T15:05:55.412Z] === PAUSE TestMountDaemonRoot/default [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot/private [2022-02-15T15:05:55.412Z] === PAUSE TestMountDaemonRoot/private [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot/rprivate [2022-02-15T15:05:55.412Z] === PAUSE TestMountDaemonRoot/rprivate [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot/slave [2022-02-15T15:05:55.412Z] === PAUSE TestMountDaemonRoot/slave [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot/rslave [2022-02-15T15:05:55.412Z] === PAUSE TestMountDaemonRoot/rslave [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot/shared [2022-02-15T15:05:55.412Z] === PAUSE TestMountDaemonRoot/shared [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot/rshared [2022-02-15T15:05:55.412Z] === PAUSE TestMountDaemonRoot/rshared [2022-02-15T15:05:55.412Z] === CONT TestMountDaemonRoot/default [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-02-15T15:05:55.412Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot/default/bind_root [2022-02-15T15:05:55.412Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-02-15T15:05:55.412Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot/default/mount_root [2022-02-15T15:05:55.412Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-02-15T15:05:55.412Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-02-15T15:05:55.412Z] === CONT TestMountDaemonRoot/rprivate [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-02-15T15:05:55.412Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-02-15T15:05:55.412Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-02-15T15:05:55.412Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-02-15T15:05:55.412Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-02-15T15:05:55.412Z] === CONT TestMountDaemonRoot/private [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-02-15T15:05:55.412Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-02-15T15:05:55.412Z] === RUN TestMountDaemonRoot/private/bind_root [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/private/mount_root [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-02-15T15:05:55.413Z] === CONT TestMountDaemonRoot/default/mount_root [2022-02-15T15:05:55.413Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-02-15T15:05:55.413Z] === CONT TestMountDaemonRoot/default/bind_root [2022-02-15T15:05:55.413Z] === CONT TestMountDaemonRoot/shared [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-02-15T15:05:55.413Z] === CONT TestMountDaemonRoot/rshared [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-02-15T15:05:55.413Z] === CONT TestMountDaemonRoot/rslave [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-02-15T15:05:55.413Z] === CONT TestMountDaemonRoot/slave [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-02-15T15:05:55.413Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-02-15T15:05:55.413Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-02-15T15:05:55.413Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-02-15T15:05:55.413Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-02-15T15:05:55.413Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-02-15T15:05:55.413Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-02-15T15:05:55.413Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-02-15T15:05:55.413Z] === CONT TestMountDaemonRoot/private/mount_root [2022-02-15T15:05:55.601Z] Client: [2022-02-15T15:05:55.601Z] Version: 20.10.9 [2022-02-15T15:05:55.601Z] API version: 1.41 [2022-02-15T15:05:55.601Z] Go version: go1.16.8 [2022-02-15T15:05:55.601Z] Git commit: c2ea9bc [2022-02-15T15:05:55.601Z] Built: Mon Oct 4 16:11:10 2021 [2022-02-15T15:05:55.601Z] OS/Arch: windows/amd64 [2022-02-15T15:05:55.601Z] Context: default [2022-02-15T15:05:55.601Z] Experimental: true [2022-02-15T15:05:55.601Z] [2022-02-15T15:05:55.601Z] Server: Docker Engine - Community [2022-02-15T15:05:55.601Z] Engine: [2022-02-15T15:05:55.601Z] Version: 20.10.9 [2022-02-15T15:05:55.601Z] API version: 1.41 (minimum version 1.24) [2022-02-15T15:05:55.601Z] Go version: go1.16.8 [2022-02-15T15:05:55.601Z] Git commit: 79ea9d3 [2022-02-15T15:05:55.601Z] Built: Mon Oct 4 16:06:39 2021 [2022-02-15T15:05:55.601Z] OS/Arch: windows/amd64 [2022-02-15T15:05:55.601Z] Experimental: true [2022-02-15T15:05:55.670Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-02-15T15:05:55.670Z] === CONT TestMountDaemonRoot/private/bind_root [2022-02-15T15:05:55.670Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-02-15T15:05:55.670Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-02-15T15:05:55.670Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-02-15T15:05:55.670Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-02-15T15:05:55.670Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-02-15T15:05:55.670Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-02-15T15:05:55.670Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-02-15T15:05:55.670Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-02-15T15:05:55.670Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-02-15T15:05:55.670Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-02-15T15:05:55.670Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-02-15T15:05:55.670Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-02-15T15:05:55.928Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-02-15T15:05:55.928Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-02-15T15:05:55.928Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-02-15T15:05:55.928Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-02-15T15:05:55.928Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-02-15T15:05:55.928Z] === RUN TestContainerBindMountNonRecursive [Pipeline] sh [2022-02-15T15:05:57.295Z] --- PASS: TestContainerBindMountNonRecursive (1.25s) [2022-02-15T15:05:57.295Z] === RUN TestContainerVolumesMountedAsShared [2022-02-15T15:05:57.303Z] + docker info [2022-02-15T15:05:57.303Z] Client: [2022-02-15T15:05:57.303Z] Context: default [2022-02-15T15:05:57.303Z] Debug Mode: false [2022-02-15T15:05:57.303Z] [2022-02-15T15:05:57.303Z] Server: [2022-02-15T15:05:57.303Z] Containers: 0 [2022-02-15T15:05:57.303Z] Running: 0 [2022-02-15T15:05:57.303Z] Paused: 0 [2022-02-15T15:05:57.303Z] Stopped: 0 [2022-02-15T15:05:57.303Z] Images: 0 [2022-02-15T15:05:57.303Z] Server Version: 20.10.9 [2022-02-15T15:05:57.303Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-02-15T15:05:57.303Z] Windows: [2022-02-15T15:05:57.303Z] LCOW: [2022-02-15T15:05:57.303Z] Logging Driver: json-file [2022-02-15T15:05:57.303Z] Plugins: [2022-02-15T15:05:57.303Z] Volume: local [2022-02-15T15:05:57.303Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-15T15:05:57.303Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-15T15:05:57.303Z] Swarm: inactive [2022-02-15T15:05:57.303Z] Default Isolation: process [2022-02-15T15:05:57.303Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-02-15T15:05:57.303Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-02-15T15:05:57.303Z] OSType: windows [2022-02-15T15:05:57.303Z] Architecture: x86_64 [2022-02-15T15:05:57.303Z] CPUs: 4 [2022-02-15T15:05:57.303Z] Total Memory: 32GiB [2022-02-15T15:05:57.303Z] Name: azwin-2-d0e5e0 [2022-02-15T15:05:57.303Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-02-15T15:05:57.303Z] Docker Root Dir: D:\docker [2022-02-15T15:05:57.303Z] Debug Mode: false [2022-02-15T15:05:57.303Z] Registry: https://index.docker.io/v1/ [2022-02-15T15:05:57.303Z] Labels: [2022-02-15T15:05:57.303Z] Experimental: true [2022-02-15T15:05:57.303Z] Insecure Registries: [2022-02-15T15:05:57.303Z] 10.0.0.4:5000 [2022-02-15T15:05:57.303Z] 127.0.0.0/8 [2022-02-15T15:05:57.303Z] Registry Mirrors: [2022-02-15T15:05:57.303Z] http://10.0.0.4:5000/ [2022-02-15T15:05:57.303Z] Live Restore Enabled: false [2022-02-15T15:05:57.303Z] Product License: Community Engine [2022-02-15T15:05:57.303Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-02-15T15:05:57.553Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s) [2022-02-15T15:05:57.553Z] === RUN TestContainerVolumesMountedAsSlave [2022-02-15T15:05:57.810Z] --- PASS: TestContainerVolumesMountedAsSlave (0.30s) [2022-02-15T15:05:57.810Z] === RUN TestNetworkNat [2022-02-15T15:05:58.165Z] Commit message: "vendor: github.com/moby/sys/signal v0.7.0" [2022-02-15T15:05:58.374Z] --- PASS: TestNetworkNat (0.48s) [2022-02-15T15:05:58.374Z] === RUN TestNetworkLocalhostTCPNat [2022-02-15T15:05:58.580Z] > git --version # timeout=10 [2022-02-15T15:05:58.646Z] > git --version # 'git version 2.24.1.windows.2' [2022-02-15T15:05:58.714Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-02-15T15:05:59.128Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-02-15T15:05:59.128Z] === RUN TestNetworkLoopbackNat [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-02-15T15:06:01.644Z] --- PASS: TestNetworkLoopbackNat (2.56s) [2022-02-15T15:06:01.644Z] === RUN TestPause [2022-02-15T15:06:01.848Z] + docker version [2022-02-15T15:06:01.900Z] --- PASS: TestPause (0.45s) [2022-02-15T15:06:01.900Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-02-15T15:06:01.900Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-02-15T15:06:01.900Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-02-15T15:06:01.900Z] === RUN TestPauseStopPausedContainer [2022-02-15T15:06:02.156Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2022-02-15T15:06:02.156Z] === RUN TestPidHost [2022-02-15T15:06:03.522Z] --- PASS: TestPidHost (0.98s) [2022-02-15T15:06:03.522Z] === RUN TestPsFilter [2022-02-15T15:06:03.522Z] --- PASS: TestPsFilter (0.12s) [2022-02-15T15:06:03.522Z] === RUN TestRemoveContainerWithRemovedVolume [2022-02-15T15:06:03.778Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-02-15T15:06:03.778Z] === RUN TestRemoveContainerWithVolume [2022-02-15T15:06:04.035Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-02-15T15:06:04.035Z] === RUN TestRemoveContainerRunning [2022-02-15T15:06:04.598Z] --- PASS: TestRemoveContainerRunning (0.43s) [2022-02-15T15:06:04.598Z] === RUN TestRemoveContainerForceRemoveRunning [2022-02-15T15:06:05.160Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2022-02-15T15:06:05.160Z] === RUN TestRemoveInvalidContainer [2022-02-15T15:06:05.160Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-02-15T15:06:05.160Z] === RUN TestRenameLinkedContainer [2022-02-15T15:06:05.594Z] 8f616e6e9eec: Verifying Checksum [2022-02-15T15:06:05.595Z] 8f616e6e9eec: Download complete [2022-02-15T15:06:07.055Z] --- PASS: TestRenameLinkedContainer (1.65s) [2022-02-15T15:06:07.055Z] === RUN TestRenameStoppedContainer [2022-02-15T15:06:07.055Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-02-15T15:06:07.055Z] === RUN TestRenameRunningContainerAndReuse [2022-02-15T15:06:07.997Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2022-02-15T15:06:07.997Z] === RUN TestRenameInvalidName [2022-02-15T15:06:08.257Z] --- PASS: TestRenameInvalidName (0.41s) [2022-02-15T15:06:08.257Z] === RUN TestRenameAnonymousContainer [2022-02-15T15:06:08.684Z] #43 DONE 196.5s [2022-02-15T15:06:08.684Z] [2022-02-15T15:06:08.684Z] #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-02-15T15:06:08.684Z] #56 sha256:0cdf96f75e7dc6daf6db34b1ed5276fcaf7ad84aeaf7fc69efd789a15dbb4c63 [2022-02-15T15:06:08.684Z] #56 ... [2022-02-15T15:06:08.684Z] [2022-02-15T15:06:08.684Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-02-15T15:06:08.684Z] #44 sha256:97a20e7293deed1cdb5adffebc15a8bf0b10798a98416263136defba9d5f3cea [2022-02-15T15:06:08.684Z] #44 DONE 0.6s [2022-02-15T15:06:08.684Z] [2022-02-15T15:06:08.684Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-02-15T15:06:08.684Z] #48 sha256:01951e1dc68e87be6d7fb9838888c8821a0b8dccda35366ccbd9210f21587419 [2022-02-15T15:06:08.684Z] #48 DONE 0.1s [2022-02-15T15:06:08.684Z] [2022-02-15T15:06:08.684Z] #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-02-15T15:06:08.684Z] #56 sha256:0cdf96f75e7dc6daf6db34b1ed5276fcaf7ad84aeaf7fc69efd789a15dbb4c63 [2022-02-15T15:06:08.684Z] #56 ... [2022-02-15T15:06:08.684Z] [2022-02-15T15:06:08.684Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-02-15T15:06:08.684Z] #50 sha256:0ec29674d2a96d3c5cd84992de100b7b51c6e7a63bd5f58c897ffaf4b1800d2d [2022-02-15T15:06:08.684Z] #50 DONE 0.1s [2022-02-15T15:06:08.684Z] [2022-02-15T15:06:08.684Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:06:08.684Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:06:08.908Z] Client: [2022-02-15T15:06:08.908Z] Version: 20.10.9 [2022-02-15T15:06:08.908Z] API version: 1.41 [2022-02-15T15:06:08.908Z] Go version: go1.16.8 [2022-02-15T15:06:08.908Z] Git commit: c2ea9bc [2022-02-15T15:06:08.908Z] Built: Mon Oct 4 16:11:10 2021 [2022-02-15T15:06:08.908Z] OS/Arch: windows/amd64 [2022-02-15T15:06:08.908Z] Context: default [2022-02-15T15:06:08.908Z] Experimental: true [2022-02-15T15:06:08.908Z] [2022-02-15T15:06:08.908Z] Server: Docker Engine - Community [2022-02-15T15:06:08.908Z] Engine: [2022-02-15T15:06:08.908Z] Version: 20.10.9 [2022-02-15T15:06:08.908Z] API version: 1.41 (minimum version 1.24) [2022-02-15T15:06:08.908Z] Go version: go1.16.8 [2022-02-15T15:06:08.908Z] Git commit: 79ea9d3 [2022-02-15T15:06:08.909Z] Built: Mon Oct 4 16:06:39 2021 [2022-02-15T15:06:08.909Z] OS/Arch: windows/amd64 [2022-02-15T15:06:08.909Z] Experimental: true [Pipeline] sh [2022-02-15T15:06:10.149Z] --- PASS: TestRenameAnonymousContainer (1.46s) [2022-02-15T15:06:10.149Z] === RUN TestRenameContainerWithSameName [2022-02-15T15:06:10.149Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-02-15T15:06:10.149Z] === RUN TestRenameContainerWithLinkedContainer [2022-02-15T15:06:10.426Z] + docker info [2022-02-15T15:06:11.077Z] --- PASS: TestRenameContainerWithLinkedContainer (0.83s) [2022-02-15T15:06:11.077Z] === RUN TestResize [2022-02-15T15:06:11.642Z] --- PASS: TestResize (0.42s) [2022-02-15T15:06:11.642Z] === RUN TestResizeWithInvalidSize [2022-02-15T15:06:11.903Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-02-15T15:06:11.903Z] === RUN TestResizeWhenContainerNotStarted [2022-02-15T15:06:12.466Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2022-02-15T15:06:12.466Z] === RUN TestDaemonRestartKillContainers [2022-02-15T15:06:12.466Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-15T15:06:12.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-15T15:06:12.466Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-15T15:06:12.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-15T15:06:12.466Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-15T15:06:12.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-15T15:06:12.466Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-15T15:06:12.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-15T15:06:12.466Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-15T15:06:12.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-15T15:06:12.466Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-15T15:06:12.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-15T15:06:12.466Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-15T15:06:12.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-15T15:06:12.466Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-15T15:06:12.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-15T15:06:12.466Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:06:12.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:06:12.466Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:06:12.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:06:12.466Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:06:12.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:06:12.466Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:06:12.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:06:12.466Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:06:12.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:06:12.466Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:06:12.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:06:12.466Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:06:12.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:06:12.466Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:06:12.466Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:06:12.466Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-15T15:06:12.466Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:06:13.832Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-15T15:06:14.088Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:06:14.898Z] #43 DONE 201.4s [2022-02-15T15:06:14.898Z] [2022-02-15T15:06:14.898Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:06:14.898Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:06:14.898Z] #51 ... [2022-02-15T15:06:14.898Z] [2022-02-15T15:06:14.898Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-02-15T15:06:14.898Z] #44 sha256:22d8e01a859d57dab6e9cbd5effd534bba1552fe67f3f463dafcbf2fd6a37de0 [2022-02-15T15:06:14.898Z] #44 DONE 0.5s [2022-02-15T15:06:14.898Z] [2022-02-15T15:06:14.898Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-02-15T15:06:14.898Z] #48 sha256:3974ea9808486928f448528b27aa7be322b07e2fae089d83cf5c4160ea91f72e [2022-02-15T15:06:14.898Z] #48 DONE 0.1s [2022-02-15T15:06:14.898Z] [2022-02-15T15:06:14.898Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:06:14.898Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:06:14.898Z] #51 ... [2022-02-15T15:06:14.898Z] [2022-02-15T15:06:14.898Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-02-15T15:06:14.898Z] #50 sha256:5895f08be36d519b928c17b47614bbdf4bd16f19ca900b90f7df8365eb9b506f [2022-02-15T15:06:14.898Z] #50 DONE 0.1s [2022-02-15T15:06:14.898Z] [2022-02-15T15:06:14.898Z] #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-02-15T15:06:14.898Z] #56 sha256:84b54a2f183e43b27f243302bf31a76fe8ae8e2a7088744930812e2a7bfb534d [2022-02-15T15:06:15.455Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:06:15.456Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:06:16.424Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-02-15T15:06:16.424Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-342b3cd1\powershellScript.ps1'; exit $LASTEXITCODE; [2022-02-15T15:06:16.424Z] ---------------------------------------------------------------------------- [2022-02-15T15:06:16.424Z] [2022-02-15T15:06:16.424Z] INFO: executeCI.ps1 starting at Tue Feb 15 15:06:16 CUT 2022 [2022-02-15T15:06:16.424Z] [2022-02-15T15:06:16.424Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-02-15T15:06:16.424Z] INFO: Running git version 2.24.1.windows.2 [2022-02-15T15:06:16.824Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:06:16.824Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:06:16.913Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-02-15T15:06:16.913Z] INFO: Environment variables: [2022-02-15T15:06:16.913Z] [2022-02-15T15:06:16.913Z] Name Value [2022-02-15T15:06:16.913Z] ---- ----- [2022-02-15T15:06:16.913Z] ALLUSERSPROFILE C:\ProgramData [2022-02-15T15:06:16.913Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-02-15T15:06:16.913Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-02-15T15:06:16.913Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-02-15T15:06:16.913Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-02-15T15:06:16.913Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-02-15T15:06:16.913Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-02-15T15:06:16.913Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-02-15T15:06:16.913Z] BRANCH_NAME PR-43241 [2022-02-15T15:06:16.913Z] BUILD_DISPLAY_NAME #1 [2022-02-15T15:06:16.913Z] BUILD_ID 1 [2022-02-15T15:06:16.913Z] BUILD_NUMBER 1 [2022-02-15T15:06:16.913Z] BUILD_TAG jenkins-moby-PR-43241-1 [2022-02-15T15:06:16.913Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/1/ [2022-02-15T15:06:16.913Z] CHANGE_AUTHOR thaJeztah [2022-02-15T15:06:16.913Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-02-15T15:06:16.913Z] CHANGE_BRANCH update_moby_sys_fsnotify [2022-02-15T15:06:16.913Z] CHANGE_FORK thaJeztah/docker [2022-02-15T15:06:16.913Z] CHANGE_ID 43241 [2022-02-15T15:06:16.913Z] CHANGE_TARGET master [2022-02-15T15:06:16.913Z] CHANGE_TITLE vendor: fsnotify v1.5.1, moby/sys/mountinfo v0.6.0, moby/sys/signal v0.7.0 [2022-02-15T15:06:16.913Z] CHANGE_URL https://github.com/moby/moby/pull/43241 [2022-02-15T15:06:16.913Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-15T15:06:16.913Z] CommonProgramFiles C:\Program Files\Common Files [2022-02-15T15:06:16.913Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-02-15T15:06:16.913Z] CommonProgramW6432 C:\Program Files\Common Files [2022-02-15T15:06:16.913Z] COMPUTERNAME azwin-2-d0e5e0 [2022-02-15T15:06:16.913Z] ComSpec C:\Windows\system32\cmd.exe [2022-02-15T15:06:16.913Z] ConfigSequenceNumber 0 [2022-02-15T15:06:16.913Z] DOCKER_BUILDKIT 0 [2022-02-15T15:06:16.913Z] DOCKER_DUT_DEBUG 1 [2022-02-15T15:06:16.914Z] DOCKER_EXPERIMENTAL 1 [2022-02-15T15:06:16.914Z] DOCKER_GRAPHDRIVER overlay2 [2022-02-15T15:06:16.914Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-02-15T15:06:16.914Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-02-15T15:06:16.914Z] EXECUTOR_NUMBER 0 [2022-02-15T15:06:16.914Z] FQDN azwin-2-d0e5e0.westus.cloudapp.azure.com [2022-02-15T15:06:16.914Z] GIT_BRANCH PR-43241 [2022-02-15T15:06:16.914Z] GIT_COMMIT 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:06:16.914Z] GIT_URL https://github.com/moby/moby.git [2022-02-15T15:06:16.914Z] HUDSON_COOKIE 9ab1e99a-c3ba-4b6d-89d7-bd3e54036d20 [2022-02-15T15:06:16.914Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-02-15T15:06:16.914Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-02-15T15:06:16.914Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-02-15T15:06:16.914Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-02-15T15:06:16.914Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-02-15T15:06:16.914Z] JENKINS_NODE_COOKIE 59068c5d-400b-454c-802f-c095d2e02f66 [2022-02-15T15:06:16.914Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-02-15T15:06:16.914Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-02-15T15:06:16.914Z] JOB_BASE_NAME PR-43241 [2022-02-15T15:06:16.914Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/display/redirect [2022-02-15T15:06:16.914Z] JOB_NAME moby/PR-43241 [2022-02-15T15:06:16.914Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/ [2022-02-15T15:06:16.914Z] library.jps.version master [2022-02-15T15:06:16.914Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-02-15T15:06:16.914Z] NODE_LABELS amd64 azure azwin-2-d0e5e0 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-02-15T15:06:16.914Z] NODE_NAME azwin-2-d0e5e0 [2022-02-15T15:06:16.914Z] NUMBER_OF_PROCESSORS 4 [2022-02-15T15:06:16.914Z] OS Windows_NT [2022-02-15T15:06:16.914Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-02-15T15:06:16.914Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-02-15T15:06:16.914Z] PROCESSOR_ARCHITECTURE AMD64 [2022-02-15T15:06:16.914Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-02-15T15:06:16.914Z] PROCESSOR_LEVEL 6 [2022-02-15T15:06:16.914Z] PROCESSOR_REVISION 4f01 [2022-02-15T15:06:16.914Z] ProgramData C:\ProgramData [2022-02-15T15:06:16.914Z] ProgramFiles C:\Program Files [2022-02-15T15:06:16.914Z] ProgramFiles(x86) C:\Program Files (x86) [2022-02-15T15:06:16.914Z] ProgramW6432 C:\Program Files [2022-02-15T15:06:16.914Z] PROMPT $P$G [2022-02-15T15:06:16.914Z] PSExecutionPolicyPreference Bypass [2022-02-15T15:06:16.914Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-02-15T15:06:16.914Z] PUBLIC C:\Users\Public [2022-02-15T15:06:16.914Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/1/display/redirect?page=artif... [2022-02-15T15:06:16.914Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/1/display/redirect?page=changes [2022-02-15T15:06:16.914Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/1/display/redirect [2022-02-15T15:06:16.914Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/1/display/redirect?page=tests [2022-02-15T15:06:16.914Z] SKIP_VALIDATION_TESTS 1 [2022-02-15T15:06:16.914Z] SOURCES_DRIVE d [2022-02-15T15:06:16.914Z] SOURCES_SUBDIR gopath [2022-02-15T15:06:16.914Z] STAGE_NAME Run tests [2022-02-15T15:06:16.914Z] SystemDrive C: [2022-02-15T15:06:16.914Z] SystemRoot C:\Windows [2022-02-15T15:06:16.914Z] TEMP C:\Windows\TEMP [2022-02-15T15:06:16.914Z] TESTDEBUG 0 [2022-02-15T15:06:16.914Z] TESTRUN_DRIVE d [2022-02-15T15:06:16.914Z] TESTRUN_SUBDIR CI [2022-02-15T15:06:16.914Z] TIMEOUT 120m [2022-02-15T15:06:16.914Z] TMP C:\Windows\TEMP [2022-02-15T15:06:16.914Z] USERDOMAIN WORKGROUP [2022-02-15T15:06:16.914Z] USERNAME azwin-2-d0e5e0$ [2022-02-15T15:06:16.914Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-02-15T15:06:16.914Z] windir C:\Windows [2022-02-15T15:06:16.914Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-02-15T15:06:16.914Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-02-15T15:06:16.914Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-02-15T15:06:16.914Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-02-15T15:06:16.914Z] [2022-02-15T15:06:16.914Z] [2022-02-15T15:06:16.914Z] [2022-02-15T15:06:19.213Z] INFO: Sources under d:\gopath\... [2022-02-15T15:06:19.213Z] INFO: Test run under d:\CI\... [2022-02-15T15:06:19.213Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-02-15T15:06:19.213Z] INFO: docker/docker repository was found [2022-02-15T15:06:19.213Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-02-15T15:06:19.702Z] ltsc2022: Pulling from windows/servercore [2022-02-15T15:06:19.702Z] 8f616e6e9eec: Pulling fs layer [2022-02-15T15:06:19.702Z] 898469748ff6: Pulling fs layer [2022-02-15T15:06:20.095Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:06:20.351Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:06:24.518Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-15T15:06:24.518Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-15T15:06:25.221Z] Client: [2022-02-15T15:06:25.221Z] Context: default [2022-02-15T15:06:25.221Z] Debug Mode: false [2022-02-15T15:06:25.221Z] Plugins: [2022-02-15T15:06:25.221Z] app: Docker Application (Docker Inc., v0.8.0) [2022-02-15T15:06:25.221Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-02-15T15:06:25.221Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-02-15T15:06:25.221Z] [2022-02-15T15:06:25.221Z] Server: [2022-02-15T15:06:25.221Z] Containers: 0 [2022-02-15T15:06:25.221Z] Running: 0 [2022-02-15T15:06:25.221Z] Paused: 0 [2022-02-15T15:06:25.221Z] Stopped: 0 [2022-02-15T15:06:25.221Z] Images: 0 [2022-02-15T15:06:25.221Z] Server Version: 20.10.9 [2022-02-15T15:06:25.221Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-02-15T15:06:25.221Z] Windows: [2022-02-15T15:06:25.221Z] LCOW: [2022-02-15T15:06:25.221Z] Logging Driver: json-file [2022-02-15T15:06:25.221Z] Plugins: [2022-02-15T15:06:25.221Z] Volume: local [2022-02-15T15:06:25.221Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-15T15:06:25.222Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-15T15:06:25.222Z] Swarm: inactive [2022-02-15T15:06:25.222Z] Default Isolation: process [2022-02-15T15:06:25.222Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-02-15T15:06:25.222Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-02-15T15:06:25.222Z] OSType: windows [2022-02-15T15:06:25.222Z] Architecture: x86_64 [2022-02-15T15:06:25.222Z] CPUs: 4 [2022-02-15T15:06:25.222Z] Total Memory: 32GiB [2022-02-15T15:06:25.222Z] Name: azwin-2-ac1cf0 [2022-02-15T15:06:25.222Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-02-15T15:06:25.222Z] Docker Root Dir: D:\docker [2022-02-15T15:06:25.222Z] Debug Mode: false [2022-02-15T15:06:25.222Z] Registry: https://index.docker.io/v1/ [2022-02-15T15:06:25.222Z] Labels: [2022-02-15T15:06:25.222Z] Experimental: true [2022-02-15T15:06:25.222Z] Insecure Registries: [2022-02-15T15:06:25.222Z] 10.0.0.4:5000 [2022-02-15T15:06:25.222Z] 127.0.0.0/8 [2022-02-15T15:06:25.222Z] Registry Mirrors: [2022-02-15T15:06:25.222Z] http://10.0.0.4:5000/ [2022-02-15T15:06:25.222Z] Live Restore Enabled: false [2022-02-15T15:06:25.222Z] Product License: Community Engine [2022-02-15T15:06:25.222Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-02-15T15:06:25.885Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-15T15:06:26.141Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-15T15:06:28.052Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-15T15:06:28.308Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-15T15:06:30.243Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-02-15T15:06:30.243Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.38s) [2022-02-15T15:06:30.243Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.67s) [2022-02-15T15:06:30.243Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.36s) [2022-02-15T15:06:30.243Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.75s) [2022-02-15T15:06:30.243Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.27s) [2022-02-15T15:06:30.243Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.36s) [2022-02-15T15:06:30.243Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.45s) [2022-02-15T15:06:30.243Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.45s) [2022-02-15T15:06:30.243Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.03s) [2022-02-15T15:06:30.243Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.02s) [2022-02-15T15:06:30.243Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.72s) [2022-02-15T15:06:30.243Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.81s) [2022-02-15T15:06:30.243Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.98s) [2022-02-15T15:06:30.243Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.10s) [2022-02-15T15:06:30.243Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.69s) [2022-02-15T15:06:30.243Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.70s) [2022-02-15T15:06:30.243Z] === RUN TestCgroupNamespacesRun [2022-02-15T15:06:30.367Z] 898469748ff6: Verifying Checksum [2022-02-15T15:06:30.367Z] 898469748ff6: Download complete [2022-02-15T15:06:31.171Z] --- PASS: TestCgroupNamespacesRun (1.18s) [2022-02-15T15:06:31.171Z] === RUN TestCgroupNamespacesRunPrivileged [2022-02-15T15:06:31.171Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-02-15T15:06:31.171Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-02-15T15:06:31.171Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-02-15T15:06:31.394Z] 8f616e6e9eec: Verifying Checksum [2022-02-15T15:06:31.394Z] 8f616e6e9eec: Download complete [2022-02-15T15:06:32.100Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s) [2022-02-15T15:06:32.100Z] === RUN TestCgroupNamespacesRunHostMode [2022-02-15T15:06:33.468Z] --- PASS: TestCgroupNamespacesRunHostMode (1.19s) [2022-02-15T15:06:33.468Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-02-15T15:06:34.832Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.13s) [2022-02-15T15:06:34.832Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-02-15T15:06:35.761Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s) [2022-02-15T15:06:35.761Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-02-15T15:06:36.323Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-02-15T15:06:36.323Z] === RUN TestCgroupNamespacesRunOlderClient [2022-02-15T15:06:37.689Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.22s) [2022-02-15T15:06:37.689Z] === RUN TestNISDomainname [2022-02-15T15:06:38.252Z] --- PASS: TestNISDomainname (0.52s) [2022-02-15T15:06:38.252Z] === RUN TestHostnameDnsResolution [2022-02-15T15:06:38.813Z] --- PASS: TestHostnameDnsResolution (0.69s) [2022-02-15T15:06:38.813Z] === RUN TestUnprivilegedPortsAndPing [2022-02-15T15:06:39.376Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s) [2022-02-15T15:06:39.376Z] === RUN TestStats [2022-02-15T15:06:40.816Z] #51 ... [2022-02-15T15:06:40.816Z] [2022-02-15T15:06:40.816Z] #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-02-15T15:06:40.816Z] #60 sha256:641ecf8a26240f8a9fb5e7030bd5b8b1410ebfdfd9e585d68b4936925e14df7f [2022-02-15T15:06:40.816Z] #60 193.9 + bin/containerd [2022-02-15T15:06:41.892Z] --- PASS: TestStats (2.44s) [2022-02-15T15:06:41.892Z] === RUN TestStopContainerWithTimeout [2022-02-15T15:06:41.892Z] === RUN TestStopContainerWithTimeout/0 [2022-02-15T15:06:41.892Z] === PAUSE TestStopContainerWithTimeout/0 [2022-02-15T15:06:41.892Z] === RUN TestStopContainerWithTimeout/1 [2022-02-15T15:06:41.892Z] === PAUSE TestStopContainerWithTimeout/1 [2022-02-15T15:06:41.892Z] === RUN TestStopContainerWithTimeout/3 [2022-02-15T15:06:41.892Z] === PAUSE TestStopContainerWithTimeout/3 [2022-02-15T15:06:41.892Z] === RUN TestStopContainerWithTimeout/-1 [2022-02-15T15:06:41.892Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-02-15T15:06:41.892Z] === CONT TestStopContainerWithTimeout/0 [2022-02-15T15:06:41.892Z] === CONT TestStopContainerWithTimeout/-1 [2022-02-15T15:06:42.454Z] === CONT TestStopContainerWithTimeout/3 [2022-02-15T15:06:43.363Z] #60 ... [2022-02-15T15:06:43.363Z] [2022-02-15T15:06:43.363Z] #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-02-15T15:06:43.363Z] #56 sha256:0cdf96f75e7dc6daf6db34b1ed5276fcaf7ad84aeaf7fc69efd789a15dbb4c63 [2022-02-15T15:06:43.363Z] #56 129.7 + mkdir -p /build [2022-02-15T15:06:43.363Z] #56 129.7 + cp runc /build/runc [2022-02-15T15:06:44.970Z] === CONT TestStopContainerWithTimeout/1 [2022-02-15T15:06:45.281Z] #56 DONE 132.0s [2022-02-15T15:06:45.281Z] [2022-02-15T15:06:45.281Z] #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-02-15T15:06:45.281Z] #60 sha256:641ecf8a26240f8a9fb5e7030bd5b8b1410ebfdfd9e585d68b4936925e14df7f [2022-02-15T15:06:45.910Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-02-15T15:06:45.910Z] --- PASS: TestStopContainerWithTimeout/0 (0.69s) [2022-02-15T15:06:45.910Z] --- PASS: TestStopContainerWithTimeout/-1 (2.71s) [2022-02-15T15:06:45.910Z] --- PASS: TestStopContainerWithTimeout/3 (2.42s) [2022-02-15T15:06:45.910Z] --- PASS: TestStopContainerWithTimeout/1 (1.46s) [2022-02-15T15:06:45.910Z] === RUN TestDeleteDevicemapper [2022-02-15T15:06:45.910Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-02-15T15:06:45.910Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-02-15T15:06:45.910Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-02-15T15:06:46.976Z] #56 ... [2022-02-15T15:06:46.976Z] [2022-02-15T15:06:46.976Z] #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-02-15T15:06:46.976Z] #60 sha256:63c08766d795f2665c25fefbef8d8d9d24742f65fb0b5d15672a76d62d91c29e [2022-02-15T15:06:46.976Z] #60 195.9 + bin/containerd [2022-02-15T15:06:47.277Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.42s) [2022-02-15T15:06:47.277Z] === RUN TestUpdateMemory [2022-02-15T15:06:47.832Z] #60 ... [2022-02-15T15:06:47.832Z] [2022-02-15T15:06:47.832Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:06:47.832Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:06:47.832Z] #51 238.7 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-02-15T15:06:47.832Z] #51 DONE 238.7s [2022-02-15T15:06:47.832Z] [2022-02-15T15:06:47.832Z] #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-02-15T15:06:47.832Z] #60 sha256:641ecf8a26240f8a9fb5e7030bd5b8b1410ebfdfd9e585d68b4936925e14df7f [2022-02-15T15:06:47.839Z] --- PASS: TestUpdateMemory (0.55s) [2022-02-15T15:06:47.839Z] === RUN TestUpdateCPUQuota [2022-02-15T15:06:48.768Z] --- PASS: TestUpdateCPUQuota (0.90s) [2022-02-15T15:06:48.768Z] === RUN TestUpdatePidsLimit [2022-02-15T15:06:48.768Z] === RUN TestUpdatePidsLimit/update_from_none [2022-02-15T15:06:48.864Z] #60 ... [2022-02-15T15:06:48.864Z] [2022-02-15T15:06:48.864Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-02-15T15:06:48.864Z] #52 sha256:5708c975245cd7efc0ec1bf4994616b9d89180e91cbd7e0045d341c4bfeedd86 [2022-02-15T15:06:49.024Z] === RUN TestUpdatePidsLimit/no_change [2022-02-15T15:06:49.125Z] #52 DONE 0.4s [2022-02-15T15:06:49.125Z] [2022-02-15T15:06:49.125Z] #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-02-15T15:06:49.125Z] #60 sha256:641ecf8a26240f8a9fb5e7030bd5b8b1410ebfdfd9e585d68b4936925e14df7f [2022-02-15T15:06:49.125Z] #60 ... [2022-02-15T15:06:49.125Z] [2022-02-15T15:06:49.125Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-02-15T15:06:49.125Z] #54 sha256:006ace88b75663a9f7c3e52c1e1e7a9eb5f1c1ae87c64d6be05e9ff730a7fd0e [2022-02-15T15:06:49.125Z] #54 DONE 0.1s [2022-02-15T15:06:49.125Z] [2022-02-15T15:06:49.125Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-02-15T15:06:49.125Z] #57 sha256:eec3f5171e09f8dcd16c883070c04cec74940f612deb57fcf3182a03fc467638 [2022-02-15T15:06:49.280Z] === RUN TestUpdatePidsLimit/update_lower [2022-02-15T15:06:49.536Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-02-15T15:06:49.536Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-02-15T15:06:49.542Z] #60 ... [2022-02-15T15:06:49.542Z] [2022-02-15T15:06:49.542Z] #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-02-15T15:06:49.542Z] #56 sha256:84b54a2f183e43b27f243302bf31a76fe8ae8e2a7088744930812e2a7bfb534d [2022-02-15T15:06:49.542Z] #56 132.3 + mkdir -p /build [2022-02-15T15:06:49.542Z] #56 132.3 + cp runc /build/runc [2022-02-15T15:06:49.716Z] #57 DONE 0.3s [2022-02-15T15:06:49.716Z] [2022-02-15T15:06:49.716Z] #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-02-15T15:06:49.716Z] #60 sha256:641ecf8a26240f8a9fb5e7030bd5b8b1410ebfdfd9e585d68b4936925e14df7f [2022-02-15T15:06:49.792Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-02-15T15:06:50.048Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-02-15T15:06:50.975Z] --- PASS: TestUpdatePidsLimit (1.93s) [2022-02-15T15:06:50.975Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2022-02-15T15:06:50.975Z] --- PASS: TestUpdatePidsLimit/no_change (0.19s) [2022-02-15T15:06:50.975Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2022-02-15T15:06:50.975Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2022-02-15T15:06:50.975Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2022-02-15T15:06:50.975Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2022-02-15T15:06:50.975Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2022-02-15T15:06:50.975Z] === RUN TestUpdateRestartPolicy [2022-02-15T15:06:51.031Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-02-15T15:06:51.031Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-55b2963a\powershellScript.ps1'; exit $LASTEXITCODE; [2022-02-15T15:06:51.031Z] ---------------------------------------------------------------------------- [2022-02-15T15:06:51.031Z] [2022-02-15T15:06:51.031Z] INFO: executeCI.ps1 starting at Tue Feb 15 15:06:49 CUT 2022 [2022-02-15T15:06:51.031Z] [2022-02-15T15:06:51.031Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-02-15T15:06:51.031Z] INFO: Running git version 2.24.1.windows.2 [2022-02-15T15:06:51.031Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-02-15T15:06:51.031Z] INFO: Environment variables: [2022-02-15T15:06:51.031Z] [2022-02-15T15:06:51.031Z] Name Value [2022-02-15T15:06:51.031Z] ---- ----- [2022-02-15T15:06:51.031Z] ALLUSERSPROFILE C:\ProgramData [2022-02-15T15:06:51.031Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-02-15T15:06:51.031Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-02-15T15:06:51.031Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-02-15T15:06:51.031Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-02-15T15:06:51.031Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-02-15T15:06:51.031Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-02-15T15:06:51.031Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-02-15T15:06:51.031Z] BRANCH_NAME PR-43241 [2022-02-15T15:06:51.031Z] BUILD_DISPLAY_NAME #1 [2022-02-15T15:06:51.031Z] BUILD_ID 1 [2022-02-15T15:06:51.031Z] BUILD_NUMBER 1 [2022-02-15T15:06:51.031Z] BUILD_TAG jenkins-moby-PR-43241-1 [2022-02-15T15:06:51.031Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/1/ [2022-02-15T15:06:51.031Z] CHANGE_AUTHOR thaJeztah [2022-02-15T15:06:51.031Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-02-15T15:06:51.031Z] CHANGE_BRANCH update_moby_sys_fsnotify [2022-02-15T15:06:51.031Z] CHANGE_FORK thaJeztah/docker [2022-02-15T15:06:51.031Z] CHANGE_ID 43241 [2022-02-15T15:06:51.031Z] CHANGE_TARGET master [2022-02-15T15:06:51.031Z] CHANGE_TITLE vendor: fsnotify v1.5.1, moby/sys/mountinfo v0.6.0, moby/sys/signal v0.7.0 [2022-02-15T15:06:51.031Z] CHANGE_URL https://github.com/moby/moby/pull/43241 [2022-02-15T15:06:51.031Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-02-15T15:06:51.031Z] CommonProgramFiles C:\Program Files\Common Files [2022-02-15T15:06:51.031Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-02-15T15:06:51.031Z] CommonProgramW6432 C:\Program Files\Common Files [2022-02-15T15:06:51.031Z] COMPUTERNAME azwin-2-ac1cf0 [2022-02-15T15:06:51.031Z] ComSpec C:\Windows\system32\cmd.exe [2022-02-15T15:06:51.032Z] ConfigSequenceNumber 0 [2022-02-15T15:06:51.032Z] DOCKER_BUILDKIT 0 [2022-02-15T15:06:51.032Z] DOCKER_DUT_DEBUG 1 [2022-02-15T15:06:51.032Z] DOCKER_EXPERIMENTAL 1 [2022-02-15T15:06:51.032Z] DOCKER_GRAPHDRIVER overlay2 [2022-02-15T15:06:51.032Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-02-15T15:06:51.032Z] EXECUTOR_NUMBER 0 [2022-02-15T15:06:51.032Z] FQDN azwin-2-ac1cf0.westus.cloudapp.azure.com [2022-02-15T15:06:51.032Z] GIT_BRANCH PR-43241 [2022-02-15T15:06:51.032Z] GIT_COMMIT 2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:06:51.032Z] GIT_URL https://github.com/moby/moby.git [2022-02-15T15:06:51.032Z] HUDSON_COOKIE 30b64ea7-da36-4865-8bf5-1ca6f30c6b56 [2022-02-15T15:06:51.032Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-02-15T15:06:51.032Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-02-15T15:06:51.032Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-02-15T15:06:51.032Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-02-15T15:06:51.032Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-02-15T15:06:51.032Z] JENKINS_NODE_COOKIE 05aea739-2d79-45ad-bb3e-c8ac4104c1eb [2022-02-15T15:06:51.032Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-02-15T15:06:51.032Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-02-15T15:06:51.032Z] JOB_BASE_NAME PR-43241 [2022-02-15T15:06:51.032Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/display/redirect [2022-02-15T15:06:51.032Z] JOB_NAME moby/PR-43241 [2022-02-15T15:06:51.032Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/ [2022-02-15T15:06:51.032Z] library.jps.version master [2022-02-15T15:06:51.032Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-02-15T15:06:51.032Z] NODE_LABELS amd64 azure azwin-2-ac1cf0 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-02-15T15:06:51.032Z] NODE_NAME azwin-2-ac1cf0 [2022-02-15T15:06:51.032Z] NUMBER_OF_PROCESSORS 4 [2022-02-15T15:06:51.032Z] OS Windows_NT [2022-02-15T15:06:51.032Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-02-15T15:06:51.032Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-02-15T15:06:51.032Z] PROCESSOR_ARCHITECTURE AMD64 [2022-02-15T15:06:51.032Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-02-15T15:06:51.032Z] PROCESSOR_LEVEL 6 [2022-02-15T15:06:51.032Z] PROCESSOR_REVISION 4f01 [2022-02-15T15:06:51.032Z] ProgramData C:\ProgramData [2022-02-15T15:06:51.032Z] ProgramFiles C:\Program Files [2022-02-15T15:06:51.032Z] ProgramFiles(x86) C:\Program Files (x86) [2022-02-15T15:06:51.032Z] ProgramW6432 C:\Program Files [2022-02-15T15:06:51.032Z] PROMPT $P$G [2022-02-15T15:06:51.032Z] PSExecutionPolicyPreference Bypass [2022-02-15T15:06:51.032Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-02-15T15:06:51.032Z] PUBLIC C:\Users\Public [2022-02-15T15:06:51.032Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/1/display/redirect?page=artif... [2022-02-15T15:06:51.032Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/1/display/redirect?page=changes [2022-02-15T15:06:51.032Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/1/display/redirect [2022-02-15T15:06:51.032Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43241/1/display/redirect?page=tests [2022-02-15T15:06:51.032Z] SKIP_VALIDATION_TESTS 1 [2022-02-15T15:06:51.032Z] SOURCES_DRIVE d [2022-02-15T15:06:51.032Z] SOURCES_SUBDIR gopath [2022-02-15T15:06:51.032Z] STAGE_NAME Run tests [2022-02-15T15:06:51.032Z] SystemDrive C: [2022-02-15T15:06:51.032Z] SystemRoot C:\Windows [2022-02-15T15:06:51.032Z] TEMP C:\Windows\TEMP [2022-02-15T15:06:51.032Z] TESTDEBUG 0 [2022-02-15T15:06:51.032Z] TESTRUN_DRIVE d [2022-02-15T15:06:51.032Z] TESTRUN_SUBDIR CI [2022-02-15T15:06:51.032Z] TIMEOUT 120m [2022-02-15T15:06:51.032Z] TMP C:\Windows\TEMP [2022-02-15T15:06:51.032Z] USERDOMAIN WORKGROUP [2022-02-15T15:06:51.032Z] USERNAME azwin-2-ac1cf0$ [2022-02-15T15:06:51.032Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-02-15T15:06:51.032Z] windir C:\Windows [2022-02-15T15:06:51.032Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-02-15T15:06:51.032Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-02-15T15:06:51.032Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-02-15T15:06:51.032Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-02-15T15:06:51.032Z] [2022-02-15T15:06:51.032Z] [2022-02-15T15:06:51.032Z] [2022-02-15T15:06:51.446Z] #56 DONE 134.4s [2022-02-15T15:06:51.446Z] [2022-02-15T15:06:51.446Z] #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-02-15T15:06:51.446Z] #60 sha256:63c08766d795f2665c25fefbef8d8d9d24742f65fb0b5d15672a76d62d91c29e [2022-02-15T15:06:52.567Z] INFO: Sources under d:\gopath\... [2022-02-15T15:06:52.567Z] INFO: Test run under d:\CI\... [2022-02-15T15:06:52.567Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-02-15T15:06:52.567Z] INFO: docker/docker repository was found [2022-02-15T15:06:52.567Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-02-15T15:06:53.037Z] ltsc2019: Pulling from windows/servercore [2022-02-15T15:06:53.037Z] 4612f6d0b889: Pulling fs layer [2022-02-15T15:06:53.037Z] 1bd78008c728: Pulling fs layer [2022-02-15T15:06:54.717Z] #60 ... [2022-02-15T15:06:54.717Z] [2022-02-15T15:06:54.717Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-02-15T15:06:54.717Z] #51 sha256:9cb9c0566e3298e0ef8d4c1cc5ff85884775446a6216cc80d1235f35bd7e6745 [2022-02-15T15:06:54.718Z] #51 244.4 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-02-15T15:06:54.975Z] #51 DONE 244.6s [2022-02-15T15:06:54.975Z] [2022-02-15T15:06:54.975Z] #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-02-15T15:06:54.975Z] #60 sha256:63c08766d795f2665c25fefbef8d8d9d24742f65fb0b5d15672a76d62d91c29e [2022-02-15T15:06:56.343Z] #60 ... [2022-02-15T15:06:56.343Z] [2022-02-15T15:06:56.343Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-02-15T15:06:56.343Z] #52 sha256:8951f143138f5276cc642bac825693692ac4d49a4200efa6707389502932dd24 [2022-02-15T15:06:56.906Z] #52 DONE 0.5s [2022-02-15T15:06:56.906Z] [2022-02-15T15:06:56.906Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-02-15T15:06:56.906Z] #54 sha256:e9f661443b164ef2dbcc45fbdfbee6bf616a7f03e63f79c542e1a23a9b23541b [2022-02-15T15:06:56.906Z] #54 DONE 0.1s [2022-02-15T15:06:56.906Z] [2022-02-15T15:06:56.906Z] #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-02-15T15:06:56.906Z] #60 sha256:63c08766d795f2665c25fefbef8d8d9d24742f65fb0b5d15672a76d62d91c29e [2022-02-15T15:06:57.162Z] #60 ... [2022-02-15T15:06:57.162Z] [2022-02-15T15:06:57.162Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-02-15T15:06:57.162Z] #57 sha256:1175ec31ae30c5c34434152c079dc7b6befa025c55dbf522c49a0b9fa7251744 [2022-02-15T15:06:57.162Z] #57 DONE 0.2s [2022-02-15T15:06:57.162Z] [2022-02-15T15:06:57.162Z] #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-02-15T15:06:57.162Z] #60 sha256:63c08766d795f2665c25fefbef8d8d9d24742f65fb0b5d15672a76d62d91c29e [2022-02-15T15:07:03.144Z] --- PASS: TestUpdateRestartPolicy (11.03s) [2022-02-15T15:07:03.144Z] === RUN TestUpdateRestartWithAutoRemove [2022-02-15T15:07:03.144Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2022-02-15T15:07:03.144Z] === RUN TestWaitNonBlocked [2022-02-15T15:07:03.144Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:07:03.144Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:07:03.144Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:07:03.144Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:07:03.144Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:07:03.144Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:07:03.144Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-02-15T15:07:03.144Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.60s) [2022-02-15T15:07:03.144Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s) [2022-02-15T15:07:03.144Z] === RUN TestWaitBlocked [2022-02-15T15:07:03.144Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-15T15:07:03.144Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-15T15:07:03.144Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-02-15T15:07:03.144Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-02-15T15:07:03.144Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-15T15:07:03.144Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-02-15T15:07:03.708Z] --- PASS: TestWaitBlocked (0.01s) [2022-02-15T15:07:03.708Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.71s) [2022-02-15T15:07:03.708Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.82s) [2022-02-15T15:07:03.708Z] === CONT TestContainerStartOnDaemonRestart [2022-02-15T15:07:03.708Z] === CONT TestRestartDaemonWithRestartingContainer [2022-02-15T15:07:05.645Z] 1bd78008c728: Verifying Checksum [2022-02-15T15:07:05.645Z] 1bd78008c728: Download complete [2022-02-15T15:07:06.227Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.35s) [2022-02-15T15:07:06.227Z] === CONT TestIpcModeOlderClient [2022-02-15T15:07:06.227Z] --- PASS: TestContainerStartOnDaemonRestart (2.36s) [2022-02-15T15:07:06.227Z] === CONT TestContainerKillOnDaemonStart [2022-02-15T15:07:06.227Z] --- PASS: TestIpcModeOlderClient (0.10s) [2022-02-15T15:07:06.227Z] === CONT TestDaemonHostGatewayIP [2022-02-15T15:07:07.230Z] ok github.com/docker/docker/libnetwork/networkdb 104.822s coverage: 60.0% of statements [2022-02-15T15:07:07.230Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-02-15T15:07:07.230Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-02-15T15:07:07.230Z] ok github.com/docker/docker/libnetwork/osl 4.287s coverage: 39.7% of statements [2022-02-15T15:07:07.230Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-02-15T15:07:07.489Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-02-15T15:07:08.059Z] ok github.com/docker/docker/libnetwork/portmapper 0.276s coverage: 48.6% of statements [2022-02-15T15:07:08.320Z] ok github.com/docker/docker/libnetwork/resolvconf 0.002s coverage: 70.6% of statements [2022-02-15T15:07:08.320Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-02-15T15:07:08.581Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-02-15T15:07:08.581Z] [2022-02-15T15:07:08.581Z] === Skipped [2022-02-15T15:07:08.581Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-02-15T15:07:08.581Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-02-15T15:07:08.581Z] [2022-02-15T15:07:08.581Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-02-15T15:07:08.581Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-02-15T15:07:08.581Z] [2022-02-15T15:07:08.581Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-02-15T15:07:08.581Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-02-15T15:07:08.581Z] [2022-02-15T15:07:08.581Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-02-15T15:07:08.581Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:07:08.581Z] [2022-02-15T15:07:08.581Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-02-15T15:07:08.581Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:07:08.581Z] [2022-02-15T15:07:08.581Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-02-15T15:07:08.581Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:07:08.581Z] [2022-02-15T15:07:08.581Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-02-15T15:07:08.581Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:07:08.581Z] [2022-02-15T15:07:08.581Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-02-15T15:07:08.581Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:07:08.581Z] [2022-02-15T15:07:08.581Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-02-15T15:07:08.581Z] firewalld_test.go:14: firewalld is not running [2022-02-15T15:07:08.581Z] [2022-02-15T15:07:08.581Z] DONE 326 tests, 9 skipped in 200.789s [2022-02-15T15:07:08.748Z] --- PASS: TestDaemonHostGatewayIP (2.53s) [2022-02-15T15:07:08.748Z] === CONT TestDaemonRestartIpcMode Post stage [Pipeline] junit [2022-02-15T15:07:09.167Z] Recording test results [2022-02-15T15:07:09.249Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-02-15T15:07:09.604Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43241/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 -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:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 hack/make.sh dynbinary test-integration [2022-02-15T15:07:09.864Z] [2022-02-15T15:07:09.864Z] Removing bundles/ [2022-02-15T15:07:09.864Z] [2022-02-15T15:07:09.864Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-02-15T15:07:09.864Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-02-15T15:07:09.864Z] GOOS="" GOARCH="" GOARM="" [2022-02-15T15:07:11.265Z] --- PASS: TestDaemonRestartIpcMode (2.24s) [2022-02-15T15:07:11.435Z] 4612f6d0b889: Verifying Checksum [2022-02-15T15:07:11.435Z] 4612f6d0b889: Download complete [2022-02-15T15:07:17.815Z] --- PASS: TestContainerKillOnDaemonStart (11.69s) [2022-02-15T15:07:17.816Z] PASS [2022-02-15T15:07:17.816Z] [2022-02-15T15:07:17.816Z] === Skipped [2022-02-15T15:07:17.816Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-02-15T15:07:17.816Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-15T15:07:17.816Z] [2022-02-15T15:07:17.816Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-02-15T15:07:17.816Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-02-15T15:07:17.816Z] [2022-02-15T15:07:17.816Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-02-15T15:07:17.816Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-02-15T15:07:17.816Z] [2022-02-15T15:07:17.816Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-02-15T15:07:17.816Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-02-15T15:07:17.816Z] [2022-02-15T15:07:17.816Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-02-15T15:07:17.816Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-02-15T15:07:17.816Z] [2022-02-15T15:07:17.816Z] DONE 200 tests, 5 skipped in 116.797s [2022-02-15T15:07:17.816Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-02-15T15:07:17.816Z] === RUN TestConfigDaemonLibtrustID [2022-02-15T15:07:18.377Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-02-15T15:07:18.377Z] === RUN TestDaemonConfigValidation [2022-02-15T15:07:18.377Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-02-15T15:07:18.377Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-02-15T15:07:18.377Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-02-15T15:07:18.377Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-02-15T15:07:18.377Z] === RUN TestDaemonConfigValidation/invalid_config [2022-02-15T15:07:18.377Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-02-15T15:07:18.377Z] === RUN TestDaemonConfigValidation/malformed_config [2022-02-15T15:07:18.377Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-02-15T15:07:18.377Z] === RUN TestDaemonConfigValidation/valid_config [2022-02-15T15:07:18.377Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-02-15T15:07:18.377Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-02-15T15:07:18.377Z] === CONT TestDaemonConfigValidation/malformed_config [2022-02-15T15:07:18.377Z] === CONT TestDaemonConfigValidation/valid_config [2022-02-15T15:07:18.377Z] === CONT TestDaemonConfigValidation/invalid_config [2022-02-15T15:07:18.634Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-02-15T15:07:18.634Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-02-15T15:07:18.634Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-02-15T15:07:18.634Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-02-15T15:07:18.634Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-02-15T15:07:18.634Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-02-15T15:07:18.634Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-02-15T15:07:18.634Z] === RUN TestConfigDaemonSeccompProfiles [2022-02-15T15:07:18.634Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-02-15T15:07:19.561Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-02-15T15:07:20.927Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-02-15T15:07:21.829Z] #60 233.0 # github.com/containerd/containerd/cmd/containerd [2022-02-15T15:07:21.829Z] #60 233.0 /usr/bin/ld: /tmp/go-link-2999283652/000019.o: in function `New': [2022-02-15T15:07:21.829Z] #60 233.0 /tmp/tmp.pF7O9hQeoi/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-02-15T15:07:21.829Z] #60 233.1 + bin/containerd-stress [2022-02-15T15:07:21.829Z] #60 234.1 + bin/containerd-shim [2022-02-15T15:07:21.854Z] === CONT TestConfigDaemonSeccompProfiles [2022-02-15T15:07:21.854Z] daemon_test.go:156: [d8918fe16f861] daemon is not started [2022-02-15T15:07:21.854Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s) [2022-02-15T15:07:21.854Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-02-15T15:07:21.854Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-02-15T15:07:21.854Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2022-02-15T15:07:21.854Z] === RUN TestDaemonProxy [2022-02-15T15:07:21.854Z] === RUN TestDaemonProxy/environment_variables [2022-02-15T15:07:23.742Z] === RUN TestDaemonProxy/command-line_options [2022-02-15T15:07:23.743Z] #60 236.0 # github.com/containerd/containerd/cmd/containerd [2022-02-15T15:07:23.743Z] #60 236.0 /usr/bin/ld: /tmp/go-link-2417789229/000019.o: in function `New': [2022-02-15T15:07:23.743Z] #60 236.0 /tmp/tmp.f3aKsiED7g/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-02-15T15:07:23.743Z] #60 236.1 + bin/containerd-stress [2022-02-15T15:07:25.113Z] #60 237.1 + bin/containerd-shim [2022-02-15T15:07:25.132Z] #60 241.4 + bin/containerd-shim-runc-v1 [2022-02-15T15:07:25.632Z] === RUN TestDaemonProxy/configuration_file [2022-02-15T15:07:27.000Z] === RUN TestDaemonProxy/conflicting_options [2022-02-15T15:07:27.562Z] === RUN TestDaemonProxy/reload_sanitized [2022-02-15T15:07:28.125Z] daemon_test.go:333: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-02-15T15:07:28.125Z] --- PASS: TestDaemonProxy (6.28s) [2022-02-15T15:07:28.125Z] --- PASS: TestDaemonProxy/environment_variables (1.83s) [2022-02-15T15:07:28.125Z] --- PASS: TestDaemonProxy/command-line_options (1.71s) [2022-02-15T15:07:28.125Z] --- PASS: TestDaemonProxy/configuration_file (1.71s) [2022-02-15T15:07:28.125Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-02-15T15:07:28.125Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.52s) [2022-02-15T15:07:28.125Z] PASS [2022-02-15T15:07:28.125Z] [2022-02-15T15:07:28.125Z] === Skipped [2022-02-15T15:07:28.125Z] === SKIP: amd64.integration.daemon TestDaemonProxy/reload_sanitized (0.52s) [2022-02-15T15:07:28.125Z] daemon_test.go:333: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-02-15T15:07:28.125Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.52s) [2022-02-15T15:07:28.125Z] [2022-02-15T15:07:28.125Z] DONE 17 tests, 1 skipped in 10.194s [2022-02-15T15:07:28.125Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-02-15T15:07:28.125Z] INFO: Testing against a local daemon [2022-02-15T15:07:28.125Z] === RUN TestCommitInheritsEnv [2022-02-15T15:07:28.382Z] --- PASS: TestCommitInheritsEnv (0.30s) [2022-02-15T15:07:28.382Z] === RUN TestImportExtremelyLargeImageWorks [2022-02-15T15:07:28.382Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-02-15T15:07:28.382Z] === RUN TestImportWithCustomPlatform [2022-02-15T15:07:28.382Z] === RUN TestImportWithCustomPlatform/#00 [2022-02-15T15:07:28.382Z] === RUN TestImportWithCustomPlatform/_______ [2022-02-15T15:07:28.382Z] === RUN TestImportWithCustomPlatform// [2022-02-15T15:07:28.382Z] === RUN TestImportWithCustomPlatform/linux [2022-02-15T15:07:28.382Z] === RUN TestImportWithCustomPlatform/LINUX [2022-02-15T15:07:28.639Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-02-15T15:07:28.639Z] === RUN TestImportWithCustomPlatform/macos [2022-02-15T15:07:28.639Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-02-15T15:07:28.639Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-02-15T15:07:28.639Z] --- PASS: TestImportWithCustomPlatform (0.29s) [2022-02-15T15:07:28.639Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-02-15T15:07:28.639Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-02-15T15:07:28.639Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-02-15T15:07:28.639Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-02-15T15:07:28.639Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-02-15T15:07:28.639Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-02-15T15:07:28.639Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-02-15T15:07:28.639Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-02-15T15:07:28.639Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-02-15T15:07:28.639Z] === RUN TestImagesFilterMultiReference [2022-02-15T15:07:28.639Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-02-15T15:07:28.639Z] === RUN TestImagePullPlatformInvalid [2022-02-15T15:07:28.639Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-02-15T15:07:28.639Z] === RUN TestRemoveImageOrphaning [2022-02-15T15:07:28.897Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-02-15T15:07:28.897Z] === RUN TestRemoveImageGarbageCollector [2022-02-15T15:07:30.426Z] #60 246.5 + bin/containerd-shim-runc-v2 [2022-02-15T15:07:30.789Z] --- PASS: TestRemoveImageGarbageCollector (1.83s) [2022-02-15T15:07:30.789Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-02-15T15:07:30.789Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-02-15T15:07:30.789Z] === RUN TestTagInvalidReference [2022-02-15T15:07:30.789Z] --- PASS: TestTagInvalidReference (0.02s) [2022-02-15T15:07:30.789Z] === RUN TestTagValidPrefixedRepo [2022-02-15T15:07:30.789Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-02-15T15:07:30.789Z] === RUN TestTagExistedNameWithoutForce [2022-02-15T15:07:31.001Z] #60 247.1 + binaries [2022-02-15T15:07:31.001Z] #60 247.1 + install -D bin/containerd /build/containerd [2022-02-15T15:07:31.001Z] #60 247.2 + install -D bin/containerd-shim /build/containerd-shim [2022-02-15T15:07:31.001Z] #60 247.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-02-15T15:07:31.001Z] #60 247.2 + install -D bin/ctr /build/ctr [2022-02-15T15:07:31.044Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-02-15T15:07:31.044Z] === RUN TestTagOfficialNames [2022-02-15T15:07:31.045Z] --- PASS: TestTagOfficialNames (0.05s) [2022-02-15T15:07:31.045Z] === RUN TestTagMatchesDigest [2022-02-15T15:07:31.045Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-02-15T15:07:31.045Z] === CONT TestImportExtremelyLargeImageWorks [2022-02-15T15:07:31.838Z] 8f616e6e9eec: Pull complete [2022-02-15T15:07:33.208Z] #60 244.5 + bin/containerd-shim-runc-v1 [2022-02-15T15:07:33.542Z] #60 DONE 249.4s [2022-02-15T15:07:34.483Z] [2022-02-15T15:07:34.483Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-02-15T15:07:34.483Z] #61 sha256:76db3678bb65747bd61a1d92a84f36b538b6b866ec39c086284285a63ae8c557 [2022-02-15T15:07:35.052Z] #61 DONE 0.8s [2022-02-15T15:07:35.052Z] [2022-02-15T15:07:35.052Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-02-15T15:07:35.052Z] #66 sha256:1f46b59663eb6420ca252c8f52c2759eb80deb4c6a7ba9b7cd2f1666210f6b84 [2022-02-15T15:07:35.052Z] #66 DONE 0.2s [2022-02-15T15:07:35.312Z] [2022-02-15T15:07:35.312Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-02-15T15:07:35.312Z] #71 sha256:3a9ce4ee54a48fe61a6a55b73d3cb6ece9037c2277cadbe4f045b721f621b976 [2022-02-15T15:07:36.253Z] #71 DONE 0.9s [2022-02-15T15:07:36.253Z] [2022-02-15T15:07:36.253Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-02-15T15:07:36.253Z] #72 sha256:193c94116749eb992c41d7e632d878f78e6d0d987d5d135bb05fa8d28d8d2e4d [2022-02-15T15:07:36.253Z] #72 DONE 0.0s [2022-02-15T15:07:36.253Z] [2022-02-15T15:07:36.253Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-02-15T15:07:36.253Z] #73 sha256:b636e5e9965e518dc886d6ae19f75be2c2a860033bb99e741d93cc450f2a1279 [2022-02-15T15:07:37.637Z] #73 DONE 1.3s [2022-02-15T15:07:37.637Z] [2022-02-15T15:07:37.637Z] #74 exporting to image [2022-02-15T15:07:37.637Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-02-15T15:07:37.637Z] #74 exporting layers [2022-02-15T15:07:38.454Z] #60 249.6 + bin/containerd-shim-runc-v2 [2022-02-15T15:07:38.454Z] #60 250.2 + binaries [2022-02-15T15:07:38.454Z] #60 250.2 + install -D bin/containerd /build/containerd [2022-02-15T15:07:38.454Z] #60 250.3 + install -D bin/containerd-shim /build/containerd-shim [2022-02-15T15:07:38.454Z] #60 250.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-02-15T15:07:38.454Z] #60 250.3 + install -D bin/ctr /build/ctr [2022-02-15T15:07:40.343Z] #60 DONE 252.3s [2022-02-15T15:07:40.904Z] [2022-02-15T15:07:40.905Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-02-15T15:07:40.905Z] #61 sha256:819c5697fb6c4848a719aeeec9eb26c45b9b10ef14c1c33af4dc0b215f9fa61c [2022-02-15T15:07:41.830Z] #61 DONE 0.7s [2022-02-15T15:07:41.830Z] [2022-02-15T15:07:41.830Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-02-15T15:07:41.830Z] #66 sha256:6ae6761f5b397205f235340c0b8cc139e6bded71e172475d6dcb6a612214a3f6 [2022-02-15T15:07:41.830Z] #66 DONE 0.2s [2022-02-15T15:07:41.830Z] [2022-02-15T15:07:41.830Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-02-15T15:07:41.830Z] #71 sha256:74121288965a09f7ebde611508e7101c6a3669fc2c343028c68cfc690743f87f [2022-02-15T15:07:42.864Z] #71 DONE 0.9s [2022-02-15T15:07:42.864Z] [2022-02-15T15:07:42.864Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-02-15T15:07:42.864Z] #72 sha256:91815162254f66fb2601df67edcc2eebc646a919f03f23e7ea560008b39e834b [2022-02-15T15:07:42.864Z] #72 DONE 0.0s [2022-02-15T15:07:42.864Z] [2022-02-15T15:07:42.864Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-02-15T15:07:42.864Z] #73 sha256:5ecc0535ce8ed025dad80bc40f69868df27b2a5ac56a097ede9ab695c2be4d94 [2022-02-15T15:07:43.790Z] #73 DONE 1.1s [2022-02-15T15:07:43.790Z] [2022-02-15T15:07:43.790Z] #74 exporting to image [2022-02-15T15:07:43.790Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-02-15T15:07:43.790Z] #74 exporting layers [2022-02-15T15:07:44.224Z] #74 exporting layers 6.0s done [2022-02-15T15:07:44.224Z] #74 writing image sha256:a102366567be5c616b6d2f1ef6d52c553eca982cf79faa0ef751e671025f4292 done [2022-02-15T15:07:44.224Z] #74 naming to docker.io/library/docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 done [2022-02-15T15:07:44.224Z] #74 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-02-15T15:07:44.578Z] + trap exit INT TERM [2022-02-15T15:07:44.578Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-02-15T15:07:44.578Z] + CONTAINER_NAME=docker-pr1 [2022-02-15T15:07:44.578Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43241/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43241/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 -e DOCKER_GRAPHDRIVER docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 hack/make.sh dynbinary [2022-02-15T15:07:45.961Z] [2022-02-15T15:07:45.961Z] Removing bundles/ [2022-02-15T15:07:45.961Z] [2022-02-15T15:07:45.961Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-02-15T15:07:46.222Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-02-15T15:07:46.222Z] GOOS="" GOARCH="" GOARM="" [2022-02-15T15:07:50.328Z] #74 exporting layers 6.0s done [2022-02-15T15:07:50.328Z] #74 writing image sha256:24a34b6512d7e6e3aafa270fe8583c690e3c110b43e764690d0876c1a39f9879 done [2022-02-15T15:07:50.328Z] #74 naming to docker.io/library/docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 done [2022-02-15T15:07:50.328Z] #74 DONE 6.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-02-15T15:07:50.680Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43241/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 -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:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 hack/make.sh dynbinary test-integration [2022-02-15T15:07:52.044Z] [2022-02-15T15:07:52.044Z] Removing bundles/ [2022-02-15T15:07:52.044Z] [2022-02-15T15:07:52.044Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-02-15T15:07:52.044Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-02-15T15:07:52.044Z] GOOS="" GOARCH="" GOARM="" [2022-02-15T15:07:58.137Z] 8f616e6e9eec: Pull complete [2022-02-15T15:08:04.108Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|types_sizes|deps|files|imports|name) took 2m29.798184236s [2022-02-15T15:08:04.108Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner. Replaced by revive. [2022-02-15T15:08:04.108Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 503.546579ms [2022-02-15T15:08:31.350Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-02-15T15:08:31.351Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-15T15:08:31.351Z] GOOS="" GOARCH="" GOARM="" [2022-02-15T15:08:31.351Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-15T15:08:31.351Z] [2022-02-15T15:08:31.351Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-02-15T15:08:31.351Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-02-15T15:08:31.351Z] HOSTNAME=db1eda6fedc6 [2022-02-15T15:08:31.351Z] TESTDEBUG=0 [2022-02-15T15:08:31.351Z] DEST=bundles/test-integration [2022-02-15T15:08:31.351Z] PWD=/go/src/github.com/docker/docker [2022-02-15T15:08:31.351Z] DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:08:31.351Z] container=docker [2022-02-15T15:08:31.351Z] HOME=/root [2022-02-15T15:08:31.351Z] GOLANG_VERSION=1.17.6 [2022-02-15T15:08:31.351Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-02-15T15:08:31.351Z] VALIDATE_BRANCH=master [2022-02-15T15:08:31.351Z] TERM=xterm [2022-02-15T15:08:31.351Z] DOCKER_PKG=github.com/docker/docker [2022-02-15T15:08:31.351Z] SHLVL=1 [2022-02-15T15:08:31.351Z] TIMEOUT=120m [2022-02-15T15:08:31.351Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-02-15T15:08:31.351Z] DOCKER_GRAPHDRIVER=overlay2 [2022-02-15T15:08:31.351Z] GO111MODULE=off [2022-02-15T15:08:31.351Z] DOCKER_EXPERIMENTAL=1 [2022-02-15T15:08:31.351Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-02-15T15:08:31.351Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-02-15T15:08:31.351Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-02-15T15:08:31.351Z] GOPATH=/go [2022-02-15T15:08:31.351Z] PKG_CONFIG=pkg-config [2022-02-15T15:08:31.351Z] _=/usr/bin/env [2022-02-15T15:08:31.351Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-02-15T15:08:53.318Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-02-15T15:08:53.318Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-02-15T15:09:07.432Z] --- PASS: TestImportExtremelyLargeImageWorks (90.81s) [2022-02-15T15:09:07.432Z] PASS [2022-02-15T15:09:07.432Z] [2022-02-15T15:09:07.432Z] DONE 22 tests in 93.774s [2022-02-15T15:09:07.432Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-02-15T15:09:07.432Z] INFO: Testing against a local daemon [2022-02-15T15:09:07.432Z] === RUN TestNetworkCreateDelete [2022-02-15T15:09:07.432Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-02-15T15:09:07.432Z] === RUN TestDockerNetworkDeletePreferID [2022-02-15T15:09:07.432Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-02-15T15:09:07.432Z] === RUN TestDaemonDNSFallback [2022-02-15T15:09:08.798Z] --- PASS: TestDaemonDNSFallback (6.35s) [2022-02-15T15:09:08.798Z] === RUN TestInspectNetwork [2022-02-15T15:09:11.440Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-02-15T15:09:12.066Z] === RUN TestInspectNetwork/full_network_id [2022-02-15T15:09:12.066Z] === RUN TestInspectNetwork/partial_network_id [2022-02-15T15:09:12.066Z] === RUN TestInspectNetwork/network_name [2022-02-15T15:09:12.066Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-02-15T15:09:13.466Z] 898469748ff6: Pull complete [2022-02-15T15:09:13.466Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-02-15T15:09:13.466Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:09:13.466Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-02-15T15:09:13.466Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-02-15T15:09:13.466Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.524' [2022-02-15T15:09:13.466Z] WARN: Skipping validation tests [2022-02-15T15:09:13.466Z] INFO: Running unit tests at 02/15/2022 15:09:12... [2022-02-15T15:09:16.233Z] --- PASS: TestInspectNetwork (7.13s) [2022-02-15T15:09:16.233Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-02-15T15:09:16.233Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-02-15T15:09:16.233Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-02-15T15:09:16.233Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-02-15T15:09:16.233Z] === RUN TestRunContainerWithBridgeNone [2022-02-15T15:09:17.288Z] INFO: make.ps1 starting at 02/15/2022 15:09:16 [2022-02-15T15:09:17.288Z] INFO: Git commit (2ac898c232) assumed from DOCKER_GITCOMMIT environment variable [2022-02-15T15:09:17.288Z] INFO: Invoking autogen... [2022-02-15T15:09:17.600Z] --- PASS: TestRunContainerWithBridgeNone (1.54s) [2022-02-15T15:09:17.600Z] === RUN TestNetworkInvalidJSON [2022-02-15T15:09:17.600Z] === RUN TestNetworkInvalidJSON//networks/create [2022-02-15T15:09:17.600Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-02-15T15:09:17.600Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:09:17.600Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:09:17.600Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:09:17.600Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:09:17.600Z] === CONT TestNetworkInvalidJSON//networks/create [2022-02-15T15:09:17.600Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:09:17.600Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:09:17.600Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-02-15T15:09:17.600Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-02-15T15:09:17.600Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-02-15T15:09:17.600Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-02-15T15:09:17.600Z] === RUN TestNetworkList [2022-02-15T15:09:17.600Z] === RUN TestNetworkList//networks [2022-02-15T15:09:17.600Z] === PAUSE TestNetworkList//networks [2022-02-15T15:09:17.600Z] === RUN TestNetworkList//networks/ [2022-02-15T15:09:17.600Z] === PAUSE TestNetworkList//networks/ [2022-02-15T15:09:17.600Z] === CONT TestNetworkList//networks [2022-02-15T15:09:17.600Z] === CONT TestNetworkList//networks/ [2022-02-15T15:09:17.600Z] --- PASS: TestNetworkList (0.01s) [2022-02-15T15:09:17.600Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-02-15T15:09:17.600Z] --- PASS: TestNetworkList//networks (0.00s) [2022-02-15T15:09:17.600Z] === RUN TestHostIPv4BridgeLabel [2022-02-15T15:09:17.755Z] INFO: Running unit tests... [2022-02-15T15:09:17.857Z] --- PASS: TestHostIPv4BridgeLabel (0.57s) [2022-02-15T15:09:17.857Z] === RUN TestDaemonRestartWithLiveRestore [2022-02-15T15:09:18.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-02-15T15:09:19.224Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-02-15T15:09:19.224Z] === RUN TestDaemonDefaultNetworkPools [2022-02-15T15:09:19.787Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-02-15T15:09:19.787Z] === RUN TestDaemonRestartWithExistingNetwork [2022-02-15T15:09:20.733Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-02-15T15:09:20.733Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-02-15T15:09:22.099Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-02-15T15:09:22.099Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-02-15T15:09:22.660Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-02-15T15:09:22.660Z] === RUN TestServiceWithPredefinedNetwork [2022-02-15T15:09:22.733Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-02-15T15:09:22.733Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-15T15:09:22.733Z] GOOS="" GOARCH="" GOARM="" [2022-02-15T15:09:22.733Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-15T15:09:22.733Z] [2022-02-15T15:09:22.733Z] + TEST_INTEGRATION_DEST=1 [2022-02-15T15:09:22.733Z] + CONTAINER_NAME=docker-pr1-1 [2022-02-15T15:09:22.733Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-02-15T15:09:22.733Z] + run_tests test-integration-flaky [2022-02-15T15:09:22.733Z] + '[' -n 0 ']' [2022-02-15T15:09:22.733Z] + rm= [2022-02-15T15:09:22.733Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43241/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43241/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43241/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 hack/make.sh test-integration-flaky test-integration [2022-02-15T15:09:22.733Z] + c=0 [2022-02-15T15:09:22.733Z] + TEST_INTEGRATION_DEST=3 [2022-02-15T15:09:22.733Z] + CONTAINER_NAME=docker-pr1-3 [2022-02-15T15:09:22.733Z] + TEST_SKIP_INTEGRATION=1 [2022-02-15T15:09:22.733Z] ++ jobs -p [2022-02-15T15:09:22.733Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-02-15T15:09:22.733Z] + run_tests [2022-02-15T15:09:22.733Z] + '[' -n 0 ']' [2022-02-15T15:09:22.733Z] + rm= [2022-02-15T15:09:22.733Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43241/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43241/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43241/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 hack/make.sh '' test-integration [2022-02-15T15:09:22.733Z] + TEST_INTEGRATION_DEST=2 [2022-02-15T15:09:22.733Z] + CONTAINER_NAME=docker-pr1-2 [2022-02-15T15:09:22.733Z] + TEST_SKIP_INTEGRATION=1 [2022-02-15T15:09:22.733Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-02-15T15:09:22.733Z] + run_tests [2022-02-15T15:09:22.733Z] + '[' -n 0 ']' [2022-02-15T15:09:22.733Z] + rm= [2022-02-15T15:09:22.733Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43241/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43241/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43241/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 hack/make.sh '' test-integration [2022-02-15T15:09:22.733Z] + for job in $(jobs -p) [2022-02-15T15:09:22.733Z] + wait 5342 [2022-02-15T15:09:22.733Z] [2022-02-15T15:09:22.733Z] [2022-02-15T15:09:22.733Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-02-15T15:09:22.733Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-02-15T15:09:22.733Z] [2022-02-15T15:09:22.733Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-02-15T15:09:22.733Z] HOSTNAME=695064df2226 [2022-02-15T15:09:22.733Z] TEST_SKIP_INTEGRATION=1 [2022-02-15T15:09:22.733Z] TESTDEBUG=0 [2022-02-15T15:09:22.733Z] DEST=bundles/test-integration [2022-02-15T15:09:22.733Z] PWD=/go/src/github.com/docker/docker [2022-02-15T15:09:22.733Z] KEEPBUNDLE=1 [2022-02-15T15:09:22.733Z] DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:09:22.733Z] container=docker [2022-02-15T15:09:22.733Z] HOME=/root [2022-02-15T15:09:22.733Z] GOLANG_VERSION=1.17.6 [2022-02-15T15:09:22.733Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-02-15T15:09:22.733Z] VALIDATE_BRANCH=master [2022-02-15T15:09:22.733Z] TERM=xterm [2022-02-15T15:09:22.733Z] DOCKER_PKG=github.com/docker/docker [2022-02-15T15:09:22.733Z] SHLVL=1 [2022-02-15T15:09:22.733Z] TIMEOUT=120m [2022-02-15T15:09:22.733Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-02-15T15:09:22.733Z] DOCKER_GRAPHDRIVER=overlay2 [2022-02-15T15:09:22.733Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-02-15T15:09:22.733Z] GO111MODULE=off [2022-02-15T15:09:22.733Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-02-15T15:09:22.734Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-02-15T15:09:22.734Z] GOPATH=/go [2022-02-15T15:09:22.734Z] PKG_CONFIG=pkg-config [2022-02-15T15:09:22.734Z] _=/usr/bin/env [2022-02-15T15:09:22.734Z] Building test suite binary ./integration-cli/test.main [2022-02-15T15:09:22.734Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-02-15T15:09:22.734Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-02-15T15:09:22.734Z] HOSTNAME=5c01683673aa [2022-02-15T15:09:22.734Z] TEST_SKIP_INTEGRATION=1 [2022-02-15T15:09:22.734Z] TESTDEBUG=0 [2022-02-15T15:09:22.734Z] DEST=bundles/test-integration [2022-02-15T15:09:22.734Z] PWD=/go/src/github.com/docker/docker [2022-02-15T15:09:22.734Z] KEEPBUNDLE=1 [2022-02-15T15:09:22.734Z] DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:09:22.734Z] container=docker [2022-02-15T15:09:22.734Z] HOME=/root [2022-02-15T15:09:22.734Z] GOLANG_VERSION=1.17.6 [2022-02-15T15:09:22.734Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-02-15T15:09:22.734Z] VALIDATE_BRANCH=master [2022-02-15T15:09:22.734Z] TERM=xterm [2022-02-15T15:09:22.734Z] DOCKER_PKG=github.com/docker/docker [2022-02-15T15:09:22.734Z] SHLVL=1 [2022-02-15T15:09:22.734Z] TIMEOUT=120m [2022-02-15T15:09:22.734Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-02-15T15:09:22.734Z] DOCKER_GRAPHDRIVER=overlay2 [2022-02-15T15:09:22.734Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-02-15T15:09:22.734Z] GO111MODULE=off [2022-02-15T15:09:22.734Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-02-15T15:09:22.734Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-02-15T15:09:22.734Z] GOPATH=/go [2022-02-15T15:09:22.734Z] PKG_CONFIG=pkg-config [2022-02-15T15:09:22.734Z] _=/usr/bin/env [2022-02-15T15:09:22.734Z] Building test suite binary ./integration-cli/test.main [2022-02-15T15:09:22.734Z] No new tests added to integration. [2022-02-15T15:09:22.734Z] [2022-02-15T15:09:22.734Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-02-15T15:09:23.203Z] 4612f6d0b889: Pull complete [2022-02-15T15:09:23.675Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-02-15T15:09:23.675Z] HOSTNAME=24d19d4cf417 [2022-02-15T15:09:23.675Z] TESTDEBUG=0 [2022-02-15T15:09:23.675Z] DEST=bundles/test-integration [2022-02-15T15:09:23.675Z] PWD=/go/src/github.com/docker/docker [2022-02-15T15:09:23.675Z] KEEPBUNDLE=1 [2022-02-15T15:09:23.675Z] DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:09:23.675Z] container=docker [2022-02-15T15:09:23.675Z] HOME=/root [2022-02-15T15:09:23.675Z] GOLANG_VERSION=1.17.6 [2022-02-15T15:09:23.675Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-02-15T15:09:23.675Z] VALIDATE_BRANCH=master [2022-02-15T15:09:23.675Z] TERM=xterm [2022-02-15T15:09:23.675Z] DOCKER_PKG=github.com/docker/docker [2022-02-15T15:09:23.675Z] SHLVL=1 [2022-02-15T15:09:23.675Z] TIMEOUT=120m [2022-02-15T15:09:23.675Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-02-15T15:09:23.675Z] DOCKER_GRAPHDRIVER=overlay2 [2022-02-15T15:09:23.675Z] GO111MODULE=off [2022-02-15T15:09:23.675Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-02-15T15:09:23.675Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-02-15T15:09:23.675Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-02-15T15:09:23.675Z] GOPATH=/go [2022-02-15T15:09:23.675Z] PKG_CONFIG=pkg-config [2022-02-15T15:09:23.675Z] _=/usr/bin/env [2022-02-15T15:09:23.675Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-02-15T15:09:25.218Z] --- PASS: TestServiceWithPredefinedNetwork (2.25s) [2022-02-15T15:09:25.218Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-02-15T15:09:25.218Z] service_test.go:243: FLAKY_TEST [2022-02-15T15:09:25.218Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-15T15:09:25.218Z] === RUN TestServiceWithDataPathPortInit [2022-02-15T15:09:26.161Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-02-15T15:09:26.161Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-02-15T15:09:26.557Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-02-15T15:09:26.732Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-02-15T15:09:27.675Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-02-15T15:09:27.675Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-02-15T15:09:28.246Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-02-15T15:09:28.442Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-02-15T15:09:28.442Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-15T15:09:28.442Z] GOOS="" GOARCH="" GOARM="" [2022-02-15T15:09:28.442Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-15T15:09:28.442Z] [2022-02-15T15:09:28.442Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-02-15T15:09:28.442Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-02-15T15:09:28.442Z] HOSTNAME=909a577572bd [2022-02-15T15:09:28.442Z] DEST=bundles/test-integration [2022-02-15T15:09:28.442Z] PWD=/go/src/github.com/docker/docker [2022-02-15T15:09:28.442Z] DOCKER_ROOTLESS=1 [2022-02-15T15:09:28.442Z] DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 [2022-02-15T15:09:28.442Z] container=docker [2022-02-15T15:09:28.442Z] HOME=/root [2022-02-15T15:09:28.442Z] GOLANG_VERSION=1.17.6 [2022-02-15T15:09:28.442Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-02-15T15:09:28.442Z] VALIDATE_BRANCH=master [2022-02-15T15:09:28.442Z] TERM=xterm [2022-02-15T15:09:28.442Z] DOCKER_PKG=github.com/docker/docker [2022-02-15T15:09:28.442Z] SHLVL=1 [2022-02-15T15:09:28.442Z] TIMEOUT=120m [2022-02-15T15:09:28.442Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-02-15T15:09:28.442Z] DOCKER_GRAPHDRIVER=overlay2 [2022-02-15T15:09:28.442Z] GO111MODULE=off [2022-02-15T15:09:28.442Z] DOCKER_EXPERIMENTAL=1 [2022-02-15T15:09:28.442Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-02-15T15:09:28.442Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-02-15T15:09:28.442Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-02-15T15:09:28.442Z] GOPATH=/go [2022-02-15T15:09:28.442Z] PKG_CONFIG=pkg-config [2022-02-15T15:09:28.442Z] _=/usr/bin/env [2022-02-15T15:09:28.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-02-15T15:09:30.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-02-15T15:09:31.375Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-02-15T15:09:32.318Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-02-15T15:09:32.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-02-15T15:09:33.152Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-02-15T15:09:34.094Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-02-15T15:09:35.036Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-02-15T15:09:35.297Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-02-15T15:09:36.239Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-02-15T15:09:36.811Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-02-15T15:09:36.811Z] Using test binary docker [2022-02-15T15:09:36.811Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-02-15T15:09:36.811Z] +++ /etc/init.d/apparmor start [2022-02-15T15:09:36.811Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-02-15T15:09:36.811Z] Starting dockerd [2022-02-15T15:09:36.811Z] INFO: Waiting for daemon to start... [2022-02-15T15:09:36.811Z] +++ 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-02-15T15:09:36.996Z] ? github.com/docker/docker/api [no test files] [2022-02-15T15:09:39.358Z] . [2022-02-15T15:09:39.359Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-02-15T15:09:39.359Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-02-15T15:09:39.359Z] Error: No such image: emptyfs [2022-02-15T15:09:39.359Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-02-15T15:09:39.359Z] ++++ docker load [2022-02-15T15:09:39.359Z] Running integration-test (iteration 1) [2022-02-15T15:09:39.359Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-02-15T15:09:39.359Z] ++ 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-02-15T15:09:39.359Z] ++ set -e [2022-02-15T15:09:39.359Z] ++ '[' -n 0 ']' [2022-02-15T15:09:39.359Z] ++ set -x [2022-02-15T15:09:39.359Z] ++ 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-02-15T15:09:39.359Z] Loaded image: busybox:latest [2022-02-15T15:09:39.359Z] Loaded image: busybox:glibc [2022-02-15T15:09:40.064Z] --- PASS: TestServiceWithDataPathPortInit (13.64s) [2022-02-15T15:09:40.064Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-02-15T15:09:40.301Z] Loaded image: debian:bullseye-slim [2022-02-15T15:09:40.301Z] Loaded image: hello-world:latest [2022-02-15T15:09:40.301Z] Loaded image: arm32v7/hello-world:latest [2022-02-15T15:09:40.301Z] INFO: Testing against a local daemon [2022-02-15T15:09:40.301Z] === RUN TestCgroupNamespacesBuild [2022-02-15T15:09:40.607Z] INFO [linters context/goanalysis] analyzers took 4m23.107361348s with top 10 stages: buildir: 1m54.27686019s, goimports: 23.079604136s, unconvert: 18.817370699s, gosec: 13.19708605s, golint: 7.37117262s, S1038: 7.164146547s, misspell: 5.557387905s, nilness: 4.618625447s, inspect: 4.079382512s, directives: 3.757925332s [2022-02-15T15:09:40.607Z] INFO [runner] Issues before processing: 3050, after processing: 0 [2022-02-15T15:09:40.607Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2443/2443, identifier_marker: 2055/2055, nolint: 0/76, path_prettifier: 2443/2443, autogenerated_exclude: 2055/2443, exclude: 2055/2055, exclude-rules: 76/2055, cgo: 2443/3050, filename_unadjuster: 2443/2443, skip_files: 2443/2443 [2022-02-15T15:09:40.607Z] INFO [runner] processing took 374.084209ms with stages: nolint: 146.103964ms, identifier_marker: 118.678292ms, path_prettifier: 36.913785ms, exclude-rules: 35.849936ms, autogenerated_exclude: 20.86453ms, skip_dirs: 13.806175ms, cgo: 963.029µs, filename_unadjuster: 897.694µs, max_same_issues: 1.739µs, uniq_by_line: 810ns, exclude: 630ns, max_from_linter: 573ns, diff: 560ns, source_code: 470ns, skip_files: 401ns, sort_results: 380ns, path_shortener: 339ns, severity-rules: 339ns, max_per_file_from_linter: 317ns, path_prefixer: 246ns [2022-02-15T15:09:40.607Z] INFO [runner] linters took 1m33.159210878s with stages: goanalysis_metalinter: 1m32.760149022s [2022-02-15T15:09:40.607Z] INFO File cache stats: 1672 entries of total size 8.4MiB [2022-02-15T15:09:40.607Z] INFO Memory: 2430 samples, avg is 302.8MB, max is 1083.8MB [2022-02-15T15:09:40.607Z] INFO Execution took 4m3.475688606s [2022-02-15T15:09:40.607Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-02-15T15:09:40.950Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43241/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 hack/make.sh dynbinary test-docker-py [2022-02-15T15:09:40.992Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:5evxz1b1mghvlj9dlvqpjr7ql Created:2022-02-15 15:09:39.790273553 +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[a5c6a3c28c619bf514ba07b27f4bc7ec89263f293eb06968619f680b84570eff:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.s7oyft5culyc54q6hxl9p8z3s EndpointID:11f90899b18f9c4dd914dcdf69ef3facd5422c1c287e025da40534a38a13a53e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3824831bdb042284ac0eba52db161e37b41cb19ea2e3698b67d582e278f0e479 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:2cd487bd4966 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.s7oyft5culyc54q6hxl9p8z3s EndpointID:11f90899b18f9c4dd914dcdf69ef3facd5422c1c287e025da40534a38a13a53e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-02-15T15:09:41.210Z] [2022-02-15T15:09:41.472Z] Removing bundles/ [2022-02-15T15:09:41.472Z] [2022-02-15T15:09:41.472Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-02-15T15:09:41.472Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-02-15T15:09:41.472Z] GOOS="" GOARCH="" GOARM="" [2022-02-15T15:09:41.684Z] --- PASS: TestCgroupNamespacesBuild (1.09s) [2022-02-15T15:09:41.684Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-02-15T15:09:42.626Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.03s) [2022-02-15T15:09:42.626Z] === RUN TestBuildWithSession [2022-02-15T15:09:42.626Z] build_session_test.go:25: TODO: BuildKit [2022-02-15T15:09:42.626Z] --- SKIP: TestBuildWithSession (0.00s) [2022-02-15T15:09:42.626Z] === RUN TestBuildSquashParent [2022-02-15T15:09:46.236Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.86s) [2022-02-15T15:09:46.236Z] PASS [2022-02-15T15:09:46.236Z] [2022-02-15T15:09:46.236Z] === Skipped [2022-02-15T15:09:46.236Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-15T15:09:46.236Z] service_test.go:243: FLAKY_TEST [2022-02-15T15:09:46.236Z] [2022-02-15T15:09:46.236Z] DONE 26 tests, 1 skipped in 43.576s [2022-02-15T15:09:46.236Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-02-15T15:09:46.236Z] INFO: Testing against a local daemon [2022-02-15T15:09:46.236Z] === RUN TestDockerNetworkIpvlanPersistance [2022-02-15T15:09:46.236Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-15T15:09:46.236Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-02-15T15:09:46.236Z] === RUN TestDockerNetworkIpvlan [2022-02-15T15:09:46.236Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-15T15:09:46.236Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-02-15T15:09:46.236Z] PASS [2022-02-15T15:09:46.236Z] [2022-02-15T15:09:46.236Z] === Skipped [2022-02-15T15:09:46.236Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-02-15T15:09:46.236Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-15T15:09:46.236Z] [2022-02-15T15:09:46.236Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-02-15T15:09:46.236Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-15T15:09:46.236Z] [2022-02-15T15:09:46.236Z] DONE 2 tests, 2 skipped in 0.036s [2022-02-15T15:09:46.236Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-02-15T15:09:46.236Z] INFO: Testing against a local daemon [2022-02-15T15:09:46.236Z] === RUN TestDockerNetworkMacvlanPersistance [2022-02-15T15:09:46.798Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s) [2022-02-15T15:09:46.798Z] === RUN TestDockerNetworkMacvlan [2022-02-15T15:09:46.826Z] --- PASS: TestBuildSquashParent (3.57s) [2022-02-15T15:09:46.826Z] === RUN TestBuildWithRemoveAndForceRemove [2022-02-15T15:09:46.826Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:09:46.826Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:09:46.826Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:09:46.827Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:09:46.827Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:09:46.827Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:09:46.827Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:09:46.827Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:09:46.827Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:09:46.827Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:09:46.827Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:09:46.827Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:09:46.827Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:09:46.827Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:09:47.360Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-02-15T15:09:47.406Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:09:47.406Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:09:48.287Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-02-15T15:09:48.790Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:09:48.790Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:09:48.849Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-02-15T15:09:49.731Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-02-15T15:09:49.731Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.16s) [2022-02-15T15:09:49.731Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.40s) [2022-02-15T15:09:49.731Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.28s) [2022-02-15T15:09:49.731Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.28s) [2022-02-15T15:09:49.731Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.15s) [2022-02-15T15:09:49.731Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.00s) [2022-02-15T15:09:49.731Z] === RUN TestBuildMultiStageCopy [2022-02-15T15:09:49.731Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-02-15T15:09:50.672Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-02-15T15:09:50.755Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-02-15T15:09:50.932Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-02-15T15:09:51.192Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-02-15T15:09:51.192Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-02-15T15:09:51.454Z] --- PASS: TestBuildMultiStageCopy (1.66s) [2022-02-15T15:09:51.454Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (0.97s) [2022-02-15T15:09:51.454Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s) [2022-02-15T15:09:51.454Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.17s) [2022-02-15T15:09:51.454Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.17s) [2022-02-15T15:09:51.454Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.18s) [2022-02-15T15:09:51.454Z] === RUN TestBuildMultiStageParentConfig [2022-02-15T15:09:52.026Z] --- PASS: TestBuildMultiStageParentConfig (0.51s) [2022-02-15T15:09:52.026Z] === RUN TestBuildLabelWithTargets [2022-02-15T15:09:52.663Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-02-15T15:09:52.968Z] --- PASS: TestBuildLabelWithTargets (0.83s) [2022-02-15T15:09:52.968Z] === RUN TestBuildWithEmptyLayers [2022-02-15T15:09:53.230Z] --- PASS: TestBuildWithEmptyLayers (0.35s) [2022-02-15T15:09:53.230Z] === RUN TestBuildMultiStageOnBuild [2022-02-15T15:09:54.173Z] --- PASS: TestBuildMultiStageOnBuild (1.15s) [2022-02-15T15:09:54.173Z] === RUN TestBuildUncleanTarFilenames [2022-02-15T15:09:54.745Z] --- PASS: TestBuildUncleanTarFilenames (0.50s) [2022-02-15T15:09:54.745Z] === RUN TestBuildMultiStageLayerLeak [2022-02-15T15:09:54.747Z] === RUN TestMiddlewares [2022-02-15T15:09:54.747Z] --- PASS: TestMiddlewares (0.00s) [2022-02-15T15:09:54.747Z] PASS [2022-02-15T15:09:54.747Z] coverage: 9.0% of statements [2022-02-15T15:09:54.747Z] ok github.com/docker/docker/api/server 0.076s coverage: 9.0% of statements [2022-02-15T15:09:55.369Z] 898469748ff6: Pull complete [2022-02-15T15:09:55.369Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-02-15T15:09:55.369Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:09:55.369Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:09:55.369Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-02-15T15:09:55.369Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-02-15T15:09:55.369Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.524' [2022-02-15T15:09:55.369Z] INFO: Docker version of control daemon [2022-02-15T15:09:55.369Z] [2022-02-15T15:09:55.369Z] Client: [2022-02-15T15:09:55.369Z] Version: 20.10.9 [2022-02-15T15:09:55.369Z] API version: 1.41 [2022-02-15T15:09:55.369Z] Go version: go1.16.8 [2022-02-15T15:09:55.369Z] Git commit: c2ea9bc [2022-02-15T15:09:55.369Z] Built: Mon Oct 4 16:11:10 2021 [2022-02-15T15:09:55.369Z] OS/Arch: windows/amd64 [2022-02-15T15:09:55.369Z] Context: default [2022-02-15T15:09:55.369Z] Experimental: true [2022-02-15T15:09:55.369Z] [2022-02-15T15:09:55.369Z] Server: Docker Engine - Community [2022-02-15T15:09:55.369Z] Engine: [2022-02-15T15:09:55.369Z] Version: 20.10.9 [2022-02-15T15:09:55.369Z] API version: 1.41 (minimum version 1.24) [2022-02-15T15:09:55.369Z] Go version: go1.16.8 [2022-02-15T15:09:55.369Z] Git commit: 79ea9d3 [2022-02-15T15:09:55.369Z] Built: Mon Oct 4 16:06:39 2021 [2022-02-15T15:09:55.369Z] OS/Arch: windows/amd64 [2022-02-15T15:09:55.369Z] Experimental: true [2022-02-15T15:09:55.369Z] [2022-02-15T15:09:55.369Z] INFO: Docker info of control daemon [2022-02-15T15:09:55.369Z] [2022-02-15T15:09:55.369Z] Client: [2022-02-15T15:09:55.369Z] Context: default [2022-02-15T15:09:55.369Z] Debug Mode: false [2022-02-15T15:09:55.369Z] [2022-02-15T15:09:55.369Z] Server: [2022-02-15T15:09:55.369Z] Containers: 0 [2022-02-15T15:09:55.369Z] Running: 0 [2022-02-15T15:09:55.369Z] Paused: 0 [2022-02-15T15:09:55.369Z] Stopped: 0 [2022-02-15T15:09:55.369Z] Images: 1 [2022-02-15T15:09:55.369Z] Server Version: 20.10.9 [2022-02-15T15:09:55.369Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-02-15T15:09:55.369Z] Windows: [2022-02-15T15:09:55.369Z] LCOW: [2022-02-15T15:09:55.369Z] Logging Driver: json-file [2022-02-15T15:09:55.369Z] Plugins: [2022-02-15T15:09:55.369Z] Volume: local [2022-02-15T15:09:55.369Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-15T15:09:55.369Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-15T15:09:55.369Z] Swarm: inactive [2022-02-15T15:09:55.369Z] Default Isolation: process [2022-02-15T15:09:55.369Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-02-15T15:09:55.369Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-02-15T15:09:55.369Z] OSType: windows [2022-02-15T15:09:55.369Z] Architecture: x86_64 [2022-02-15T15:09:55.369Z] CPUs: 4 [2022-02-15T15:09:55.369Z] Total Memory: 32GiB [2022-02-15T15:09:55.369Z] Name: azwin-2-d0e5e0 [2022-02-15T15:09:55.369Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-02-15T15:09:55.369Z] Docker Root Dir: D:\docker [2022-02-15T15:09:55.369Z] Debug Mode: false [2022-02-15T15:09:55.369Z] Registry: https://index.docker.io/v1/ [2022-02-15T15:09:55.369Z] Labels: [2022-02-15T15:09:55.369Z] Experimental: true [2022-02-15T15:09:55.369Z] Insecure Registries: [2022-02-15T15:09:55.369Z] 10.0.0.4:5000 [2022-02-15T15:09:55.369Z] 127.0.0.0/8 [2022-02-15T15:09:55.369Z] Registry Mirrors: [2022-02-15T15:09:55.369Z] http://10.0.0.4:5000/ [2022-02-15T15:09:55.369Z] Live Restore Enabled: false [2022-02-15T15:09:55.369Z] Product License: Community Engine [2022-02-15T15:09:55.369Z] [2022-02-15T15:09:55.369Z] [2022-02-15T15:09:55.369Z] INFO: Commit hash is 2ac898c232 [2022-02-15T15:09:55.369Z] INFO: Nuke-Everything... [2022-02-15T15:09:55.369Z] INFO: Container count on control daemon to delete is 0 [2022-02-15T15:09:55.369Z] INFO: Nuking d:\CI [2022-02-15T15:09:55.369Z] INFO: Zapped successfully [2022-02-15T15:09:55.369Z] INFO: Location for testing is d:\CI\PR-43241\1 [2022-02-15T15:09:55.369Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-02-15T15:09:55.369Z] [2022-02-15T15:09:55.369Z] [2022-02-15T15:09:55.369Z] INFO: Building the image from Dockerfile.windows at 02/15/2022 15:09:54... [2022-02-15T15:09:55.369Z] [2022-02-15T15:09:55.934Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-02-15T15:09:56.130Z] --- PASS: TestBuildMultiStageLayerLeak (1.23s) [2022-02-15T15:09:56.130Z] === RUN TestBuildWithHugeFile [2022-02-15T15:09:56.191Z] --- PASS: TestDockerNetworkMacvlan (9.57s) [2022-02-15T15:09:56.191Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-02-15T15:09:56.191Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-02-15T15:09:56.191Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.76s) [2022-02-15T15:09:56.191Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.87s) [2022-02-15T15:09:56.191Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.01s) [2022-02-15T15:09:56.191Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.56s) [2022-02-15T15:09:56.191Z] PASS [2022-02-15T15:09:56.191Z] [2022-02-15T15:09:56.191Z] DONE 8 tests in 10.832s [2022-02-15T15:09:56.191Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-02-15T15:09:56.191Z] testing: warning: no tests to run [2022-02-15T15:09:56.191Z] PASS [2022-02-15T15:09:56.191Z] [2022-02-15T15:09:56.191Z] DONE 0 tests in 0.017s [2022-02-15T15:09:56.191Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-02-15T15:09:56.447Z] INFO: Testing against a local daemon [2022-02-15T15:09:56.447Z] === RUN TestAuthZPluginAllowRequest [2022-02-15T15:09:57.812Z] --- PASS: TestAuthZPluginAllowRequest (1.17s) [2022-02-15T15:09:57.812Z] === RUN TestAuthZPluginTLS [2022-02-15T15:09:58.068Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-02-15T15:09:58.068Z] === RUN TestAuthZPluginDenyRequest [2022-02-15T15:09:58.630Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-02-15T15:09:58.630Z] === RUN TestAuthZPluginAPIDenyResponse [2022-02-15T15:09:59.192Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-02-15T15:09:59.192Z] === RUN TestAuthZPluginDenyResponse [2022-02-15T15:09:59.754Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-02-15T15:09:59.754Z] === RUN TestAuthZPluginAllowEventStream [2022-02-15T15:10:01.121Z] --- PASS: TestAuthZPluginAllowEventStream (1.16s) [2022-02-15T15:10:01.121Z] === RUN TestAuthZPluginErrorResponse [2022-02-15T15:10:01.377Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-02-15T15:10:01.377Z] === RUN TestAuthZPluginErrorRequest [2022-02-15T15:10:01.938Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-02-15T15:10:01.938Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-02-15T15:10:02.569Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-02-15T15:10:02.569Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-02-15T15:10:02.605Z] Sending build context to Docker daemon 62.48MB [2022-02-15T15:10:02.605Z] [2022-02-15T15:10:02.605Z] Step 1/11 : FROM microsoft/windowsservercore [2022-02-15T15:10:02.605Z] ---> bdeb13086b9f [2022-02-15T15:10:02.605Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-02-15T15:10:02.605Z] ---> Running in cf0f158fa48c [2022-02-15T15:10:02.605Z] Removing intermediate container cf0f158fa48c [2022-02-15T15:10:02.605Z] ---> 02494f7dff7e [2022-02-15T15:10:02.605Z] Step 3/11 : ARG GO_VERSION=1.17.6 [2022-02-15T15:10:02.605Z] ---> Running in 00a00323f0a8 [2022-02-15T15:10:02.605Z] Removing intermediate container 00a00323f0a8 [2022-02-15T15:10:02.605Z] ---> 746e35e43e60 [2022-02-15T15:10:02.605Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-02-15T15:10:02.605Z] ---> Running in 0f56976abe20 [2022-02-15T15:10:03.082Z] Removing intermediate container 0f56976abe20 [2022-02-15T15:10:03.082Z] ---> a6a1d30a6027 [2022-02-15T15:10:03.082Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-02-15T15:10:03.082Z] ---> Running in d891991621ff [2022-02-15T15:10:03.558Z] Removing intermediate container d891991621ff [2022-02-15T15:10:03.558Z] ---> e321a20c9a5e [2022-02-15T15:10:03.558Z] 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-02-15T15:10:03.558Z] ---> Running in 199bdff36f58 [2022-02-15T15:10:03.935Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.40s) [2022-02-15T15:10:03.935Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-02-15T15:10:04.035Z] Removing intermediate container 199bdff36f58 [2022-02-15T15:10:04.035Z] ---> 35abe1c49bc1 [2022-02-15T15:10:04.035Z] 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-02-15T15:10:04.035Z] ---> Running in 22734b4a3e93 [2022-02-15T15:10:05.300Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.43s) [2022-02-15T15:10:05.300Z] === RUN TestAuthZPluginHeader [2022-02-15T15:10:05.861Z] --- PASS: TestAuthZPluginHeader (0.71s) [2022-02-15T15:10:05.861Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-02-15T15:10:07.111Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-02-15T15:10:07.111Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-02-15T15:10:08.864Z] [2022-02-15T15:10:08.864Z] SUCCESS: Specified value was saved. [2022-02-15T15:10:10.030Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.06s) [2022-02-15T15:10:10.030Z] === RUN TestAuthZPluginV2Disable [2022-02-15T15:10:10.453Z] INFO: Downloading git... [2022-02-15T15:10:11.460Z] INFO: Downloading go... [2022-02-15T15:10:13.065Z] INFO: Downloading compiler 1 of 3... [2022-02-15T15:10:13.308Z] --- PASS: TestAuthZPluginV2Disable (3.32s) [2022-02-15T15:10:13.308Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-02-15T15:10:13.546Z] INFO: Downloading compiler 2 of 3... [2022-02-15T15:10:13.546Z] INFO: Downloading compiler 3 of 3... [2022-02-15T15:10:14.025Z] INFO: Extracting git... [2022-02-15T15:10:16.575Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.19s) [2022-02-15T15:10:16.575Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-02-15T15:10:26.514Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.46s) [2022-02-15T15:10:26.514Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-02-15T15:10:29.004Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-02-15T15:10:29.070Z] INFO: Expanding go... [2022-02-15T15:10:34.877Z] --- PASS: TestBuildWithHugeFile (34.74s) [2022-02-15T15:10:34.877Z] === RUN TestBuildWCOWSandboxSize [2022-02-15T15:10:34.877Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-15T15:10:34.877Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-02-15T15:10:34.877Z] === RUN TestBuildWithEmptyDockerfile [2022-02-15T15:10:34.877Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:10:34.877Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:10:34.877Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:10:34.877Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:10:34.877Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:10:34.877Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:10:34.877Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:10:34.877Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:10:34.877Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:10:34.877Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-02-15T15:10:34.877Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s) [2022-02-15T15:10:34.877Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s) [2022-02-15T15:10:34.877Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-02-15T15:10:34.877Z] === RUN TestBuildPreserveOwnership [2022-02-15T15:10:34.877Z] === RUN TestBuildPreserveOwnership/copy_from [2022-02-15T15:10:34.877Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-02-15T15:10:34.877Z] --- PASS: TestBuildPreserveOwnership (2.50s) [2022-02-15T15:10:34.877Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.67s) [2022-02-15T15:10:34.877Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.82s) [2022-02-15T15:10:34.877Z] === RUN TestBuildPlatformInvalid [2022-02-15T15:10:34.877Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-02-15T15:10:34.877Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-02-15T15:10:34.877Z] Loaded image: busybox:latest [2022-02-15T15:10:34.877Z] Loaded image: busybox:glibc [2022-02-15T15:10:35.448Z] Loaded image: debian:bullseye-slim [2022-02-15T15:10:35.448Z] Loaded image: hello-world:latest [2022-02-15T15:10:35.448Z] Loaded image: arm32v7/hello-world:latest [2022-02-15T15:10:37.099Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-02-15T15:10:43.604Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (8.76s) [2022-02-15T15:10:43.604Z] PASS [2022-02-15T15:10:43.604Z] [2022-02-15T15:10:43.604Z] === Skipped [2022-02-15T15:10:43.604Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-02-15T15:10:43.604Z] build_session_test.go:25: TODO: BuildKit [2022-02-15T15:10:43.604Z] [2022-02-15T15:10:43.604Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-02-15T15:10:43.604Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-15T15:10:43.604Z] [2022-02-15T15:10:43.604Z] DONE 34 tests, 2 skipped in 63.242s [2022-02-15T15:10:43.604Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-02-15T15:10:43.604Z] ++ 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-02-15T15:10:43.604Z] ++ set -e [2022-02-15T15:10:43.604Z] ++ '[' -n 0 ']' [2022-02-15T15:10:43.604Z] ++ set -x [2022-02-15T15:10:43.605Z] ++ 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-02-15T15:10:43.605Z] INFO: Testing against a local daemon [2022-02-15T15:10:43.605Z] === RUN TestConfigInspect [2022-02-15T15:10:44.545Z] --- PASS: TestConfigInspect (2.10s) [2022-02-15T15:10:44.545Z] === RUN TestConfigList [2022-02-15T15:10:44.552Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2022-02-15T15:10:44.552Z] PASS [2022-02-15T15:10:44.552Z] [2022-02-15T15:10:44.552Z] DONE 17 tests in 46.267s [2022-02-15T15:10:44.552Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-02-15T15:10:44.552Z] INFO: Testing against a local daemon [2022-02-15T15:10:44.552Z] === RUN TestPluginInvalidJSON [2022-02-15T15:10:44.552Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:10:44.552Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:10:44.552Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:10:44.552Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-02-15T15:10:44.552Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-02-15T15:10:44.552Z] === RUN TestPluginInstall [2022-02-15T15:10:44.552Z] === RUN TestPluginInstall/no_auth [2022-02-15T15:10:44.552Z] time="2022-02-15T15:10:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:10:44.552Z] time="2022-02-15T15:10:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c87c59192911757e667dae7927a6af96ab3824ae486cda4056ebb6f23d5555d3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:10:44.552Z] time="2022-02-15T15:10:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:10:44.552Z] time="2022-02-15T15:10:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c87c59192911757e667dae7927a6af96ab3824ae486cda4056ebb6f23d5555d3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:10:44.552Z] === RUN TestPluginInstall/with_htpasswd [2022-02-15T15:10:44.808Z] time="2022-02-15T15:10:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:10:44.808Z] time="2022-02-15T15:10:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0d56b396780ed497feb86ec8d8c90bdac6691824205de4dcf5d3a2b41a650998" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:10:44.808Z] time="2022-02-15T15:10:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:10:44.808Z] time="2022-02-15T15:10:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0d56b396780ed497feb86ec8d8c90bdac6691824205de4dcf5d3a2b41a650998" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:10:45.063Z] === RUN TestPluginInstall/with_insecure [2022-02-15T15:10:45.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-02-15T15:10:45.993Z] time="2022-02-15T15:10:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:10:45.993Z] time="2022-02-15T15:10:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b19ad58a6ae3b4fff2da5658ce3d54ba78ed9ca05efb809432a816543b630ac4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:10:45.993Z] time="2022-02-15T15:10:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:10:45.993Z] time="2022-02-15T15:10:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b19ad58a6ae3b4fff2da5658ce3d54ba78ed9ca05efb809432a816543b630ac4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:10:45.993Z] plugin_test.go:165: [d3295611c3f14] daemon is not started [2022-02-15T15:10:45.993Z] --- PASS: TestPluginInstall (3.34s) [2022-02-15T15:10:45.993Z] --- PASS: TestPluginInstall/no_auth (1.70s) [2022-02-15T15:10:45.993Z] --- PASS: TestPluginInstall/with_htpasswd (0.60s) [2022-02-15T15:10:45.993Z] --- PASS: TestPluginInstall/with_insecure (1.05s) [2022-02-15T15:10:45.993Z] === RUN TestPluginsWithRuntimes [2022-02-15T15:10:46.120Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-02-15T15:10:46.456Z] --- PASS: TestConfigList (2.03s) [2022-02-15T15:10:46.456Z] === RUN TestConfigsCreateAndDelete [2022-02-15T15:10:46.713Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-02-15T15:10:47.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-02-15T15:10:47.882Z] === RUN TestPluginsWithRuntimes/No_Args [2022-02-15T15:10:47.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-02-15T15:10:48.444Z] === RUN TestPluginsWithRuntimes/With_Args [2022-02-15T15:10:48.869Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-02-15T15:10:48.998Z] --- PASS: TestConfigsCreateAndDelete (2.06s) [2022-02-15T15:10:48.998Z] === RUN TestConfigsUpdate [2022-02-15T15:10:49.391Z] --- PASS: TestPluginsWithRuntimes (3.27s) [2022-02-15T15:10:49.391Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.85s) [2022-02-15T15:10:49.391Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.87s) [2022-02-15T15:10:49.391Z] === RUN TestPluginBackCompatMediaTypes [2022-02-15T15:10:49.953Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-02-15T15:10:49.953Z] PASS [2022-02-15T15:10:49.953Z] [2022-02-15T15:10:49.953Z] DONE 10 tests in 7.245s [2022-02-15T15:10:49.953Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-02-15T15:10:49.953Z] INFO: Testing against a local daemon [2022-02-15T15:10:49.953Z] === RUN TestExternalGraphDriver [2022-02-15T15:10:49.953Z] === RUN TestExternalGraphDriver/json [2022-02-15T15:10:50.909Z] --- PASS: TestConfigsUpdate (2.03s) [2022-02-15T15:10:50.909Z] === RUN TestTemplatedConfig [2022-02-15T15:10:51.387Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-02-15T15:10:51.845Z] === RUN TestExternalGraphDriver/spec [2022-02-15T15:10:52.315Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-02-15T15:10:53.212Z] === RUN TestExternalGraphDriver/pull [2022-02-15T15:10:53.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-02-15T15:10:53.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-02-15T15:10:53.451Z] --- PASS: TestTemplatedConfig (2.38s) [2022-02-15T15:10:53.451Z] === RUN TestConfigCreateResolve [2022-02-15T15:10:54.169Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-02-15T15:10:54.732Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-02-15T15:10:55.102Z] --- PASS: TestExternalGraphDriver (4.91s) [2022-02-15T15:10:55.102Z] --- PASS: TestExternalGraphDriver/json (1.64s) [2022-02-15T15:10:55.102Z] --- PASS: TestExternalGraphDriver/spec (1.61s) [2022-02-15T15:10:55.102Z] --- PASS: TestExternalGraphDriver/pull (1.62s) [2022-02-15T15:10:55.102Z] === RUN TestGraphdriverPluginV2 [2022-02-15T15:10:55.128Z] === RUN TestBoolValue [2022-02-15T15:10:55.128Z] --- PASS: TestBoolValue (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestBoolValueOrDefault [2022-02-15T15:10:55.128Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestInt64ValueOrZero [2022-02-15T15:10:55.128Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestInt64ValueOrDefault [2022-02-15T15:10:55.128Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestInt64ValueOrDefaultWithError [2022-02-15T15:10:55.128Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestJsonContentType [2022-02-15T15:10:55.128Z] --- PASS: TestJsonContentType (0.00s) [2022-02-15T15:10:55.128Z] PASS [2022-02-15T15:10:55.128Z] coverage: 14.7% of statements [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-02-15T15:10:55.128Z] ok github.com/docker/docker/api/server/httputils 0.094s coverage: 14.7% of statements [2022-02-15T15:10:55.128Z] === RUN TestMaskSecretKeys [2022-02-15T15:10:55.128Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-02-15T15:10:55.128Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-02-15T15:10:55.128Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-02-15T15:10:55.128Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-02-15T15:10:55.128Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-02-15T15:10:55.128Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-02-15T15:10:55.128Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestVersionMiddlewareVersion [2022-02-15T15:10:55.128Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-02-15T15:10:55.128Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-02-15T15:10:55.128Z] PASS [2022-02-15T15:10:55.128Z] coverage: 37.7% of statements [2022-02-15T15:10:55.128Z] ok github.com/docker/docker/api/server/middleware 0.084s coverage: 37.7% of statements [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/server/router [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-02-15T15:10:55.128Z] === RUN TestToJSON [2022-02-15T15:10:55.128Z] --- PASS: TestToJSON (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestToParamWithVersion [2022-02-15T15:10:55.128Z] --- PASS: TestToParamWithVersion (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestFromJSON [2022-02-15T15:10:55.128Z] --- PASS: TestFromJSON (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestEmpty [2022-02-15T15:10:55.128Z] --- PASS: TestEmpty (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestArgsMatchKVListEmptySources [2022-02-15T15:10:55.128Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestArgsMatchKVList [2022-02-15T15:10:55.128Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestArgsMatch [2022-02-15T15:10:55.128Z] --- PASS: TestArgsMatch (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestAdd [2022-02-15T15:10:55.128Z] --- PASS: TestAdd (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestDel [2022-02-15T15:10:55.128Z] --- PASS: TestDel (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestLen [2022-02-15T15:10:55.128Z] --- PASS: TestLen (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestExactMatch [2022-02-15T15:10:55.128Z] --- PASS: TestExactMatch (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestOnlyOneExactMatch [2022-02-15T15:10:55.128Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestContains [2022-02-15T15:10:55.128Z] --- PASS: TestContains (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestValidate [2022-02-15T15:10:55.128Z] --- PASS: TestValidate (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestWalkValues [2022-02-15T15:10:55.128Z] --- PASS: TestWalkValues (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestFuzzyMatch [2022-02-15T15:10:55.128Z] --- PASS: TestFuzzyMatch (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestClone [2022-02-15T15:10:55.128Z] --- PASS: TestClone (0.00s) [2022-02-15T15:10:55.128Z] PASS [2022-02-15T15:10:55.128Z] coverage: 92.2% of statements [2022-02-15T15:10:55.128Z] ok github.com/docker/docker/api/types/filters 0.043s coverage: 92.2% of statements [2022-02-15T15:10:55.128Z] === RUN TestAdjustForAPIVersion [2022-02-15T15:10:55.128Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-02-15T15:10:55.128Z] PASS [2022-02-15T15:10:55.128Z] coverage: 5.7% of statements [2022-02-15T15:10:55.128Z] ok github.com/docker/docker/api/server/router/swarm 0.060s coverage: 5.7% of statements [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/types [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/types/container [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/types/events [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/types/image [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/types/network [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-02-15T15:10:55.128Z] === RUN TestStrSliceMarshalJSON [2022-02-15T15:10:55.128Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestStrSliceUnmarshalJSON [2022-02-15T15:10:55.128Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestStrSliceUnmarshalString [2022-02-15T15:10:55.128Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestStrSliceUnmarshalSlice [2022-02-15T15:10:55.128Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-02-15T15:10:55.128Z] PASS [2022-02-15T15:10:55.128Z] coverage: 90.0% of statements [2022-02-15T15:10:55.128Z] ok github.com/docker/docker/api/types/strslice 0.046s coverage: 90.0% of statements [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-02-15T15:10:55.128Z] === RUN TestDurationToSecondsString [2022-02-15T15:10:55.128Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-02-15T15:10:55.128Z] === RUN TestGetTimestamp [2022-02-15T15:10:55.128Z] --- PASS: TestGetTimestamp (0.20s) [2022-02-15T15:10:55.128Z] === RUN TestParseTimestamps [2022-02-15T15:10:55.128Z] --- PASS: TestParseTimestamps (0.00s) [2022-02-15T15:10:55.128Z] PASS [2022-02-15T15:10:55.128Z] coverage: 100.0% of statements [2022-02-15T15:10:55.128Z] ok github.com/docker/docker/api/types/time 0.264s coverage: 100.0% of statements [2022-02-15T15:10:55.128Z] === RUN TestCompareVersion [2022-02-15T15:10:55.128Z] --- PASS: TestCompareVersion (0.00s) [2022-02-15T15:10:55.128Z] PASS [2022-02-15T15:10:55.128Z] coverage: 77.3% of statements [2022-02-15T15:10:55.128Z] ok github.com/docker/docker/api/types/versions 0.040s coverage: 77.3% of statements [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/builder [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-02-15T15:10:55.128Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-02-15T15:10:55.362Z] --- PASS: TestConfigCreateResolve (2.04s) [2022-02-15T15:10:55.362Z] PASS [2022-02-15T15:10:55.362Z] [2022-02-15T15:10:55.362Z] DONE 6 tests in 12.722s [2022-02-15T15:10:55.362Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-02-15T15:10:55.362Z] ++ 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-02-15T15:10:55.362Z] ++ set -e [2022-02-15T15:10:55.362Z] ++ '[' -n 0 ']' [2022-02-15T15:10:55.362Z] ++ set -x [2022-02-15T15:10:55.362Z] ++ 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-02-15T15:10:55.362Z] INFO: Testing against a local daemon [2022-02-15T15:10:55.362Z] === RUN TestCheckpoint [2022-02-15T15:10:55.362Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-15T15:10:55.362Z] --- SKIP: TestCheckpoint (0.00s) [2022-02-15T15:10:55.362Z] === RUN TestContainerInvalidJSON [2022-02-15T15:10:55.362Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:10:55.362Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:10:55.362Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:10:55.362Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:10:55.362Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:10:55.362Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:10:55.362Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-02-15T15:10:55.362Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-02-15T15:10:55.362Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-02-15T15:10:55.362Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-02-15T15:10:55.362Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-02-15T15:10:55.362Z] === RUN TestCopyFromContainerPathIsNotDir [2022-02-15T15:10:55.362Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-02-15T15:10:55.362Z] === RUN TestCopyToContainerPathDoesNotExist [2022-02-15T15:10:55.362Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-02-15T15:10:55.362Z] === RUN TestCopyToContainerPathIsNotDir [2022-02-15T15:10:55.362Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-02-15T15:10:55.362Z] === RUN TestCopyFromContainer [2022-02-15T15:10:56.088Z] === RUN TestParseRemoteURL [2022-02-15T15:10:56.089Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-02-15T15:10:56.089Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-02-15T15:10:56.089Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-02-15T15:10:56.089Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-02-15T15:10:56.089Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-02-15T15:10:56.089Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-02-15T15:10:56.089Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-02-15T15:10:56.089Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-02-15T15:10:56.089Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-02-15T15:10:56.089Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-02-15T15:10:56.089Z] --- PASS: TestParseRemoteURL (0.00s) [2022-02-15T15:10:56.089Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-02-15T15:10:56.089Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-02-15T15:10:56.089Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-02-15T15:10:56.089Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-02-15T15:10:56.089Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-02-15T15:10:56.089Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-02-15T15:10:56.089Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-02-15T15:10:56.089Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-02-15T15:10:56.089Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-02-15T15:10:56.089Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-02-15T15:10:56.089Z] === RUN TestCloneArgsSmartHttp [2022-02-15T15:10:56.089Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-02-15T15:10:56.089Z] === RUN TestCloneArgsDumbHttp [2022-02-15T15:10:56.089Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-02-15T15:10:56.089Z] === RUN TestCloneArgsGit [2022-02-15T15:10:56.089Z] --- PASS: TestCloneArgsGit (0.00s) [2022-02-15T15:10:56.089Z] === RUN TestCheckoutGit [2022-02-15T15:10:56.101Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-02-15T15:10:56.303Z] === RUN TestCopyFromContainer// [2022-02-15T15:10:56.303Z] === RUN TestCopyFromContainer//bar/root [2022-02-15T15:10:56.303Z] === RUN TestCopyFromContainer//bar/root/ [2022-02-15T15:10:56.303Z] === RUN TestCopyFromContainer/bar/quux [2022-02-15T15:10:56.303Z] === RUN TestCopyFromContainer/bar/quux/ [2022-02-15T15:10:56.303Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-02-15T15:10:56.303Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-02-15T15:10:56.565Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-02-15T15:10:56.565Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-02-15T15:10:56.565Z] === RUN TestCopyFromContainer/bar/notarget [2022-02-15T15:10:56.565Z] --- PASS: TestCopyFromContainer (1.29s) [2022-02-15T15:10:56.565Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-02-15T15:10:56.565Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-02-15T15:10:56.565Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-02-15T15:10:56.565Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-02-15T15:10:56.565Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.04s) [2022-02-15T15:10:56.565Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.04s) [2022-02-15T15:10:56.565Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-02-15T15:10:56.565Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.04s) [2022-02-15T15:10:56.565Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-02-15T15:10:56.565Z] --- PASS: TestCopyFromContainer/bar/notarget (0.04s) [2022-02-15T15:10:56.565Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-02-15T15:10:56.565Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:10:56.565Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:10:56.565Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:10:56.565Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:10:56.565Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:10:56.565Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:10:56.565Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:10:56.565Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:10:56.565Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:10:56.565Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-02-15T15:10:56.565Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-02-15T15:10:56.565Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-02-15T15:10:56.565Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-02-15T15:10:56.565Z] === RUN TestCreateLinkToNonExistingContainer [2022-02-15T15:10:56.565Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-02-15T15:10:56.565Z] === RUN TestCreateWithInvalidEnv [2022-02-15T15:10:56.565Z] === RUN TestCreateWithInvalidEnv/0 [2022-02-15T15:10:56.565Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-02-15T15:10:56.565Z] === RUN TestCreateWithInvalidEnv/1 [2022-02-15T15:10:56.565Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-02-15T15:10:56.565Z] === RUN TestCreateWithInvalidEnv/2 [2022-02-15T15:10:56.565Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-02-15T15:10:56.565Z] === CONT TestCreateWithInvalidEnv/0 [2022-02-15T15:10:56.565Z] === CONT TestCreateWithInvalidEnv/2 [2022-02-15T15:10:56.565Z] === CONT TestCreateWithInvalidEnv/1 [2022-02-15T15:10:56.565Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-02-15T15:10:56.565Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-02-15T15:10:56.565Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-02-15T15:10:56.565Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-02-15T15:10:56.565Z] === RUN TestCreateTmpfsMountsTarget [2022-02-15T15:10:56.668Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-02-15T15:10:56.826Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-02-15T15:10:56.826Z] === RUN TestCreateWithCustomMaskedPaths [2022-02-15T15:10:57.231Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-02-15T15:10:57.618Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-02-15T15:10:57.618Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-02-15T15:10:57.618Z] === RUN TestProcessNoDockerignore [2022-02-15T15:10:57.618Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-02-15T15:10:57.618Z] === RUN TestProcessShouldLeaveAllFiles [2022-02-15T15:10:57.618Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-02-15T15:10:57.618Z] === RUN TestDetectContentType [2022-02-15T15:10:57.618Z] --- PASS: TestDetectContentType (0.00s) [2022-02-15T15:10:57.618Z] === RUN TestSelectAcceptableMIME [2022-02-15T15:10:57.618Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-02-15T15:10:57.618Z] === RUN TestInspectEmptyResponse [2022-02-15T15:10:57.618Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-02-15T15:10:57.618Z] === RUN TestInspectResponseBinary [2022-02-15T15:10:57.618Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-02-15T15:10:57.618Z] === RUN TestResponseUnsupportedContentType [2022-02-15T15:10:57.618Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-02-15T15:10:57.618Z] === RUN TestInspectResponseTextSimple [2022-02-15T15:10:57.618Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-02-15T15:10:57.618Z] === RUN TestInspectResponseEmptyContentType [2022-02-15T15:10:57.618Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-02-15T15:10:57.618Z] === RUN TestUnknownContentLength [2022-02-15T15:10:57.618Z] --- PASS: TestUnknownContentLength (0.00s) [2022-02-15T15:10:57.618Z] === RUN TestDownloadRemote [2022-02-15T15:10:57.769Z] --- PASS: TestCreateWithCustomMaskedPaths (1.08s) [2022-02-15T15:10:57.769Z] === RUN TestCreateWithCustomReadonlyPaths [2022-02-15T15:10:58.074Z] --- PASS: TestDownloadRemote (0.11s) [2022-02-15T15:10:58.074Z] === RUN TestGetWithStatusError [2022-02-15T15:10:58.074Z] --- PASS: TestGetWithStatusError (0.00s) [2022-02-15T15:10:58.074Z] === RUN TestCloseRootDirectory [2022-02-15T15:10:58.074Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:10:58.074Z] --- SKIP: TestCloseRootDirectory (0.01s) [2022-02-15T15:10:58.074Z] === RUN TestHashFile [2022-02-15T15:10:58.074Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:10:58.074Z] --- SKIP: TestHashFile (0.00s) [2022-02-15T15:10:58.074Z] === RUN TestHashSubdir [2022-02-15T15:10:58.074Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:10:58.074Z] --- SKIP: TestHashSubdir (0.01s) [2022-02-15T15:10:58.074Z] === RUN TestRemoveDirectory [2022-02-15T15:10:58.074Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:10:58.074Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-02-15T15:10:58.074Z] PASS [2022-02-15T15:10:58.074Z] coverage: 9.3% of statements [2022-02-15T15:10:58.074Z] ok github.com/docker/docker/builder/remotecontext 0.279s coverage: 9.3% of statements [2022-02-15T15:10:58.074Z] === RUN TestEnable [2022-02-15T15:10:58.074Z] --- PASS: TestEnable (0.00s) [2022-02-15T15:10:58.074Z] === RUN TestDisable [2022-02-15T15:10:58.074Z] --- PASS: TestDisable (0.00s) [2022-02-15T15:10:58.074Z] === RUN TestEnabled [2022-02-15T15:10:58.074Z] --- PASS: TestEnabled (0.00s) [2022-02-15T15:10:58.074Z] PASS [2022-02-15T15:10:58.074Z] coverage: 100.0% of statements [2022-02-15T15:10:58.074Z] ok github.com/docker/docker/cli/debug 0.042s coverage: 100.0% of statements [2022-02-15T15:10:58.159Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-02-15T15:10:58.160Z] Using test binary docker [2022-02-15T15:10:58.160Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-02-15T15:10:58.160Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-02-15T15:10:58.160Z] INFO: Waiting for daemon to start... [2022-02-15T15:10:58.160Z] Starting dockerd [2022-02-15T15:10:58.530Z] === RUN TestGetAllAllowed [2022-02-15T15:10:58.530Z] --- PASS: TestGetAllAllowed (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestGetAllMeta [2022-02-15T15:10:58.530Z] --- PASS: TestGetAllMeta (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestWarnOnUnusedBuildArgs [2022-02-15T15:10:58.530Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestIsUnreferencedBuiltin [2022-02-15T15:10:58.530Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestIsExistingDirectory [2022-02-15T15:10:58.530Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestGetFilenameForDownload [2022-02-15T15:10:58.530Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestEnv2Variables [2022-02-15T15:10:58.530Z] --- PASS: TestEnv2Variables (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-02-15T15:10:58.530Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestMaintainer [2022-02-15T15:10:58.530Z] --- PASS: TestMaintainer (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestLabel [2022-02-15T15:10:58.530Z] --- PASS: TestLabel (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestFromScratch [2022-02-15T15:10:58.530Z] --- PASS: TestFromScratch (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestFromWithArg [2022-02-15T15:10:58.530Z] --- PASS: TestFromWithArg (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-02-15T15:10:58.530Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestFromWithUndefinedArg [2022-02-15T15:10:58.530Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestFromMultiStageWithNamedStage [2022-02-15T15:10:58.530Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestOnbuild [2022-02-15T15:10:58.530Z] --- PASS: TestOnbuild (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestWorkdir [2022-02-15T15:10:58.530Z] --- PASS: TestWorkdir (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestCmd [2022-02-15T15:10:58.530Z] --- PASS: TestCmd (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestHealthcheckNone [2022-02-15T15:10:58.530Z] --- PASS: TestHealthcheckNone (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestHealthcheckCmd [2022-02-15T15:10:58.530Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestEntrypoint [2022-02-15T15:10:58.530Z] --- PASS: TestEntrypoint (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestExpose [2022-02-15T15:10:58.530Z] --- PASS: TestExpose (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestUser [2022-02-15T15:10:58.530Z] --- PASS: TestUser (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestVolume [2022-02-15T15:10:58.530Z] --- PASS: TestVolume (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestStopSignal [2022-02-15T15:10:58.530Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-02-15T15:10:58.530Z] --- SKIP: TestStopSignal (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestArg [2022-02-15T15:10:58.530Z] --- PASS: TestArg (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestShell [2022-02-15T15:10:58.530Z] --- PASS: TestShell (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestPrependEnvOnCmd [2022-02-15T15:10:58.530Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestRunWithBuildArgs [2022-02-15T15:10:58.530Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestRunIgnoresHealthcheck [2022-02-15T15:10:58.530Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestDispatchUnsupportedOptions [2022-02-15T15:10:58.530Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-02-15T15:10:58.530Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-02-15T15:10:58.530Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-02-15T15:10:58.530Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-02-15T15:10:58.530Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-02-15T15:10:58.530Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-02-15T15:10:58.530Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestNormalizeWorkdir [2022-02-15T15:10:58.530Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestDispatch [2022-02-15T15:10:58.530Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-02-15T15:10:58.530Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-02-15T15:10:58.530Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-02-15T15:10:58.530Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-02-15T15:10:58.530Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-02-15T15:10:58.530Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-02-15T15:10:58.530Z] === RUN TestDispatch/COPY_url [2022-02-15T15:10:58.530Z] --- PASS: TestDispatch (0.08s) [2022-02-15T15:10:58.530Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-02-15T15:10:58.530Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2022-02-15T15:10:58.530Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-02-15T15:10:58.530Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-02-15T15:10:58.530Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-02-15T15:10:58.530Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-02-15T15:10:58.530Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestAddScratchImageAddsToMounts [2022-02-15T15:10:58.530Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestAddFromScratchPopulatesPlatform [2022-02-15T15:10:58.530Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-02-15T15:10:58.530Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-02-15T15:10:58.530Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestImageSourceGetAddsToMounts [2022-02-15T15:10:58.530Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestEmptyDockerfile [2022-02-15T15:10:58.530Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-02-15T15:10:58.530Z] === RUN TestSymlinkDockerfile [2022-02-15T15:10:58.530Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-02-15T15:10:58.530Z] === RUN TestDockerfileOutsideTheBuildContext [2022-02-15T15:10:58.530Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestNonExistingDockerfile [2022-02-15T15:10:58.530Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestCopyRunConfig [2022-02-15T15:10:58.530Z] --- PASS: TestCopyRunConfig (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestDeepCopyRunConfig [2022-02-15T15:10:58.530Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestExportImage [2022-02-15T15:10:58.530Z] --- PASS: TestExportImage (0.00s) [2022-02-15T15:10:58.530Z] === RUN TestNormalizeDest [2022-02-15T15:10:58.530Z] --- PASS: TestNormalizeDest (0.00s) [2022-02-15T15:10:58.530Z] PASS [2022-02-15T15:10:58.530Z] coverage: 46.8% of statements [2022-02-15T15:10:58.530Z] ok github.com/docker/docker/builder/dockerfile 0.237s coverage: 46.8% of statements [2022-02-15T15:10:58.986Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-02-15T15:10:59.154Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.07s) [2022-02-15T15:10:59.154Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-02-15T15:10:59.154Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:10:59.154Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:10:59.154Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:10:59.154Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:10:59.154Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:10:59.154Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:10:59.154Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:10:59.154Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:10:59.154Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:10:59.154Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:10:59.154Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:10:59.154Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:10:59.154Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:10:59.154Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:10:59.154Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:10:59.154Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-02-15T15:10:59.154Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-02-15T15:10:59.154Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-02-15T15:10:59.154Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-02-15T15:10:59.154Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-02-15T15:10:59.154Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2022-02-15T15:10:59.154Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-02-15T15:10:59.154Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.35s) [2022-02-15T15:10:59.154Z] === RUN TestCreateDifferentPlatform [2022-02-15T15:10:59.154Z] === RUN TestCreateDifferentPlatform/different_os [2022-02-15T15:10:59.154Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-02-15T15:10:59.154Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-02-15T15:10:59.154Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-02-15T15:10:59.154Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-02-15T15:10:59.154Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-02-15T15:10:59.154Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-02-15T15:10:59.154Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-02-15T15:10:59.268Z] --- PASS: TestGraphdriverPluginV2 (3.84s) [2022-02-15T15:10:59.268Z] PASS [2022-02-15T15:10:59.268Z] [2022-02-15T15:10:59.268Z] DONE 5 tests in 8.792s [2022-02-15T15:10:59.268Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-02-15T15:10:59.268Z] INFO: Testing against a local daemon [2022-02-15T15:10:59.268Z] === RUN TestContinueAfterPluginCrash [2022-02-15T15:10:59.268Z] === PAUSE TestContinueAfterPluginCrash [2022-02-15T15:10:59.268Z] === RUN TestReadPluginNoRead [2022-02-15T15:10:59.268Z] === PAUSE TestReadPluginNoRead [2022-02-15T15:10:59.268Z] === RUN TestDaemonStartWithLogOpt [2022-02-15T15:10:59.268Z] === PAUSE TestDaemonStartWithLogOpt [2022-02-15T15:10:59.268Z] === CONT TestContinueAfterPluginCrash [2022-02-15T15:10:59.268Z] === CONT TestDaemonStartWithLogOpt [2022-02-15T15:10:59.342Z] INFO: Expanding compiler 1 of 3... [2022-02-15T15:10:59.342Z] INFO: Expanding compiler 2 of 3... [2022-02-15T15:10:59.415Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-02-15T15:10:59.415Z] === RUN TestContainerStartOnDaemonRestart [2022-02-15T15:10:59.415Z] === PAUSE TestContainerStartOnDaemonRestart [2022-02-15T15:10:59.415Z] === RUN TestDaemonRestartIpcMode [2022-02-15T15:10:59.415Z] === PAUSE TestDaemonRestartIpcMode [2022-02-15T15:10:59.415Z] === RUN TestDaemonHostGatewayIP [2022-02-15T15:10:59.415Z] === PAUSE TestDaemonHostGatewayIP [2022-02-15T15:10:59.415Z] === RUN TestRestartDaemonWithRestartingContainer [2022-02-15T15:10:59.415Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-02-15T15:10:59.415Z] === RUN TestContainerKillOnDaemonStart [2022-02-15T15:10:59.415Z] === PAUSE TestContainerKillOnDaemonStart [2022-02-15T15:10:59.415Z] === RUN TestDiff [2022-02-15T15:10:59.441Z] === RUN TestTCP4Proxy [2022-02-15T15:10:59.441Z] --- PASS: TestTCP4Proxy (0.00s) [2022-02-15T15:10:59.441Z] === RUN TestTCP4ProxyHalfClose [2022-02-15T15:10:59.441Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-02-15T15:10:59.441Z] === RUN TestTCP6Proxy [2022-02-15T15:10:59.441Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-02-15T15:10:59.441Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-02-15T15:10:59.441Z] === RUN TestTCPDualStackProxy [2022-02-15T15:10:59.441Z] network_proxy_test.go:208: No support for dual stack yet [2022-02-15T15:10:59.441Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-02-15T15:10:59.441Z] === RUN TestUDP4Proxy [2022-02-15T15:10:59.441Z] --- PASS: TestUDP4Proxy (0.00s) [2022-02-15T15:10:59.441Z] === RUN TestUDP6Proxy [2022-02-15T15:10:59.441Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-02-15T15:10:59.441Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-02-15T15:10:59.441Z] === RUN TestUDPWriteError [2022-02-15T15:10:59.441Z] --- PASS: TestUDPWriteError (0.00s) [2022-02-15T15:10:59.441Z] === RUN TestSCTP4Proxy [2022-02-15T15:10:59.441Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-02-15T15:10:59.441Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-02-15T15:10:59.441Z] === RUN TestSCTP6Proxy [2022-02-15T15:10:59.441Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-02-15T15:10:59.441Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-02-15T15:10:59.441Z] PASS [2022-02-15T15:10:59.441Z] coverage: 49.4% of statements [2022-02-15T15:10:59.441Z] ok github.com/docker/docker/cmd/docker-proxy 0.062s coverage: 49.4% of statements [2022-02-15T15:10:59.677Z] --- PASS: TestDiff (0.37s) [2022-02-15T15:10:59.677Z] === RUN TestExecWithCloseStdin [2022-02-15T15:11:00.248Z] --- PASS: TestExecWithCloseStdin (0.42s) [2022-02-15T15:11:00.248Z] === RUN TestExec [2022-02-15T15:11:00.509Z] --- PASS: TestExec (0.41s) [2022-02-15T15:11:00.509Z] === RUN TestExecUser [2022-02-15T15:11:01.080Z] --- PASS: TestExecUser (0.44s) [2022-02-15T15:11:01.080Z] === RUN TestExportContainerAndImportImage [2022-02-15T15:11:01.468Z] . [2022-02-15T15:11:01.468Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-02-15T15:11:01.468Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-02-15T15:11:01.468Z] Error: No such image: emptyfs [2022-02-15T15:11:01.468Z] Running integration-test (iteration 1) [2022-02-15T15:11:01.468Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-02-15T15:11:01.468Z] Loaded image: busybox:latest [2022-02-15T15:11:01.468Z] Loaded image: busybox:glibc [2022-02-15T15:11:01.662Z] --- PASS: TestExportContainerAndImportImage (0.55s) [2022-02-15T15:11:01.663Z] === RUN TestExportContainerAfterDaemonRestart [2022-02-15T15:11:02.539Z] --- PASS: TestDaemonStartWithLogOpt (3.41s) [2022-02-15T15:11:02.539Z] === CONT TestReadPluginNoRead [2022-02-15T15:11:02.834Z] Loaded image: debian:bullseye-slim [2022-02-15T15:11:02.834Z] Loaded image: hello-world:latest [2022-02-15T15:11:03.047Z] --- PASS: TestExportContainerAfterDaemonRestart (1.25s) [2022-02-15T15:11:03.047Z] === RUN TestHealthCheckWorkdir [2022-02-15T15:11:03.090Z] Loaded image: arm32v7/hello-world:latest [2022-02-15T15:11:03.090Z] INFO: Testing against a local daemon [2022-02-15T15:11:03.090Z] === RUN TestCgroupNamespacesBuild [2022-02-15T15:11:03.185Z] INFO: Expanding compiler 3 of 3... [2022-02-15T15:11:03.307Z] --- PASS: TestHealthCheckWorkdir (0.58s) [2022-02-15T15:11:03.307Z] === RUN TestHealthKillContainer [2022-02-15T15:11:03.662Z] INFO: Removing downloaded files... [2022-02-15T15:11:03.662Z] INFO: Downloading containerd [2022-02-15T15:11:04.429Z] === RUN TestReadPluginNoRead/disabled_caching [2022-02-15T15:11:04.454Z] --- PASS: TestCgroupNamespacesBuild (1.17s) [2022-02-15T15:11:04.454Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-02-15T15:11:05.383Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.10s) [2022-02-15T15:11:05.383Z] === RUN TestBuildWithSession [2022-02-15T15:11:05.383Z] build_session_test.go:25: TODO: BuildKit [2022-02-15T15:11:05.383Z] --- SKIP: TestBuildWithSession (0.00s) [2022-02-15T15:11:05.383Z] === RUN TestBuildSquashParent [2022-02-15T15:11:05.796Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-02-15T15:11:06.725Z] === RUN TestReadPluginNoRead/default [2022-02-15T15:11:06.980Z] --- PASS: TestContinueAfterPluginCrash (8.32s) [2022-02-15T15:11:07.909Z] === CONT TestReadPluginNoRead [2022-02-15T15:11:07.909Z] read_test.go:92: [d6918741b6be5] daemon is not started [2022-02-15T15:11:07.909Z] --- PASS: TestReadPluginNoRead (5.82s) [2022-02-15T15:11:07.909Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.20s) [2022-02-15T15:11:07.909Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.22s) [2022-02-15T15:11:07.909Z] --- PASS: TestReadPluginNoRead/default (1.22s) [2022-02-15T15:11:07.909Z] PASS [2022-02-15T15:11:07.909Z] [2022-02-15T15:11:07.909Z] DONE 6 tests in 9.272s [2022-02-15T15:11:07.909Z] 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-02-15T15:11:07.909Z] testing: warning: no tests to run [2022-02-15T15:11:07.909Z] PASS [2022-02-15T15:11:07.909Z] [2022-02-15T15:11:07.909Z] DONE 0 tests in 0.012s [2022-02-15T15:11:07.909Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-02-15T15:11:07.909Z] INFO: Testing against a local daemon [2022-02-15T15:11:07.909Z] === RUN TestPluginWithDevMounts [2022-02-15T15:11:07.909Z] === PAUSE TestPluginWithDevMounts [2022-02-15T15:11:07.909Z] === CONT TestPluginWithDevMounts [2022-02-15T15:11:09.820Z] --- PASS: TestPluginWithDevMounts (1.56s) [2022-02-15T15:11:09.820Z] PASS [2022-02-15T15:11:09.820Z] [2022-02-15T15:11:09.820Z] DONE 1 tests in 1.610s [2022-02-15T15:11:09.820Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-02-15T15:11:09.820Z] INFO: Testing against a local daemon [2022-02-15T15:11:09.820Z] === RUN TestSecretInspect [2022-02-15T15:11:11.438Z] --- PASS: TestHealthKillContainer (7.84s) [2022-02-15T15:11:11.438Z] === RUN TestInspectCpusetInConfigPre120 [2022-02-15T15:11:11.438Z] --- PASS: TestInspectCpusetInConfigPre120 (0.35s) [2022-02-15T15:11:11.438Z] === RUN TestIpcModeNone [2022-02-15T15:11:11.708Z] --- PASS: TestSecretInspect (2.12s) [2022-02-15T15:11:11.709Z] === RUN TestSecretList [2022-02-15T15:11:11.785Z] === RUN TestCheckpointCreateError [2022-02-15T15:11:11.785Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestCheckpointCreate [2022-02-15T15:11:11.785Z] --- PASS: TestCheckpointCreate (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestCheckpointDeleteError [2022-02-15T15:11:11.785Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestCheckpointDelete [2022-02-15T15:11:11.785Z] --- PASS: TestCheckpointDelete (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestCheckpointListError [2022-02-15T15:11:11.785Z] --- PASS: TestCheckpointListError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestCheckpointList [2022-02-15T15:11:11.785Z] --- PASS: TestCheckpointList (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestCheckpointListContainerNotFound [2022-02-15T15:11:11.785Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestNewClientWithOpsFromEnv [2022-02-15T15:11:11.785Z] client_test.go:23: runtime.GOOS == "windows" [2022-02-15T15:11:11.785Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestGetAPIPath [2022-02-15T15:11:11.785Z] --- PASS: TestGetAPIPath (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestParseHostURL [2022-02-15T15:11:11.785Z] --- PASS: TestParseHostURL (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-02-15T15:11:11.785Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestNegotiateAPIVersionEmpty [2022-02-15T15:11:11.785Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestNegotiateAPIVersion [2022-02-15T15:11:11.785Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestNegotiateAPVersionOverride [2022-02-15T15:11:11.785Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestNegotiateAPIVersionAutomatic [2022-02-15T15:11:11.785Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-02-15T15:11:11.785Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-02-15T15:11:11.785Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestClientRedirect [2022-02-15T15:11:11.785Z] --- PASS: TestClientRedirect (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigCreateUnsupported [2022-02-15T15:11:11.785Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigCreateError [2022-02-15T15:11:11.785Z] --- PASS: TestConfigCreateError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigCreate [2022-02-15T15:11:11.785Z] --- PASS: TestConfigCreate (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigInspectNotFound [2022-02-15T15:11:11.785Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigInspectWithEmptyID [2022-02-15T15:11:11.785Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigInspectUnsupported [2022-02-15T15:11:11.785Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigInspectError [2022-02-15T15:11:11.785Z] --- PASS: TestConfigInspectError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigInspectConfigNotFound [2022-02-15T15:11:11.785Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigInspect [2022-02-15T15:11:11.785Z] --- PASS: TestConfigInspect (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigListUnsupported [2022-02-15T15:11:11.785Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigListError [2022-02-15T15:11:11.785Z] --- PASS: TestConfigListError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigList [2022-02-15T15:11:11.785Z] --- PASS: TestConfigList (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigRemoveUnsupported [2022-02-15T15:11:11.785Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigRemoveError [2022-02-15T15:11:11.785Z] --- PASS: TestConfigRemoveError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigRemove [2022-02-15T15:11:11.785Z] --- PASS: TestConfigRemove (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigUpdateUnsupported [2022-02-15T15:11:11.785Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigUpdateError [2022-02-15T15:11:11.785Z] --- PASS: TestConfigUpdateError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestConfigUpdate [2022-02-15T15:11:11.785Z] --- PASS: TestConfigUpdate (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerCommitError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerCommitError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerCommit [2022-02-15T15:11:11.785Z] --- PASS: TestContainerCommit (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerStatPathError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerStatPathError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerStatPathNotFoundError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerStatPathNoHeaderError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerStatPath [2022-02-15T15:11:11.785Z] --- PASS: TestContainerStatPath (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestCopyToContainerError [2022-02-15T15:11:11.785Z] --- PASS: TestCopyToContainerError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestCopyToContainerNotFoundError [2022-02-15T15:11:11.785Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestCopyToContainerNotStatusOKError [2022-02-15T15:11:11.785Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestCopyToContainer [2022-02-15T15:11:11.785Z] --- PASS: TestCopyToContainer (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestCopyFromContainerError [2022-02-15T15:11:11.785Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestCopyFromContainerNotFoundError [2022-02-15T15:11:11.785Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestCopyFromContainerNotStatusOKError [2022-02-15T15:11:11.785Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestCopyFromContainerNoHeaderError [2022-02-15T15:11:11.785Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestCopyFromContainer [2022-02-15T15:11:11.785Z] --- PASS: TestCopyFromContainer (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerCreateError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerCreateError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerCreateImageNotFound [2022-02-15T15:11:11.785Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerCreateWithName [2022-02-15T15:11:11.785Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerCreateAutoRemove [2022-02-15T15:11:11.785Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerDiffError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerDiffError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerDiff [2022-02-15T15:11:11.785Z] --- PASS: TestContainerDiff (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerExecCreateError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerExecCreate [2022-02-15T15:11:11.785Z] --- PASS: TestContainerExecCreate (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerExecStartError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerExecStartError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerExecStart [2022-02-15T15:11:11.785Z] --- PASS: TestContainerExecStart (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerExecInspectError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerExecInspect [2022-02-15T15:11:11.785Z] --- PASS: TestContainerExecInspect (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerExportError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerExportError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerExport [2022-02-15T15:11:11.785Z] --- PASS: TestContainerExport (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerInspectError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerInspectError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerInspectContainerNotFound [2022-02-15T15:11:11.785Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerInspectWithEmptyID [2022-02-15T15:11:11.785Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerInspect [2022-02-15T15:11:11.785Z] --- PASS: TestContainerInspect (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerInspectNode [2022-02-15T15:11:11.785Z] --- PASS: TestContainerInspectNode (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerKillError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerKillError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerKill [2022-02-15T15:11:11.785Z] --- PASS: TestContainerKill (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerListError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerListError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerList [2022-02-15T15:11:11.785Z] --- PASS: TestContainerList (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerLogsNotFoundError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerLogsError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerLogsError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerLogs [2022-02-15T15:11:11.785Z] --- PASS: TestContainerLogs (0.21s) [2022-02-15T15:11:11.785Z] === RUN TestContainerPauseError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerPauseError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerPause [2022-02-15T15:11:11.785Z] --- PASS: TestContainerPause (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainersPruneError [2022-02-15T15:11:11.785Z] --- PASS: TestContainersPruneError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainersPrune [2022-02-15T15:11:11.785Z] --- PASS: TestContainersPrune (0.01s) [2022-02-15T15:11:11.785Z] === RUN TestContainerRemoveError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerRemoveError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerRemoveNotFoundError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerRemove [2022-02-15T15:11:11.785Z] --- PASS: TestContainerRemove (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerRenameError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerRenameError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerRename [2022-02-15T15:11:11.785Z] --- PASS: TestContainerRename (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerResizeError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerResizeError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerExecResizeError [2022-02-15T15:11:11.785Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-02-15T15:11:11.785Z] === RUN TestContainerResize [2022-02-15T15:11:11.786Z] --- PASS: TestContainerResize (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestContainerExecResize [2022-02-15T15:11:11.786Z] --- PASS: TestContainerExecResize (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestContainerRestartError [2022-02-15T15:11:11.786Z] --- PASS: TestContainerRestartError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestContainerRestart [2022-02-15T15:11:11.786Z] --- PASS: TestContainerRestart (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestContainerStartError [2022-02-15T15:11:11.786Z] --- PASS: TestContainerStartError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestContainerStart [2022-02-15T15:11:11.786Z] --- PASS: TestContainerStart (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestContainerStatsError [2022-02-15T15:11:11.786Z] --- PASS: TestContainerStatsError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestContainerStats [2022-02-15T15:11:11.786Z] --- PASS: TestContainerStats (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestContainerStopError [2022-02-15T15:11:11.786Z] --- PASS: TestContainerStopError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestContainerStop [2022-02-15T15:11:11.786Z] --- PASS: TestContainerStop (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestContainerTopError [2022-02-15T15:11:11.786Z] --- PASS: TestContainerTopError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestContainerTop [2022-02-15T15:11:11.786Z] --- PASS: TestContainerTop (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestContainerUnpauseError [2022-02-15T15:11:11.786Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestContainerUnpause [2022-02-15T15:11:11.786Z] --- PASS: TestContainerUnpause (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestContainerUpdateError [2022-02-15T15:11:11.786Z] --- PASS: TestContainerUpdateError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestContainerUpdate [2022-02-15T15:11:11.786Z] --- PASS: TestContainerUpdate (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestContainerWaitError [2022-02-15T15:11:11.786Z] --- PASS: TestContainerWaitError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestContainerWait [2022-02-15T15:11:11.786Z] --- PASS: TestContainerWait (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestDiskUsageError [2022-02-15T15:11:11.786Z] --- PASS: TestDiskUsageError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestDiskUsage [2022-02-15T15:11:11.786Z] --- PASS: TestDiskUsage (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestDistributionInspectUnsupported [2022-02-15T15:11:11.786Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestDistributionInspectWithEmptyID [2022-02-15T15:11:11.786Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestEventsErrorInOptions [2022-02-15T15:11:11.786Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestEventsErrorFromServer [2022-02-15T15:11:11.786Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestEvents [2022-02-15T15:11:11.786Z] --- PASS: TestEvents (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestTLSCloseWriter [2022-02-15T15:11:11.786Z] === PAUSE TestTLSCloseWriter [2022-02-15T15:11:11.786Z] === RUN TestImageBuildError [2022-02-15T15:11:11.786Z] --- PASS: TestImageBuildError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageBuild [2022-02-15T15:11:11.786Z] --- PASS: TestImageBuild (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestGetDockerOS [2022-02-15T15:11:11.786Z] --- PASS: TestGetDockerOS (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageCreateError [2022-02-15T15:11:11.786Z] --- PASS: TestImageCreateError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageCreate [2022-02-15T15:11:11.786Z] --- PASS: TestImageCreate (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageHistoryError [2022-02-15T15:11:11.786Z] --- PASS: TestImageHistoryError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageHistory [2022-02-15T15:11:11.786Z] --- PASS: TestImageHistory (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageImportError [2022-02-15T15:11:11.786Z] --- PASS: TestImageImportError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageImport [2022-02-15T15:11:11.786Z] --- PASS: TestImageImport (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageInspectError [2022-02-15T15:11:11.786Z] --- PASS: TestImageInspectError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageInspectImageNotFound [2022-02-15T15:11:11.786Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageInspectWithEmptyID [2022-02-15T15:11:11.786Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageInspect [2022-02-15T15:11:11.786Z] --- PASS: TestImageInspect (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageListError [2022-02-15T15:11:11.786Z] --- PASS: TestImageListError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageList [2022-02-15T15:11:11.786Z] --- PASS: TestImageList (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageListApiBefore125 [2022-02-15T15:11:11.786Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageLoadError [2022-02-15T15:11:11.786Z] --- PASS: TestImageLoadError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageLoad [2022-02-15T15:11:11.786Z] --- PASS: TestImageLoad (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImagesPruneError [2022-02-15T15:11:11.786Z] --- PASS: TestImagesPruneError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImagesPrune [2022-02-15T15:11:11.786Z] --- PASS: TestImagesPrune (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImagePullReferenceParseError [2022-02-15T15:11:11.786Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImagePullAnyError [2022-02-15T15:11:11.786Z] --- PASS: TestImagePullAnyError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImagePullStatusUnauthorizedError [2022-02-15T15:11:11.786Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-15T15:11:11.786Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-15T15:11:11.786Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-02-15T15:11:11.786Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImagePullWithoutErrors [2022-02-15T15:11:11.786Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImagePushReferenceError [2022-02-15T15:11:11.786Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImagePushAnyError [2022-02-15T15:11:11.786Z] --- PASS: TestImagePushAnyError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImagePushStatusUnauthorizedError [2022-02-15T15:11:11.786Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-15T15:11:11.786Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-15T15:11:11.786Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-02-15T15:11:11.786Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImagePushWithoutErrors [2022-02-15T15:11:11.786Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-02-15T15:11:11.786Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-02-15T15:11:11.786Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-02-15T15:11:11.786Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-02-15T15:11:11.786Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-02-15T15:11:11.786Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-02-15T15:11:11.786Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-02-15T15:11:11.786Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-02-15T15:11:11.786Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageRemoveError [2022-02-15T15:11:11.786Z] --- PASS: TestImageRemoveError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageRemoveImageNotFound [2022-02-15T15:11:11.786Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageRemove [2022-02-15T15:11:11.786Z] --- PASS: TestImageRemove (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageSaveError [2022-02-15T15:11:11.786Z] --- PASS: TestImageSaveError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageSave [2022-02-15T15:11:11.786Z] --- PASS: TestImageSave (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageSearchAnyError [2022-02-15T15:11:11.786Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageSearchStatusUnauthorizedError [2022-02-15T15:11:11.786Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-15T15:11:11.786Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-15T15:11:11.786Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-02-15T15:11:11.786Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageSearchWithoutErrors [2022-02-15T15:11:11.786Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageTagError [2022-02-15T15:11:11.786Z] --- PASS: TestImageTagError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageTagInvalidReference [2022-02-15T15:11:11.786Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageTagInvalidSourceImageName [2022-02-15T15:11:11.786Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageTagHexSource [2022-02-15T15:11:11.786Z] --- PASS: TestImageTagHexSource (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestImageTag [2022-02-15T15:11:11.786Z] --- PASS: TestImageTag (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestInfoServerError [2022-02-15T15:11:11.786Z] --- PASS: TestInfoServerError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestInfoInvalidResponseJSONError [2022-02-15T15:11:11.786Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestInfo [2022-02-15T15:11:11.786Z] --- PASS: TestInfo (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNetworkConnectError [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkConnectError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNetworkConnect [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkConnect (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNetworkCreateError [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkCreateError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNetworkCreate [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkCreate (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNetworkDisconnectError [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNetworkDisconnect [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNetworkInspect [2022-02-15T15:11:11.786Z] === RUN TestNetworkInspect/empty_ID [2022-02-15T15:11:11.786Z] === RUN TestNetworkInspect/no_options [2022-02-15T15:11:11.786Z] === RUN TestNetworkInspect/verbose [2022-02-15T15:11:11.786Z] === RUN TestNetworkInspect/global_scope [2022-02-15T15:11:11.786Z] === RUN TestNetworkInspect/unknown_network [2022-02-15T15:11:11.786Z] === RUN TestNetworkInspect/server_error [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkInspect (0.00s) [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNetworkListError [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkListError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNetworkList [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkList (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNetworksPruneError [2022-02-15T15:11:11.786Z] --- PASS: TestNetworksPruneError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNetworksPrune [2022-02-15T15:11:11.786Z] --- PASS: TestNetworksPrune (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNetworkRemoveError [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNetworkRemove [2022-02-15T15:11:11.786Z] --- PASS: TestNetworkRemove (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNodeInspectError [2022-02-15T15:11:11.786Z] --- PASS: TestNodeInspectError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNodeInspectNodeNotFound [2022-02-15T15:11:11.786Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNodeInspectWithEmptyID [2022-02-15T15:11:11.786Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNodeInspect [2022-02-15T15:11:11.786Z] --- PASS: TestNodeInspect (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNodeListError [2022-02-15T15:11:11.786Z] --- PASS: TestNodeListError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNodeList [2022-02-15T15:11:11.786Z] --- PASS: TestNodeList (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNodeRemoveError [2022-02-15T15:11:11.786Z] --- PASS: TestNodeRemoveError (0.00s) [2022-02-15T15:11:11.786Z] === RUN TestNodeRemove [2022-02-15T15:11:11.787Z] --- PASS: TestNodeRemove (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestNodeUpdateError [2022-02-15T15:11:11.787Z] --- PASS: TestNodeUpdateError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestNodeUpdate [2022-02-15T15:11:11.787Z] --- PASS: TestNodeUpdate (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestOptionWithHostFromEnv [2022-02-15T15:11:11.787Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestOptionWithTimeout [2022-02-15T15:11:11.787Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestOptionWithVersionFromEnv [2022-02-15T15:11:11.787Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPingFail [2022-02-15T15:11:11.787Z] --- PASS: TestPingFail (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPingWithError [2022-02-15T15:11:11.787Z] 2022/02/15 15:11:10 RoundTripper returned a response & error; ignoring response [2022-02-15T15:11:11.787Z] 2022/02/15 15:11:10 RoundTripper returned a response & error; ignoring response [2022-02-15T15:11:11.787Z] --- PASS: TestPingWithError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPingSuccess [2022-02-15T15:11:11.787Z] --- PASS: TestPingSuccess (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPingHeadFallback [2022-02-15T15:11:11.787Z] === RUN TestPingHeadFallback/OK [2022-02-15T15:11:11.787Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-02-15T15:11:11.787Z] === RUN TestPingHeadFallback/Not_Found [2022-02-15T15:11:11.787Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-02-15T15:11:11.787Z] --- PASS: TestPingHeadFallback (0.00s) [2022-02-15T15:11:11.787Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-02-15T15:11:11.787Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-02-15T15:11:11.787Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-02-15T15:11:11.787Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPluginDisableError [2022-02-15T15:11:11.787Z] --- PASS: TestPluginDisableError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPluginDisable [2022-02-15T15:11:11.787Z] --- PASS: TestPluginDisable (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPluginEnableError [2022-02-15T15:11:11.787Z] --- PASS: TestPluginEnableError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPluginEnable [2022-02-15T15:11:11.787Z] --- PASS: TestPluginEnable (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPluginInspectError [2022-02-15T15:11:11.787Z] --- PASS: TestPluginInspectError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPluginInspectWithEmptyID [2022-02-15T15:11:11.787Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPluginInspect [2022-02-15T15:11:11.787Z] --- PASS: TestPluginInspect (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPluginListError [2022-02-15T15:11:11.787Z] --- PASS: TestPluginListError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPluginList [2022-02-15T15:11:11.787Z] --- PASS: TestPluginList (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPluginPushError [2022-02-15T15:11:11.787Z] --- PASS: TestPluginPushError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPluginPush [2022-02-15T15:11:11.787Z] --- PASS: TestPluginPush (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPluginRemoveError [2022-02-15T15:11:11.787Z] --- PASS: TestPluginRemoveError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPluginRemove [2022-02-15T15:11:11.787Z] --- PASS: TestPluginRemove (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPluginSetError [2022-02-15T15:11:11.787Z] --- PASS: TestPluginSetError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPluginSet [2022-02-15T15:11:11.787Z] --- PASS: TestPluginSet (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSetHostHeader [2022-02-15T15:11:11.787Z] --- PASS: TestSetHostHeader (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestPlainTextError [2022-02-15T15:11:11.787Z] --- PASS: TestPlainTextError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestInfiniteError [2022-02-15T15:11:11.787Z] --- PASS: TestInfiniteError (0.06s) [2022-02-15T15:11:11.787Z] === RUN TestCanceledContext [2022-02-15T15:11:11.787Z] 2022/02/15 15:11:10 RoundTripper returned a response & error; ignoring response [2022-02-15T15:11:11.787Z] --- PASS: TestCanceledContext (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestDeadlineExceededContext [2022-02-15T15:11:11.787Z] 2022/02/15 15:11:10 RoundTripper returned a response & error; ignoring response [2022-02-15T15:11:11.787Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSecretCreateUnsupported [2022-02-15T15:11:11.787Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSecretCreateError [2022-02-15T15:11:11.787Z] --- PASS: TestSecretCreateError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSecretCreate [2022-02-15T15:11:11.787Z] --- PASS: TestSecretCreate (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSecretInspectUnsupported [2022-02-15T15:11:11.787Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSecretInspectError [2022-02-15T15:11:11.787Z] --- PASS: TestSecretInspectError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSecretInspectSecretNotFound [2022-02-15T15:11:11.787Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSecretInspectWithEmptyID [2022-02-15T15:11:11.787Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSecretInspect [2022-02-15T15:11:11.787Z] --- PASS: TestSecretInspect (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSecretListUnsupported [2022-02-15T15:11:11.787Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSecretListError [2022-02-15T15:11:11.787Z] --- PASS: TestSecretListError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSecretList [2022-02-15T15:11:11.787Z] --- PASS: TestSecretList (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSecretRemoveUnsupported [2022-02-15T15:11:11.787Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSecretRemoveError [2022-02-15T15:11:11.787Z] --- PASS: TestSecretRemoveError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSecretRemove [2022-02-15T15:11:11.787Z] --- PASS: TestSecretRemove (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSecretUpdateUnsupported [2022-02-15T15:11:11.787Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSecretUpdateError [2022-02-15T15:11:11.787Z] --- PASS: TestSecretUpdateError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSecretUpdate [2022-02-15T15:11:11.787Z] --- PASS: TestSecretUpdate (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestServiceCreateError [2022-02-15T15:11:11.787Z] --- PASS: TestServiceCreateError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestServiceCreate [2022-02-15T15:11:11.787Z] --- PASS: TestServiceCreate (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestServiceCreateCompatiblePlatforms [2022-02-15T15:11:11.787Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestServiceCreateDigestPinning [2022-02-15T15:11:11.787Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestServiceInspectError [2022-02-15T15:11:11.787Z] --- PASS: TestServiceInspectError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestServiceInspectServiceNotFound [2022-02-15T15:11:11.787Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestServiceInspectWithEmptyID [2022-02-15T15:11:11.787Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestServiceInspect [2022-02-15T15:11:11.787Z] --- PASS: TestServiceInspect (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestServiceListError [2022-02-15T15:11:11.787Z] --- PASS: TestServiceListError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestServiceList [2022-02-15T15:11:11.787Z] --- PASS: TestServiceList (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestServiceLogsError [2022-02-15T15:11:11.787Z] --- PASS: TestServiceLogsError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestServiceLogs [2022-02-15T15:11:11.787Z] --- PASS: TestServiceLogs (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestServiceRemoveError [2022-02-15T15:11:11.787Z] --- PASS: TestServiceRemoveError (0.01s) [2022-02-15T15:11:11.787Z] === RUN TestServiceRemoveNotFoundError [2022-02-15T15:11:11.787Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestServiceRemove [2022-02-15T15:11:11.787Z] --- PASS: TestServiceRemove (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestServiceUpdateError [2022-02-15T15:11:11.787Z] --- PASS: TestServiceUpdateError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestServiceUpdate [2022-02-15T15:11:11.787Z] --- PASS: TestServiceUpdate (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSwarmGetUnlockKeyError [2022-02-15T15:11:11.787Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSwarmGetUnlockKey [2022-02-15T15:11:11.787Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSwarmInitError [2022-02-15T15:11:11.787Z] --- PASS: TestSwarmInitError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSwarmInit [2022-02-15T15:11:11.787Z] --- PASS: TestSwarmInit (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSwarmInspectError [2022-02-15T15:11:11.787Z] --- PASS: TestSwarmInspectError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSwarmInspect [2022-02-15T15:11:11.787Z] --- PASS: TestSwarmInspect (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSwarmJoinError [2022-02-15T15:11:11.787Z] --- PASS: TestSwarmJoinError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSwarmJoin [2022-02-15T15:11:11.787Z] --- PASS: TestSwarmJoin (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSwarmLeaveError [2022-02-15T15:11:11.787Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSwarmLeave [2022-02-15T15:11:11.787Z] --- PASS: TestSwarmLeave (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSwarmUnlockError [2022-02-15T15:11:11.787Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSwarmUnlock [2022-02-15T15:11:11.787Z] --- PASS: TestSwarmUnlock (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSwarmUpdateError [2022-02-15T15:11:11.787Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestSwarmUpdate [2022-02-15T15:11:11.787Z] --- PASS: TestSwarmUpdate (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestTaskInspectError [2022-02-15T15:11:11.787Z] --- PASS: TestTaskInspectError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestTaskInspectWithEmptyID [2022-02-15T15:11:11.787Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestTaskInspect [2022-02-15T15:11:11.787Z] --- PASS: TestTaskInspect (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestTaskListError [2022-02-15T15:11:11.787Z] --- PASS: TestTaskListError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestTaskList [2022-02-15T15:11:11.787Z] --- PASS: TestTaskList (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestVolumeCreateError [2022-02-15T15:11:11.787Z] --- PASS: TestVolumeCreateError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestVolumeCreate [2022-02-15T15:11:11.787Z] --- PASS: TestVolumeCreate (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestVolumeInspectError [2022-02-15T15:11:11.787Z] --- PASS: TestVolumeInspectError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestVolumeInspectNotFound [2022-02-15T15:11:11.787Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestVolumeInspectWithEmptyID [2022-02-15T15:11:11.787Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestVolumeInspect [2022-02-15T15:11:11.787Z] --- PASS: TestVolumeInspect (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestVolumeListError [2022-02-15T15:11:11.787Z] --- PASS: TestVolumeListError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestVolumeList [2022-02-15T15:11:11.787Z] --- PASS: TestVolumeList (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestVolumeRemoveError [2022-02-15T15:11:11.787Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-02-15T15:11:11.787Z] === RUN TestVolumeRemove [2022-02-15T15:11:11.787Z] --- PASS: TestVolumeRemove (0.00s) [2022-02-15T15:11:11.787Z] === CONT TestTLSCloseWriter [2022-02-15T15:11:11.787Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-02-15T15:11:11.787Z] PASS [2022-02-15T15:11:11.787Z] coverage: 75.3% of statements [2022-02-15T15:11:11.787Z] ok github.com/docker/docker/client 0.545s coverage: 75.3% of statements [2022-02-15T15:11:12.008Z] --- PASS: TestIpcModeNone (0.42s) [2022-02-15T15:11:12.008Z] === RUN TestIpcModePrivate [2022-02-15T15:11:12.269Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-02-15T15:11:12.269Z] --- PASS: TestIpcModePrivate (0.42s) [2022-02-15T15:11:12.269Z] === RUN TestIpcModeShareable [2022-02-15T15:11:12.529Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-02-15T15:11:12.789Z] --- PASS: TestIpcModeShareable (0.41s) [2022-02-15T15:11:12.790Z] === RUN TestAPIIpcModeShareableAndContainer [2022-02-15T15:11:13.508Z] --- PASS: TestBuildSquashParent (6.80s) [2022-02-15T15:11:13.508Z] === RUN TestBuildWithRemoveAndForceRemove [2022-02-15T15:11:13.508Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:11:13.508Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:11:13.508Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:11:13.508Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:11:13.508Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:11:13.508Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:11:13.508Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:11:13.508Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:11:13.508Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:11:13.508Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:11:13.508Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:11:13.508Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:11:13.508Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:11:13.508Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:11:13.764Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:11:13.764Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:11:14.175Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.35s) [2022-02-15T15:11:14.175Z] === RUN TestAPIIpcModeHost [2022-02-15T15:11:14.228Z] --- PASS: TestSecretList (2.12s) [2022-02-15T15:11:14.228Z] === RUN TestSecretsCreateAndDelete [2022-02-15T15:11:14.436Z] --- PASS: TestAPIIpcModeHost (0.34s) [2022-02-15T15:11:14.436Z] === RUN TestDaemonIpcModeShareable [2022-02-15T15:11:15.377Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-02-15T15:11:15.637Z] --- PASS: TestDaemonIpcModeShareable (1.10s) [2022-02-15T15:11:15.637Z] === RUN TestDaemonIpcModePrivate [2022-02-15T15:11:15.696Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:11:15.952Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:11:16.117Z] --- PASS: TestSecretsCreateAndDelete (2.12s) [2022-02-15T15:11:16.117Z] === RUN TestSecretsUpdate [2022-02-15T15:11:16.577Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-02-15T15:11:16.577Z] --- PASS: TestDaemonIpcModePrivate (1.09s) [2022-02-15T15:11:16.577Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-02-15T15:11:17.517Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-02-15T15:11:17.778Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.05s) [2022-02-15T15:11:17.778Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-02-15T15:11:17.839Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-02-15T15:11:17.839Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.56s) [2022-02-15T15:11:17.839Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.66s) [2022-02-15T15:11:17.839Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.13s) [2022-02-15T15:11:17.839Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.08s) [2022-02-15T15:11:17.839Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.01s) [2022-02-15T15:11:17.839Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.04s) [2022-02-15T15:11:17.839Z] === RUN TestBuildMultiStageCopy [2022-02-15T15:11:17.839Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-02-15T15:11:17.978Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-02-15T15:11:18.007Z] --- PASS: TestSecretsUpdate (2.15s) [2022-02-15T15:11:18.007Z] === RUN TestTemplatedSecret [2022-02-15T15:11:18.239Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-15T15:11:18.239Z] GOOS="" GOARCH="" GOARM="" [2022-02-15T15:11:18.500Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-02-15T15:11:18.500Z] [2022-02-15T15:11:18.501Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-02-15T15:11:18.719Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-02-15T15:11:18.719Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.09s) [2022-02-15T15:11:18.719Z] === RUN TestIpcModeOlderClient [2022-02-15T15:11:18.719Z] === PAUSE TestIpcModeOlderClient [2022-02-15T15:11:18.719Z] === RUN TestKillContainerInvalidSignal [2022-02-15T15:11:19.071Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-02-15T15:11:19.071Z] Using test binary docker [2022-02-15T15:11:19.071Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-02-15T15:11:19.071Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-02-15T15:11:19.071Z] INFO: Waiting for daemon to start... [2022-02-15T15:11:19.071Z] Starting dockerd [2022-02-15T15:11:19.289Z] --- PASS: TestKillContainerInvalidSignal (0.35s) [2022-02-15T15:11:19.289Z] === RUN TestKillContainer [2022-02-15T15:11:19.289Z] === RUN TestKillContainer/no_signal [2022-02-15T15:11:19.550Z] === RUN TestKillContainer/non_killing_signal [2022-02-15T15:11:19.811Z] === RUN TestKillContainer/killing_signal [2022-02-15T15:11:20.382Z] --- PASS: TestKillContainer (1.13s) [2022-02-15T15:11:20.382Z] --- PASS: TestKillContainer/no_signal (0.36s) [2022-02-15T15:11:20.382Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2022-02-15T15:11:20.382Z] --- PASS: TestKillContainer/killing_signal (0.34s) [2022-02-15T15:11:20.382Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-02-15T15:11:20.382Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-02-15T15:11:20.642Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-02-15T15:11:21.104Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-02-15T15:11:21.276Z] --- PASS: TestTemplatedSecret (2.65s) [2022-02-15T15:11:21.276Z] === RUN TestSecretCreateResolve [2022-02-15T15:11:21.584Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.09s) [2022-02-15T15:11:21.584Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.34s) [2022-02-15T15:11:21.584Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.60s) [2022-02-15T15:11:21.584Z] === RUN TestKillStoppedContainer [2022-02-15T15:11:21.584Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-02-15T15:11:21.584Z] === RUN TestKillStoppedContainerAPIPre120 [2022-02-15T15:11:21.584Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-02-15T15:11:21.584Z] === RUN TestKillDifferentUserContainer [2022-02-15T15:11:21.621Z] . [2022-02-15T15:11:21.621Z] INFO: Building docker-sdk-python3:5.0.3... [2022-02-15T15:11:21.844Z] --- PASS: TestKillDifferentUserContainer (0.35s) [2022-02-15T15:11:21.844Z] === RUN TestInspectOomKilledTrue [2022-02-15T15:11:22.030Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-02-15T15:11:22.104Z] --- PASS: TestInspectOomKilledTrue (0.40s) [2022-02-15T15:11:22.104Z] === RUN TestInspectOomKilledFalse [2022-02-15T15:11:22.683Z] --- PASS: TestInspectOomKilledFalse (0.37s) [2022-02-15T15:11:22.683Z] === RUN TestLinksEtcHostsContentMatch [2022-02-15T15:11:22.683Z] --- PASS: TestLinksEtcHostsContentMatch (0.23s) [2022-02-15T15:11:22.683Z] === RUN TestLinksContainerNames [2022-02-15T15:11:23.167Z] --- PASS: TestSecretCreateResolve (2.10s) [2022-02-15T15:11:23.167Z] PASS [2022-02-15T15:11:23.167Z] [2022-02-15T15:11:23.167Z] DONE 6 tests in 13.291s [2022-02-15T15:11:23.167Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-02-15T15:11:23.167Z] INFO: Testing against a local daemon [2022-02-15T15:11:23.167Z] === RUN TestServiceCreateInit [2022-02-15T15:11:23.167Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-02-15T15:11:23.396Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-02-15T15:11:23.639Z] --- PASS: TestLinksContainerNames (0.77s) [2022-02-15T15:11:23.639Z] === RUN TestLogsFollowTailEmpty [2022-02-15T15:11:23.899Z] --- PASS: TestLogsFollowTailEmpty (0.36s) [2022-02-15T15:11:23.899Z] === RUN TestContainerNetworkMountsNoChown [2022-02-15T15:11:24.322Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-02-15T15:11:24.470Z] --- PASS: TestContainerNetworkMountsNoChown (0.36s) [2022-02-15T15:11:24.470Z] === RUN TestMountDaemonRoot [2022-02-15T15:11:24.470Z] === RUN TestMountDaemonRoot/default [2022-02-15T15:11:24.470Z] === PAUSE TestMountDaemonRoot/default [2022-02-15T15:11:24.470Z] === RUN TestMountDaemonRoot/private [2022-02-15T15:11:24.470Z] === PAUSE TestMountDaemonRoot/private [2022-02-15T15:11:24.470Z] === RUN TestMountDaemonRoot/rprivate [2022-02-15T15:11:24.470Z] === PAUSE TestMountDaemonRoot/rprivate [2022-02-15T15:11:24.470Z] === RUN TestMountDaemonRoot/slave [2022-02-15T15:11:24.470Z] === PAUSE TestMountDaemonRoot/slave [2022-02-15T15:11:24.470Z] === RUN TestMountDaemonRoot/rslave [2022-02-15T15:11:24.470Z] === PAUSE TestMountDaemonRoot/rslave [2022-02-15T15:11:24.470Z] === RUN TestMountDaemonRoot/shared [2022-02-15T15:11:24.470Z] === PAUSE TestMountDaemonRoot/shared [2022-02-15T15:11:24.470Z] === RUN TestMountDaemonRoot/rshared [2022-02-15T15:11:24.470Z] === PAUSE TestMountDaemonRoot/rshared [2022-02-15T15:11:24.470Z] === CONT TestMountDaemonRoot/default [2022-02-15T15:11:24.470Z] === RUN TestMountDaemonRoot/default/mount_root [2022-02-15T15:11:24.470Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-02-15T15:11:24.470Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-02-15T15:11:24.470Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-02-15T15:11:24.470Z] === RUN TestMountDaemonRoot/default/bind_root [2022-02-15T15:11:24.470Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-02-15T15:11:24.470Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/default/mount_root [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/rshared [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/shared [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/rslave [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/slave [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/rprivate [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/private [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/private/mount_root [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-02-15T15:11:24.471Z] === RUN TestMountDaemonRoot/private/bind_root [2022-02-15T15:11:24.471Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/default/bind_root [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-02-15T15:11:24.471Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-02-15T15:11:24.731Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-02-15T15:11:24.731Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-02-15T15:11:24.731Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-02-15T15:11:24.731Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-02-15T15:11:24.731Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-02-15T15:11:24.731Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-02-15T15:11:24.731Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-02-15T15:11:24.731Z] === CONT TestMountDaemonRoot/private/bind_root [2022-02-15T15:11:24.731Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-02-15T15:11:24.731Z] === CONT TestMountDaemonRoot/private/mount_root [2022-02-15T15:11:24.731Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-02-15T15:11:24.731Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-02-15T15:11:24.731Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-02-15T15:11:24.731Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s) [2022-02-15T15:11:24.731Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-02-15T15:11:24.731Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-02-15T15:11:24.731Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-02-15T15:11:24.731Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-02-15T15:11:24.731Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-02-15T15:11:24.731Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-02-15T15:11:24.731Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-02-15T15:11:24.731Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-02-15T15:11:24.731Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-02-15T15:11:24.731Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-02-15T15:11:24.732Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-02-15T15:11:24.732Z] === RUN TestContainerBindMountNonRecursive [2022-02-15T15:11:25.248Z] --- PASS: TestBuildMultiStageCopy (7.25s) [2022-02-15T15:11:25.248Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.25s) [2022-02-15T15:11:25.248Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-02-15T15:11:25.248Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-02-15T15:11:25.248Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-02-15T15:11:25.248Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-02-15T15:11:25.248Z] === RUN TestBuildMultiStageParentConfig [2022-02-15T15:11:26.114Z] --- PASS: TestContainerBindMountNonRecursive (1.17s) [2022-02-15T15:11:26.114Z] === RUN TestContainerVolumesMountedAsShared [2022-02-15T15:11:26.114Z] --- PASS: TestContainerVolumesMountedAsShared (0.35s) [2022-02-15T15:11:26.114Z] === RUN TestContainerVolumesMountedAsSlave [2022-02-15T15:11:26.375Z] --- PASS: TestContainerVolumesMountedAsSlave (0.27s) [2022-02-15T15:11:26.375Z] === RUN TestNetworkNat [2022-02-15T15:11:26.434Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-02-15T15:11:26.950Z] --- PASS: TestNetworkNat (0.40s) [2022-02-15T15:11:26.950Z] === RUN TestNetworkLocalhostTCPNat [2022-02-15T15:11:27.211Z] --- PASS: TestNetworkLocalhostTCPNat (0.38s) [2022-02-15T15:11:27.211Z] === RUN TestNetworkLoopbackNat [2022-02-15T15:11:29.752Z] --- PASS: TestNetworkLoopbackNat (2.49s) [2022-02-15T15:11:29.752Z] === RUN TestPause [2022-02-15T15:11:30.198Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-02-15T15:11:30.324Z] --- PASS: TestPause (0.39s) [2022-02-15T15:11:30.324Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-02-15T15:11:30.324Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-02-15T15:11:30.324Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-02-15T15:11:30.324Z] === RUN TestPauseStopPausedContainer [2022-02-15T15:11:30.493Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-02-15T15:11:30.493Z] === RUN TestBuildLabelWithTargets [2022-02-15T15:11:30.584Z] --- PASS: TestPauseStopPausedContainer (0.40s) [2022-02-15T15:11:30.584Z] === RUN TestPidHost [2022-02-15T15:11:30.600Z] --- PASS: TestServiceCreateInit (7.38s) [2022-02-15T15:11:30.600Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.56s) [2022-02-15T15:11:30.600Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.80s) [2022-02-15T15:11:30.600Z] === RUN TestCreateServiceMultipleTimes [2022-02-15T15:11:31.526Z] --- PASS: TestPidHost (0.84s) [2022-02-15T15:11:31.526Z] === RUN TestPsFilter [2022-02-15T15:11:31.526Z] --- PASS: TestPsFilter (0.09s) [2022-02-15T15:11:31.526Z] === RUN TestRemoveContainerWithRemovedVolume [2022-02-15T15:11:31.787Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2022-02-15T15:11:31.787Z] === RUN TestRemoveContainerWithVolume [2022-02-15T15:11:32.115Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-02-15T15:11:32.357Z] --- PASS: TestRemoveContainerWithVolume (0.36s) [2022-02-15T15:11:32.357Z] === RUN TestRemoveContainerRunning [2022-02-15T15:11:32.618Z] --- PASS: TestRemoveContainerRunning (0.40s) [2022-02-15T15:11:32.618Z] === RUN TestRemoveContainerForceRemoveRunning [2022-02-15T15:11:32.838Z] --- PASS: TestCheckoutGit (35.38s) [2022-02-15T15:11:32.838Z] === RUN TestValidGitTransport [2022-02-15T15:11:32.838Z] --- PASS: TestValidGitTransport (0.00s) [2022-02-15T15:11:32.838Z] === RUN TestGitInvalidRef [2022-02-15T15:11:32.838Z] --- PASS: TestGitInvalidRef (0.22s) [2022-02-15T15:11:32.838Z] PASS [2022-02-15T15:11:32.838Z] coverage: 86.3% of statements [2022-02-15T15:11:32.838Z] ok github.com/docker/docker/builder/remotecontext/git 35.666s coverage: 86.3% of statements [2022-02-15T15:11:32.838Z] ? github.com/docker/docker/cli [no test files] [2022-02-15T15:11:32.838Z] ? github.com/docker/docker/cli/config [no test files] [2022-02-15T15:11:32.878Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.36s) [2022-02-15T15:11:32.878Z] === RUN TestRemoveInvalidContainer [2022-02-15T15:11:32.878Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-02-15T15:11:32.878Z] === RUN TestRenameLinkedContainer [2022-02-15T15:11:34.881Z] --- PASS: TestRenameLinkedContainer (1.52s) [2022-02-15T15:11:34.881Z] === RUN TestRenameStoppedContainer [2022-02-15T15:11:34.881Z] --- PASS: TestRenameStoppedContainer (0.37s) [2022-02-15T15:11:34.881Z] === RUN TestRenameRunningContainerAndReuse [2022-02-15T15:11:35.822Z] --- PASS: TestRenameRunningContainerAndReuse (0.77s) [2022-02-15T15:11:35.822Z] === RUN TestRenameInvalidName [2022-02-15T15:11:36.083Z] --- PASS: TestRenameInvalidName (0.38s) [2022-02-15T15:11:36.083Z] === RUN TestRenameAnonymousContainer [2022-02-15T15:11:37.467Z] --- PASS: TestRenameAnonymousContainer (1.39s) [2022-02-15T15:11:37.467Z] === RUN TestRenameContainerWithSameName [2022-02-15T15:11:37.728Z] --- PASS: TestRenameContainerWithSameName (0.35s) [2022-02-15T15:11:37.728Z] === RUN TestRenameContainerWithLinkedContainer [2022-02-15T15:11:38.573Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-02-15T15:11:38.573Z] === RUN TestBuildWithEmptyLayers [2022-02-15T15:11:38.673Z] --- PASS: TestRenameContainerWithLinkedContainer (0.78s) [2022-02-15T15:11:38.673Z] === RUN TestResize [2022-02-15T15:11:38.744Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-02-15T15:11:38.744Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-02-15T15:11:38.745Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-02-15T15:11:38.745Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-02-15T15:11:38.745Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-02-15T15:11:38.745Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-02-15T15:11:38.745Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-02-15T15:11:38.745Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-02-15T15:11:38.745Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-02-15T15:11:38.745Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-02-15T15:11:38.745Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-02-15T15:11:38.745Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-02-15T15:11:38.745Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-02-15T15:11:38.745Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-02-15T15:11:38.745Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-02-15T15:11:38.745Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-02-15T15:11:38.745Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-02-15T15:11:38.745Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-02-15T15:11:38.745Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-02-15T15:11:38.745Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-02-15T15:11:38.745Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-02-15T15:11:38.745Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-02-15T15:11:38.745Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-02-15T15:11:38.745Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-02-15T15:11:38.745Z] === RUN TestConfigureDaemonLogs [2022-02-15T15:11:38.745Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-02-15T15:11:38.745Z] === RUN TestCommonOptionsInstallFlags [2022-02-15T15:11:38.745Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-02-15T15:11:38.745Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-02-15T15:11:38.745Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-02-15T15:11:38.745Z] PASS [2022-02-15T15:11:38.745Z] coverage: 18.6% of statements [2022-02-15T15:11:38.745Z] ok github.com/docker/docker/cmd/dockerd 0.213s coverage: 18.6% of statements [2022-02-15T15:11:38.745Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-02-15T15:11:38.745Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-02-15T15:11:38.934Z] --- PASS: TestResize (0.40s) [2022-02-15T15:11:38.934Z] === RUN TestResizeWithInvalidSize [2022-02-15T15:11:39.195Z] --- PASS: TestResizeWithInvalidSize (0.34s) [2022-02-15T15:11:39.195Z] === RUN TestResizeWhenContainerNotStarted [2022-02-15T15:11:39.733Z] === RUN TestContainerStopSignal [2022-02-15T15:11:39.733Z] --- PASS: TestContainerStopSignal (0.00s) [2022-02-15T15:11:39.733Z] === RUN TestContainerStopTimeout [2022-02-15T15:11:39.733Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-02-15T15:11:39.733Z] === RUN TestContainerSecretReferenceDestTarget [2022-02-15T15:11:39.733Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-02-15T15:11:39.733Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-02-15T15:11:39.733Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-02-15T15:11:39.733Z] === RUN TestContainerLogPathSetForRingLogger [2022-02-15T15:11:39.733Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-02-15T15:11:39.733Z] === RUN TestReplaceAndAppendEnvVars [2022-02-15T15:11:39.733Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-02-15T15:11:39.733Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-02-15T15:11:39.733Z] === RUN TestNewMemoryStore [2022-02-15T15:11:39.733Z] --- PASS: TestNewMemoryStore (0.00s) [2022-02-15T15:11:39.733Z] === RUN TestAddContainers [2022-02-15T15:11:39.733Z] --- PASS: TestAddContainers (0.00s) [2022-02-15T15:11:39.733Z] === RUN TestGetContainer [2022-02-15T15:11:39.733Z] --- PASS: TestGetContainer (0.00s) [2022-02-15T15:11:39.733Z] === RUN TestDeleteContainer [2022-02-15T15:11:39.733Z] --- PASS: TestDeleteContainer (0.00s) [2022-02-15T15:11:39.733Z] === RUN TestListContainers [2022-02-15T15:11:39.733Z] --- PASS: TestListContainers (0.00s) [2022-02-15T15:11:39.733Z] === RUN TestFirstContainer [2022-02-15T15:11:39.733Z] --- PASS: TestFirstContainer (0.00s) [2022-02-15T15:11:39.733Z] === RUN TestApplyAllContainer [2022-02-15T15:11:39.733Z] --- PASS: TestApplyAllContainer (0.00s) [2022-02-15T15:11:39.733Z] === RUN TestIsValidHealthString [2022-02-15T15:11:39.733Z] --- PASS: TestIsValidHealthString (0.00s) [2022-02-15T15:11:39.733Z] === RUN TestStateRunStop [2022-02-15T15:11:39.733Z] --- PASS: TestStateRunStop (0.00s) [2022-02-15T15:11:39.733Z] === RUN TestStateTimeoutWait [2022-02-15T15:11:39.733Z] state_test.go:141: Stop callback fired [2022-02-15T15:11:39.733Z] state_test.go:165: Stop callback fired [2022-02-15T15:11:39.733Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-02-15T15:11:39.733Z] === RUN TestIsValidStateString [2022-02-15T15:11:39.733Z] --- PASS: TestIsValidStateString (0.00s) [2022-02-15T15:11:39.733Z] === RUN TestViewSaveDelete [2022-02-15T15:11:39.733Z] --- PASS: TestViewSaveDelete (0.02s) [2022-02-15T15:11:39.733Z] === RUN TestViewAll [2022-02-15T15:11:39.733Z] --- PASS: TestViewAll (0.02s) [2022-02-15T15:11:39.733Z] === RUN TestViewGet [2022-02-15T15:11:39.733Z] --- PASS: TestViewGet (0.01s) [2022-02-15T15:11:39.733Z] === RUN TestNames [2022-02-15T15:11:39.733Z] --- PASS: TestNames (0.00s) [2022-02-15T15:11:39.733Z] === RUN TestViewWithHealthCheck [2022-02-15T15:11:39.733Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-02-15T15:11:39.733Z] PASS [2022-02-15T15:11:39.733Z] coverage: 41.7% of statements [2022-02-15T15:11:39.733Z] ok github.com/docker/docker/container 0.249s coverage: 41.7% of statements [2022-02-15T15:11:39.733Z] ? github.com/docker/docker/container/stream [no test files] [2022-02-15T15:11:39.733Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-02-15T15:11:39.733Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-02-15T15:11:39.733Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-02-15T15:11:39.766Z] --- PASS: TestResizeWhenContainerNotStarted (0.36s) [2022-02-15T15:11:39.766Z] === RUN TestDaemonRestartKillContainers [2022-02-15T15:11:39.766Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-15T15:11:39.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-15T15:11:39.766Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-15T15:11:39.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-15T15:11:39.766Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-15T15:11:39.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-15T15:11:39.766Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-15T15:11:39.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-15T15:11:39.766Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-15T15:11:39.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-15T15:11:39.766Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-15T15:11:39.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-15T15:11:39.766Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-15T15:11:39.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-15T15:11:39.766Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-15T15:11:39.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-15T15:11:39.766Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:11:39.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:11:39.766Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:11:39.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:11:39.766Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:11:39.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:11:39.766Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:11:39.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:11:39.766Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:11:39.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:11:39.767Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:11:39.767Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:11:39.767Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:11:39.767Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:11:39.767Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:11:39.767Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:11:39.767Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-15T15:11:39.767Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:11:40.719Z] === RUN TestPrepare [2022-02-15T15:11:40.719Z] --- PASS: TestPrepare (0.00s) [2022-02-15T15:11:40.719Z] === RUN TestStart [2022-02-15T15:11:40.719Z] --- PASS: TestStart (0.00s) [2022-02-15T15:11:40.719Z] === RUN TestWaitCancel [2022-02-15T15:11:40.719Z] --- PASS: TestWaitCancel (0.00s) [2022-02-15T15:11:40.719Z] === RUN TestWaitDisabled [2022-02-15T15:11:40.719Z] --- PASS: TestWaitDisabled (0.00s) [2022-02-15T15:11:40.719Z] === RUN TestWaitEnabled [2022-02-15T15:11:40.719Z] --- PASS: TestWaitEnabled (0.00s) [2022-02-15T15:11:40.719Z] === RUN TestRemove [2022-02-15T15:11:40.719Z] --- PASS: TestRemove (0.00s) [2022-02-15T15:11:40.719Z] PASS [2022-02-15T15:11:40.719Z] coverage: 65.3% of statements [2022-02-15T15:11:40.719Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.061s coverage: 65.3% of statements [2022-02-15T15:11:41.089Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2022-02-15T15:11:41.089Z] === RUN TestBuildMultiStageOnBuild [2022-02-15T15:11:41.170Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:11:42.556Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:11:42.936Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-02-15T15:11:42.936Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.24s) [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCIsolation [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertFromGRPCIsolation [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-02-15T15:11:42.936Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-02-15T15:11:42.936Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertFromGRPCConfigs [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCConfigs [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-02-15T15:11:42.936Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-02-15T15:11:42.936Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-02-15T15:11:42.936Z] PASS [2022-02-15T15:11:42.936Z] coverage: 35.9% of statements [2022-02-15T15:11:42.936Z] ok github.com/docker/docker/daemon/cluster/convert 0.331s coverage: 35.9% of statements [2022-02-15T15:11:43.404Z] === RUN TestNewListSecretsFilters [2022-02-15T15:11:43.404Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-02-15T15:11:43.404Z] === RUN TestNewListConfigsFilters [2022-02-15T15:11:43.499Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:11:43.499Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:11:43.873Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-02-15T15:11:43.873Z] PASS [2022-02-15T15:11:43.873Z] coverage: 0.5% of statements [2022-02-15T15:11:43.873Z] ok github.com/docker/docker/daemon/cluster 1.089s coverage: 0.5% of statements [2022-02-15T15:11:44.886Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:11:44.886Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:11:46.094Z] === RUN TestBuilderGC [2022-02-15T15:11:46.094Z] --- PASS: TestBuilderGC (0.00s) [2022-02-15T15:11:46.094Z] === RUN TestDaemonConfigurationNotFound [2022-02-15T15:11:46.094Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-02-15T15:11:46.094Z] === RUN TestDaemonBrokenConfiguration [2022-02-15T15:11:46.094Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-02-15T15:11:46.094Z] === RUN TestFindConfigurationConflicts [2022-02-15T15:11:46.094Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-02-15T15:11:46.094Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-02-15T15:11:46.094Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-02-15T15:11:46.094Z] === RUN TestDaemonConfigurationMergeConflicts [2022-02-15T15:11:46.094Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-02-15T15:11:46.094Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-02-15T15:11:46.332Z] --- PASS: TestBuildMultiStageOnBuild (5.01s) [2022-02-15T15:11:46.332Z] === RUN TestBuildUncleanTarFilenames [2022-02-15T15:11:46.563Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-02-15T15:11:46.563Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-02-15T15:11:46.563Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-02-15T15:11:46.563Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-02-15T15:11:46.563Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-02-15T15:11:46.563Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-02-15T15:11:46.563Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-02-15T15:11:46.563Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-02-15T15:11:46.563Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-02-15T15:11:46.563Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-02-15T15:11:46.563Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-02-15T15:11:46.563Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-02-15T15:11:46.563Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-02-15T15:11:46.563Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-02-15T15:11:46.563Z] === RUN TestValidateConfigurationErrors [2022-02-15T15:11:46.563Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-02-15T15:11:46.563Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-02-15T15:11:46.563Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-02-15T15:11:46.563Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-02-15T15:11:46.563Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-02-15T15:11:46.563Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-02-15T15:11:46.563Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-02-15T15:11:46.563Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-02-15T15:11:46.563Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-02-15T15:11:46.563Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-02-15T15:11:46.563Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-02-15T15:11:46.563Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-02-15T15:11:46.563Z] === RUN TestValidateConfiguration [2022-02-15T15:11:46.563Z] === RUN TestValidateConfiguration/with_label [2022-02-15T15:11:46.563Z] === RUN TestValidateConfiguration/with_dns [2022-02-15T15:11:46.563Z] === RUN TestValidateConfiguration/with_dns-search [2022-02-15T15:11:46.563Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-02-15T15:11:46.563Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-02-15T15:11:46.563Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-02-15T15:11:46.563Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-02-15T15:11:46.563Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfiguration (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-02-15T15:11:46.563Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-02-15T15:11:46.563Z] === RUN TestReloadSetConfigFileNotExist [2022-02-15T15:11:46.563Z] time="2022-02-15T15:11:45Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-02-15T15:11:46.563Z] --- PASS: TestReloadSetConfigFileNotExist (0.22s) [2022-02-15T15:11:46.587Z] --- PASS: TestBuildUncleanTarFilenames (0.53s) [2022-02-15T15:11:46.587Z] === RUN TestBuildMultiStageLayerLeak [2022-02-15T15:11:47.031Z] === RUN TestReloadDefaultConfigNotExist [2022-02-15T15:11:47.031Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:11:47.031Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-02-15T15:11:47.031Z] === RUN TestReloadBadDefaultConfig [2022-02-15T15:11:47.031Z] time="2022-02-15T15:11:46Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1496109987" [2022-02-15T15:11:47.031Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-02-15T15:11:47.031Z] === RUN TestReloadWithConflictingLabels [2022-02-15T15:11:47.031Z] time="2022-02-15T15:11:46Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2703219648" [2022-02-15T15:11:47.031Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-02-15T15:11:47.031Z] === RUN TestReloadWithDuplicateLabels [2022-02-15T15:11:47.031Z] time="2022-02-15T15:11:46Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3989579464" [2022-02-15T15:11:47.031Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-02-15T15:11:47.031Z] === RUN TestMaskURLCredentials [2022-02-15T15:11:47.031Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-02-15T15:11:47.031Z] === RUN TestDaemonConfigurationMerge [2022-02-15T15:11:47.031Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-02-15T15:11:47.031Z] PASS [2022-02-15T15:11:47.031Z] coverage: 79.2% of statements [2022-02-15T15:11:47.031Z] ok github.com/docker/docker/daemon/config 0.351s coverage: 79.2% of statements [2022-02-15T15:11:47.031Z] === RUN TestEventsLog [2022-02-15T15:11:47.032Z] --- PASS: TestEventsLog (0.00s) [2022-02-15T15:11:47.032Z] === RUN TestEventsLogTimeout [2022-02-15T15:11:47.032Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-02-15T15:11:47.032Z] === RUN TestLogEvents [2022-02-15T15:11:47.032Z] --- PASS: TestLogEvents (0.05s) [2022-02-15T15:11:47.032Z] === RUN TestLoadBufferedEvents [2022-02-15T15:11:47.032Z] --- PASS: TestLoadBufferedEvents (0.17s) [2022-02-15T15:11:47.032Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-02-15T15:11:47.032Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-02-15T15:11:47.032Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-02-15T15:11:47.032Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-02-15T15:11:47.032Z] PASS [2022-02-15T15:11:47.032Z] coverage: 50.0% of statements [2022-02-15T15:11:47.032Z] ok github.com/docker/docker/daemon/events 0.343s coverage: 50.0% of statements [2022-02-15T15:11:47.500Z] === RUN TestWaitNodeAttachment [2022-02-15T15:11:47.967Z] --- PASS: TestWaitNodeAttachment (0.42s) [2022-02-15T15:11:47.967Z] === RUN TestIsolationConversion [2022-02-15T15:11:47.967Z] === RUN TestIsolationConversion/default [2022-02-15T15:11:47.967Z] === RUN TestIsolationConversion/process [2022-02-15T15:11:47.967Z] === RUN TestIsolationConversion/hyperv [2022-02-15T15:11:47.967Z] --- PASS: TestIsolationConversion (0.00s) [2022-02-15T15:11:47.967Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-02-15T15:11:47.967Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-02-15T15:11:47.967Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-02-15T15:11:47.967Z] === RUN TestContainerLabels [2022-02-15T15:11:47.967Z] --- PASS: TestContainerLabels (0.00s) [2022-02-15T15:11:47.967Z] === RUN TestCredentialSpecConversion [2022-02-15T15:11:47.967Z] === RUN TestCredentialSpecConversion/none [2022-02-15T15:11:47.967Z] === RUN TestCredentialSpecConversion/config [2022-02-15T15:11:47.967Z] === RUN TestCredentialSpecConversion/file [2022-02-15T15:11:47.967Z] === RUN TestCredentialSpecConversion/registry [2022-02-15T15:11:47.967Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-02-15T15:11:47.967Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-02-15T15:11:47.967Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-02-15T15:11:47.967Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-02-15T15:11:47.967Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-02-15T15:11:47.967Z] === RUN TestControllerValidateMountBind [2022-02-15T15:11:47.967Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-02-15T15:11:47.967Z] === RUN TestControllerValidateMountVolume [2022-02-15T15:11:47.967Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-02-15T15:11:47.967Z] === RUN TestControllerValidateMountTarget [2022-02-15T15:11:47.967Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-02-15T15:11:47.967Z] === RUN TestControllerValidateMountTmpfs [2022-02-15T15:11:47.967Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-02-15T15:11:47.967Z] === RUN TestControllerValidateMountInvalidType [2022-02-15T15:11:47.967Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-02-15T15:11:47.967Z] === RUN TestControllerValidateMountNamedPipe [2022-02-15T15:11:47.967Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-02-15T15:11:47.967Z] PASS [2022-02-15T15:11:47.967Z] coverage: 11.0% of statements [2022-02-15T15:11:47.967Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.601s coverage: 11.0% of statements [2022-02-15T15:11:48.186Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:11:48.186Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-15T15:11:48.435Z] === RUN TestIsEmptyDir [2022-02-15T15:11:48.435Z] --- PASS: TestIsEmptyDir (0.01s) [2022-02-15T15:11:48.435Z] PASS [2022-02-15T15:11:48.435Z] coverage: 2.3% of statements [2022-02-15T15:11:48.435Z] ok github.com/docker/docker/daemon/graphdriver 0.078s coverage: 2.3% of statements [2022-02-15T15:11:48.761Z] --- PASS: TestCreateServiceMultipleTimes (15.63s) [2022-02-15T15:11:48.761Z] === RUN TestCreateServiceConflict [2022-02-15T15:11:48.761Z] --- PASS: TestCreateServiceConflict (2.15s) [2022-02-15T15:11:48.761Z] === RUN TestCreateServiceMaxReplicas [2022-02-15T15:11:48.905Z] === RUN TestLinkNaming [2022-02-15T15:11:48.905Z] --- PASS: TestLinkNaming (0.00s) [2022-02-15T15:11:48.905Z] === RUN TestLinkNew [2022-02-15T15:11:48.905Z] --- PASS: TestLinkNew (0.00s) [2022-02-15T15:11:48.905Z] === RUN TestLinkEnv [2022-02-15T15:11:48.905Z] --- PASS: TestLinkEnv (0.00s) [2022-02-15T15:11:48.905Z] === RUN TestLinkMultipleEnv [2022-02-15T15:11:48.905Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-02-15T15:11:48.905Z] === RUN TestLinkPortRangeEnv [2022-02-15T15:11:48.905Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-02-15T15:11:48.905Z] PASS [2022-02-15T15:11:48.905Z] coverage: 93.0% of statements [2022-02-15T15:11:48.905Z] ok github.com/docker/docker/daemon/links 0.044s coverage: 93.0% of statements [2022-02-15T15:11:48.905Z] === RUN TestVerifyNetworkingConfig [2022-02-15T15:11:48.905Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-02-15T15:11:48.905Z] === RUN TestGetContainer [2022-02-15T15:11:48.905Z] --- PASS: TestGetContainer (0.00s) [2022-02-15T15:11:48.905Z] === RUN TestValidContainerNames [2022-02-15T15:11:48.905Z] --- PASS: TestValidContainerNames (0.00s) [2022-02-15T15:11:48.905Z] === RUN TestContainerInitDNS [2022-02-15T15:11:48.905Z] daemon_test.go:145: root required [2022-02-15T15:11:48.905Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-02-15T15:11:48.905Z] === RUN TestMerge [2022-02-15T15:11:48.905Z] --- PASS: TestMerge (0.00s) [2022-02-15T15:11:48.905Z] === RUN TestValidateContainerIsolation [2022-02-15T15:11:48.905Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-02-15T15:11:48.905Z] === RUN TestFindNetworkErrorType [2022-02-15T15:11:48.905Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-02-15T15:11:48.905Z] === RUN TestEnsureServicesExist [2022-02-15T15:11:48.905Z] --- PASS: TestEnsureServicesExist (0.01s) [2022-02-15T15:11:48.905Z] === RUN TestEnsureServicesExistErrors [2022-02-15T15:11:48.905Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-02-15T15:11:48.905Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-02-15T15:11:48.905Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-02-15T15:11:48.905Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-02-15T15:11:48.905Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-02-15T15:11:48.905Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-02-15T15:11:48.905Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-02-15T15:11:48.905Z] === RUN TestContainerDelete [2022-02-15T15:11:48.905Z] --- PASS: TestContainerDelete (0.00s) [2022-02-15T15:11:48.905Z] === RUN TestContainerDoubleDelete [2022-02-15T15:11:48.905Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-02-15T15:11:48.905Z] === RUN TestLogContainerEventCopyLabels [2022-02-15T15:11:48.905Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-02-15T15:11:48.905Z] === RUN TestLogContainerEventWithAttributes [2022-02-15T15:11:48.905Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-02-15T15:11:48.905Z] === RUN TestNoneHealthcheck [2022-02-15T15:11:48.905Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-02-15T15:11:48.905Z] === RUN TestHealthStates [2022-02-15T15:11:49.373Z] time="2022-02-15T15:11:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-02-15T15:11:49.373Z] time="2022-02-15T15:11:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-02-15T15:11:49.373Z] time="2022-02-15T15:11:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-02-15T15:11:49.373Z] time="2022-02-15T15:11:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-02-15T15:11:49.373Z] time="2022-02-15T15:11:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-02-15T15:11:49.373Z] time="2022-02-15T15:11:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-02-15T15:11:49.373Z] time="2022-02-15T15:11:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-02-15T15:11:49.373Z] time="2022-02-15T15:11:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-02-15T15:11:49.373Z] time="2022-02-15T15:11:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-02-15T15:11:49.373Z] time="2022-02-15T15:11:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-02-15T15:11:49.373Z] --- PASS: TestHealthStates (0.21s) [2022-02-15T15:11:49.373Z] === RUN TestGetInspectData [2022-02-15T15:11:49.373Z] --- PASS: TestGetInspectData (0.00s) [2022-02-15T15:11:49.373Z] === RUN TestFillLicense [2022-02-15T15:11:49.373Z] --- PASS: TestFillLicense (0.00s) [2022-02-15T15:11:49.373Z] === RUN TestListInvalidFilter [2022-02-15T15:11:49.373Z] --- PASS: TestListInvalidFilter (0.00s) [2022-02-15T15:11:49.373Z] === RUN TestNameFilter [2022-02-15T15:11:49.373Z] --- PASS: TestNameFilter (0.00s) [2022-02-15T15:11:49.373Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-02-15T15:11:49.373Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-02-15T15:11:49.373Z] === 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-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-02-15T15:11:49.373Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-02-15T15:11:49.373Z] --- 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-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-02-15T15:11:49.373Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-02-15T15:11:49.373Z] === RUN TestDaemonReloadLabels [2022-02-15T15:11:49.373Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-02-15T15:11:49.373Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-02-15T15:11:49.373Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-02-15T15:11:49.373Z] === RUN TestDaemonReloadMirrors [2022-02-15T15:11:49.373Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-02-15T15:11:49.373Z] === RUN TestDaemonReloadInsecureRegistries [2022-02-15T15:11:49.373Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-02-15T15:11:49.373Z] === RUN TestDaemonReloadNotAffectOthers [2022-02-15T15:11:49.373Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-02-15T15:11:49.373Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-02-15T15:11:49.373Z] reload_test.go:342: root required [2022-02-15T15:11:49.373Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-02-15T15:11:49.373Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-02-15T15:11:49.373Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-02-15T15:11:49.373Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-02-15T15:11:49.373Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2022-02-15T15:11:49.373Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-02-15T15:11:49.373Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-02-15T15:11:49.373Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-02-15T15:11:49.373Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-02-15T15:11:49.373Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-02-15T15:11:49.373Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-02-15T15:11:49.373Z] === RUN TestParseVolumesFrom [2022-02-15T15:11:49.373Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-02-15T15:11:49.373Z] PASS [2022-02-15T15:11:49.373Z] coverage: 8.6% of statements [2022-02-15T15:11:49.374Z] ok github.com/docker/docker/daemon 0.472s coverage: 8.6% of statements [2022-02-15T15:11:49.374Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-02-15T15:11:49.374Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-02-15T15:11:49.374Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-02-15T15:11:49.374Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-02-15T15:11:49.374Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-02-15T15:11:49.374Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-02-15T15:11:49.374Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-02-15T15:11:49.374Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-02-15T15:11:49.374Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-02-15T15:11:49.374Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-02-15T15:11:49.374Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-02-15T15:11:49.374Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-02-15T15:11:49.374Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-02-15T15:11:49.374Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-02-15T15:11:50.098Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-15T15:11:50.359Z] 1bd78008c728: Pull complete [2022-02-15T15:11:50.359Z] Digest: sha256:d8c2b69511a49e9eb6fd2a17f2727ae011b0382cd11562fa5cb4c70bb460cf12 [2022-02-15T15:11:50.359Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:11:50.359Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:11:50.359Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-02-15T15:11:50.359Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-02-15T15:11:50.359Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2565' [2022-02-15T15:11:50.359Z] INFO: Docker version of control daemon [2022-02-15T15:11:50.359Z] [2022-02-15T15:11:50.359Z] Client: [2022-02-15T15:11:50.359Z] Version: 20.10.9 [2022-02-15T15:11:50.359Z] API version: 1.41 [2022-02-15T15:11:50.359Z] Go version: go1.16.8 [2022-02-15T15:11:50.359Z] Git commit: c2ea9bc [2022-02-15T15:11:50.359Z] Built: Mon Oct 4 16:11:10 2021 [2022-02-15T15:11:50.359Z] OS/Arch: windows/amd64 [2022-02-15T15:11:50.359Z] Context: default [2022-02-15T15:11:50.359Z] Experimental: true [2022-02-15T15:11:50.359Z] [2022-02-15T15:11:50.359Z] Server: Docker Engine - Community [2022-02-15T15:11:50.359Z] Engine: [2022-02-15T15:11:50.359Z] Version: 20.10.9 [2022-02-15T15:11:50.359Z] API version: 1.41 (minimum version 1.24) [2022-02-15T15:11:50.359Z] Go version: go1.16.8 [2022-02-15T15:11:50.359Z] Git commit: 79ea9d3 [2022-02-15T15:11:50.359Z] Built: Mon Oct 4 16:06:39 2021 [2022-02-15T15:11:50.359Z] OS/Arch: windows/amd64 [2022-02-15T15:11:50.359Z] Experimental: true [2022-02-15T15:11:50.359Z] [2022-02-15T15:11:50.359Z] INFO: Docker info of control daemon [2022-02-15T15:11:50.359Z] [2022-02-15T15:11:50.359Z] Client: [2022-02-15T15:11:50.359Z] Context: default [2022-02-15T15:11:50.359Z] Debug Mode: false [2022-02-15T15:11:50.359Z] Plugins: [2022-02-15T15:11:50.359Z] app: Docker Application (Docker Inc., v0.8.0) [2022-02-15T15:11:50.359Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-02-15T15:11:50.359Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-02-15T15:11:50.359Z] [2022-02-15T15:11:50.359Z] Server: [2022-02-15T15:11:50.359Z] Containers: 0 [2022-02-15T15:11:50.359Z] Running: 0 [2022-02-15T15:11:50.359Z] Paused: 0 [2022-02-15T15:11:50.359Z] Stopped: 0 [2022-02-15T15:11:50.359Z] Images: 1 [2022-02-15T15:11:50.359Z] Server Version: 20.10.9 [2022-02-15T15:11:50.359Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-02-15T15:11:50.359Z] Windows: [2022-02-15T15:11:50.359Z] LCOW: [2022-02-15T15:11:50.359Z] Logging Driver: json-file [2022-02-15T15:11:50.359Z] Plugins: [2022-02-15T15:11:50.359Z] Volume: local [2022-02-15T15:11:50.359Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-15T15:11:50.359Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-15T15:11:50.359Z] Swarm: inactive [2022-02-15T15:11:50.359Z] Default Isolation: process [2022-02-15T15:11:50.359Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-02-15T15:11:50.359Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-02-15T15:11:50.359Z] OSType: windows [2022-02-15T15:11:50.359Z] Architecture: x86_64 [2022-02-15T15:11:50.359Z] CPUs: 4 [2022-02-15T15:11:50.359Z] Total Memory: 32GiB [2022-02-15T15:11:50.359Z] Name: azwin-2-ac1cf0 [2022-02-15T15:11:50.359Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-02-15T15:11:50.359Z] Docker Root Dir: D:\docker [2022-02-15T15:11:50.359Z] Debug Mode: false [2022-02-15T15:11:50.359Z] Registry: https://index.docker.io/v1/ [2022-02-15T15:11:50.359Z] Labels: [2022-02-15T15:11:50.359Z] Experimental: true [2022-02-15T15:11:50.359Z] Insecure Registries: [2022-02-15T15:11:50.359Z] 10.0.0.4:5000 [2022-02-15T15:11:50.359Z] 127.0.0.0/8 [2022-02-15T15:11:50.359Z] Registry Mirrors: [2022-02-15T15:11:50.359Z] http://10.0.0.4:5000/ [2022-02-15T15:11:50.359Z] Live Restore Enabled: false [2022-02-15T15:11:50.359Z] Product License: Community Engine [2022-02-15T15:11:50.359Z] [2022-02-15T15:11:50.359Z] [2022-02-15T15:11:50.359Z] INFO: Commit hash is 2ac898c232 [2022-02-15T15:11:50.359Z] INFO: Nuke-Everything... [2022-02-15T15:11:50.359Z] INFO: Container count on control daemon to delete is 0 [2022-02-15T15:11:50.359Z] INFO: Nuking d:\CI [2022-02-15T15:11:50.359Z] INFO: Zapped successfully [2022-02-15T15:11:50.359Z] INFO: Location for testing is d:\CI\PR-43241\1 [2022-02-15T15:11:50.359Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-02-15T15:11:50.359Z] [2022-02-15T15:11:50.359Z] [2022-02-15T15:11:50.359Z] INFO: Building the image from Dockerfile.windows at 02/15/2022 15:11:47... [2022-02-15T15:11:50.359Z] [2022-02-15T15:11:51.279Z] --- PASS: TestCreateServiceMaxReplicas (2.77s) [2022-02-15T15:11:51.279Z] === RUN TestCreateWithDuplicateNetworkNames [2022-02-15T15:11:51.481Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-15T15:11:51.592Z] === RUN TestNewStreamConfig [2022-02-15T15:11:51.592Z] === RUN TestNewStreamConfig/defaults [2022-02-15T15:11:51.592Z] === RUN TestNewStreamConfig/invalid_create_group [2022-02-15T15:11:51.592Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-02-15T15:11:51.592Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-02-15T15:11:51.592Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-02-15T15:11:51.592Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-02-15T15:11:51.592Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-02-15T15:11:51.592Z] --- PASS: TestNewStreamConfig (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-02-15T15:11:51.592Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-02-15T15:11:51.592Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-02-15T15:11:51.592Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-02-15T15:11:51.592Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-02-15T15:11:51.592Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestNewAWSLogsClientRegionDetect [2022-02-15T15:11:51.592Z] time="2022-02-15T15:11:50Z" level=info msg="Trying to get region from EC2 Metadata" [2022-02-15T15:11:51.592Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.22s) [2022-02-15T15:11:51.592Z] === RUN TestCreateSuccess [2022-02-15T15:11:51.592Z] --- PASS: TestCreateSuccess (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestCreateStreamSkipped [2022-02-15T15:11:51.592Z] time="2022-02-15T15:11:51Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-02-15T15:11:51.592Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestCreateLogGroupSuccess [2022-02-15T15:11:51.592Z] time="2022-02-15T15:11:51Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-02-15T15:11:51.592Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestCreateError [2022-02-15T15:11:51.592Z] --- PASS: TestCreateError (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestCreateAlreadyExists [2022-02-15T15:11:51.592Z] time="2022-02-15T15:11:51Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-02-15T15:11:51.592Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestLogClosed [2022-02-15T15:11:51.592Z] --- PASS: TestLogClosed (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestLogBlocking [2022-02-15T15:11:51.592Z] --- PASS: TestLogBlocking (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestLogNonBlockingBufferEmpty [2022-02-15T15:11:51.592Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestLogNonBlockingBufferFull [2022-02-15T15:11:51.592Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestPublishBatchSuccess [2022-02-15T15:11:51.592Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestPublishBatchError [2022-02-15T15:11:51.592Z] time="2022-02-15T15:11:51Z" level=error msg=error [2022-02-15T15:11:51.592Z] --- PASS: TestPublishBatchError (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-02-15T15:11:51.592Z] time="2022-02-15T15:11:51Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-02-15T15:11:51.592Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestPublishBatchAlreadyAccepted [2022-02-15T15:11:51.592Z] time="2022-02-15T15:11:51Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-02-15T15:11:51.592Z] time="2022-02-15T15:11:51Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-02-15T15:11:51.592Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestCollectBatchSimple [2022-02-15T15:11:51.592Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestCollectBatchTicker [2022-02-15T15:11:51.592Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestCollectBatchMultilinePattern [2022-02-15T15:11:51.592Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-02-15T15:11:51.592Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-02-15T15:11:51.592Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-02-15T15:11:51.592Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2022-02-15T15:11:51.592Z] === RUN TestCollectBatchClose [2022-02-15T15:11:51.592Z] --- PASS: TestCollectBatchClose (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestEffectiveLen [2022-02-15T15:11:51.592Z] === RUN TestEffectiveLen/0/Hello [2022-02-15T15:11:51.592Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-02-15T15:11:51.592Z] === RUN TestEffectiveLen/2/🙃 [2022-02-15T15:11:51.592Z] === RUN TestEffectiveLen/3/���� [2022-02-15T15:11:51.592Z] === RUN TestEffectiveLen/4/He��o [2022-02-15T15:11:51.592Z] === RUN TestEffectiveLen/5/ [2022-02-15T15:11:51.592Z] --- PASS: TestEffectiveLen (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestFindValidSplit [2022-02-15T15:11:51.592Z] === RUN TestFindValidSplit/0/ [2022-02-15T15:11:51.592Z] cloudwatchlogs_test.go:1076: [2022-02-15T15:11:51.592Z] cloudwatchlogs_test.go:1077: [2022-02-15T15:11:51.592Z] === RUN TestFindValidSplit/1/Hello [2022-02-15T15:11:51.592Z] cloudwatchlogs_test.go:1076: Hello [2022-02-15T15:11:51.592Z] cloudwatchlogs_test.go:1077: [2022-02-15T15:11:51.592Z] === RUN TestFindValidSplit/2/Hello [2022-02-15T15:11:51.592Z] cloudwatchlogs_test.go:1076: He [2022-02-15T15:11:51.592Z] cloudwatchlogs_test.go:1077: llo [2022-02-15T15:11:51.592Z] === RUN TestFindValidSplit/3/Hello [2022-02-15T15:11:51.592Z] cloudwatchlogs_test.go:1076: [2022-02-15T15:11:51.592Z] cloudwatchlogs_test.go:1077: Hello [2022-02-15T15:11:51.592Z] === RUN TestFindValidSplit/4/🙃 [2022-02-15T15:11:51.592Z] cloudwatchlogs_test.go:1076: [2022-02-15T15:11:51.592Z] cloudwatchlogs_test.go:1077: 🙃 [2022-02-15T15:11:51.592Z] === RUN TestFindValidSplit/5/🙃 [2022-02-15T15:11:51.592Z] cloudwatchlogs_test.go:1076: 🙃 [2022-02-15T15:11:51.592Z] cloudwatchlogs_test.go:1077: [2022-02-15T15:11:51.592Z] === RUN TestFindValidSplit/6/a� [2022-02-15T15:11:51.592Z] cloudwatchlogs_test.go:1076: a [2022-02-15T15:11:51.592Z] cloudwatchlogs_test.go:1077: � [2022-02-15T15:11:51.592Z] === RUN TestFindValidSplit/7/a� [2022-02-15T15:11:51.592Z] cloudwatchlogs_test.go:1076: a� [2022-02-15T15:11:51.592Z] cloudwatchlogs_test.go:1077: [2022-02-15T15:11:51.592Z] --- PASS: TestFindValidSplit (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestProcessEventEmoji [2022-02-15T15:11:51.592Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestCollectBatchLineSplit [2022-02-15T15:11:51.592Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestCollectBatchLineSplitWithBinary [2022-02-15T15:11:51.592Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestCollectBatchMaxEvents [2022-02-15T15:11:51.592Z] --- PASS: TestCollectBatchMaxEvents (0.06s) [2022-02-15T15:11:51.592Z] === RUN TestCollectBatchMaxTotalBytes [2022-02-15T15:11:51.592Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-02-15T15:11:51.592Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-02-15T15:11:51.592Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-02-15T15:11:51.592Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-02-15T15:11:51.592Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-02-15T15:11:51.592Z] === RUN TestParseLogOptionsMultilinePattern [2022-02-15T15:11:51.592Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestParseLogOptionsDatetimeFormat [2022-02-15T15:11:51.592Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-02-15T15:11:51.592Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-02-15T15:11:51.592Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-02-15T15:11:51.592Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-02-15T15:11:51.592Z] === RUN TestAdapterReadLogs [2022-02-15T15:11:51.592Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestCopier [2022-02-15T15:11:51.592Z] --- PASS: TestCopier (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestCopierLongLines [2022-02-15T15:11:51.592Z] --- PASS: TestCopierLongLines (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestCopierSlow [2022-02-15T15:11:51.592Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-02-15T15:11:51.592Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-02-15T15:11:51.592Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-02-15T15:11:51.592Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2022-02-15T15:11:51.592Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.01s) [2022-02-15T15:11:51.592Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-02-15T15:11:51.592Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-02-15T15:11:51.592Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-02-15T15:11:51.592Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-02-15T15:11:51.592Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-02-15T15:11:51.592Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-02-15T15:11:51.592Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-02-15T15:11:51.592Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-02-15T15:11:51.592Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-02-15T15:11:51.593Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-02-15T15:11:51.593Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-02-15T15:11:51.593Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-02-15T15:11:51.593Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-02-15T15:11:51.593Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-02-15T15:11:51.593Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-02-15T15:11:51.593Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-02-15T15:11:51.593Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-02-15T15:11:51.593Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-02-15T15:11:51.593Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-02-15T15:11:51.593Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-02-15T15:11:51.593Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-02-15T15:11:51.593Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-02-15T15:11:51.593Z] === RUN TestValidateLogOptionsFormat [2022-02-15T15:11:51.593Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-02-15T15:11:51.593Z] === RUN TestValidateLogOptionsFormat/1/random [2022-02-15T15:11:51.593Z] === RUN TestValidateLogOptionsFormat/2/ [2022-02-15T15:11:51.593Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-02-15T15:11:51.593Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-02-15T15:11:51.593Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-02-15T15:11:51.593Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-02-15T15:11:51.593Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-02-15T15:11:51.593Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-02-15T15:11:51.593Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-02-15T15:11:51.593Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-02-15T15:11:51.593Z] === RUN TestCreateTagSuccess [2022-02-15T15:11:51.593Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-02-15T15:11:51.593Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-02-15T15:11:51.593Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-02-15T15:11:51.593Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-02-15T15:11:51.593Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-02-15T15:11:51.593Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-02-15T15:11:51.593Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2022-02-15T15:11:51.593Z] PASS [2022-02-15T15:11:51.593Z] coverage: 80.2% of statements [2022-02-15T15:11:51.593Z] ok github.com/docker/docker/daemon/logger/awslogs 0.493s coverage: 80.2% of statements [2022-02-15T15:11:51.593Z] --- PASS: TestCopierSlow (0.24s) [2022-02-15T15:11:51.593Z] === RUN TestCopierWithSized [2022-02-15T15:11:51.593Z] === RUN TestCopierWithSized/as_is [2022-02-15T15:11:51.593Z] === RUN TestCopierWithSized/With_RingLogger [2022-02-15T15:11:51.593Z] --- PASS: TestCopierWithSized (0.02s) [2022-02-15T15:11:51.593Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-02-15T15:11:51.593Z] --- PASS: TestCopierWithSized/With_RingLogger (0.02s) [2022-02-15T15:11:51.593Z] === RUN TestCopierWithPartial [2022-02-15T15:11:51.593Z] --- PASS: TestCopierWithPartial (0.01s) [2022-02-15T15:11:51.593Z] === RUN TestRingLogger [2022-02-15T15:11:51.593Z] --- PASS: TestRingLogger (0.00s) [2022-02-15T15:11:51.593Z] === RUN TestRingCap [2022-02-15T15:11:51.593Z] --- PASS: TestRingCap (0.00s) [2022-02-15T15:11:51.593Z] === RUN TestRingClose [2022-02-15T15:11:51.741Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-15T15:11:51.829Z] --- PASS: TestBuildMultiStageLayerLeak (4.46s) [2022-02-15T15:11:51.829Z] === RUN TestBuildWithHugeFile [2022-02-15T15:11:52.061Z] --- PASS: TestRingClose (0.00s) [2022-02-15T15:11:52.061Z] === RUN TestRingDrain [2022-02-15T15:11:52.061Z] --- PASS: TestRingDrain (0.00s) [2022-02-15T15:11:52.061Z] PASS [2022-02-15T15:11:52.061Z] coverage: 43.8% of statements [2022-02-15T15:11:52.061Z] ok github.com/docker/docker/daemon/logger 0.349s coverage: 43.8% of statements [2022-02-15T15:11:52.061Z] === RUN TestValidateLogOptReconnectInterval [2022-02-15T15:11:52.061Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-02-15T15:11:52.061Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-02-15T15:11:52.061Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-02-15T15:11:52.061Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-02-15T15:11:52.061Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-02-15T15:11:52.061Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-02-15T15:11:52.061Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-02-15T15:11:52.061Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-02-15T15:11:52.061Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-02-15T15:11:52.061Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-02-15T15:11:52.061Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-02-15T15:11:52.061Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-02-15T15:11:52.061Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-02-15T15:11:52.061Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-02-15T15:11:52.061Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-02-15T15:11:52.061Z] PASS [2022-02-15T15:11:52.061Z] coverage: 33.6% of statements [2022-02-15T15:11:52.061Z] ok github.com/docker/docker/daemon/logger/fluentd 0.055s coverage: 33.6% of statements [2022-02-15T15:11:52.061Z] === RUN TestSearchRegistryForImagesErrors [2022-02-15T15:11:52.061Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-02-15T15:11:52.061Z] === RUN TestSearchRegistryForImages [2022-02-15T15:11:52.061Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-02-15T15:11:52.061Z] === RUN TestOnlyPlatformWithFallback [2022-02-15T15:11:52.061Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-02-15T15:11:52.061Z] === RUN TestImageDelete [2022-02-15T15:11:52.061Z] === RUN TestImageDelete/no_lease [2022-02-15T15:11:52.061Z] === RUN TestImageDelete/lease_exists [2022-02-15T15:11:52.061Z] --- PASS: TestImageDelete (0.05s) [2022-02-15T15:11:52.061Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-02-15T15:11:52.061Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-02-15T15:11:52.061Z] === RUN TestContentStoreForPull [2022-02-15T15:11:52.528Z] --- PASS: TestContentStoreForPull (0.26s) [2022-02-15T15:11:52.528Z] PASS [2022-02-15T15:11:52.528Z] coverage: 6.7% of statements [2022-02-15T15:11:52.528Z] ok github.com/docker/docker/daemon/images 0.490s coverage: 6.7% of statements [2022-02-15T15:11:52.528Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-02-15T15:11:52.528Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-02-15T15:11:52.529Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-02-15T15:11:52.529Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-02-15T15:11:52.529Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-02-15T15:11:52.529Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-02-15T15:11:52.997Z] === RUN TestJSONLogsMarshalJSONBuf [2022-02-15T15:11:52.997Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-02-15T15:11:52.997Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-02-15T15:11:52.997Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2022-02-15T15:11:52.997Z] === RUN TestFastTimeMarshalJSON [2022-02-15T15:11:52.997Z] --- PASS: TestFastTimeMarshalJSON (0.07s) [2022-02-15T15:11:52.997Z] PASS [2022-02-15T15:11:52.997Z] coverage: 87.2% of statements [2022-02-15T15:11:52.997Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.305s coverage: 87.2% of statements [2022-02-15T15:11:53.125Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-15T15:11:53.387Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-15T15:11:53.465Z] === RUN TestJSONFileLogger [2022-02-15T15:11:53.465Z] --- PASS: TestJSONFileLogger (0.00s) [2022-02-15T15:11:53.465Z] === RUN TestJSONFileLoggerWithTags [2022-02-15T15:11:53.465Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-02-15T15:11:53.465Z] === RUN TestJSONFileLoggerWithOpts [2022-02-15T15:11:53.465Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-02-15T15:11:53.465Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-02-15T15:11:53.465Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-02-15T15:11:53.465Z] === RUN TestEncodeDecode [2022-02-15T15:11:53.465Z] === PAUSE TestEncodeDecode [2022-02-15T15:11:53.465Z] === RUN TestUnexpectedEOF [2022-02-15T15:11:53.465Z] === RUN TestWriteLog [2022-02-15T15:11:53.465Z] === PAUSE TestWriteLog [2022-02-15T15:11:53.465Z] === RUN TestReadLog [2022-02-15T15:11:53.465Z] === PAUSE TestReadLog [2022-02-15T15:11:53.465Z] === RUN TestDecode [2022-02-15T15:11:53.465Z] time="2022-02-15T15:11:53Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-02-15T15:11:53.465Z] time="2022-02-15T15:11:53Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-02-15T15:11:53.465Z] --- PASS: TestUnexpectedEOF (0.19s) [2022-02-15T15:11:53.465Z] === CONT TestEncodeDecode [2022-02-15T15:11:53.465Z] --- PASS: TestEncodeDecode (0.00s) [2022-02-15T15:11:53.465Z] PASS [2022-02-15T15:11:53.465Z] coverage: 69.9% of statements [2022-02-15T15:11:53.465Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.388s coverage: 69.9% of statements [2022-02-15T15:11:53.934Z] --- PASS: TestDecode (0.03s) [2022-02-15T15:11:53.934Z] === CONT TestWriteLog [2022-02-15T15:11:53.934Z] === CONT TestReadLog [2022-02-15T15:11:53.934Z] --- PASS: TestWriteLog (0.00s) [2022-02-15T15:11:53.934Z] === RUN TestReadLog/tail_exact [2022-02-15T15:11:53.934Z] === RUN TestReadLog/tail_less_than_available [2022-02-15T15:11:53.934Z] === RUN TestReadLog/tail_more_than_available [2022-02-15T15:11:53.934Z] --- PASS: TestReadLog (0.23s) [2022-02-15T15:11:53.934Z] --- PASS: TestReadLog/tail_exact (0.21s) [2022-02-15T15:11:53.934Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2022-02-15T15:11:53.934Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2022-02-15T15:11:53.934Z] PASS [2022-02-15T15:11:53.934Z] coverage: 78.7% of statements [2022-02-15T15:11:53.934Z] ok github.com/docker/docker/daemon/logger/local 0.323s coverage: 78.7% of statements [2022-02-15T15:11:53.934Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-02-15T15:11:54.750Z] [2022-02-15T15:11:54.750Z] Name Version Source Summary [2022-02-15T15:11:54.750Z] ---- ------- ------ ------- [2022-02-15T15:11:54.750Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-02-15T15:11:54.750Z] [2022-02-15T15:11:54.750Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-02-15T15:11:54.750Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-02-15T15:11:54.750Z] PSChildName : containerd [2022-02-15T15:11:54.750Z] PSDrive : C [2022-02-15T15:11:54.750Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-02-15T15:11:54.750Z] PSIsContainer : True [2022-02-15T15:11:54.750Z] Name : containerd [2022-02-15T15:11:54.750Z] FullName : C:\containerd [2022-02-15T15:11:54.750Z] Parent : [2022-02-15T15:11:54.750Z] Exists : True [2022-02-15T15:11:54.750Z] Root : C:\ [2022-02-15T15:11:54.750Z] Extension : [2022-02-15T15:11:54.750Z] CreationTime : 2/15/2022 3:11:52 PM [2022-02-15T15:11:54.750Z] CreationTimeUtc : 2/15/2022 3:11:52 PM [2022-02-15T15:11:54.750Z] LastAccessTime : 2/15/2022 3:11:52 PM [2022-02-15T15:11:54.750Z] LastAccessTimeUtc : 2/15/2022 3:11:52 PM [2022-02-15T15:11:54.750Z] LastWriteTime : 2/15/2022 3:11:52 PM [2022-02-15T15:11:54.750Z] LastWriteTimeUtc : 2/15/2022 3:11:52 PM [2022-02-15T15:11:54.750Z] Attributes : Directory [2022-02-15T15:11:54.750Z] Mode : d----- [2022-02-15T15:11:54.750Z] BaseName : containerd [2022-02-15T15:11:54.750Z] Target : {} [2022-02-15T15:11:54.750Z] LinkType : [2022-02-15T15:11:54.750Z] [2022-02-15T15:11:54.750Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-02-15T15:11:54.750Z] INFO: Configuring git core.autocrlf... [2022-02-15T15:11:54.750Z] [2022-02-15T15:11:54.750Z] [2022-02-15T15:11:54.770Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-15T15:11:54.925Z] === RUN TestOpenFileDelete [2022-02-15T15:11:54.925Z] --- PASS: TestOpenFileDelete (0.00s) [2022-02-15T15:11:54.925Z] === RUN TestOpenFileRename [2022-02-15T15:11:54.925Z] --- PASS: TestOpenFileRename (0.01s) [2022-02-15T15:11:54.925Z] === RUN TestHandleDecoderErr [2022-02-15T15:11:54.925Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-02-15T15:11:54.925Z] === RUN TestParseLogTagDefaultTag [2022-02-15T15:11:54.925Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-02-15T15:11:54.925Z] === RUN TestParseLogTag [2022-02-15T15:11:54.925Z] --- PASS: TestParseLogTag (0.00s) [2022-02-15T15:11:54.925Z] === RUN TestParseLogTagEmptyTag [2022-02-15T15:11:54.925Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-02-15T15:11:54.925Z] === RUN TestTailFiles [2022-02-15T15:11:54.925Z] --- PASS: TestTailFiles (0.00s) [2022-02-15T15:11:54.925Z] === RUN TestFollowLogsConsumerGone [2022-02-15T15:11:54.925Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-02-15T15:11:54.925Z] === RUN TestFollowLogsProducerGone [2022-02-15T15:11:54.925Z] logfile_test.go:180: logDecode() closed after sending 3478 messages [2022-02-15T15:11:54.925Z] logfile_test.go:233: messages sent: 3478, received: 3478 [2022-02-15T15:11:54.925Z] --- PASS: TestFollowLogsProducerGone (0.03s) [2022-02-15T15:11:54.925Z] === RUN TestCheckCapacityAndRotate [2022-02-15T15:11:54.925Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-02-15T15:11:54.925Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-02-15T15:11:54.925Z] --- PASS: TestCheckCapacityAndRotate (0.06s) [2022-02-15T15:11:54.925Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-02-15T15:11:54.925Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s) [2022-02-15T15:11:54.925Z] PASS [2022-02-15T15:11:54.925Z] coverage: 53.4% of statements [2022-02-15T15:11:54.925Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.164s coverage: 53.4% of statements [2022-02-15T15:11:54.925Z] === RUN TestLog [2022-02-15T15:11:54.925Z] --- PASS: TestLog (0.01s) [2022-02-15T15:11:54.925Z] PASS [2022-02-15T15:11:54.925Z] coverage: 31.5% of statements [2022-02-15T15:11:54.925Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.064s coverage: 31.5% of statements [2022-02-15T15:11:55.910Z] === RUN TestParseLogFormat [2022-02-15T15:11:55.910Z] --- PASS: TestParseLogFormat (0.00s) [2022-02-15T15:11:55.910Z] === RUN TestValidateLogOptEmpty [2022-02-15T15:11:55.910Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-02-15T15:11:55.910Z] === RUN TestValidateSyslogAddress [2022-02-15T15:11:55.910Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-02-15T15:11:55.910Z] === RUN TestParseAddressDefaultPort [2022-02-15T15:11:55.910Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-02-15T15:11:55.910Z] === RUN TestValidateSyslogFacility [2022-02-15T15:11:55.910Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-02-15T15:11:55.910Z] === RUN TestValidateLogOptSyslogFormat [2022-02-15T15:11:55.910Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-02-15T15:11:55.910Z] === RUN TestValidateLogOpt [2022-02-15T15:11:55.910Z] --- PASS: TestValidateLogOpt (0.00s) [2022-02-15T15:11:55.910Z] PASS [2022-02-15T15:11:55.910Z] coverage: 46.8% of statements [2022-02-15T15:11:55.910Z] ok github.com/docker/docker/daemon/logger/syslog 0.051s coverage: 46.8% of statements [2022-02-15T15:11:55.910Z] === RUN TestNewParse [2022-02-15T15:11:55.910Z] --- PASS: TestNewParse (0.00s) [2022-02-15T15:11:55.910Z] PASS [2022-02-15T15:11:55.910Z] coverage: 8.3% of statements [2022-02-15T15:11:55.910Z] ok github.com/docker/docker/daemon/logger/templates 0.045s coverage: 8.3% of statements [2022-02-15T15:11:55.910Z] === RUN TestValidateLogOpt [2022-02-15T15:11:55.910Z] --- PASS: TestValidateLogOpt (0.00s) [2022-02-15T15:11:55.910Z] === RUN TestNewMissedConfig [2022-02-15T15:11:55.910Z] --- PASS: TestNewMissedConfig (0.00s) [2022-02-15T15:11:55.910Z] === RUN TestNewMissedUrl [2022-02-15T15:11:55.910Z] --- PASS: TestNewMissedUrl (0.00s) [2022-02-15T15:11:55.910Z] === RUN TestNewMissedToken [2022-02-15T15:11:55.910Z] --- PASS: TestNewMissedToken (0.00s) [2022-02-15T15:11:55.910Z] === RUN TestNewWithProxy [2022-02-15T15:11:55.910Z] --- PASS: TestNewWithProxy (0.00s) [2022-02-15T15:11:55.910Z] === RUN TestDefault [2022-02-15T15:11:55.910Z] --- PASS: TestDefault (0.01s) [2022-02-15T15:11:55.910Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-02-15T15:11:55.910Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-02-15T15:11:55.910Z] === RUN TestJsonFormat [2022-02-15T15:11:55.910Z] --- PASS: TestJsonFormat (0.00s) [2022-02-15T15:11:55.910Z] === RUN TestRawFormat [2022-02-15T15:11:55.910Z] --- PASS: TestRawFormat (0.00s) [2022-02-15T15:11:55.910Z] === RUN TestRawFormatWithLabels [2022-02-15T15:11:55.910Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-02-15T15:11:55.910Z] === RUN TestRawFormatWithoutTag [2022-02-15T15:11:55.910Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-02-15T15:11:55.910Z] === RUN TestBatching [2022-02-15T15:11:56.157Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-02-15T15:11:56.157Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.54s) [2022-02-15T15:11:56.157Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.20s) [2022-02-15T15:11:56.157Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.80s) [2022-02-15T15:11:56.157Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.20s) [2022-02-15T15:11:56.157Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.21s) [2022-02-15T15:11:56.157Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-02-15T15:11:56.157Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.27s) [2022-02-15T15:11:56.157Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.27s) [2022-02-15T15:11:56.157Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.73s) [2022-02-15T15:11:56.157Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.54s) [2022-02-15T15:11:56.157Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.68s) [2022-02-15T15:11:56.157Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.67s) [2022-02-15T15:11:56.157Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.75s) [2022-02-15T15:11:56.157Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.56s) [2022-02-15T15:11:56.157Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.60s) [2022-02-15T15:11:56.157Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.58s) [2022-02-15T15:11:56.157Z] === RUN TestCgroupNamespacesRun [2022-02-15T15:11:56.249Z] Sending build context to Docker daemon 62.48MB [2022-02-15T15:11:56.249Z] [2022-02-15T15:11:56.249Z] Step 1/11 : FROM microsoft/windowsservercore [2022-02-15T15:11:56.249Z] ---> c703d4d60533 [2022-02-15T15:11:56.249Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-02-15T15:11:56.249Z] ---> Running in de6bafb6bc75 [2022-02-15T15:11:56.249Z] Removing intermediate container de6bafb6bc75 [2022-02-15T15:11:56.249Z] ---> 66778b327c79 [2022-02-15T15:11:56.249Z] Step 3/11 : ARG GO_VERSION=1.17.6 [2022-02-15T15:11:56.249Z] ---> Running in c9d0d2f8456d [2022-02-15T15:11:56.381Z] --- PASS: TestBatching (0.32s) [2022-02-15T15:11:56.381Z] === RUN TestFrequency [2022-02-15T15:11:56.381Z] --- PASS: TestFrequency (0.25s) [2022-02-15T15:11:56.381Z] === RUN TestOneMessagePerRequest [2022-02-15T15:11:56.381Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-02-15T15:11:56.381Z] === RUN TestVerify [2022-02-15T15:11:56.381Z] --- PASS: TestVerify (0.00s) [2022-02-15T15:11:56.381Z] === RUN TestSkipVerify [2022-02-15T15:11:56.725Z] Removing intermediate container c9d0d2f8456d [2022-02-15T15:11:56.725Z] ---> ea82bb1c6736 [2022-02-15T15:11:56.725Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-02-15T15:11:56.725Z] ---> Running in 32c505261ebc [2022-02-15T15:11:56.852Z] time="2022-02-15T15:11:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:11:56.853Z] time="2022-02-15T15:11:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:11:56.853Z] time="2022-02-15T15:11:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:11:56.853Z] --- PASS: TestSkipVerify (0.52s) [2022-02-15T15:11:56.853Z] === RUN TestBufferMaximum [2022-02-15T15:11:56.853Z] time="2022-02-15T15:11:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:11:56.853Z] time="2022-02-15T15:11:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:11:56.853Z] time="2022-02-15T15:11:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:11:56.853Z] time="2022-02-15T15:11:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:11:56.853Z] time="2022-02-15T15:11:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:11:56.853Z] time="2022-02-15T15:11:56Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644937916.738989\",\"host\":\"bc7e43181c69\"}'" [2022-02-15T15:11:56.853Z] time="2022-02-15T15:11:56Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644937916.738989\",\"host\":\"bc7e43181c69\"}'" [2022-02-15T15:11:56.853Z] --- PASS: TestBufferMaximum (0.00s) [2022-02-15T15:11:56.853Z] === RUN TestServerAlwaysDown [2022-02-15T15:11:56.853Z] time="2022-02-15T15:11:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:11:56.853Z] time="2022-02-15T15:11:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:11:56.853Z] time="2022-02-15T15:11:56Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644937916.741986\",\"host\":\"bc7e43181c69\"}'" [2022-02-15T15:11:56.853Z] time="2022-02-15T15:11:56Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644937916.741986\",\"host\":\"bc7e43181c69\"}'" [2022-02-15T15:11:56.853Z] time="2022-02-15T15:11:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:11:56.853Z] time="2022-02-15T15:11:56Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644937916.741986\",\"host\":\"bc7e43181c69\"}'" [2022-02-15T15:11:56.853Z] time="2022-02-15T15:11:56Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644937916.743988\",\"host\":\"bc7e43181c69\"}'" [2022-02-15T15:11:56.853Z] time="2022-02-15T15:11:56Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644937916.743988\",\"host\":\"bc7e43181c69\"}'" [2022-02-15T15:11:56.853Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-02-15T15:11:56.853Z] === RUN TestCannotSendAfterClose [2022-02-15T15:11:56.853Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-02-15T15:11:56.853Z] === RUN TestDeadlockOnBlockedEndpoint [2022-02-15T15:11:57.195Z] Removing intermediate container 32c505261ebc [2022-02-15T15:11:57.195Z] ---> 211a4b443e21 [2022-02-15T15:11:57.195Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-02-15T15:11:57.195Z] ---> Running in 85eda1b82f9a [2022-02-15T15:11:57.541Z] --- PASS: TestCgroupNamespacesRun (1.06s) [2022-02-15T15:11:57.541Z] === RUN TestCgroupNamespacesRunPrivileged [2022-02-15T15:11:57.666Z] Removing intermediate container 85eda1b82f9a [2022-02-15T15:11:57.666Z] ---> 30274cc17c4c [2022-02-15T15:11:57.666Z] 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-02-15T15:11:57.666Z] ---> Running in 0298467a19f8 [2022-02-15T15:11:57.847Z] === RUN TestV1IDService [2022-02-15T15:11:57.847Z] --- PASS: TestV1IDService (0.03s) [2022-02-15T15:11:57.847Z] === RUN TestV2MetadataService [2022-02-15T15:11:57.847Z] === RUN TestSuccessfulDownload [2022-02-15T15:11:57.847Z] download_test.go:267: Needs fixing on Windows [2022-02-15T15:11:57.847Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-02-15T15:11:57.847Z] === RUN TestCancelledDownload [2022-02-15T15:11:57.847Z] --- PASS: TestCancelledDownload (0.00s) [2022-02-15T15:11:57.847Z] === RUN TestMaxDownloadAttempts [2022-02-15T15:11:57.847Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-15T15:11:57.847Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-15T15:11:57.847Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-15T15:11:57.847Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-15T15:11:57.847Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-15T15:11:57.847Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-15T15:11:57.847Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-15T15:11:57.847Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-15T15:11:57.847Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-15T15:11:57.847Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-15T15:11:57.847Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-15T15:11:57.847Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-15T15:11:57.847Z] time="2022-02-15T15:11:57Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-02-15T15:11:57.847Z] time="2022-02-15T15:11:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"bc7e43181c69\"}'" [2022-02-15T15:11:57.847Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-02-15T15:11:57.847Z] PASS [2022-02-15T15:11:57.847Z] coverage: 82.5% of statements [2022-02-15T15:11:57.847Z] ok github.com/docker/docker/daemon/logger/splunk 2.208s coverage: 82.5% of statements [2022-02-15T15:11:57.847Z] ? github.com/docker/docker/daemon/names [no test files] [2022-02-15T15:11:57.847Z] ? github.com/docker/docker/daemon/network [no test files] [2022-02-15T15:11:57.847Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-02-15T15:11:58.137Z] Removing intermediate container 0298467a19f8 [2022-02-15T15:11:58.137Z] ---> 1b01aa38c050 [2022-02-15T15:11:58.137Z] 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-02-15T15:11:58.137Z] ---> Running in 2157b8189256 [2022-02-15T15:11:58.317Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-02-15T15:11:58.317Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-02-15T15:11:58.317Z] === RUN TestContinueOnError_MirrorEndpoint [2022-02-15T15:11:58.317Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-02-15T15:11:58.317Z] === RUN TestContinueOnError_NeverContinue [2022-02-15T15:11:58.317Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-02-15T15:11:58.317Z] === RUN TestManifestStore [2022-02-15T15:11:58.317Z] === RUN TestManifestStore/no_remote_or_local [2022-02-15T15:11:58.317Z] time="2022-02-15T15:11:57Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-15T15:11:58.317Z] time="2022-02-15T15:11:57Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-15T15:11:58.317Z] time="2022-02-15T15:11:57Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-15T15:11:58.317Z] time="2022-02-15T15:11:57Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-15T15:11:58.317Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-02-15T15:11:58.317Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.49s) [2022-02-15T15:11:58.317Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.49s) [2022-02-15T15:11:58.317Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.49s) [2022-02-15T15:11:58.317Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.49s) [2022-02-15T15:11:58.317Z] === RUN TestTransfer [2022-02-15T15:11:58.317Z] time="2022-02-15T15:11:58Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3557206761\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-02-15T15:11:58.317Z] === RUN TestManifestStore/no_local_cache [2022-02-15T15:11:58.317Z] === RUN TestManifestStore/with_local_cache [2022-02-15T15:11:58.483Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.09s) [2022-02-15T15:11:58.483Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-02-15T15:11:58.785Z] === RUN TestManifestStore/unknown_media_type [2022-02-15T15:11:58.785Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-02-15T15:11:58.785Z] time="2022-02-15T15:11:58Z" level=warning msg="reference for unknown type: " [2022-02-15T15:11:58.785Z] --- PASS: TestTransfer (0.12s) [2022-02-15T15:11:58.785Z] === RUN TestConcurrencyLimit [2022-02-15T15:11:58.785Z] time="2022-02-15T15:11:58Z" level=warning msg="reference for unknown type: " [2022-02-15T15:11:58.785Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-02-15T15:11:58.785Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-02-15T15:11:58.785Z] time="2022-02-15T15:11:58Z" level=warning msg="reference for unknown type: " [2022-02-15T15:11:58.785Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-02-15T15:11:58.785Z] time="2022-02-15T15:11:58Z" level=warning msg="reference for unknown type: " [2022-02-15T15:11:58.785Z] time="2022-02-15T15:11:58Z" level=warning msg="reference for unknown type: " [2022-02-15T15:11:58.785Z] === RUN TestManifestStore/error_persisting_manifest [2022-02-15T15:11:58.785Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-02-15T15:11:58.785Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-02-15T15:11:58.785Z] time="2022-02-15T15:11:58Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-02-15T15:11:58.785Z] --- PASS: TestManifestStore (0.40s) [2022-02-15T15:11:58.785Z] --- PASS: TestManifestStore/no_remote_or_local (0.26s) [2022-02-15T15:11:58.785Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-02-15T15:11:58.785Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-02-15T15:11:58.785Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2022-02-15T15:11:58.785Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2022-02-15T15:11:58.785Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-02-15T15:11:58.785Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-02-15T15:11:58.785Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-02-15T15:11:58.785Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-02-15T15:11:58.785Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-02-15T15:11:58.785Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-02-15T15:11:58.785Z] === RUN TestDetectManifestBlobMediaType [2022-02-15T15:11:58.785Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-02-15T15:11:58.785Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-02-15T15:11:58.785Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-02-15T15:11:58.785Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-02-15T15:11:58.785Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-02-15T15:11:58.785Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-02-15T15:11:58.785Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-02-15T15:11:58.785Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-02-15T15:11:58.785Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-02-15T15:11:58.785Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-02-15T15:11:58.785Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-02-15T15:11:58.785Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-02-15T15:11:58.785Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-02-15T15:11:58.785Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-02-15T15:11:58.785Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-02-15T15:11:58.785Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-02-15T15:11:58.785Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-02-15T15:11:58.785Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-02-15T15:11:58.785Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-02-15T15:11:58.785Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-02-15T15:11:58.786Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-02-15T15:11:58.786Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-02-15T15:11:58.786Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-02-15T15:11:58.786Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-02-15T15:11:58.786Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-02-15T15:11:58.786Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-02-15T15:11:58.786Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-02-15T15:11:58.786Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-02-15T15:11:58.786Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-02-15T15:11:58.786Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-02-15T15:11:58.786Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-02-15T15:11:58.786Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-02-15T15:11:58.786Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-02-15T15:11:58.786Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-02-15T15:11:58.786Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-02-15T15:11:58.786Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-02-15T15:11:58.786Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-02-15T15:11:58.786Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-02-15T15:11:58.786Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-02-15T15:11:58.786Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-02-15T15:11:58.786Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-02-15T15:11:58.786Z] === RUN TestFixManifestLayers [2022-02-15T15:11:58.786Z] --- PASS: TestFixManifestLayers (0.00s) [2022-02-15T15:11:58.786Z] === RUN TestFixManifestLayersBaseLayerParent [2022-02-15T15:11:58.786Z] pull_v2_test.go:73: Needs fixing on Windows [2022-02-15T15:11:58.786Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-02-15T15:11:58.786Z] === RUN TestFixManifestLayersBadParent [2022-02-15T15:11:58.786Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-02-15T15:11:58.786Z] === RUN TestValidateManifest [2022-02-15T15:11:58.786Z] pull_v2_test.go:118: Needs fixing on Windows [2022-02-15T15:11:58.786Z] --- SKIP: TestValidateManifest (0.00s) [2022-02-15T15:11:58.786Z] === RUN TestFormatPlatform [2022-02-15T15:11:58.786Z] --- PASS: TestFormatPlatform (0.00s) [2022-02-15T15:11:58.786Z] === RUN TestGetRepositoryMountCandidates [2022-02-15T15:11:58.786Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-02-15T15:11:58.786Z] === RUN TestLayerAlreadyExists [2022-02-15T15:11:58.786Z] 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-02-15T15:11:58.786Z] 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-02-15T15:11:58.786Z] 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-02-15T15:11:58.786Z] 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-02-15T15:11:58.786Z] 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-02-15T15:11:58.786Z] 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-02-15T15:11:58.786Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-02-15T15:11:58.786Z] === RUN TestWhenEmptyAuthConfig [2022-02-15T15:11:58.786Z] --- PASS: TestV2MetadataService (1.15s) [2022-02-15T15:11:58.786Z] PASS [2022-02-15T15:11:58.786Z] coverage: 48.2% of statements [2022-02-15T15:11:58.786Z] ok github.com/docker/docker/distribution/metadata 1.247s coverage: 48.2% of statements [2022-02-15T15:11:58.786Z] --- PASS: TestConcurrencyLimit (0.36s) [2022-02-15T15:11:58.786Z] === RUN TestInactiveJobs [2022-02-15T15:11:59.255Z] === RUN TestNotFound [2022-02-15T15:11:59.255Z] --- PASS: TestNotFound (0.00s) [2022-02-15T15:11:59.255Z] === RUN TestConflict [2022-02-15T15:11:59.255Z] --- PASS: TestConflict (0.00s) [2022-02-15T15:11:59.255Z] === RUN TestForbidden [2022-02-15T15:11:59.255Z] --- PASS: TestForbidden (0.00s) [2022-02-15T15:11:59.255Z] === RUN TestInvalidParameter [2022-02-15T15:11:59.255Z] --- PASS: TestInvalidParameter (0.00s) [2022-02-15T15:11:59.255Z] === RUN TestNotImplemented [2022-02-15T15:11:59.255Z] --- PASS: TestNotImplemented (0.00s) [2022-02-15T15:11:59.255Z] === RUN TestNotModified [2022-02-15T15:11:59.255Z] --- PASS: TestNotModified (0.00s) [2022-02-15T15:11:59.255Z] === RUN TestUnauthorized [2022-02-15T15:11:59.255Z] --- PASS: TestUnauthorized (0.00s) [2022-02-15T15:11:59.255Z] === RUN TestUnknown [2022-02-15T15:11:59.255Z] --- PASS: TestUnknown (0.00s) [2022-02-15T15:11:59.255Z] === RUN TestCancelled [2022-02-15T15:11:59.255Z] --- PASS: TestCancelled (0.00s) [2022-02-15T15:11:59.255Z] === RUN TestDeadline [2022-02-15T15:11:59.255Z] --- PASS: TestDeadline (0.00s) [2022-02-15T15:11:59.255Z] === RUN TestDataLoss [2022-02-15T15:11:59.255Z] --- PASS: TestDataLoss (0.00s) [2022-02-15T15:11:59.255Z] === RUN TestUnavailable [2022-02-15T15:11:59.255Z] --- PASS: TestUnavailable (0.00s) [2022-02-15T15:11:59.255Z] === RUN TestSystem [2022-02-15T15:11:59.255Z] --- PASS: TestSystem (0.00s) [2022-02-15T15:11:59.255Z] === RUN TestFromStatusCode [2022-02-15T15:11:59.255Z] === RUN TestFromStatusCode/Not_Found [2022-02-15T15:11:59.255Z] === RUN TestFromStatusCode/Bad_Request [2022-02-15T15:11:59.255Z] === RUN TestFromStatusCode/Conflict [2022-02-15T15:11:59.255Z] === RUN TestFromStatusCode/Unauthorized [2022-02-15T15:11:59.255Z] === RUN TestFromStatusCode/Service_Unavailable [2022-02-15T15:11:59.255Z] === RUN TestFromStatusCode/Forbidden [2022-02-15T15:11:59.255Z] === RUN TestFromStatusCode/Not_Modified [2022-02-15T15:11:59.255Z] === RUN TestFromStatusCode/Not_Implemented [2022-02-15T15:11:59.255Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-02-15T15:11:59.255Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-02-15T15:11:59.255Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-02-15T15:11:59.255Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-02-15T15:11:59.255Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-02-15T15:11:59.255Z] --- PASS: TestFromStatusCode (0.00s) [2022-02-15T15:11:59.255Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-02-15T15:11:59.255Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-02-15T15:11:59.255Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-02-15T15:11:59.255Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-02-15T15:11:59.255Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-02-15T15:11:59.255Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-02-15T15:11:59.255Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-02-15T15:11:59.255Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-02-15T15:11:59.255Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-02-15T15:11:59.255Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-02-15T15:11:59.255Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-02-15T15:11:59.255Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-02-15T15:11:59.255Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-02-15T15:11:59.255Z] PASS [2022-02-15T15:11:59.255Z] coverage: 53.1% of statements [2022-02-15T15:11:59.255Z] ok github.com/docker/docker/errdefs 0.039s coverage: 53.1% of statements [2022-02-15T15:11:59.255Z] --- PASS: TestInactiveJobs (0.38s) [2022-02-15T15:11:59.255Z] === RUN TestWatchRelease [2022-02-15T15:11:59.255Z] --- PASS: TestWatchRelease (0.04s) [2022-02-15T15:11:59.255Z] === RUN TestWatchFinishedTransfer [2022-02-15T15:11:59.255Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-02-15T15:11:59.255Z] === RUN TestDuplicateTransfer [2022-02-15T15:11:59.255Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-02-15T15:11:59.255Z] === RUN TestSuccessfulUpload [2022-02-15T15:11:59.425Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.07s) [2022-02-15T15:11:59.425Z] === RUN TestCgroupNamespacesRunHostMode [2022-02-15T15:11:59.723Z] time="2022-02-15T15:11:59Z" level=error msg="Upload failed, retrying: simulating retry" [2022-02-15T15:11:59.723Z] --- PASS: TestSuccessfulUpload (0.38s) [2022-02-15T15:11:59.723Z] === RUN TestCancelledUpload [2022-02-15T15:11:59.723Z] --- PASS: TestCancelledUpload (0.00s) [2022-02-15T15:11:59.723Z] PASS [2022-02-15T15:11:59.723Z] coverage: 77.6% of statements [2022-02-15T15:11:59.723Z] ok github.com/docker/docker/distribution/xfer 1.899s coverage: 77.6% of statements [2022-02-15T15:11:59.723Z] --- PASS: TestWhenEmptyAuthConfig (1.18s) [2022-02-15T15:11:59.723Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-02-15T15:11:59.723Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-02-15T15:11:59.723Z] === RUN TestTokenPassThru [2022-02-15T15:11:59.723Z] --- PASS: TestTokenPassThru (0.01s) [2022-02-15T15:11:59.723Z] === RUN TestTokenPassThruDifferentHost [2022-02-15T15:11:59.723Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-02-15T15:11:59.723Z] PASS [2022-02-15T15:11:59.723Z] coverage: 24.6% of statements [2022-02-15T15:11:59.723Z] ok github.com/docker/docker/distribution 1.694s coverage: 24.6% of statements [2022-02-15T15:12:00.192Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-02-15T15:12:00.192Z] ? github.com/docker/docker/dockerversion [no test files] [2022-02-15T15:12:00.192Z] === RUN TestCompare [2022-02-15T15:12:00.192Z] --- PASS: TestCompare (0.00s) [2022-02-15T15:12:00.192Z] PASS [2022-02-15T15:12:00.192Z] coverage: 19.2% of statements [2022-02-15T15:12:00.192Z] ok github.com/docker/docker/image/cache 0.121s coverage: 19.2% of statements [2022-02-15T15:12:00.660Z] === RUN TestFSGetInvalidData [2022-02-15T15:12:00.660Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-02-15T15:12:00.660Z] === RUN TestFSInvalidSet [2022-02-15T15:12:00.660Z] --- PASS: TestFSInvalidSet (0.02s) [2022-02-15T15:12:00.660Z] === RUN TestFSInvalidRoot [2022-02-15T15:12:00.660Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-02-15T15:12:00.660Z] === RUN TestFSMetadataGetSet [2022-02-15T15:12:00.660Z] --- PASS: TestFSMetadataGetSet (0.05s) [2022-02-15T15:12:00.660Z] === RUN TestFSInvalidWalker [2022-02-15T15:12:00.660Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-02-15T15:12:00.660Z] === RUN TestFSGetSet [2022-02-15T15:12:00.660Z] --- PASS: TestFSGetSet (0.02s) [2022-02-15T15:12:00.660Z] === RUN TestFSGetUnsetKey [2022-02-15T15:12:00.660Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-02-15T15:12:00.660Z] === RUN TestFSGetEmptyData [2022-02-15T15:12:00.660Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-02-15T15:12:00.660Z] === RUN TestFSDelete [2022-02-15T15:12:00.660Z] --- PASS: TestFSDelete (0.04s) [2022-02-15T15:12:00.660Z] === RUN TestFSWalker [2022-02-15T15:12:00.660Z] --- PASS: TestFSWalker (0.02s) [2022-02-15T15:12:00.660Z] === RUN TestFSWalkerStopOnError [2022-02-15T15:12:00.660Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-02-15T15:12:00.660Z] === RUN TestNewFromJSON [2022-02-15T15:12:00.660Z] --- PASS: TestNewFromJSON (0.00s) [2022-02-15T15:12:00.660Z] === RUN TestNewFromJSONWithInvalidJSON [2022-02-15T15:12:00.660Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-02-15T15:12:00.660Z] === RUN TestMarshalKeyOrder [2022-02-15T15:12:00.660Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-02-15T15:12:00.660Z] === RUN TestHistoryEqual [2022-02-15T15:12:00.815Z] --- PASS: TestCgroupNamespacesRunHostMode (1.08s) [2022-02-15T15:12:00.815Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-02-15T15:12:01.128Z] --- PASS: TestHistoryEqual (0.19s) [2022-02-15T15:12:01.128Z] === RUN TestImage [2022-02-15T15:12:01.128Z] --- PASS: TestImage (0.00s) [2022-02-15T15:12:01.128Z] === RUN TestImageOSNotEmpty [2022-02-15T15:12:01.128Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-02-15T15:12:01.128Z] === RUN TestNewChildImageFromImageWithRootFS [2022-02-15T15:12:01.128Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-02-15T15:12:01.128Z] === RUN TestCreate [2022-02-15T15:12:01.128Z] --- PASS: TestCreate (0.01s) [2022-02-15T15:12:01.128Z] === RUN TestRestore [2022-02-15T15:12:01.128Z] time="2022-02-15T15:12:00Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-02-15T15:12:01.128Z] --- PASS: TestRestore (0.04s) [2022-02-15T15:12:01.128Z] === RUN TestAddDelete [2022-02-15T15:12:01.128Z] --- PASS: TestAddDelete (0.04s) [2022-02-15T15:12:01.128Z] === RUN TestSearchAfterDelete [2022-02-15T15:12:01.128Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-02-15T15:12:01.128Z] === RUN TestParentReset [2022-02-15T15:12:01.128Z] --- PASS: TestParentReset (0.04s) [2022-02-15T15:12:01.128Z] === RUN TestGetAndSetLastUpdated [2022-02-15T15:12:01.128Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-02-15T15:12:01.128Z] === RUN TestStoreLen [2022-02-15T15:12:01.128Z] --- PASS: TestStoreLen (0.06s) [2022-02-15T15:12:01.128Z] PASS [2022-02-15T15:12:01.128Z] coverage: 86.6% of statements [2022-02-15T15:12:01.128Z] ok github.com/docker/docker/image 0.722s coverage: 86.6% of statements [2022-02-15T15:12:01.128Z] === RUN TestMakeV1ConfigFromConfig [2022-02-15T15:12:01.128Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-02-15T15:12:01.128Z] PASS [2022-02-15T15:12:01.128Z] coverage: 25.0% of statements [2022-02-15T15:12:01.128Z] ok github.com/docker/docker/image/v1 0.102s coverage: 25.0% of statements [2022-02-15T15:12:01.596Z] === RUN TestValidateManifest [2022-02-15T15:12:01.596Z] === RUN TestValidateManifest/nil [2022-02-15T15:12:01.596Z] === RUN TestValidateManifest/non-nil [2022-02-15T15:12:01.596Z] --- PASS: TestValidateManifest (0.00s) [2022-02-15T15:12:01.596Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-02-15T15:12:01.596Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-02-15T15:12:01.596Z] PASS [2022-02-15T15:12:01.596Z] coverage: 0.7% of statements [2022-02-15T15:12:01.596Z] ok github.com/docker/docker/image/tarexport 0.086s coverage: 0.7% of statements [2022-02-15T15:12:01.596Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-02-15T15:12:01.756Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.09s) [2022-02-15T15:12:01.756Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-02-15T15:12:02.583Z] === RUN TestSerialization [2022-02-15T15:12:02.583Z] --- PASS: TestSerialization (0.02s) [2022-02-15T15:12:02.583Z] PASS [2022-02-15T15:12:02.583Z] coverage: 100.0% of statements [2022-02-15T15:12:02.583Z] ok github.com/docker/docker/libcontainerd/queue 0.068s coverage: 100.0% of statements [2022-02-15T15:12:02.698Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.06s) [2022-02-15T15:12:02.698Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-02-15T15:12:03.052Z] === RUN TestEmptyLayer [2022-02-15T15:12:03.052Z] --- PASS: TestEmptyLayer (0.00s) [2022-02-15T15:12:03.052Z] === RUN TestCommitFailure [2022-02-15T15:12:03.269Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s) [2022-02-15T15:12:03.269Z] === RUN TestCgroupNamespacesRunOlderClient [2022-02-15T15:12:03.520Z] --- PASS: TestCommitFailure (0.02s) [2022-02-15T15:12:03.520Z] === RUN TestStartTransactionFailure [2022-02-15T15:12:03.520Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-02-15T15:12:03.520Z] === RUN TestGetOrphan [2022-02-15T15:12:03.520Z] --- PASS: TestGetOrphan (0.01s) [2022-02-15T15:12:03.520Z] === RUN TestMountAndRegister [2022-02-15T15:12:03.520Z] layer_test.go:270: Layer size: 14 [2022-02-15T15:12:03.520Z] --- PASS: TestMountAndRegister (0.06s) [2022-02-15T15:12:03.520Z] === RUN TestLayerRelease [2022-02-15T15:12:03.520Z] layer_test.go:303: Failing on Windows [2022-02-15T15:12:03.520Z] --- SKIP: TestLayerRelease (0.00s) [2022-02-15T15:12:03.520Z] === RUN TestStoreRestore [2022-02-15T15:12:03.520Z] layer_test.go:352: Failing on Windows [2022-02-15T15:12:03.520Z] --- SKIP: TestStoreRestore (0.00s) [2022-02-15T15:12:03.520Z] === RUN TestTarStreamStability [2022-02-15T15:12:03.520Z] layer_test.go:467: Failing on Windows [2022-02-15T15:12:03.520Z] --- SKIP: TestTarStreamStability (0.00s) [2022-02-15T15:12:03.520Z] === RUN TestRegisterExistingLayer [2022-02-15T15:12:03.520Z] === RUN TestEnvironmentParsing [2022-02-15T15:12:03.520Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-02-15T15:12:03.520Z] PASS [2022-02-15T15:12:03.520Z] coverage: 1.2% of statements [2022-02-15T15:12:03.520Z] ok github.com/docker/docker/libcontainerd/local 0.065s coverage: 1.2% of statements [2022-02-15T15:12:03.520Z] --- PASS: TestRegisterExistingLayer (0.15s) [2022-02-15T15:12:03.520Z] === RUN TestTarStreamVerification [2022-02-15T15:12:03.520Z] layer_test.go:696: Failing on Windows [2022-02-15T15:12:03.520Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-02-15T15:12:03.520Z] === RUN TestLayerMigration [2022-02-15T15:12:03.520Z] migration_test.go:45: Failing on Windows [2022-02-15T15:12:03.520Z] --- SKIP: TestLayerMigration (0.00s) [2022-02-15T15:12:03.520Z] === RUN TestLayerMigrationNoTarsplit [2022-02-15T15:12:03.520Z] migration_test.go:181: Failing on Windows [2022-02-15T15:12:03.520Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-02-15T15:12:03.520Z] === RUN TestMountInit [2022-02-15T15:12:03.520Z] mount_test.go:17: Failing on Windows [2022-02-15T15:12:03.520Z] --- SKIP: TestMountInit (0.00s) [2022-02-15T15:12:03.520Z] === RUN TestMountSize [2022-02-15T15:12:03.520Z] mount_test.go:76: Failing on Windows [2022-02-15T15:12:03.520Z] --- SKIP: TestMountSize (0.00s) [2022-02-15T15:12:03.520Z] === RUN TestMountChanges [2022-02-15T15:12:03.520Z] mount_test.go:125: Failing on Windows [2022-02-15T15:12:03.520Z] --- SKIP: TestMountChanges (0.00s) [2022-02-15T15:12:03.520Z] === RUN TestMountApply [2022-02-15T15:12:03.520Z] mount_test.go:212: Failing on Windows [2022-02-15T15:12:03.520Z] --- SKIP: TestMountApply (0.00s) [2022-02-15T15:12:03.520Z] PASS [2022-02-15T15:12:03.520Z] coverage: 30.1% of statements [2022-02-15T15:12:03.520Z] ok github.com/docker/docker/layer 0.375s coverage: 30.1% of statements [2022-02-15T15:12:03.994Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-02-15T15:12:03.994Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-02-15T15:12:03.994Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-02-15T15:12:03.994Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-02-15T15:12:03.994Z] === RUN TestSequenceGetAvailableBit [2022-02-15T15:12:03.994Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-02-15T15:12:03.994Z] === RUN TestSequenceEqual [2022-02-15T15:12:03.994Z] --- PASS: TestSequenceEqual (0.00s) [2022-02-15T15:12:03.994Z] === RUN TestSequenceCopy [2022-02-15T15:12:03.994Z] --- PASS: TestSequenceCopy (0.00s) [2022-02-15T15:12:03.994Z] === RUN TestGetFirstAvailable [2022-02-15T15:12:03.994Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-02-15T15:12:03.994Z] === RUN TestFindSequence [2022-02-15T15:12:03.994Z] --- PASS: TestFindSequence (0.00s) [2022-02-15T15:12:03.994Z] === RUN TestCheckIfAvailable [2022-02-15T15:12:03.994Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-02-15T15:12:03.994Z] === RUN TestMergeSequences [2022-02-15T15:12:03.994Z] --- PASS: TestMergeSequences (0.00s) [2022-02-15T15:12:03.994Z] === RUN TestPushReservation [2022-02-15T15:12:03.994Z] --- PASS: TestPushReservation (0.00s) [2022-02-15T15:12:03.994Z] === RUN TestSerializeDeserialize [2022-02-15T15:12:03.994Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-02-15T15:12:03.994Z] === RUN TestSet [2022-02-15T15:12:03.994Z] --- PASS: TestSet (0.00s) [2022-02-15T15:12:03.994Z] === RUN TestSetUnset [2022-02-15T15:12:03.994Z] --- PASS: TestSetUnset (0.00s) [2022-02-15T15:12:03.994Z] === RUN TestOffsetSetUnset [2022-02-15T15:12:03.994Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-02-15T15:12:03.994Z] === RUN TestSetInRange [2022-02-15T15:12:03.994Z] --- PASS: TestSetInRange (0.00s) [2022-02-15T15:12:03.994Z] === RUN TestSetAnyInRange [2022-02-15T15:12:03.994Z] --- PASS: TestSetAnyInRange (0.00s) [2022-02-15T15:12:03.994Z] === RUN TestMethods [2022-02-15T15:12:03.994Z] --- PASS: TestMethods (0.00s) [2022-02-15T15:12:03.994Z] === RUN TestRandomAllocateDeallocate [2022-02-15T15:12:04.652Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.09s) [2022-02-15T15:12:04.652Z] === RUN TestNISDomainname [2022-02-15T15:12:04.913Z] --- PASS: TestNISDomainname (0.50s) [2022-02-15T15:12:04.913Z] === RUN TestHostnameDnsResolution [2022-02-15T15:12:05.485Z] --- PASS: TestHostnameDnsResolution (0.59s) [2022-02-15T15:12:05.485Z] === RUN TestUnprivilegedPortsAndPing [2022-02-15T15:12:06.055Z] --- PASS: TestUnprivilegedPortsAndPing (0.45s) [2022-02-15T15:12:06.055Z] === RUN TestStats [2022-02-15T15:12:06.117Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.10s) [2022-02-15T15:12:06.117Z] === RUN TestCreateServiceSecretFileMode [2022-02-15T15:12:06.210Z] === RUN TestInvalidConfig [2022-02-15T15:12:06.210Z] --- PASS: TestInvalidConfig (0.00s) [2022-02-15T15:12:06.210Z] === RUN TestConfig [2022-02-15T15:12:06.210Z] --- PASS: TestConfig (0.00s) [2022-02-15T15:12:06.210Z] === RUN TestOptionsLabels [2022-02-15T15:12:06.210Z] --- PASS: TestOptionsLabels (0.00s) [2022-02-15T15:12:06.210Z] === RUN TestValidName [2022-02-15T15:12:06.210Z] --- PASS: TestValidName (0.00s) [2022-02-15T15:12:06.210Z] PASS [2022-02-15T15:12:06.210Z] coverage: 19.7% of statements [2022-02-15T15:12:06.210Z] ok github.com/docker/docker/libnetwork/config 0.075s coverage: 19.7% of statements [2022-02-15T15:12:06.210Z] === RUN TestKey [2022-02-15T15:12:06.210Z] --- PASS: TestKey (0.00s) [2022-02-15T15:12:06.210Z] === RUN TestParseKey [2022-02-15T15:12:06.210Z] --- PASS: TestParseKey (0.00s) [2022-02-15T15:12:06.210Z] === RUN TestInvalidDataStore [2022-02-15T15:12:06.210Z] --- PASS: TestInvalidDataStore (0.00s) [2022-02-15T15:12:06.210Z] === RUN TestKVObjectFlatKey [2022-02-15T15:12:06.210Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-02-15T15:12:06.210Z] === RUN TestAtomicKVObjectFlatKey [2022-02-15T15:12:06.210Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-02-15T15:12:06.210Z] PASS [2022-02-15T15:12:06.210Z] coverage: 21.9% of statements [2022-02-15T15:12:06.210Z] ok github.com/docker/docker/libnetwork/datastore 0.045s coverage: 21.9% of statements [2022-02-15T15:12:07.196Z] === RUN TestIPDataMarshalling [2022-02-15T15:12:07.196Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-02-15T15:12:07.196Z] === RUN TestValidateAndIsV6 [2022-02-15T15:12:07.196Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-02-15T15:12:07.196Z] PASS [2022-02-15T15:12:07.196Z] coverage: 68.9% of statements [2022-02-15T15:12:07.196Z] ok github.com/docker/docker/libnetwork/driverapi 0.087s coverage: 68.9% of statements [2022-02-15T15:12:07.665Z] === RUN TestErrorInterfaces [2022-02-15T15:12:07.665Z] --- PASS: TestErrorInterfaces (0.00s) [2022-02-15T15:12:07.665Z] === RUN TestNetworkMarshalling [2022-02-15T15:12:07.665Z] --- PASS: TestNetworkMarshalling (0.20s) [2022-02-15T15:12:07.665Z] === RUN TestEndpointMarshalling [2022-02-15T15:12:07.665Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-02-15T15:12:07.665Z] === RUN TestAuxAddresses [2022-02-15T15:12:07.665Z] time="2022-02-15T15:12:07Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-15T15:12:07.665Z] --- PASS: TestAuxAddresses (0.01s) [2022-02-15T15:12:07.665Z] === RUN TestSRVServiceQuery [2022-02-15T15:12:07.665Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:12:07.665Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-02-15T15:12:07.665Z] === RUN TestServiceVIPReuse [2022-02-15T15:12:07.665Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:12:07.665Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-02-15T15:12:07.665Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-02-15T15:12:07.665Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:12:07.665Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-02-15T15:12:07.665Z] === RUN TestDNSIPQuery [2022-02-15T15:12:07.665Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:12:07.665Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-02-15T15:12:07.665Z] === RUN TestDNSProxyServFail [2022-02-15T15:12:07.665Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:12:07.665Z] --- SKIP: TestDNSProxyServFail (0.01s) [2022-02-15T15:12:07.665Z] === RUN TestSandboxAddEmpty [2022-02-15T15:12:07.665Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:12:07.665Z] --- SKIP: TestSandboxAddEmpty (0.01s) [2022-02-15T15:12:07.665Z] === RUN TestSandboxAddMultiPrio [2022-02-15T15:12:07.665Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:12:07.665Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-02-15T15:12:07.665Z] === RUN TestSandboxAddSamePrio [2022-02-15T15:12:07.665Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:12:07.665Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-02-15T15:12:07.665Z] === RUN TestCleanupServiceDiscovery [2022-02-15T15:12:07.665Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:12:07.665Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-02-15T15:12:07.665Z] === RUN TestDNSOptions [2022-02-15T15:12:07.665Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:12:07.665Z] --- SKIP: TestDNSOptions (0.00s) [2022-02-15T15:12:07.665Z] === RUN TestMultipleControllersWithSameStore [2022-02-15T15:12:07.665Z] time="2022-02-15T15:12:07Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-15T15:12:07.665Z] time="2022-02-15T15:12:07Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-15T15:12:07.665Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-02-15T15:12:07.665Z] PASS [2022-02-15T15:12:07.665Z] coverage: 8.5% of statements [2022-02-15T15:12:07.665Z] ok github.com/docker/docker/libnetwork 0.352s coverage: 8.5% of statements [2022-02-15T15:12:08.133Z] === RUN TestDriver [2022-02-15T15:12:08.133Z] --- PASS: TestDriver (0.00s) [2022-02-15T15:12:08.133Z] PASS [2022-02-15T15:12:08.133Z] coverage: 34.8% of statements [2022-02-15T15:12:08.133Z] ok github.com/docker/docker/libnetwork/drivers/host 0.047s coverage: 34.8% of statements [2022-02-15T15:12:08.341Z] sha256:9007f41008056d5b85260b7e5ca981eeabdd4e8a8a00a9b89ef90ff41da41ed1 [2022-02-15T15:12:08.341Z] INFO: Starting docker-py tests... [2022-02-15T15:12:08.341Z] ============================= test session starts ============================== [2022-02-15T15:12:08.341Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-02-15T15:12:08.341Z] rootdir: /src, inifile: pytest.ini [2022-02-15T15:12:08.341Z] plugins: timeout-1.3.3, cov-2.6.1 [2022-02-15T15:12:08.341Z] collected 395 items / 2 deselected / 393 selected [2022-02-15T15:12:08.341Z] [2022-02-15T15:12:08.596Z] --- PASS: TestStats (2.39s) [2022-02-15T15:12:08.596Z] === RUN TestStopContainerWithTimeout [2022-02-15T15:12:08.596Z] === RUN TestStopContainerWithTimeout/0 [2022-02-15T15:12:08.596Z] === PAUSE TestStopContainerWithTimeout/0 [2022-02-15T15:12:08.596Z] === RUN TestStopContainerWithTimeout/1 [2022-02-15T15:12:08.596Z] === PAUSE TestStopContainerWithTimeout/1 [2022-02-15T15:12:08.596Z] === RUN TestStopContainerWithTimeout/3 [2022-02-15T15:12:08.596Z] === PAUSE TestStopContainerWithTimeout/3 [2022-02-15T15:12:08.596Z] === RUN TestStopContainerWithTimeout/-1 [2022-02-15T15:12:08.596Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-02-15T15:12:08.596Z] === CONT TestStopContainerWithTimeout/0 [2022-02-15T15:12:08.596Z] === CONT TestStopContainerWithTimeout/-1 [2022-02-15T15:12:08.601Z] === RUN TestDriver [2022-02-15T15:12:08.601Z] --- PASS: TestDriver (0.00s) [2022-02-15T15:12:08.601Z] PASS [2022-02-15T15:12:08.601Z] coverage: 34.8% of statements [2022-02-15T15:12:08.601Z] ok github.com/docker/docker/libnetwork/drivers/null 0.042s coverage: 34.8% of statements [2022-02-15T15:12:09.069Z] === RUN TestNetworkAllocateFree [2022-02-15T15:12:09.069Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-02-15T15:12:09.069Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-02-15T15:12:09.069Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-02-15T15:12:09.069Z] PASS [2022-02-15T15:12:09.069Z] coverage: 63.6% of statements [2022-02-15T15:12:09.069Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.098s coverage: 63.6% of statements [2022-02-15T15:12:09.069Z] === RUN TestGetEmptyCapabilities [2022-02-15T15:12:09.069Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-02-15T15:12:09.069Z] === RUN TestGetExtraCapabilities [2022-02-15T15:12:09.069Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-02-15T15:12:09.069Z] === RUN TestGetInvalidCapabilities [2022-02-15T15:12:09.069Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-02-15T15:12:09.069Z] === RUN TestRemoteDriver [2022-02-15T15:12:09.069Z] --- PASS: TestRemoteDriver (0.01s) [2022-02-15T15:12:09.069Z] === RUN TestDriverError [2022-02-15T15:12:09.069Z] --- PASS: TestDriverError (0.00s) [2022-02-15T15:12:09.069Z] === RUN TestMissingValues [2022-02-15T15:12:09.069Z] --- PASS: TestMissingValues (0.01s) [2022-02-15T15:12:09.069Z] === RUN TestRollback [2022-02-15T15:12:09.069Z] --- PASS: TestRollback (0.01s) [2022-02-15T15:12:09.069Z] PASS [2022-02-15T15:12:09.069Z] coverage: 57.4% of statements [2022-02-15T15:12:09.069Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.106s coverage: 57.4% of statements [2022-02-15T15:12:09.166Z] === CONT TestStopContainerWithTimeout/3 [2022-02-15T15:12:10.056Z] === RUN TestNAT [2022-02-15T15:12:10.056Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-02-15T15:12:10.056Z] --- SKIP: TestNAT (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestTransparent [2022-02-15T15:12:10.056Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-02-15T15:12:10.056Z] --- SKIP: TestTransparent (0.00s) [2022-02-15T15:12:10.056Z] PASS [2022-02-15T15:12:10.056Z] coverage: 0.0% of statements [2022-02-15T15:12:10.056Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.083s coverage: 0.0% of statements [2022-02-15T15:12:10.056Z] === RUN TestNew [2022-02-15T15:12:10.056Z] --- PASS: TestNew (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestAddDriver [2022-02-15T15:12:10.056Z] --- PASS: TestAddDriver (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestAddDuplicateDriver [2022-02-15T15:12:10.056Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestIPAMDefaultAddressSpaces [2022-02-15T15:12:10.056Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestDriver [2022-02-15T15:12:10.056Z] --- PASS: TestDriver (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestIPAM [2022-02-15T15:12:10.056Z] --- PASS: TestIPAM (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestWalkIPAMs [2022-02-15T15:12:10.056Z] --- PASS: TestWalkIPAMs (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestWalkDrivers [2022-02-15T15:12:10.056Z] --- PASS: TestWalkDrivers (0.00s) [2022-02-15T15:12:10.056Z] PASS [2022-02-15T15:12:10.056Z] coverage: 82.4% of statements [2022-02-15T15:12:10.056Z] ok github.com/docker/docker/libnetwork/drvregistry 0.078s coverage: 82.4% of statements [2022-02-15T15:12:10.056Z] === RUN TestBuildDefault [2022-02-15T15:12:10.056Z] --- PASS: TestBuildDefault (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestBuildHostnameDomainname [2022-02-15T15:12:10.056Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestBuildHostname [2022-02-15T15:12:10.056Z] --- PASS: TestBuildHostname (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestBuildHostnameFQDN [2022-02-15T15:12:10.056Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestBuildNoIP [2022-02-15T15:12:10.056Z] --- PASS: TestBuildNoIP (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestUpdate [2022-02-15T15:12:10.056Z] --- PASS: TestUpdate (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-02-15T15:12:10.056Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-02-15T15:12:10.056Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestAddEmpty [2022-02-15T15:12:10.056Z] --- PASS: TestAddEmpty (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestAdd [2022-02-15T15:12:10.056Z] --- PASS: TestAdd (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestDeleteEmpty [2022-02-15T15:12:10.056Z] --- PASS: TestDeleteEmpty (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestDeleteNewline [2022-02-15T15:12:10.056Z] --- PASS: TestDeleteNewline (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestDelete [2022-02-15T15:12:10.056Z] --- PASS: TestDelete (0.00s) [2022-02-15T15:12:10.056Z] === RUN TestConcurrentWrites [2022-02-15T15:12:10.524Z] --- PASS: TestConcurrentWrites (0.24s) [2022-02-15T15:12:10.524Z] PASS [2022-02-15T15:12:10.524Z] coverage: 81.2% of statements [2022-02-15T15:12:10.524Z] ok github.com/docker/docker/libnetwork/etchosts 0.313s coverage: 81.2% of statements [2022-02-15T15:12:10.993Z] === RUN TestNew [2022-02-15T15:12:10.993Z] --- PASS: TestNew (0.00s) [2022-02-15T15:12:10.993Z] === RUN TestAllocate [2022-02-15T15:12:10.993Z] --- PASS: TestAllocate (0.00s) [2022-02-15T15:12:10.993Z] === RUN TestUninitialized [2022-02-15T15:12:10.993Z] --- PASS: TestUninitialized (0.00s) [2022-02-15T15:12:10.993Z] === RUN TestAllocateInRange [2022-02-15T15:12:10.993Z] --- PASS: TestAllocateInRange (0.00s) [2022-02-15T15:12:10.993Z] === RUN TestAllocateSerial [2022-02-15T15:12:10.993Z] --- PASS: TestAllocateSerial (0.00s) [2022-02-15T15:12:10.993Z] PASS [2022-02-15T15:12:10.993Z] coverage: 87.5% of statements [2022-02-15T15:12:10.993Z] ok github.com/docker/docker/libnetwork/idm 0.042s coverage: 87.5% of statements [2022-02-15T15:12:10.993Z] === RUN TestCaller [2022-02-15T15:12:10.993Z] --- PASS: TestCaller (0.00s) [2022-02-15T15:12:10.993Z] PASS [2022-02-15T15:12:10.993Z] coverage: 100.0% of statements [2022-02-15T15:12:10.993Z] ok github.com/docker/docker/libnetwork/internal/caller 0.039s coverage: 100.0% of statements [2022-02-15T15:12:11.076Z] === CONT TestStopContainerWithTimeout/1 [2022-02-15T15:12:11.460Z] === RUN TestSetSerialInsertDelete [2022-02-15T15:12:11.460Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-02-15T15:12:11.460Z] === RUN TestSetParallelInsertDelete [2022-02-15T15:12:11.927Z] --- PASS: TestRandomAllocateDeallocate (7.94s) [2022-02-15T15:12:11.927Z] === RUN TestAllocateRandomDeallocate [2022-02-15T15:12:12.395Z] === RUN TestInt2IP2IntConversion [2022-02-15T15:12:12.459Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-02-15T15:12:12.459Z] --- PASS: TestStopContainerWithTimeout/0 (0.73s) [2022-02-15T15:12:12.459Z] --- PASS: TestStopContainerWithTimeout/-1 (2.57s) [2022-02-15T15:12:12.459Z] --- PASS: TestStopContainerWithTimeout/3 (2.35s) [2022-02-15T15:12:12.459Z] --- PASS: TestStopContainerWithTimeout/1 (1.38s) [2022-02-15T15:12:12.459Z] === RUN TestDeleteDevicemapper [2022-02-15T15:12:12.459Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-02-15T15:12:12.459Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-02-15T15:12:12.459Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-02-15T15:12:12.863Z] --- PASS: TestInt2IP2IntConversion (0.52s) [2022-02-15T15:12:12.863Z] === RUN TestGetAddressVersion [2022-02-15T15:12:12.863Z] --- PASS: TestGetAddressVersion (0.00s) [2022-02-15T15:12:12.863Z] === RUN TestKeyString [2022-02-15T15:12:12.863Z] --- PASS: TestKeyString (0.00s) [2022-02-15T15:12:12.863Z] === RUN TestPoolDataMarshal [2022-02-15T15:12:12.863Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-02-15T15:12:12.863Z] === RUN TestSubnetsMarshal [2022-02-15T15:12:12.863Z] --- PASS: TestSubnetsMarshal (0.07s) [2022-02-15T15:12:12.863Z] === RUN TestAddSubnets [2022-02-15T15:12:12.863Z] --- PASS: TestAddSubnets (0.07s) [2022-02-15T15:12:12.863Z] === RUN TestDoublePoolRelease [2022-02-15T15:12:12.863Z] --- PASS: TestDoublePoolRelease (0.04s) [2022-02-15T15:12:12.863Z] === RUN TestAddReleasePoolID [2022-02-15T15:12:13.330Z] === RUN TestPoolRequest [2022-02-15T15:12:13.330Z] --- PASS: TestPoolRequest (0.00s) [2022-02-15T15:12:13.330Z] === RUN TestOtherRequests [2022-02-15T15:12:13.330Z] --- PASS: TestOtherRequests (0.00s) [2022-02-15T15:12:13.330Z] PASS [2022-02-15T15:12:13.330Z] coverage: 57.1% of statements [2022-02-15T15:12:13.330Z] ok github.com/docker/docker/libnetwork/ipams/null 0.043s coverage: 57.1% of statements [2022-02-15T15:12:13.330Z] --- PASS: TestAddReleasePoolID (0.10s) [2022-02-15T15:12:13.330Z] === RUN TestPredefinedPool [2022-02-15T15:12:13.330Z] --- PASS: TestPredefinedPool (0.03s) [2022-02-15T15:12:13.330Z] === RUN TestRemoveSubnet [2022-02-15T15:12:13.330Z] --- PASS: TestAllocateRandomDeallocate (1.52s) [2022-02-15T15:12:13.330Z] === RUN TestAllocateRandomDeallocateSerialize [2022-02-15T15:12:13.330Z] --- PASS: TestRemoveSubnet (0.27s) [2022-02-15T15:12:13.330Z] === RUN TestGetSameAddress [2022-02-15T15:12:13.330Z] --- PASS: TestGetSameAddress (0.03s) [2022-02-15T15:12:13.330Z] === RUN TestPoolAllocationReuse [2022-02-15T15:12:13.844Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.38s) [2022-02-15T15:12:13.844Z] === RUN TestUpdateMemory [2022-02-15T15:12:14.104Z] --- PASS: TestUpdateMemory (0.46s) [2022-02-15T15:12:14.104Z] === RUN TestUpdateCPUQuota [2022-02-15T15:12:14.316Z] === RUN TestGetCapabilities [2022-02-15T15:12:14.316Z] --- PASS: TestGetCapabilities (0.01s) [2022-02-15T15:12:14.316Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-02-15T15:12:14.316Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-02-15T15:12:14.316Z] === RUN TestGetDefaultAddressSpaces [2022-02-15T15:12:14.316Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-02-15T15:12:14.316Z] === RUN TestRemoteDriver [2022-02-15T15:12:14.316Z] --- PASS: TestRemoteDriver (0.01s) [2022-02-15T15:12:14.316Z] PASS [2022-02-15T15:12:14.316Z] coverage: 47.4% of statements [2022-02-15T15:12:14.316Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.073s coverage: 47.4% of statements [2022-02-15T15:12:14.316Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.13s) [2022-02-15T15:12:14.316Z] === RUN TestRetrieveFromStore [2022-02-15T15:12:14.676Z] --- PASS: TestUpdateCPUQuota (0.59s) [2022-02-15T15:12:14.676Z] === RUN TestUpdatePidsLimit [2022-02-15T15:12:14.676Z] === RUN TestUpdatePidsLimit/update_from_none [2022-02-15T15:12:14.936Z] === RUN TestUpdatePidsLimit/no_change [2022-02-15T15:12:15.196Z] === RUN TestUpdatePidsLimit/update_lower [2022-02-15T15:12:15.196Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-02-15T15:12:15.303Z] --- PASS: TestRetrieveFromStore (0.58s) [2022-02-15T15:12:15.303Z] === RUN TestIsCorrupted [2022-02-15T15:12:15.303Z] --- PASS: TestIsCorrupted (0.02s) [2022-02-15T15:12:15.303Z] === RUN TestSetRollover [2022-02-15T15:12:15.303Z] === RUN TestWindowsIPAM [2022-02-15T15:12:15.303Z] --- PASS: TestWindowsIPAM (0.00s) [2022-02-15T15:12:15.303Z] PASS [2022-02-15T15:12:15.303Z] coverage: 71.4% of statements [2022-02-15T15:12:15.303Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.052s coverage: 71.4% of statements [2022-02-15T15:12:15.303Z] --- PASS: TestPoolAllocationReuse (1.79s) [2022-02-15T15:12:15.303Z] === RUN TestGetAddressSubPoolEqualPool [2022-02-15T15:12:15.303Z] --- PASS: TestGetAddressSubPoolEqualPool (0.04s) [2022-02-15T15:12:15.303Z] === RUN TestRequestReleaseAddressFromSubPool [2022-02-15T15:12:15.457Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-02-15T15:12:15.717Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-02-15T15:12:15.717Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-02-15T15:12:16.287Z] --- PASS: TestUpdatePidsLimit (1.59s) [2022-02-15T15:12:16.287Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.17s) [2022-02-15T15:12:16.287Z] --- PASS: TestUpdatePidsLimit/no_change (0.15s) [2022-02-15T15:12:16.287Z] --- PASS: TestUpdatePidsLimit/update_lower (0.17s) [2022-02-15T15:12:16.287Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.17s) [2022-02-15T15:12:16.287Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s) [2022-02-15T15:12:16.287Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.15s) [2022-02-15T15:12:16.287Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s) [2022-02-15T15:12:16.287Z] === RUN TestUpdateRestartPolicy [2022-02-15T15:12:16.290Z] === RUN TestDefaultNetwork [2022-02-15T15:12:16.290Z] --- PASS: TestDefaultNetwork (0.27s) [2022-02-15T15:12:16.290Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-02-15T15:12:16.758Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.27s) [2022-02-15T15:12:16.758Z] === RUN TestInitAddressPools [2022-02-15T15:12:16.758Z] --- PASS: TestInitAddressPools (0.00s) [2022-02-15T15:12:16.758Z] PASS [2022-02-15T15:12:16.758Z] coverage: 74.0% of statements [2022-02-15T15:12:16.758Z] ok github.com/docker/docker/libnetwork/ipamutils 0.612s coverage: 74.0% of statements [2022-02-15T15:12:17.227Z] --- PASS: TestSetRollover (1.96s) [2022-02-15T15:12:17.227Z] === RUN TestSetRolloverSerial [2022-02-15T15:12:17.227Z] === RUN TestKeyValue [2022-02-15T15:12:17.227Z] --- PASS: TestKeyValue (0.00s) [2022-02-15T15:12:17.227Z] PASS [2022-02-15T15:12:17.227Z] coverage: 60.0% of statements [2022-02-15T15:12:17.227Z] ok github.com/docker/docker/libnetwork/netlabel 0.044s coverage: 60.0% of statements [2022-02-15T15:12:18.213Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.01s) [2022-02-15T15:12:18.213Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-02-15T15:12:18.285Z] --- PASS: TestCreateServiceSecretFileMode (12.42s) [2022-02-15T15:12:18.285Z] === RUN TestCreateServiceConfigFileMode [2022-02-15T15:12:19.199Z] --- PASS: TestSetRolloverSerial (1.99s) [2022-02-15T15:12:19.199Z] === RUN TestGetFirstAvailableFromCurrent [2022-02-15T15:12:19.199Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-02-15T15:12:19.199Z] PASS [2022-02-15T15:12:19.199Z] coverage: 84.4% of statements [2022-02-15T15:12:19.199Z] ok github.com/docker/docker/libnetwork/bitseq 15.193s coverage: 84.4% of statements [2022-02-15T15:12:19.381Z] [2022-02-15T15:12:19.381Z] SUCCESS: Specified value was saved. [2022-02-15T15:12:19.381Z] INFO: Downloading git... [2022-02-15T15:12:20.185Z] === RUN TestNetworkDBSimple [2022-02-15T15:12:20.371Z] INFO: Downloading go... [2022-02-15T15:12:21.170Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.76s) [2022-02-15T15:12:21.170Z] === RUN TestGetAddress [2022-02-15T15:12:21.170Z] 2022/02/15 15:12:20 Closing DB instances... [2022-02-15T15:12:21.639Z] --- PASS: TestSetParallelInsertDelete (10.01s) [2022-02-15T15:12:21.639Z] PASS [2022-02-15T15:12:21.639Z] coverage: 100.0% of statements [2022-02-15T15:12:21.639Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.052s coverage: 100.0% of statements [2022-02-15T15:12:21.971Z] INFO: Downloading compiler 1 of 3... [2022-02-15T15:12:21.971Z] INFO: Downloading compiler 2 of 3... [2022-02-15T15:12:22.108Z] === RUN TestGenerate [2022-02-15T15:12:22.108Z] --- PASS: TestGenerate (0.00s) [2022-02-15T15:12:22.108Z] === RUN TestGeneratePtr [2022-02-15T15:12:22.108Z] --- PASS: TestGeneratePtr (0.00s) [2022-02-15T15:12:22.108Z] === RUN TestGenerateMissingField [2022-02-15T15:12:22.108Z] --- PASS: TestGenerateMissingField (0.00s) [2022-02-15T15:12:22.108Z] === RUN TestFieldCannotBeSet [2022-02-15T15:12:22.108Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-02-15T15:12:22.108Z] === RUN TestTypeMismatchError [2022-02-15T15:12:22.108Z] --- PASS: TestTypeMismatchError (0.00s) [2022-02-15T15:12:22.108Z] PASS [2022-02-15T15:12:22.108Z] coverage: 100.0% of statements [2022-02-15T15:12:22.108Z] ok github.com/docker/docker/libnetwork/options 0.049s coverage: 100.0% of statements [2022-02-15T15:12:22.445Z] INFO: Downloading compiler 3 of 3... [2022-02-15T15:12:22.445Z] INFO: Extracting git... [2022-02-15T15:12:22.576Z] --- PASS: TestNetworkDBSimple (2.44s) [2022-02-15T15:12:22.576Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-02-15T15:12:22.721Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-02-15T15:12:23.044Z] testing: warning: no tests to run [2022-02-15T15:12:23.044Z] PASS [2022-02-15T15:12:23.044Z] coverage: 0.0% of statements [2022-02-15T15:12:23.044Z] ok github.com/docker/docker/libnetwork/osl 0.037s coverage: 0.0% of statements [no tests to run] [2022-02-15T15:12:23.290Z] tests/integration/api_client_test.py ..... [ 7%] [2022-02-15T15:12:23.513Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-02-15T15:12:23.513Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-02-15T15:12:23.513Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-02-15T15:12:23.513Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-02-15T15:12:23.513Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-02-15T15:12:23.513Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-02-15T15:12:23.513Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-02-15T15:12:23.513Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-02-15T15:12:23.513Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-02-15T15:12:23.513Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-02-15T15:12:23.513Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-02-15T15:12:23.513Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-02-15T15:12:23.513Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-02-15T15:12:23.513Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-02-15T15:12:23.513Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-02-15T15:12:23.513Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-02-15T15:12:23.513Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-02-15T15:12:23.982Z] === RUN TestRequestNewPort [2022-02-15T15:12:23.982Z] --- PASS: TestRequestNewPort (0.00s) [2022-02-15T15:12:23.982Z] === RUN TestRequestSpecificPort [2022-02-15T15:12:23.982Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-02-15T15:12:23.982Z] === RUN TestReleasePort [2022-02-15T15:12:23.982Z] --- PASS: TestReleasePort (0.00s) [2022-02-15T15:12:23.982Z] === RUN TestReuseReleasedPort [2022-02-15T15:12:23.982Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-02-15T15:12:23.982Z] === RUN TestReleaseUnreadledPort [2022-02-15T15:12:23.982Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-02-15T15:12:23.982Z] === RUN TestUnknowProtocol [2022-02-15T15:12:23.982Z] --- PASS: TestUnknowProtocol (0.00s) [2022-02-15T15:12:23.982Z] === RUN TestAllocateAllPorts [2022-02-15T15:12:23.982Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-02-15T15:12:23.982Z] === RUN TestPortAllocation [2022-02-15T15:12:23.982Z] --- PASS: TestPortAllocation (0.00s) [2022-02-15T15:12:23.982Z] === RUN TestPortAllocationWithCustomRange [2022-02-15T15:12:23.982Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-02-15T15:12:23.982Z] === RUN TestNoDuplicateBPR [2022-02-15T15:12:23.982Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-02-15T15:12:23.982Z] === RUN TestChangePortRange [2022-02-15T15:12:23.982Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-02-15T15:12:23.982Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-02-15T15:12:23.982Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-02-15T15:12:23.982Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-02-15T15:12:23.982Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-02-15T15:12:23.982Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-02-15T15:12:23.982Z] --- PASS: TestChangePortRange (0.00s) [2022-02-15T15:12:23.982Z] PASS [2022-02-15T15:12:23.982Z] coverage: 88.6% of statements [2022-02-15T15:12:23.982Z] ok github.com/docker/docker/libnetwork/portallocator 0.051s coverage: 88.6% of statements [2022-02-15T15:12:23.982Z] 2022/02/15 15:12:23 Closing DB instances... [2022-02-15T15:12:24.450Z] testing: warning: no tests to run [2022-02-15T15:12:24.450Z] PASS [2022-02-15T15:12:24.450Z] coverage: 0.0% of statements [2022-02-15T15:12:24.450Z] ok github.com/docker/docker/libnetwork/portmapper 0.050s coverage: 0.0% of statements [no tests to run] [2022-02-15T15:12:24.450Z] === RUN TestHashData [2022-02-15T15:12:24.450Z] --- PASS: TestHashData (0.00s) [2022-02-15T15:12:24.450Z] PASS [2022-02-15T15:12:24.450Z] coverage: 2.8% of statements [2022-02-15T15:12:24.450Z] ok github.com/docker/docker/libnetwork/resolvconf 0.040s coverage: 2.8% of statements [2022-02-15T15:12:25.062Z] tests/integration/api_config_test.py ...... [ 8%] [2022-02-15T15:12:25.439Z] === RUN TestErrorConstructors [2022-02-15T15:12:25.439Z] --- PASS: TestErrorConstructors (0.00s) [2022-02-15T15:12:25.439Z] === RUN TestCompareIPMask [2022-02-15T15:12:25.439Z] --- PASS: TestCompareIPMask (0.00s) [2022-02-15T15:12:25.439Z] === RUN TestUtilGetHostPartIP [2022-02-15T15:12:25.439Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-02-15T15:12:25.439Z] === RUN TestUtilGetBroadcastIP [2022-02-15T15:12:25.439Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-02-15T15:12:25.439Z] === RUN TestParseCIDR [2022-02-15T15:12:25.439Z] --- PASS: TestParseCIDR (0.00s) [2022-02-15T15:12:25.439Z] PASS [2022-02-15T15:12:25.439Z] coverage: 37.3% of statements [2022-02-15T15:12:25.439Z] ok github.com/docker/docker/libnetwork/types 0.042s coverage: 37.3% of statements [2022-02-15T15:12:25.439Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-02-15T15:12:25.439Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-02-15T15:12:25.907Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-02-15T15:12:25.907Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-02-15T15:12:25.907Z] PASS [2022-02-15T15:12:25.907Z] coverage: 50.0% of statements [2022-02-15T15:12:25.907Z] ok github.com/docker/docker/oci 0.091s coverage: 50.0% of statements [2022-02-15T15:12:26.376Z] 2022/02/15 15:12:26 Closing DB instances... [2022-02-15T15:12:26.376Z] === RUN TestAddressPoolOpt [2022-02-15T15:12:26.376Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-02-15T15:12:26.376Z] === RUN TestValidateEnv [2022-02-15T15:12:26.376Z] === RUN TestValidateEnv/a [2022-02-15T15:12:26.845Z] === RUN TestValidateEnv/something [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/_=a [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/env1=value1 [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/_env1=value1 [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/env2=value2=value3 [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/env3=abc!qwe [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/env_4=value_4 [2022-02-15T15:12:26.846Z] === RUN TestParseVersion [2022-02-15T15:12:26.846Z] --- PASS: TestParseVersion (0.00s) [2022-02-15T15:12:26.846Z] PASS [2022-02-15T15:12:26.846Z] coverage: 52.9% of statements [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/PATH [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/=a [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/PATH= [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/PATH=something [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/asd!qwe [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/1asd [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/123 [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/some_space [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/__some_space_before [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/some_space_after__ [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/= [2022-02-15T15:12:26.846Z] === RUN TestValidateEnv/PaTh [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/a (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/something (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/= (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestParseHost [2022-02-15T15:12:26.846Z] --- PASS: TestParseHost (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestParseDockerDaemonHost [2022-02-15T15:12:26.846Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestParseTCP [2022-02-15T15:12:26.846Z] --- PASS: TestParseTCP (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestParseInvalidUnixAddrInvalid [2022-02-15T15:12:26.846Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestValidateExtraHosts [2022-02-15T15:12:26.846Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestIpOptString [2022-02-15T15:12:26.846Z] --- PASS: TestIpOptString (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestNewIpOptInvalidDefaultVal [2022-02-15T15:12:26.846Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestNewIpOptValidDefaultVal [2022-02-15T15:12:26.846Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestIpOptSetInvalidVal [2022-02-15T15:12:26.846Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestValidateIPAddress [2022-02-15T15:12:26.846Z] --- PASS: TestValidateIPAddress (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestMapOpts [2022-02-15T15:12:26.846Z] --- PASS: TestMapOpts (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestListOptsWithoutValidator [2022-02-15T15:12:26.846Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestListOptsWithValidator [2022-02-15T15:12:26.846Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestValidateDNSSearch [2022-02-15T15:12:26.846Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestValidateLabel [2022-02-15T15:12:26.846Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-02-15T15:12:26.846Z] === RUN TestValidateLabel/label_with_general_format [2022-02-15T15:12:26.846Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-02-15T15:12:26.846Z] === RUN TestValidateLabel/label_with_one_more [2022-02-15T15:12:26.846Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-02-15T15:12:26.846Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-02-15T15:12:26.846Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-02-15T15:12:26.846Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-02-15T15:12:26.846Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-02-15T15:12:26.846Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-02-15T15:12:26.846Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-02-15T15:12:26.846Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-02-15T15:12:26.846Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-02-15T15:12:26.846Z] --- PASS: TestValidateLabel (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-02-15T15:12:26.846Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestNamedListOpts [2022-02-15T15:12:26.846Z] --- PASS: TestNamedListOpts (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestNamedMapOpts [2022-02-15T15:12:26.846Z] --- PASS: TestNamedMapOpts (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestParseLink [2022-02-15T15:12:26.846Z] --- PASS: TestParseLink (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestQuotedStringSetWithQuotes [2022-02-15T15:12:26.846Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-02-15T15:12:26.846Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestQuotedStringSetWithNoQuotes [2022-02-15T15:12:26.846Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-02-15T15:12:26.846Z] === RUN TestUlimitOpt [2022-02-15T15:12:26.846Z] --- PASS: TestUlimitOpt (0.00s) [2022-02-15T15:12:26.846Z] PASS [2022-02-15T15:12:26.846Z] coverage: 67.1% of statements [2022-02-15T15:12:26.846Z] ok github.com/docker/docker/pkg/aaparser 0.046s coverage: 52.9% of statements [2022-02-15T15:12:26.846Z] ok github.com/docker/docker/opts 0.083s coverage: 67.1% of statements [2022-02-15T15:12:27.833Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.64s) [2022-02-15T15:12:27.833Z] === RUN TestNetworkDBCRUDTableEntry [2022-02-15T15:12:28.301Z] === RUN TestPeerCertificateMarshalJSON [2022-02-15T15:12:28.532Z] --- PASS: TestUpdateRestartPolicy (10.55s) [2022-02-15T15:12:28.532Z] === RUN TestUpdateRestartWithAutoRemove [2022-02-15T15:12:28.532Z] --- PASS: TestUpdateRestartWithAutoRemove (0.38s) [2022-02-15T15:12:28.532Z] === RUN TestWaitNonBlocked [2022-02-15T15:12:28.532Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:12:28.532Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:12:28.532Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:12:28.532Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:12:28.532Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:12:28.532Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:12:28.532Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-02-15T15:12:28.532Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.59s) [2022-02-15T15:12:28.532Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.62s) [2022-02-15T15:12:28.532Z] === RUN TestWaitBlocked [2022-02-15T15:12:28.532Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-15T15:12:28.532Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-15T15:12:28.532Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-02-15T15:12:28.532Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-02-15T15:12:28.532Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-15T15:12:28.532Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-02-15T15:12:28.532Z] --- PASS: TestWaitBlocked (0.01s) [2022-02-15T15:12:28.532Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.63s) [2022-02-15T15:12:28.533Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.69s) [2022-02-15T15:12:28.533Z] === CONT TestContainerStartOnDaemonRestart [2022-02-15T15:12:28.533Z] === CONT TestRestartDaemonWithRestartingContainer [2022-02-15T15:12:28.770Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-02-15T15:12:28.770Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-02-15T15:12:28.770Z] --- PASS: TestPeerCertificateMarshalJSON (0.61s) [2022-02-15T15:12:28.770Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-02-15T15:12:28.770Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-02-15T15:12:28.770Z] === RUN TestMiddleware [2022-02-15T15:12:28.770Z] --- PASS: TestMiddleware (0.00s) [2022-02-15T15:12:28.770Z] === RUN TestNewResponseModifier [2022-02-15T15:12:28.770Z] --- PASS: TestNewResponseModifier (0.00s) [2022-02-15T15:12:28.770Z] PASS [2022-02-15T15:12:28.770Z] coverage: 26.8% of statements [2022-02-15T15:12:28.770Z] ok github.com/docker/docker/pkg/authorization 0.675s coverage: 26.8% of statements [2022-02-15T15:12:29.239Z] === RUN TestIsArchivePathDir [2022-02-15T15:12:29.239Z] --- PASS: TestIsArchivePathDir (0.17s) [2022-02-15T15:12:29.239Z] === RUN TestIsArchivePathInvalidFile [2022-02-15T15:12:29.706Z] --- PASS: TestIsArchivePathInvalidFile (0.14s) [2022-02-15T15:12:29.706Z] === RUN TestIsArchivePathTar [2022-02-15T15:12:29.706Z] === RUN TestUnbuffered [2022-02-15T15:12:29.706Z] --- PASS: TestUnbuffered (0.00s) [2022-02-15T15:12:29.706Z] === RUN TestRaceUnbuffered [2022-02-15T15:12:29.706Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-02-15T15:12:29.706Z] PASS [2022-02-15T15:12:29.706Z] coverage: 100.0% of statements [2022-02-15T15:12:29.706Z] ok github.com/docker/docker/pkg/broadcaster 0.045s coverage: 100.0% of statements [2022-02-15T15:12:29.706Z] --- PASS: TestIsArchivePathTar (0.18s) [2022-02-15T15:12:29.706Z] === RUN TestDecompressStreamGzip [2022-02-15T15:12:29.706Z] --- PASS: TestDecompressStreamGzip (0.14s) [2022-02-15T15:12:29.706Z] === RUN TestDecompressStreamBzip2 [2022-02-15T15:12:30.175Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2022-02-15T15:12:30.175Z] === RUN TestDecompressStreamXz [2022-02-15T15:12:30.175Z] archive_test.go:133: Xz not present in msys2 [2022-02-15T15:12:30.175Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-02-15T15:12:30.175Z] === RUN TestDecompressStreamZstd [2022-02-15T15:12:30.175Z] archive_test.go:140: zstd not installed [2022-02-15T15:12:30.175Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-02-15T15:12:30.175Z] === RUN TestCompressStreamXzUnsupported [2022-02-15T15:12:30.175Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-02-15T15:12:30.175Z] === RUN TestCompressStreamBzip2Unsupported [2022-02-15T15:12:30.175Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-02-15T15:12:30.175Z] === RUN TestCompressStreamInvalid [2022-02-15T15:12:30.175Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-02-15T15:12:30.175Z] === RUN TestExtensionInvalid [2022-02-15T15:12:30.175Z] --- PASS: TestExtensionInvalid (0.00s) [2022-02-15T15:12:30.175Z] === RUN TestExtensionUncompressed [2022-02-15T15:12:30.175Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-02-15T15:12:30.175Z] === RUN TestExtensionBzip2 [2022-02-15T15:12:30.175Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-02-15T15:12:30.175Z] === RUN TestExtensionGzip [2022-02-15T15:12:30.175Z] --- PASS: TestExtensionGzip (0.00s) [2022-02-15T15:12:30.175Z] === RUN TestExtensionXz [2022-02-15T15:12:30.175Z] --- PASS: TestExtensionXz (0.00s) [2022-02-15T15:12:30.175Z] === RUN TestExtensionZstd [2022-02-15T15:12:30.175Z] --- PASS: TestExtensionZstd (0.00s) [2022-02-15T15:12:30.175Z] === RUN TestCmdStreamLargeStderr [2022-02-15T15:12:30.175Z] === RUN TestMatch [2022-02-15T15:12:30.175Z] === RUN TestMatch/[[]] [2022-02-15T15:12:30.175Z] === RUN TestMatch/[[foo]] [2022-02-15T15:12:30.175Z] === RUN TestMatch/[[bar]_[foo]] [2022-02-15T15:12:30.175Z] === RUN TestMatch/[[foo_bar]] [2022-02-15T15:12:30.175Z] === RUN TestMatch/[[qux]_[foo]] [2022-02-15T15:12:30.175Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-02-15T15:12:30.175Z] === RUN TestMatch/[] [2022-02-15T15:12:30.175Z] === RUN TestMatch/[]#01 [2022-02-15T15:12:30.175Z] === RUN TestMatch/[[qux]] [2022-02-15T15:12:30.175Z] === RUN TestMatch/[[foo_bar_qux]] [2022-02-15T15:12:30.175Z] === RUN TestMatch/[[qux]_[baz]] [2022-02-15T15:12:30.175Z] === RUN TestMatch/[[foo_baz]] [2022-02-15T15:12:30.175Z] --- PASS: TestMatch (0.00s) [2022-02-15T15:12:30.175Z] --- PASS: TestMatch/[[]] (0.00s) [2022-02-15T15:12:30.175Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-02-15T15:12:30.175Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-02-15T15:12:30.175Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-02-15T15:12:30.175Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-02-15T15:12:30.175Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-02-15T15:12:30.175Z] --- PASS: TestMatch/[] (0.00s) [2022-02-15T15:12:30.175Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-02-15T15:12:30.175Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-02-15T15:12:30.175Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-02-15T15:12:30.175Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-02-15T15:12:30.175Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-02-15T15:12:30.175Z] PASS [2022-02-15T15:12:30.175Z] coverage: 87.5% of statements [2022-02-15T15:12:30.175Z] --- PASS: TestCmdStreamLargeStderr (0.18s) [2022-02-15T15:12:30.175Z] === RUN TestCmdStreamBad [2022-02-15T15:12:30.175Z] archive_test.go:252: Failing on Windows CI machines [2022-02-15T15:12:30.175Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-02-15T15:12:30.175Z] === RUN TestCmdStreamGood [2022-02-15T15:12:30.175Z] ok github.com/docker/docker/pkg/capabilities 0.037s coverage: 87.5% of statements [2022-02-15T15:12:30.175Z] --- PASS: TestCmdStreamGood (0.05s) [2022-02-15T15:12:30.175Z] === RUN TestUntarPathWithInvalidDest [2022-02-15T15:12:30.175Z] 2022/02/15 15:12:30 Closing DB instances... [2022-02-15T15:12:30.175Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-02-15T15:12:30.175Z] === RUN TestUntarPathWithInvalidSrc [2022-02-15T15:12:30.175Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-02-15T15:12:30.175Z] === RUN TestUntarPath [2022-02-15T15:12:30.175Z] --- PASS: TestUntarPath (0.07s) [2022-02-15T15:12:30.175Z] === RUN TestUntarPathWithDestinationFile [2022-02-15T15:12:30.446Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.85s) [2022-02-15T15:12:30.446Z] === CONT TestDaemonHostGatewayIP [2022-02-15T15:12:30.466Z] --- PASS: TestCreateServiceConfigFileMode (12.43s) [2022-02-15T15:12:30.466Z] === RUN TestCreateServiceSysctls [2022-02-15T15:12:30.644Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-02-15T15:12:30.644Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-02-15T15:12:30.644Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.10s) [2022-02-15T15:12:30.644Z] === RUN TestCopyWithTarInvalidSrc [2022-02-15T15:12:30.644Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-02-15T15:12:30.644Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-02-15T15:12:30.644Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-02-15T15:12:30.644Z] === RUN TestCopyWithTarSrcFile [2022-02-15T15:12:30.644Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-02-15T15:12:30.644Z] === RUN TestCopyWithTarSrcFolder [2022-02-15T15:12:30.644Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-02-15T15:12:30.644Z] === RUN TestCopyFileWithTarInvalidSrc [2022-02-15T15:12:30.644Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-02-15T15:12:30.644Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-02-15T15:12:30.644Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2022-02-15T15:12:30.644Z] === RUN TestCopyFileWithTarSrcFolder [2022-02-15T15:12:30.644Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-02-15T15:12:30.644Z] === RUN TestCopyFileWithTarSrcFile [2022-02-15T15:12:30.644Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-02-15T15:12:30.644Z] === RUN TestTarFiles [2022-02-15T15:12:30.707Z] --- PASS: TestContainerStartOnDaemonRestart (2.01s) [2022-02-15T15:12:30.707Z] === CONT TestDaemonRestartIpcMode [2022-02-15T15:12:31.113Z] === RUN TestChrootTarUntar [2022-02-15T15:12:31.113Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:12:31.113Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-02-15T15:12:31.113Z] === RUN TestChrootUntarWithHugeExcludesList [2022-02-15T15:12:31.113Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:12:31.113Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-02-15T15:12:31.113Z] === RUN TestChrootUntarEmptyArchive [2022-02-15T15:12:31.113Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-02-15T15:12:31.113Z] === RUN TestChrootTarUntarWithSymlink [2022-02-15T15:12:31.113Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:12:31.113Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-02-15T15:12:31.113Z] === RUN TestChrootCopyWithTar [2022-02-15T15:12:31.113Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:12:31.113Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-02-15T15:12:31.113Z] === RUN TestChrootCopyFileWithTar [2022-02-15T15:12:31.113Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:12:31.113Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-02-15T15:12:31.113Z] === RUN TestChrootUntarPath [2022-02-15T15:12:31.113Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:12:31.113Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-02-15T15:12:31.113Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-02-15T15:12:31.113Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:12:31.113Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-02-15T15:12:31.113Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-02-15T15:12:31.113Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:12:31.113Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-02-15T15:12:31.113Z] === RUN TestChrootApplyDotDotFile [2022-02-15T15:12:31.113Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:12:31.113Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-02-15T15:12:31.113Z] PASS [2022-02-15T15:12:31.113Z] coverage: 15.1% of statements [2022-02-15T15:12:31.113Z] ok github.com/docker/docker/pkg/chrootarchive 0.099s coverage: 15.1% of statements [2022-02-15T15:12:31.834Z] --- PASS: TestCreateServiceSysctls (3.08s) [2022-02-15T15:12:31.834Z] === RUN TestCreateServiceCapabilities [2022-02-15T15:12:32.100Z] === RUN TestSizeEmpty [2022-02-15T15:12:32.101Z] --- PASS: TestSizeEmpty (0.00s) [2022-02-15T15:12:32.101Z] === RUN TestSizeEmptyFile [2022-02-15T15:12:32.101Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-02-15T15:12:32.101Z] === RUN TestSizeNonemptyFile [2022-02-15T15:12:32.101Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-02-15T15:12:32.101Z] === RUN TestSizeNestedDirectoryEmpty [2022-02-15T15:12:32.101Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-02-15T15:12:32.101Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-02-15T15:12:32.101Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-02-15T15:12:32.101Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-02-15T15:12:32.101Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-02-15T15:12:32.101Z] === RUN TestMoveToSubdir [2022-02-15T15:12:32.101Z] --- PASS: TestMoveToSubdir (0.01s) [2022-02-15T15:12:32.101Z] === RUN TestSizeNonExistingDirectory [2022-02-15T15:12:32.101Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-02-15T15:12:32.101Z] PASS [2022-02-15T15:12:32.101Z] coverage: 80.0% of statements [2022-02-15T15:12:32.101Z] ok github.com/docker/docker/pkg/directory 0.059s coverage: 80.0% of statements [2022-02-15T15:12:32.568Z] --- PASS: TestNetworkDBCRUDTableEntry (4.33s) [2022-02-15T15:12:32.568Z] === RUN TestNetworkDBCRUDTableEntries [2022-02-15T15:12:32.619Z] --- PASS: TestDaemonHostGatewayIP (2.24s) [2022-02-15T15:12:32.619Z] === CONT TestIpcModeOlderClient [2022-02-15T15:12:32.880Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-02-15T15:12:32.880Z] === CONT TestContainerKillOnDaemonStart [2022-02-15T15:12:32.880Z] --- PASS: TestDaemonRestartIpcMode (2.30s) [2022-02-15T15:12:33.037Z] === RUN TestPollerAddRemove [2022-02-15T15:12:33.037Z] --- PASS: TestPollerAddRemove (0.00s) [2022-02-15T15:12:33.037Z] === RUN TestPollerEvent [2022-02-15T15:12:33.037Z] poller_test.go:40: No chmod on Windows [2022-02-15T15:12:33.037Z] --- SKIP: TestPollerEvent (0.00s) [2022-02-15T15:12:33.037Z] === RUN TestPollerClose [2022-02-15T15:12:33.037Z] --- PASS: TestPollerClose (0.00s) [2022-02-15T15:12:33.037Z] PASS [2022-02-15T15:12:33.037Z] coverage: 45.7% of statements [2022-02-15T15:12:33.037Z] ok github.com/docker/docker/pkg/filenotify 0.041s coverage: 45.7% of statements [2022-02-15T15:12:34.021Z] === RUN TestCopyFileWithInvalidSrc [2022-02-15T15:12:34.021Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestCopyFileWithInvalidDest [2022-02-15T15:12:34.021Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestCopyFileWithSameSrcAndDest [2022-02-15T15:12:34.021Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-02-15T15:12:34.021Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestCopyFile [2022-02-15T15:12:34.021Z] --- PASS: TestCopyFile (0.01s) [2022-02-15T15:12:34.021Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-02-15T15:12:34.021Z] fileutils_test.go:133: Needs porting to Windows [2022-02-15T15:12:34.021Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-02-15T15:12:34.021Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestReadSymlinkedDirectoryToFile [2022-02-15T15:12:34.021Z] fileutils_test.go:179: Needs porting to Windows [2022-02-15T15:12:34.021Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestWildcardMatches [2022-02-15T15:12:34.021Z] --- PASS: TestWildcardMatches (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestPatternMatches [2022-02-15T15:12:34.021Z] --- PASS: TestPatternMatches (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-02-15T15:12:34.021Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestPatternMatchesFolderExclusions [2022-02-15T15:12:34.021Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-02-15T15:12:34.021Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-02-15T15:12:34.021Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-02-15T15:12:34.021Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-02-15T15:12:34.021Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestSingleExclamationError [2022-02-15T15:12:34.021Z] --- PASS: TestSingleExclamationError (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestMatchesWithNoPatterns [2022-02-15T15:12:34.021Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestMatchesWithMalformedPatterns [2022-02-15T15:12:34.021Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-02-15T15:12:34.021Z] === RUN TestMatches [2022-02-15T15:12:34.022Z] === RUN TestMatches/MatchesOrParentMatches [2022-02-15T15:12:34.022Z] === RUN TestMatches/MatchesUsingParentResult [2022-02-15T15:12:34.022Z] === RUN TestMatches/MatchesUsingParentResults [2022-02-15T15:12:34.022Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-02-15T15:12:34.022Z] --- PASS: TestMatches (0.01s) [2022-02-15T15:12:34.022Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-02-15T15:12:34.022Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-02-15T15:12:34.022Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-02-15T15:12:34.022Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-02-15T15:12:34.022Z] === RUN TestCleanPatterns [2022-02-15T15:12:34.022Z] --- PASS: TestCleanPatterns (0.00s) [2022-02-15T15:12:34.022Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-02-15T15:12:34.022Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-02-15T15:12:34.022Z] === RUN TestCleanPatternsExceptionFlag [2022-02-15T15:12:34.022Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-02-15T15:12:34.022Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-02-15T15:12:34.022Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-02-15T15:12:34.022Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-02-15T15:12:34.022Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-02-15T15:12:34.022Z] === RUN TestCleanPatternsErrorSingleException [2022-02-15T15:12:34.022Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-02-15T15:12:34.022Z] === RUN TestCreateIfNotExistsDir [2022-02-15T15:12:34.022Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-02-15T15:12:34.022Z] === RUN TestCreateIfNotExistsFile [2022-02-15T15:12:34.022Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-02-15T15:12:34.022Z] === RUN TestMatch [2022-02-15T15:12:34.022Z] --- PASS: TestMatch (0.00s) [2022-02-15T15:12:34.022Z] === RUN TestCompile [2022-02-15T15:12:34.022Z] === RUN TestCompile/slash [2022-02-15T15:12:34.022Z] === RUN TestCompile/backslash [2022-02-15T15:12:34.022Z] --- PASS: TestCompile (0.00s) [2022-02-15T15:12:34.022Z] --- PASS: TestCompile/slash (0.00s) [2022-02-15T15:12:34.022Z] --- PASS: TestCompile/backslash (0.00s) [2022-02-15T15:12:34.022Z] PASS [2022-02-15T15:12:34.022Z] coverage: 84.7% of statements [2022-02-15T15:12:34.022Z] ok github.com/docker/docker/pkg/fileutils 0.090s coverage: 84.7% of statements [2022-02-15T15:12:34.351Z] --- PASS: TestCreateServiceCapabilities (2.51s) [2022-02-15T15:12:34.351Z] === RUN TestInspect [2022-02-15T15:12:34.489Z] 2022/02/15 15:12:34 Closing DB instances... [2022-02-15T15:12:34.489Z] === RUN TestGet [2022-02-15T15:12:34.489Z] --- PASS: TestGet (0.00s) [2022-02-15T15:12:34.489Z] === RUN TestGetShortcutString [2022-02-15T15:12:34.489Z] --- PASS: TestGetShortcutString (0.00s) [2022-02-15T15:12:34.489Z] PASS [2022-02-15T15:12:34.489Z] coverage: 42.9% of statements [2022-02-15T15:12:34.489Z] ok github.com/docker/docker/pkg/homedir 0.041s coverage: 42.9% of statements [2022-02-15T15:12:35.476Z] === RUN TestCreateIDMapOrder [2022-02-15T15:12:35.476Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-02-15T15:12:35.476Z] PASS [2022-02-15T15:12:35.476Z] coverage: 7.2% of statements [2022-02-15T15:12:35.476Z] ok github.com/docker/docker/pkg/idtools 0.065s coverage: 7.2% of statements [2022-02-15T15:12:35.476Z] --- PASS: TestNetworkDBCRUDTableEntries (3.29s) [2022-02-15T15:12:35.476Z] === RUN TestNetworkDBNodeLeave [2022-02-15T15:12:35.943Z] --- PASS: TestTarFiles (5.51s) [2022-02-15T15:12:35.943Z] === RUN TestDetectCompressionZstd [2022-02-15T15:12:35.943Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-02-15T15:12:35.943Z] === RUN TestTarUntar [2022-02-15T15:12:35.943Z] --- PASS: TestTarUntar (0.06s) [2022-02-15T15:12:35.943Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-02-15T15:12:35.943Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-02-15T15:12:35.943Z] === RUN TestTarWithOptions [2022-02-15T15:12:36.411Z] --- PASS: TestTarWithOptions (0.03s) [2022-02-15T15:12:36.411Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-02-15T15:12:36.411Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-02-15T15:12:36.411Z] === RUN TestUntarUstarGnuConflict [2022-02-15T15:12:36.411Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2022-02-15T15:12:36.411Z] === RUN TestUntarInvalidFilenames [2022-02-15T15:12:36.411Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3469146060\\dest" [2022-02-15T15:12:36.411Z] --- PASS: TestUntarInvalidFilenames (0.21s) [2022-02-15T15:12:36.411Z] === RUN TestUntarHardlinkToSymlink [2022-02-15T15:12:36.411Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-02-15T15:12:36.411Z] === RUN TestUntarInvalidHardlink [2022-02-15T15:12:36.411Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink375741317\\victim\\hello" -> "../victim/hello" [2022-02-15T15:12:36.411Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2458915085\\victim\\hello" -> "/../victim/hello" [2022-02-15T15:12:36.411Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink185747653\\victim" -> "../victim" [2022-02-15T15:12:36.411Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2554642272\\victim" -> "../victim" [2022-02-15T15:12:36.411Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink78994866\\victim" -> "../victim" [2022-02-15T15:12:36.411Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2992703637\\victim" -> "../victim" [2022-02-15T15:12:36.411Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-02-15T15:12:36.411Z] === RUN TestUntarInvalidSymlink [2022-02-15T15:12:36.411Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2272941209\\dest\\dotdot" -> "../victim/hello" [2022-02-15T15:12:36.411Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4134606545\\dest\\slash-dotdot" -> "/../victim/hello" [2022-02-15T15:12:36.411Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink243848174\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:12:36.411Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink763547218\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:12:36.411Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1194712119\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:12:36.411Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4191064946\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:12:36.411Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3992702460\\dest\\dir\\loophole" -> "../../victim" [2022-02-15T15:12:36.411Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-02-15T15:12:36.411Z] === RUN TestTempArchiveCloseMultipleTimes [2022-02-15T15:12:36.411Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-02-15T15:12:36.411Z] === RUN TestXGlobalNoParent [2022-02-15T15:12:36.411Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-02-15T15:12:36.411Z] === RUN TestReplaceFileTarWrapper [2022-02-15T15:12:36.879Z] --- PASS: TestReplaceFileTarWrapper (0.20s) [2022-02-15T15:12:36.879Z] === RUN TestPrefixHeaderReadable [2022-02-15T15:12:36.879Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-02-15T15:12:36.879Z] === RUN TestDisablePigz [2022-02-15T15:12:36.879Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-02-15T15:12:36.879Z] === RUN TestFixedBufferCap [2022-02-15T15:12:36.879Z] --- PASS: TestFixedBufferCap (0.00s) [2022-02-15T15:12:36.879Z] === RUN TestFixedBufferLen [2022-02-15T15:12:36.879Z] --- PASS: TestFixedBufferLen (0.00s) [2022-02-15T15:12:36.879Z] === RUN TestFixedBufferString [2022-02-15T15:12:36.879Z] --- PASS: TestFixedBufferString (0.00s) [2022-02-15T15:12:36.879Z] === RUN TestFixedBufferWrite [2022-02-15T15:12:36.879Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-02-15T15:12:36.879Z] === RUN TestFixedBufferRead [2022-02-15T15:12:36.879Z] --- PASS: TestFixedBufferRead (0.00s) [2022-02-15T15:12:36.879Z] === RUN TestBytesPipeRead [2022-02-15T15:12:36.879Z] --- PASS: TestBytesPipeRead (0.00s) [2022-02-15T15:12:36.879Z] === RUN TestBytesPipeWrite [2022-02-15T15:12:36.879Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-02-15T15:12:36.879Z] === RUN TestBytesPipeWriteRandomChunks [2022-02-15T15:12:36.879Z] --- PASS: TestDisablePigz (0.14s) [2022-02-15T15:12:36.879Z] === RUN TestPigz [2022-02-15T15:12:36.879Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-02-15T15:12:36.879Z] --- PASS: TestPigz (0.18s) [2022-02-15T15:12:36.879Z] === RUN TestCopyFileWithInvalidDest [2022-02-15T15:12:36.879Z] archive_windows_test.go:16: Currently fails [2022-02-15T15:12:36.879Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-02-15T15:12:36.879Z] === RUN TestCanonicalTarNameForPath [2022-02-15T15:12:36.879Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-02-15T15:12:36.879Z] === RUN TestCanonicalTarName [2022-02-15T15:12:36.879Z] --- PASS: TestCanonicalTarName (0.00s) [2022-02-15T15:12:36.879Z] === RUN TestChmodTarEntry [2022-02-15T15:12:36.879Z] --- PASS: TestChmodTarEntry (0.00s) [2022-02-15T15:12:36.879Z] === RUN TestHardLinkOrder [2022-02-15T15:12:37.348Z] --- PASS: TestHardLinkOrder (0.09s) [2022-02-15T15:12:37.348Z] === RUN TestChangeString [2022-02-15T15:12:37.348Z] --- PASS: TestChangeString (0.00s) [2022-02-15T15:12:37.348Z] === RUN TestChangesWithNoChanges [2022-02-15T15:12:37.348Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-02-15T15:12:37.348Z] === RUN TestChangesWithChanges [2022-02-15T15:12:37.348Z] --- PASS: TestChangesWithChanges (0.03s) [2022-02-15T15:12:37.348Z] === RUN TestChangesWithChangesGH13590 [2022-02-15T15:12:37.348Z] changes_test.go:195: needs more investigation [2022-02-15T15:12:37.348Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-02-15T15:12:37.348Z] === RUN TestChangesDirsEmpty [2022-02-15T15:12:37.348Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-02-15T15:12:37.348Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-02-15T15:12:37.348Z] === RUN TestChangesDirsMutated [2022-02-15T15:12:37.348Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-02-15T15:12:37.348Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-02-15T15:12:37.348Z] === RUN TestApplyLayer [2022-02-15T15:12:37.348Z] changes_test.go:432: needs further investigation [2022-02-15T15:12:37.348Z] --- SKIP: TestApplyLayer (0.00s) [2022-02-15T15:12:37.348Z] === RUN TestChangesSizeWithHardlinks [2022-02-15T15:12:37.348Z] changes_test.go:468: needs further investigation [2022-02-15T15:12:37.348Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-02-15T15:12:37.348Z] === RUN TestChangesSizeWithNoChanges [2022-02-15T15:12:37.348Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-02-15T15:12:37.348Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-02-15T15:12:37.348Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-02-15T15:12:37.348Z] === RUN TestChangesSize [2022-02-15T15:12:37.348Z] --- PASS: TestChangesSize (0.01s) [2022-02-15T15:12:37.348Z] === RUN TestApplyLayerInvalidFilenames [2022-02-15T15:12:37.348Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3735226083\\dest" [2022-02-15T15:12:37.348Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-02-15T15:12:37.348Z] === RUN TestApplyLayerInvalidHardlink [2022-02-15T15:12:37.348Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink932049656\\victim\\hello" -> "../victim/hello" [2022-02-15T15:12:37.348Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink205034708\\victim\\hello" -> "/../victim/hello" [2022-02-15T15:12:37.348Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink952927270\\victim" -> "../victim" [2022-02-15T15:12:37.348Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink624756141\\victim" -> "../victim" [2022-02-15T15:12:37.348Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink109331896\\victim" -> "../victim" [2022-02-15T15:12:37.348Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink289484879\\victim" -> "../victim" [2022-02-15T15:12:37.348Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-02-15T15:12:37.348Z] === RUN TestApplyLayerInvalidSymlink [2022-02-15T15:12:37.348Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink756451802\\dest\\dotdot" -> "../victim/hello" [2022-02-15T15:12:37.348Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4247179383\\dest\\slash-dotdot" -> "/../victim/hello" [2022-02-15T15:12:37.348Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink118646704\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:12:37.348Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink991811793\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:12:37.348Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3345684762\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:12:37.348Z] --- PASS: TestBytesPipeWriteRandomChunks (0.50s) [2022-02-15T15:12:37.348Z] === RUN TestAtomicWriteToFile [2022-02-15T15:12:37.348Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3851250301\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:12:37.348Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-02-15T15:12:37.348Z] === RUN TestAtomicWriteSetCommit [2022-02-15T15:12:37.348Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-02-15T15:12:37.348Z] === RUN TestApplyLayerWhiteouts [2022-02-15T15:12:37.348Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-02-15T15:12:37.348Z] === RUN TestAtomicWriteSetCancel [2022-02-15T15:12:37.348Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-02-15T15:12:37.348Z] === RUN TestReadCloserWrapperClose [2022-02-15T15:12:37.348Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-02-15T15:12:37.348Z] === RUN TestReaderErrWrapperReadOnError [2022-02-15T15:12:37.348Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-02-15T15:12:37.348Z] === RUN TestReaderErrWrapperRead [2022-02-15T15:12:37.348Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-02-15T15:12:37.348Z] === RUN TestCancelReadCloser [2022-02-15T15:12:37.348Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-02-15T15:12:37.348Z] === RUN TestGenerateEmptyFile [2022-02-15T15:12:37.348Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-02-15T15:12:37.348Z] === RUN TestGenerateWithContent [2022-02-15T15:12:37.348Z] --- PASS: TestGenerateWithContent (0.00s) [2022-02-15T15:12:37.348Z] PASS [2022-02-15T15:12:37.348Z] coverage: 62.0% of statements [2022-02-15T15:12:37.348Z] ok github.com/docker/docker/pkg/archive 8.227s coverage: 62.0% of statements [2022-02-15T15:12:37.348Z] --- PASS: TestCancelReadCloser (0.10s) [2022-02-15T15:12:37.348Z] === RUN TestWriteCloserWrapperClose [2022-02-15T15:12:37.348Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-02-15T15:12:37.348Z] === RUN TestNopWriteCloser [2022-02-15T15:12:37.348Z] --- PASS: TestNopWriteCloser (0.00s) [2022-02-15T15:12:37.348Z] === RUN TestNopWriter [2022-02-15T15:12:37.348Z] --- PASS: TestNopWriter (0.00s) [2022-02-15T15:12:37.348Z] === RUN TestWriteCounter [2022-02-15T15:12:37.348Z] --- PASS: TestWriteCounter (0.00s) [2022-02-15T15:12:37.348Z] PASS [2022-02-15T15:12:37.348Z] coverage: 69.2% of statements [2022-02-15T15:12:37.348Z] ok github.com/docker/docker/pkg/ioutils 0.684s coverage: 69.2% of statements [2022-02-15T15:12:37.619Z] --- PASS: TestInspect (2.78s) [2022-02-15T15:12:37.619Z] === RUN TestCreateJob [2022-02-15T15:12:38.336Z] === RUN TestError [2022-02-15T15:12:38.336Z] --- PASS: TestError (0.00s) [2022-02-15T15:12:38.336Z] === RUN TestProgressString [2022-02-15T15:12:38.336Z] === RUN TestProgressString/no_progress [2022-02-15T15:12:38.336Z] === RUN TestProgressString/progress_1 [2022-02-15T15:12:38.336Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-02-15T15:12:38.336Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-02-15T15:12:38.336Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-02-15T15:12:38.336Z] === RUN TestProgressString/with_units [2022-02-15T15:12:38.336Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-02-15T15:12:38.336Z] === RUN TestProgressString/hide_counts [2022-02-15T15:12:38.336Z] --- PASS: TestProgressString (0.00s) [2022-02-15T15:12:38.336Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-02-15T15:12:38.336Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-02-15T15:12:38.336Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-02-15T15:12:38.336Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-02-15T15:12:38.336Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-02-15T15:12:38.336Z] --- PASS: TestProgressString/with_units (0.00s) [2022-02-15T15:12:38.336Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-02-15T15:12:38.336Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-02-15T15:12:38.336Z] === RUN TestJSONMessageDisplay [2022-02-15T15:12:38.336Z] --- PASS: TestJSONMessageDisplay (0.18s) [2022-02-15T15:12:38.336Z] === RUN TestJSONMessageDisplayWithJSONError [2022-02-15T15:12:38.336Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-02-15T15:12:38.336Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-02-15T15:12:38.336Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-02-15T15:12:38.336Z] === RUN TestDisplayJSONMessagesStream [2022-02-15T15:12:38.336Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-02-15T15:12:38.336Z] PASS [2022-02-15T15:12:38.336Z] coverage: 91.7% of statements [2022-02-15T15:12:38.336Z] ok github.com/docker/docker/pkg/jsonmessage 0.226s coverage: 91.7% of statements [2022-02-15T15:12:38.804Z] --- PASS: TestNetworkDBNodeLeave (3.04s) [2022-02-15T15:12:38.804Z] === RUN TestNetworkDBWatch [2022-02-15T15:12:39.272Z] === RUN TestStandardLongPath [2022-02-15T15:12:39.272Z] --- PASS: TestStandardLongPath (0.00s) [2022-02-15T15:12:39.272Z] === RUN TestUNCLongPath [2022-02-15T15:12:39.272Z] --- PASS: TestUNCLongPath (0.00s) [2022-02-15T15:12:39.272Z] PASS [2022-02-15T15:12:39.272Z] coverage: 100.0% of statements [2022-02-15T15:12:39.272Z] ok github.com/docker/docker/pkg/longpath 0.042s coverage: 100.0% of statements [2022-02-15T15:12:39.740Z] === RUN TestNameFormat [2022-02-15T15:12:39.740Z] --- PASS: TestNameFormat (0.00s) [2022-02-15T15:12:39.740Z] === RUN TestNameRetries [2022-02-15T15:12:39.740Z] --- PASS: TestNameRetries (0.00s) [2022-02-15T15:12:39.740Z] PASS [2022-02-15T15:12:39.740Z] coverage: 85.7% of statements [2022-02-15T15:12:39.740Z] ok github.com/docker/docker/pkg/namesgenerator 0.048s coverage: 85.7% of statements [2022-02-15T15:12:40.139Z] --- PASS: TestCreateJob (2.95s) [2022-02-15T15:12:40.139Z] === RUN TestReplicatedJob [2022-02-15T15:12:40.208Z] 2022/02/15 15:12:40 Closing DB instances... [2022-02-15T15:12:40.280Z] INFO: Expanding go... [2022-02-15T15:12:40.676Z] === RUN TestParseKeyValueOpt [2022-02-15T15:12:40.676Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-02-15T15:12:40.676Z] === RUN TestParseUintList [2022-02-15T15:12:40.676Z] --- PASS: TestParseUintList (0.00s) [2022-02-15T15:12:40.676Z] === RUN TestParseUintListMaximumLimits [2022-02-15T15:12:40.676Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-02-15T15:12:40.676Z] PASS [2022-02-15T15:12:40.676Z] coverage: 97.0% of statements [2022-02-15T15:12:40.676Z] ok github.com/docker/docker/pkg/parsers 0.043s coverage: 97.0% of statements [2022-02-15T15:12:41.145Z] === RUN TestNewAndRemove [2022-02-15T15:12:41.145Z] --- PASS: TestNewAndRemove (0.00s) [2022-02-15T15:12:41.145Z] === RUN TestRemoveInvalidPath [2022-02-15T15:12:41.145Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-02-15T15:12:41.145Z] PASS [2022-02-15T15:12:41.145Z] coverage: 82.6% of statements [2022-02-15T15:12:41.145Z] ok github.com/docker/docker/pkg/pidfile 0.043s coverage: 82.6% of statements [2022-02-15T15:12:41.612Z] --- PASS: TestNetworkDBWatch (3.04s) [2022-02-15T15:12:41.612Z] === RUN TestNetworkDBBulkSync [2022-02-15T15:12:42.080Z] --- PASS: TestGetAddress (20.90s) [2022-02-15T15:12:42.080Z] === RUN TestRequestSyntaxCheck [2022-02-15T15:12:42.080Z] --- PASS: TestRequestSyntaxCheck (0.04s) [2022-02-15T15:12:42.080Z] === RUN TestRequest [2022-02-15T15:12:42.560Z] === RUN TestFailedConnection [2022-02-15T15:12:43.029Z] 2022/02/15 15:12:42 Closing DB instances... [2022-02-15T15:12:44.591Z] --- PASS: TestNetworkDBBulkSync (2.87s) [2022-02-15T15:12:44.591Z] === RUN TestNetworkDBCRUDMediumCluster [2022-02-15T15:12:44.591Z] --- PASS: TestFailedConnection (2.04s) [2022-02-15T15:12:44.591Z] === RUN TestFailOnce [2022-02-15T15:12:45.059Z] 2022/02/15 15:12:44 http: panic serving 127.0.0.1:49280: Plugin not ready [2022-02-15T15:12:45.059Z] goroutine 8 [running]: [2022-02-15T15:12:45.059Z] net/http.(*conn).serve.func1() [2022-02-15T15:12:45.059Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-02-15T15:12:45.059Z] panic({0x5bbc20, 0x6c9a70}) [2022-02-15T15:12:45.059Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-02-15T15:12:45.059Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x4756ca701e96f618}, 0xc000065a98) [2022-02-15T15:12:45.059Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-02-15T15:12:45.059Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x6d6810, 0xc0001ae000}, 0x5105e6) [2022-02-15T15:12:45.059Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-02-15T15:12:45.059Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x6d6810, 0xc0001ae000}, 0xc00006c200) [2022-02-15T15:12:45.059Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-02-15T15:12:45.059Z] net/http.serverHandler.ServeHTTP({0x6d4e10}, {0x6d6810, 0xc0001ae000}, 0xc00006c200) [2022-02-15T15:12:45.059Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-02-15T15:12:45.059Z] net/http.(*conn).serve(0xc000072000, {0x6d86a0, 0xc000192ea0}) [2022-02-15T15:12:45.059Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-02-15T15:12:45.059Z] created by net/http.(*Server).Serve [2022-02-15T15:12:45.059Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-02-15T15:12:45.059Z] time="2022-02-15T15:12:44Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49279/Test.FailOnce: Post \"http://127.0.0.1:49279/Test.FailOnce\": EOF, retrying in 1s" [2022-02-15T15:12:45.104Z] --- PASS: TestContainerKillOnDaemonStart (11.43s) [2022-02-15T15:12:45.104Z] PASS [2022-02-15T15:12:45.104Z] [2022-02-15T15:12:45.104Z] === Skipped [2022-02-15T15:12:45.104Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-02-15T15:12:45.104Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-15T15:12:45.104Z] [2022-02-15T15:12:45.104Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-02-15T15:12:45.104Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-02-15T15:12:45.104Z] [2022-02-15T15:12:45.104Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-02-15T15:12:45.104Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-02-15T15:12:45.104Z] [2022-02-15T15:12:45.104Z] DONE 200 tests, 3 skipped in 109.173s [2022-02-15T15:12:45.104Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-02-15T15:12:45.104Z] ++ 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-02-15T15:12:45.104Z] ++ set -e [2022-02-15T15:12:45.104Z] ++ '[' -n 0 ']' [2022-02-15T15:12:45.104Z] ++ set -x [2022-02-15T15:12:45.104Z] ++ 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-02-15T15:12:45.104Z] === RUN TestConfigDaemonLibtrustID [2022-02-15T15:12:45.104Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-02-15T15:12:45.104Z] === RUN TestDaemonConfigValidation [2022-02-15T15:12:45.104Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-02-15T15:12:45.104Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-02-15T15:12:45.104Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-02-15T15:12:45.104Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-02-15T15:12:45.104Z] === RUN TestDaemonConfigValidation/invalid_config [2022-02-15T15:12:45.104Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-02-15T15:12:45.104Z] === RUN TestDaemonConfigValidation/malformed_config [2022-02-15T15:12:45.104Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-02-15T15:12:45.104Z] === RUN TestDaemonConfigValidation/valid_config [2022-02-15T15:12:45.104Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-02-15T15:12:45.104Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-02-15T15:12:45.104Z] === CONT TestDaemonConfigValidation/malformed_config [2022-02-15T15:12:45.104Z] === CONT TestDaemonConfigValidation/invalid_config [2022-02-15T15:12:45.104Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-02-15T15:12:45.104Z] === CONT TestDaemonConfigValidation/valid_config [2022-02-15T15:12:45.104Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-02-15T15:12:45.104Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.05s) [2022-02-15T15:12:45.104Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2022-02-15T15:12:45.104Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.06s) [2022-02-15T15:12:45.104Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-02-15T15:12:45.104Z] --- PASS: TestDaemonConfigValidation/valid_config (0.04s) [2022-02-15T15:12:45.104Z] === RUN TestConfigDaemonSeccompProfiles [2022-02-15T15:12:45.104Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-02-15T15:12:45.387Z] --- PASS: TestReplicatedJob (5.02s) [2022-02-15T15:12:45.387Z] === RUN TestUpdateReplicatedJob [2022-02-15T15:12:46.044Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-02-15T15:12:46.044Z] --- PASS: TestFailOnce (1.19s) [2022-02-15T15:12:46.045Z] === RUN TestEchoInputOutput [2022-02-15T15:12:46.045Z] --- PASS: TestEchoInputOutput (0.00s) [2022-02-15T15:12:46.045Z] === RUN TestBackoff [2022-02-15T15:12:46.045Z] --- PASS: TestBackoff (0.00s) [2022-02-15T15:12:46.045Z] === RUN TestAbortRetry [2022-02-15T15:12:46.045Z] --- PASS: TestAbortRetry (0.00s) [2022-02-15T15:12:46.045Z] === RUN TestClientScheme [2022-02-15T15:12:46.045Z] --- PASS: TestClientScheme (0.00s) [2022-02-15T15:12:46.045Z] === RUN TestNewClientWithTimeout [2022-02-15T15:12:46.513Z] time="2022-02-15T15:12:46Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49286/Test.Echo: Post \"http://127.0.0.1:49286/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-02-15T15:12:46.987Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-02-15T15:12:47.500Z] 2022/02/15 15:12:47 Closing DB instances... [2022-02-15T15:12:47.969Z] time="2022-02-15T15:12:47Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49286/Test.Echo: Post \"http://127.0.0.1:49286/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-02-15T15:12:48.080Z] --- PASS: TestBuildWithHugeFile (50.92s) [2022-02-15T15:12:48.080Z] === RUN TestBuildWCOWSandboxSize [2022-02-15T15:12:48.080Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-15T15:12:48.080Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-02-15T15:12:48.080Z] === RUN TestBuildWithEmptyDockerfile [2022-02-15T15:12:48.080Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:12:48.080Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:12:48.080Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:12:48.080Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:12:48.080Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:12:48.080Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:12:48.080Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:12:48.080Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:12:48.080Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:12:48.080Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-02-15T15:12:48.080Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2022-02-15T15:12:48.080Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2022-02-15T15:12:48.080Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-02-15T15:12:48.080Z] === RUN TestBuildPreserveOwnership [2022-02-15T15:12:48.080Z] === RUN TestBuildPreserveOwnership/copy_from [2022-02-15T15:12:48.080Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-02-15T15:12:48.371Z] === CONT TestConfigDaemonSeccompProfiles [2022-02-15T15:12:48.371Z] daemon_test.go:156: [dcc2a232d2a31] daemon is not started [2022-02-15T15:12:48.371Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s) [2022-02-15T15:12:48.371Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-02-15T15:12:48.371Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-02-15T15:12:48.371Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-02-15T15:12:48.371Z] === RUN TestDaemonProxy [2022-02-15T15:12:48.371Z] === RUN TestDaemonProxy/environment_variables [2022-02-15T15:12:48.655Z] --- PASS: TestUpdateReplicatedJob (3.16s) [2022-02-15T15:12:48.655Z] === RUN TestServiceListWithStatuses [2022-02-15T15:12:48.655Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-02-15T15:12:48.655Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-02-15T15:12:48.655Z] === RUN TestDockerNetworkConnectAlias [2022-02-15T15:12:50.282Z] === RUN TestDaemonProxy/command-line_options [2022-02-15T15:12:50.919Z] time="2022-02-15T15:12:50Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49286/Test.Echo: Post \"http://127.0.0.1:49286/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-02-15T15:12:50.919Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.27s) [2022-02-15T15:12:50.919Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-02-15T15:12:51.906Z] 2022/02/15 15:12:51 Closing DB instances... [2022-02-15T15:12:52.194Z] === RUN TestDaemonProxy/configuration_file [2022-02-15T15:12:52.245Z] --- PASS: TestBuildPreserveOwnership (9.88s) [2022-02-15T15:12:52.245Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.88s) [2022-02-15T15:12:52.245Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-02-15T15:12:52.245Z] === RUN TestBuildPlatformInvalid [2022-02-15T15:12:52.245Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-02-15T15:12:52.245Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-02-15T15:12:52.245Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-02-15T15:12:52.245Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-02-15T15:12:52.245Z] PASS [2022-02-15T15:12:52.245Z] [2022-02-15T15:12:52.245Z] === Skipped [2022-02-15T15:12:52.245Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-02-15T15:12:52.245Z] build_session_test.go:25: TODO: BuildKit [2022-02-15T15:12:52.245Z] [2022-02-15T15:12:52.245Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-02-15T15:12:52.245Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-15T15:12:52.245Z] [2022-02-15T15:12:52.245Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-02-15T15:12:52.245Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-02-15T15:12:52.245Z] [2022-02-15T15:12:52.245Z] DONE 34 tests, 3 skipped in 111.070s [2022-02-15T15:12:52.245Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-02-15T15:12:52.245Z] INFO: Testing against a local daemon [2022-02-15T15:12:52.245Z] === RUN TestConfigInspect [2022-02-15T15:12:52.245Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:12:52.501Z] --- SKIP: TestConfigInspect (0.02s) [2022-02-15T15:12:52.501Z] === RUN TestConfigList [2022-02-15T15:12:52.501Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:12:52.501Z] --- SKIP: TestConfigList (0.01s) [2022-02-15T15:12:52.501Z] === RUN TestConfigsCreateAndDelete [2022-02-15T15:12:52.501Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:12:52.501Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-02-15T15:12:52.501Z] === RUN TestConfigsUpdate [2022-02-15T15:12:52.501Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:12:52.501Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-02-15T15:12:52.501Z] === RUN TestTemplatedConfig [2022-02-15T15:12:52.501Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:12:52.501Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-02-15T15:12:52.501Z] === RUN TestConfigCreateResolve [2022-02-15T15:12:52.501Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:12:52.501Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-02-15T15:12:52.501Z] PASS [2022-02-15T15:12:52.501Z] [2022-02-15T15:12:52.501Z] === Skipped [2022-02-15T15:12:52.501Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-02-15T15:12:52.501Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:12:52.501Z] [2022-02-15T15:12:52.501Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-02-15T15:12:52.501Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:12:52.501Z] [2022-02-15T15:12:52.501Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-02-15T15:12:52.501Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:12:52.501Z] [2022-02-15T15:12:52.501Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-02-15T15:12:52.501Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:12:52.501Z] [2022-02-15T15:12:52.501Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-02-15T15:12:52.501Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:12:52.501Z] [2022-02-15T15:12:52.501Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-02-15T15:12:52.501Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:12:52.501Z] [2022-02-15T15:12:52.501Z] DONE 6 tests, 6 skipped in 0.149s [2022-02-15T15:12:52.501Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-02-15T15:12:52.501Z] INFO: Testing against a local daemon [2022-02-15T15:12:52.501Z] === RUN TestCheckpoint [2022-02-15T15:12:52.501Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-15T15:12:52.501Z] --- SKIP: TestCheckpoint (0.00s) [2022-02-15T15:12:52.501Z] === RUN TestContainerInvalidJSON [2022-02-15T15:12:52.501Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:12:52.501Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:12:52.501Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:12:52.501Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:12:52.501Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:12:52.501Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:12:52.501Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-02-15T15:12:52.501Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-02-15T15:12:52.501Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-02-15T15:12:52.501Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-02-15T15:12:52.501Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-02-15T15:12:52.501Z] === RUN TestCopyFromContainerPathIsNotDir [2022-02-15T15:12:52.757Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-02-15T15:12:52.757Z] === RUN TestCopyToContainerPathDoesNotExist [2022-02-15T15:12:52.757Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-02-15T15:12:52.757Z] === RUN TestCopyToContainerPathIsNotDir [2022-02-15T15:12:52.757Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-02-15T15:12:52.757Z] === RUN TestCopyFromContainer [2022-02-15T15:12:52.821Z] --- PASS: TestDockerNetworkConnectAlias (4.00s) [2022-02-15T15:12:52.822Z] === RUN TestDockerNetworkReConnect [2022-02-15T15:12:53.470Z] time="2022-02-15T15:12:53Z" level=error msg="node1(5b0397f34309) Could not close DB: timeout waiting for leave broadcast" [2022-02-15T15:12:53.470Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.82s) [2022-02-15T15:12:53.470Z] === RUN TestNetworkDBGarbageCollection [2022-02-15T15:12:53.581Z] === RUN TestDaemonProxy/conflicting_options [2022-02-15T15:12:53.824Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-02-15T15:12:54.151Z] === RUN TestDaemonProxy/reload_sanitized [2022-02-15T15:12:54.456Z] --- PASS: TestRequest (12.20s) [2022-02-15T15:12:54.456Z] === RUN TestOverlappingRequests [2022-02-15T15:12:54.722Z] --- PASS: TestDaemonProxy (6.51s) [2022-02-15T15:12:54.722Z] --- PASS: TestDaemonProxy/environment_variables (2.01s) [2022-02-15T15:12:54.722Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-02-15T15:12:54.722Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-02-15T15:12:54.722Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-02-15T15:12:54.722Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-02-15T15:12:54.722Z] PASS [2022-02-15T15:12:54.722Z] [2022-02-15T15:12:54.723Z] DONE 17 tests in 10.429s [2022-02-15T15:12:54.723Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-02-15T15:12:54.723Z] ++ 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-02-15T15:12:54.723Z] ++ set -e [2022-02-15T15:12:54.723Z] ++ '[' -n 0 ']' [2022-02-15T15:12:54.723Z] ++ set -x [2022-02-15T15:12:54.723Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-02-15T15:12:54.723Z] INFO: Testing against a local daemon [2022-02-15T15:12:54.723Z] === RUN TestCommitInheritsEnv [2022-02-15T15:12:54.924Z] --- PASS: TestOverlappingRequests (0.57s) [2022-02-15T15:12:54.924Z] === RUN TestRelease [2022-02-15T15:12:54.924Z] time="2022-02-15T15:12:54Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49286/Test.Echo: Post \"http://127.0.0.1:49286/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-02-15T15:12:54.984Z] --- PASS: TestCommitInheritsEnv (0.23s) [2022-02-15T15:12:54.984Z] === RUN TestImportExtremelyLargeImageWorks [2022-02-15T15:12:54.984Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-02-15T15:12:54.984Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-02-15T15:12:54.984Z] === RUN TestImportWithCustomPlatform [2022-02-15T15:12:54.984Z] === RUN TestImportWithCustomPlatform/#00 [2022-02-15T15:12:54.984Z] === RUN TestImportWithCustomPlatform/_______ [2022-02-15T15:12:54.984Z] === RUN TestImportWithCustomPlatform// [2022-02-15T15:12:54.984Z] === RUN TestImportWithCustomPlatform/linux [2022-02-15T15:12:55.004Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-02-15T15:12:55.244Z] === RUN TestImportWithCustomPlatform/LINUX [2022-02-15T15:12:55.244Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-02-15T15:12:55.244Z] === RUN TestImportWithCustomPlatform/macos [2022-02-15T15:12:55.244Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-02-15T15:12:55.244Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-02-15T15:12:55.244Z] --- PASS: TestImportWithCustomPlatform (0.28s) [2022-02-15T15:12:55.244Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-02-15T15:12:55.244Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-02-15T15:12:55.244Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-02-15T15:12:55.244Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-02-15T15:12:55.244Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-02-15T15:12:55.244Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-02-15T15:12:55.244Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-02-15T15:12:55.244Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-02-15T15:12:55.244Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-02-15T15:12:55.244Z] === RUN TestImagesFilterMultiReference [2022-02-15T15:12:55.244Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-02-15T15:12:55.244Z] === RUN TestImagePullPlatformInvalid [2022-02-15T15:12:55.504Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-02-15T15:12:55.504Z] === RUN TestRemoveImageOrphaning [2022-02-15T15:12:55.504Z] --- PASS: TestRemoveImageOrphaning (0.23s) [2022-02-15T15:12:55.504Z] === RUN TestRemoveImageGarbageCollector [2022-02-15T15:12:55.504Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-15T15:12:55.504Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-02-15T15:12:55.504Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-02-15T15:12:55.764Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-02-15T15:12:55.764Z] === RUN TestTagInvalidReference [2022-02-15T15:12:55.764Z] --- PASS: TestTagInvalidReference (0.02s) [2022-02-15T15:12:55.764Z] === RUN TestTagValidPrefixedRepo [2022-02-15T15:12:55.764Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-02-15T15:12:55.764Z] === RUN TestTagExistedNameWithoutForce [2022-02-15T15:12:55.764Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-02-15T15:12:55.764Z] === RUN TestTagOfficialNames [2022-02-15T15:12:55.764Z] --- PASS: TestTagOfficialNames (0.05s) [2022-02-15T15:12:55.764Z] === RUN TestTagMatchesDigest [2022-02-15T15:12:55.764Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-02-15T15:12:55.764Z] PASS [2022-02-15T15:12:55.764Z] [2022-02-15T15:12:55.764Z] === Skipped [2022-02-15T15:12:55.764Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-02-15T15:12:55.764Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-02-15T15:12:55.764Z] [2022-02-15T15:12:55.764Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-02-15T15:12:55.764Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-15T15:12:55.764Z] [2022-02-15T15:12:55.764Z] DONE 22 tests, 2 skipped in 1.146s [2022-02-15T15:12:55.764Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-02-15T15:12:55.764Z] ++ 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-02-15T15:12:55.764Z] ++ set -e [2022-02-15T15:12:55.764Z] ++ '[' -n 0 ']' [2022-02-15T15:12:55.764Z] ++ set -x [2022-02-15T15:12:55.764Z] ++ 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-02-15T15:12:55.764Z] INFO: Testing against a local daemon [2022-02-15T15:12:55.764Z] === RUN TestNetworkCreateDelete [2022-02-15T15:12:56.025Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-02-15T15:12:56.025Z] === RUN TestDockerNetworkDeletePreferID [2022-02-15T15:12:56.092Z] --- PASS: TestDockerNetworkReConnect (3.29s) [2022-02-15T15:12:56.092Z] === RUN TestServicePlugin [2022-02-15T15:12:56.285Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2022-02-15T15:12:56.285Z] === RUN TestDaemonDNSFallback [2022-02-15T15:12:56.922Z] === RUN TestCopyFromContainer// [2022-02-15T15:12:56.922Z] === RUN TestCopyFromContainer//bar/root [2022-02-15T15:12:56.922Z] === RUN TestCopyFromContainer//bar/root/ [2022-02-15T15:12:56.922Z] === RUN TestCopyFromContainer/bar/quux [2022-02-15T15:12:56.922Z] === RUN TestCopyFromContainer/bar/quux/ [2022-02-15T15:12:56.923Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-02-15T15:12:56.923Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-02-15T15:12:56.923Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-02-15T15:12:56.923Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-02-15T15:12:56.923Z] === RUN TestCopyFromContainer/bar/notarget [2022-02-15T15:12:56.923Z] --- PASS: TestCopyFromContainer (3.94s) [2022-02-15T15:12:56.923Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-02-15T15:12:56.923Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-02-15T15:12:56.923Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-02-15T15:12:56.923Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-02-15T15:12:56.923Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-02-15T15:12:56.923Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-02-15T15:12:56.923Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-02-15T15:12:56.923Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-02-15T15:12:56.923Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-02-15T15:12:56.923Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-02-15T15:12:56.923Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-02-15T15:12:56.923Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:12:56.923Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:12:56.923Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:12:56.923Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:12:56.923Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:12:56.923Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:12:56.923Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:12:56.923Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:12:56.923Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:12:56.923Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-02-15T15:12:56.923Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-02-15T15:12:56.923Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-02-15T15:12:56.923Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-02-15T15:12:56.923Z] === RUN TestCreateLinkToNonExistingContainer [2022-02-15T15:12:56.923Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s) [2022-02-15T15:12:56.923Z] === RUN TestCreateWithInvalidEnv [2022-02-15T15:12:56.923Z] === RUN TestCreateWithInvalidEnv/0 [2022-02-15T15:12:56.923Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-02-15T15:12:56.923Z] === RUN TestCreateWithInvalidEnv/1 [2022-02-15T15:12:56.923Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-02-15T15:12:56.923Z] === RUN TestCreateWithInvalidEnv/2 [2022-02-15T15:12:56.923Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-02-15T15:12:56.923Z] === CONT TestCreateWithInvalidEnv/0 [2022-02-15T15:12:56.923Z] === CONT TestCreateWithInvalidEnv/2 [2022-02-15T15:12:56.923Z] === CONT TestCreateWithInvalidEnv/1 [2022-02-15T15:12:56.923Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-02-15T15:12:56.923Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-02-15T15:12:56.923Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-02-15T15:12:56.923Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-02-15T15:12:56.923Z] === RUN TestCreateTmpfsMountsTarget [2022-02-15T15:12:56.923Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-02-15T15:12:56.923Z] === RUN TestCreateWithCustomMaskedPaths [2022-02-15T15:12:57.141Z] --- PASS: TestRelease (2.12s) [2022-02-15T15:12:57.141Z] === RUN TestAllocateRandomDeallocate [2022-02-15T15:12:57.609Z] === RUN TestParseEmptyInterface [2022-02-15T15:12:57.609Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-02-15T15:12:57.609Z] === RUN TestParseNonInterfaceType [2022-02-15T15:12:57.609Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-02-15T15:12:57.609Z] === RUN TestParseWithOneFunction [2022-02-15T15:12:57.609Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-02-15T15:12:57.609Z] === RUN TestParseWithMultipleFuncs [2022-02-15T15:12:57.609Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-02-15T15:12:57.609Z] === RUN TestParseWithUnnamedReturn [2022-02-15T15:12:57.609Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-02-15T15:12:57.609Z] === RUN TestEmbeddedInterface [2022-02-15T15:12:57.609Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-02-15T15:12:57.609Z] === RUN TestParsedImports [2022-02-15T15:12:57.609Z] --- PASS: TestParsedImports (0.00s) [2022-02-15T15:12:57.609Z] === RUN TestAliasedImports [2022-02-15T15:12:57.609Z] --- PASS: TestAliasedImports (0.00s) [2022-02-15T15:12:57.609Z] PASS [2022-02-15T15:12:57.609Z] coverage: 56.8% of statements [2022-02-15T15:12:57.609Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.054s coverage: 56.8% of statements [2022-02-15T15:12:57.852Z] --- PASS: TestCreateWithCustomMaskedPaths (1.12s) [2022-02-15T15:12:57.852Z] === RUN TestCreateWithCustomReadonlyPaths [2022-02-15T15:12:58.598Z] === RUN TestHTTPTransport [2022-02-15T15:12:58.598Z] --- PASS: TestHTTPTransport (0.00s) [2022-02-15T15:12:58.598Z] PASS [2022-02-15T15:12:58.598Z] coverage: 85.7% of statements [2022-02-15T15:12:58.598Z] ok github.com/docker/docker/pkg/plugins/transport 0.046s coverage: 85.7% of statements [2022-02-15T15:12:59.217Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.05s) [2022-02-15T15:12:59.217Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-02-15T15:12:59.217Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:12:59.217Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:12:59.217Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:12:59.217Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:12:59.217Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:12:59.217Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:12:59.217Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:12:59.217Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:12:59.217Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:12:59.217Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:12:59.217Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:12:59.217Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:12:59.217Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:12:59.217Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:12:59.217Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:12:59.217Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-02-15T15:12:59.217Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-02-15T15:12:59.217Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-02-15T15:12:59.217Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-02-15T15:12:59.217Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-02-15T15:12:59.217Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-02-15T15:12:59.217Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-02-15T15:12:59.217Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.36s) [2022-02-15T15:12:59.217Z] === RUN TestCreateDifferentPlatform [2022-02-15T15:12:59.217Z] === RUN TestCreateDifferentPlatform/different_os [2022-02-15T15:12:59.217Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-02-15T15:12:59.217Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-02-15T15:12:59.217Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-02-15T15:12:59.217Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-02-15T15:12:59.217Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-02-15T15:12:59.360Z] plugin_test.go:61: [dec80271b6112] joining swarm manager [d7f6dbb1ae522]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:12:59.473Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-02-15T15:12:59.473Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-02-15T15:12:59.473Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-02-15T15:12:59.473Z] === RUN TestContainerStartOnDaemonRestart [2022-02-15T15:12:59.473Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-02-15T15:12:59.473Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-02-15T15:12:59.473Z] === RUN TestDaemonRestartIpcMode [2022-02-15T15:12:59.473Z] === PAUSE TestDaemonRestartIpcMode [2022-02-15T15:12:59.473Z] === RUN TestDaemonHostGatewayIP [2022-02-15T15:12:59.473Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:12:59.473Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-02-15T15:12:59.473Z] === RUN TestRestartDaemonWithRestartingContainer [2022-02-15T15:12:59.473Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-02-15T15:12:59.473Z] === RUN TestContainerKillOnDaemonStart [2022-02-15T15:12:59.473Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-02-15T15:12:59.473Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-02-15T15:12:59.473Z] === RUN TestDiff [2022-02-15T15:12:59.584Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-02-15T15:12:59.584Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-02-15T15:12:59.584Z] === RUN TestBufioReaderPoolPutAndGet [2022-02-15T15:12:59.584Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-02-15T15:12:59.584Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-02-15T15:12:59.584Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-02-15T15:12:59.584Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-02-15T15:12:59.584Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-02-15T15:12:59.584Z] === RUN TestBufioWriterPoolPutAndGet [2022-02-15T15:12:59.584Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-02-15T15:12:59.584Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-02-15T15:12:59.584Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-02-15T15:12:59.584Z] === RUN TestBufferPoolPutAndGet [2022-02-15T15:12:59.584Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-02-15T15:12:59.584Z] PASS [2022-02-15T15:12:59.584Z] coverage: 88.2% of statements [2022-02-15T15:12:59.584Z] ok github.com/docker/docker/pkg/pools 0.037s coverage: 88.2% of statements [2022-02-15T15:12:59.729Z] --- PASS: TestDiff (0.40s) [2022-02-15T15:12:59.729Z] === RUN TestExecWithCloseStdin [2022-02-15T15:13:00.051Z] === RUN TestOutputOnPrematureClose [2022-02-15T15:13:00.051Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-02-15T15:13:00.051Z] === RUN TestCompleteSilently [2022-02-15T15:13:00.051Z] --- PASS: TestCompleteSilently (0.00s) [2022-02-15T15:13:00.051Z] PASS [2022-02-15T15:13:00.051Z] coverage: 75.9% of statements [2022-02-15T15:13:00.051Z] ok github.com/docker/docker/pkg/progress 0.040s coverage: 75.9% of statements [2022-02-15T15:13:00.290Z] --- PASS: TestExecWithCloseStdin (0.43s) [2022-02-15T15:13:00.290Z] === RUN TestExec [2022-02-15T15:13:00.292Z] plugin_test.go:64: [d31784027e0bf] joining swarm manager [d7f6dbb1ae522]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:13:00.518Z] === RUN TestSendToOneSub [2022-02-15T15:13:00.518Z] --- PASS: TestSendToOneSub (0.00s) [2022-02-15T15:13:00.518Z] === RUN TestSendToMultipleSubs [2022-02-15T15:13:00.518Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-02-15T15:13:00.518Z] === RUN TestEvictOneSub [2022-02-15T15:13:00.518Z] --- PASS: TestEvictOneSub (0.00s) [2022-02-15T15:13:00.518Z] === RUN TestClosePublisher [2022-02-15T15:13:00.518Z] --- PASS: TestClosePublisher (0.00s) [2022-02-15T15:13:00.518Z] === RUN TestPubSubRace [2022-02-15T15:13:00.547Z] --- PASS: TestExec (0.44s) [2022-02-15T15:13:00.547Z] === RUN TestExecUser [2022-02-15T15:13:01.109Z] --- PASS: TestExecUser (0.47s) [2022-02-15T15:13:01.109Z] === RUN TestExportContainerAndImportImage [2022-02-15T15:13:01.504Z] --- PASS: TestPubSubRace (1.06s) [2022-02-15T15:13:01.504Z] PASS [2022-02-15T15:13:01.504Z] coverage: 75.0% of statements [2022-02-15T15:13:01.504Z] ok github.com/docker/docker/pkg/pubsub 1.096s coverage: 75.0% of statements [2022-02-15T15:13:01.669Z] --- PASS: TestExportContainerAndImportImage (0.56s) [2022-02-15T15:13:01.670Z] === RUN TestExportContainerAfterDaemonRestart [2022-02-15T15:13:01.974Z] === RUN TestRegister [2022-02-15T15:13:01.974Z] --- PASS: TestRegister (0.00s) [2022-02-15T15:13:01.974Z] === RUN TestCommand [2022-02-15T15:13:01.974Z] --- PASS: TestCommand (0.03s) [2022-02-15T15:13:01.974Z] === RUN TestNaiveSelf [2022-02-15T15:13:01.974Z] --- PASS: TestNaiveSelf (0.03s) [2022-02-15T15:13:01.974Z] PASS [2022-02-15T15:13:01.974Z] coverage: 82.4% of statements [2022-02-15T15:13:01.974Z] ok github.com/docker/docker/pkg/reexec 0.084s coverage: 82.4% of statements [2022-02-15T15:13:02.442Z] === RUN TestDump [2022-02-15T15:13:02.442Z] goroutine 6 [running]: [2022-02-15T15:13:02.442Z] github.com/docker/docker/pkg/stack.dump(0xe4b6b7) [2022-02-15T15:13:02.442Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-02-15T15:13:02.442Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-02-15T15:13:02.442Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-02-15T15:13:02.442Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-02-15T15:13:02.442Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-02-15T15:13:02.442Z] testing.tRunner(0xc00011c1a0, 0xfb8e68) [2022-02-15T15:13:02.442Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-15T15:13:02.442Z] created by testing.(*T).Run [2022-02-15T15:13:02.442Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-02-15T15:13:02.442Z] [2022-02-15T15:13:02.442Z] goroutine 1 [chan receive]: [2022-02-15T15:13:02.442Z] testing.(*T).Run(0xc00011c000, {0xfaa52e, 0xe2a413}, 0xfb8e68) [2022-02-15T15:13:02.442Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-02-15T15:13:02.442Z] testing.runTests.func1(0xc000068750) [2022-02-15T15:13:02.442Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-02-15T15:13:02.442Z] testing.tRunner(0xc00011c000, 0xc000071ce0) [2022-02-15T15:13:02.442Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-15T15:13:02.442Z] testing.runTests(0xc000076080, {0x111cba0, 0x3, 0x3}, {0xe4a90d, 0xfac228, 0x1121640}) [2022-02-15T15:13:02.442Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-02-15T15:13:02.442Z] testing.(*M).Run(0xc000076080) [2022-02-15T15:13:02.442Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-02-15T15:13:02.442Z] main.main() [2022-02-15T15:13:02.442Z] _testmain.go:95 +0x1f5 [2022-02-15T15:13:02.442Z] --- PASS: TestDump (0.00s) [2022-02-15T15:13:02.442Z] === RUN TestDumpToFile [2022-02-15T15:13:02.866Z] --- PASS: TestDaemonDNSFallback (6.21s) [2022-02-15T15:13:02.867Z] === RUN TestInspectNetwork [2022-02-15T15:13:02.910Z] --- PASS: TestDumpToFile (0.16s) [2022-02-15T15:13:02.910Z] === RUN TestDumpToFileWithEmptyInput [2022-02-15T15:13:02.910Z] goroutine 8 [running]: [2022-02-15T15:13:02.910Z] github.com/docker/docker/pkg/stack.dump(0xeb86f4) [2022-02-15T15:13:02.910Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-02-15T15:13:02.910Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xeb8aa0}) [2022-02-15T15:13:02.910Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-02-15T15:13:02.910Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00011c1a0) [2022-02-15T15:13:02.910Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-02-15T15:13:02.910Z] testing.tRunner(0xc00011c680, 0xfb8e58) [2022-02-15T15:13:02.910Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-15T15:13:02.910Z] created by testing.(*T).Run [2022-02-15T15:13:02.910Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-02-15T15:13:02.910Z] [2022-02-15T15:13:02.910Z] goroutine 1 [chan receive]: [2022-02-15T15:13:02.910Z] testing.(*T).Run(0xc00011c000, {0xfb12ba, 0xe2a413}, 0xfb8e58) [2022-02-15T15:13:02.910Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-02-15T15:13:02.910Z] testing.runTests.func1(0xc000068750) [2022-02-15T15:13:02.910Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-02-15T15:13:02.910Z] testing.tRunner(0xc00011c000, 0xc000071ce0) [2022-02-15T15:13:02.910Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-15T15:13:02.910Z] testing.runTests(0xc000076080, {0x111cba0, 0x3, 0x3}, {0xe4a90d, 0xfac228, 0x1121640}) [2022-02-15T15:13:02.910Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-02-15T15:13:02.910Z] testing.(*M).Run(0xc000076080) [2022-02-15T15:13:02.910Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-02-15T15:13:02.910Z] main.main() [2022-02-15T15:13:02.910Z] _testmain.go:95 +0x1f5 [2022-02-15T15:13:02.910Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-02-15T15:13:02.910Z] PASS [2022-02-15T15:13:02.910Z] coverage: 90.9% of statements [2022-02-15T15:13:02.910Z] ok github.com/docker/docker/pkg/stack 0.192s coverage: 90.9% of statements [2022-02-15T15:13:03.045Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2022-02-15T15:13:03.046Z] === RUN TestHealthCheckWorkdir [2022-02-15T15:13:03.396Z] === RUN TestNewStdWriter [2022-02-15T15:13:03.396Z] --- PASS: TestNewStdWriter (0.00s) [2022-02-15T15:13:03.396Z] === RUN TestWriteWithUninitializedStdWriter [2022-02-15T15:13:03.396Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-02-15T15:13:03.396Z] === RUN TestWriteWithNilBytes [2022-02-15T15:13:03.396Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-02-15T15:13:03.396Z] === RUN TestWrite [2022-02-15T15:13:03.396Z] --- PASS: TestWrite (0.00s) [2022-02-15T15:13:03.396Z] === RUN TestWriteWithWriterError [2022-02-15T15:13:03.396Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-02-15T15:13:03.396Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-02-15T15:13:03.396Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-02-15T15:13:03.396Z] === RUN TestStdCopyWriteAndRead [2022-02-15T15:13:03.396Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-02-15T15:13:03.396Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-02-15T15:13:03.396Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-02-15T15:13:03.396Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-02-15T15:13:03.396Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-02-15T15:13:03.396Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-02-15T15:13:03.396Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-02-15T15:13:03.396Z] === RUN TestStdCopyWithInvalidInputHeader [2022-02-15T15:13:03.396Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-02-15T15:13:03.396Z] === RUN TestStdCopyWithCorruptedPrefix [2022-02-15T15:13:03.396Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-02-15T15:13:03.396Z] === RUN TestStdCopyReturnsWriteErrors [2022-02-15T15:13:03.396Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-02-15T15:13:03.396Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-02-15T15:13:03.396Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-02-15T15:13:03.396Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-02-15T15:13:03.396Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-02-15T15:13:03.396Z] PASS [2022-02-15T15:13:03.396Z] coverage: 100.0% of statements [2022-02-15T15:13:03.396Z] ok github.com/docker/docker/pkg/stdcopy 0.053s coverage: 100.0% of statements [2022-02-15T15:13:03.396Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-02-15T15:13:03.396Z] === RUN TestClientStream [2022-02-15T15:13:03.396Z] --- PASS: TestClientStream (0.00s) [2022-02-15T15:13:03.396Z] === RUN TestClientSendFile [2022-02-15T15:13:03.396Z] --- PASS: TestClientSendFile (0.00s) [2022-02-15T15:13:03.396Z] === RUN TestClientWithRequestTimeout [2022-02-15T15:13:03.396Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-02-15T15:13:03.396Z] === RUN TestFileSpecPlugin [2022-02-15T15:13:03.606Z] --- PASS: TestHealthCheckWorkdir (0.52s) [2022-02-15T15:13:03.606Z] === RUN TestHealthKillContainer [2022-02-15T15:13:03.863Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-02-15T15:13:03.863Z] === RUN TestFileJSONSpecPlugin [2022-02-15T15:13:03.863Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-02-15T15:13:03.863Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-02-15T15:13:03.863Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2022-02-15T15:13:03.863Z] === RUN TestPluginAddHandler [2022-02-15T15:13:03.863Z] --- PASS: TestPluginAddHandler (0.00s) [2022-02-15T15:13:03.863Z] === RUN TestPluginWaitBadPlugin [2022-02-15T15:13:03.863Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-02-15T15:13:03.863Z] === RUN TestGet [2022-02-15T15:13:03.863Z] time="2022-02-15T15:13:03Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-02-15T15:13:03.863Z] --- PASS: TestAllocateRandomDeallocate (6.76s) [2022-02-15T15:13:03.863Z] === RUN TestRetrieveFromStore [2022-02-15T15:13:03.863Z] === RUN TestRawProgressFormatterFormatStatus [2022-02-15T15:13:03.863Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-02-15T15:13:03.863Z] === RUN TestRawProgressFormatterFormatProgress [2022-02-15T15:13:03.863Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-02-15T15:13:03.863Z] === RUN TestFormatStatus [2022-02-15T15:13:03.863Z] --- PASS: TestFormatStatus (0.00s) [2022-02-15T15:13:03.863Z] === RUN TestFormatError [2022-02-15T15:13:03.863Z] --- PASS: TestFormatError (0.00s) [2022-02-15T15:13:03.863Z] === RUN TestFormatJSONError [2022-02-15T15:13:03.863Z] --- PASS: TestFormatJSONError (0.00s) [2022-02-15T15:13:03.863Z] === RUN TestJsonProgressFormatterFormatProgress [2022-02-15T15:13:03.863Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-02-15T15:13:03.863Z] === RUN TestJsonProgressFormatterFormatStatus [2022-02-15T15:13:03.863Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-02-15T15:13:03.863Z] === RUN TestNewJSONProgressOutput [2022-02-15T15:13:03.863Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-02-15T15:13:03.863Z] === RUN TestAuxFormatterEmit [2022-02-15T15:13:03.863Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-02-15T15:13:03.863Z] === RUN TestStreamWriterStdout [2022-02-15T15:13:03.863Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-02-15T15:13:03.863Z] === RUN TestStreamWriterStderr [2022-02-15T15:13:03.863Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-02-15T15:13:03.863Z] PASS [2022-02-15T15:13:03.863Z] coverage: 66.2% of statements [2022-02-15T15:13:03.863Z] ok github.com/docker/docker/pkg/streamformatter 0.038s coverage: 66.2% of statements [2022-02-15T15:13:04.330Z] === RUN TestGenerateRandomID [2022-02-15T15:13:04.330Z] --- PASS: TestGenerateRandomID (0.00s) [2022-02-15T15:13:04.330Z] === RUN TestShortenId [2022-02-15T15:13:04.330Z] --- PASS: TestShortenId (0.00s) [2022-02-15T15:13:04.330Z] === RUN TestShortenSha256Id [2022-02-15T15:13:04.330Z] --- PASS: TestShortenSha256Id (0.00s) [2022-02-15T15:13:04.330Z] === RUN TestShortenIdEmpty [2022-02-15T15:13:04.330Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-02-15T15:13:04.330Z] === RUN TestShortenIdInvalid [2022-02-15T15:13:04.330Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-02-15T15:13:04.330Z] === RUN TestIsShortIDNonHex [2022-02-15T15:13:04.330Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-02-15T15:13:04.330Z] === RUN TestIsShortIDNotCorrectSize [2022-02-15T15:13:04.330Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-02-15T15:13:04.330Z] PASS [2022-02-15T15:13:04.330Z] coverage: 70.6% of statements [2022-02-15T15:13:04.330Z] ok github.com/docker/docker/pkg/stringid 0.034s coverage: 70.6% of statements [2022-02-15T15:13:04.796Z] time="2022-02-15T15:13:04Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-02-15T15:13:05.263Z] === RUN TestIsCpusetListAvailable [2022-02-15T15:13:05.263Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-02-15T15:13:05.263Z] PASS [2022-02-15T15:13:05.263Z] coverage: 39.4% of statements [2022-02-15T15:13:05.263Z] ok github.com/docker/docker/pkg/sysinfo 0.038s coverage: 39.4% of statements [2022-02-15T15:13:05.538Z] === RUN TestInspectNetwork/full_network_id [2022-02-15T15:13:05.538Z] === RUN TestInspectNetwork/partial_network_id [2022-02-15T15:13:05.538Z] === RUN TestInspectNetwork/network_name [2022-02-15T15:13:05.538Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-02-15T15:13:05.734Z] --- PASS: TestRetrieveFromStore (1.90s) [2022-02-15T15:13:05.734Z] === RUN TestRequestReleaseAddressDuplicate [2022-02-15T15:13:05.734Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-02-15T15:13:05.734Z] === RUN TestParallelPredefinedRequest1 [2022-02-15T15:13:05.734Z] === PAUSE TestParallelPredefinedRequest1 [2022-02-15T15:13:05.734Z] === RUN TestParallelPredefinedRequest2 [2022-02-15T15:13:05.734Z] === PAUSE TestParallelPredefinedRequest2 [2022-02-15T15:13:05.734Z] === RUN TestParallelPredefinedRequest3 [2022-02-15T15:13:05.734Z] === PAUSE TestParallelPredefinedRequest3 [2022-02-15T15:13:05.734Z] === RUN TestParallelPredefinedRequest4 [2022-02-15T15:13:05.734Z] === PAUSE TestParallelPredefinedRequest4 [2022-02-15T15:13:05.734Z] === RUN TestParallelPredefinedRequest5 [2022-02-15T15:13:05.734Z] === PAUSE TestParallelPredefinedRequest5 [2022-02-15T15:13:05.734Z] === RUN TestDebug [2022-02-15T15:13:05.734Z] --- PASS: TestDebug (0.00s) [2022-02-15T15:13:05.734Z] === RUN TestRequestPoolParallel [2022-02-15T15:13:06.203Z] --- PASS: TestRequestPoolParallel (0.45s) [2022-02-15T15:13:06.203Z] === RUN TestFullAllocateRelease [2022-02-15T15:13:06.672Z] --- PASS: TestFullAllocateRelease (0.46s) [2022-02-15T15:13:06.672Z] === RUN TestOddAllocateRelease [2022-02-15T15:13:06.672Z] time="2022-02-15T15:13:06Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-02-15T15:13:06.672Z] === RUN TestChtimes [2022-02-15T15:13:06.672Z] --- PASS: TestChtimes (0.00s) [2022-02-15T15:13:06.672Z] === RUN TestChtimesWindows [2022-02-15T15:13:06.672Z] --- PASS: TestChtimesWindows (0.00s) [2022-02-15T15:13:06.672Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-02-15T15:13:06.672Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-02-15T15:13:06.672Z] === RUN TestEnsureRemoveAllNotExist [2022-02-15T15:13:06.672Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-02-15T15:13:06.672Z] === RUN TestEnsureRemoveAllWithDir [2022-02-15T15:13:06.672Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-02-15T15:13:06.672Z] === RUN TestEnsureRemoveAllWithFile [2022-02-15T15:13:06.672Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-02-15T15:13:06.672Z] PASS [2022-02-15T15:13:06.672Z] coverage: 12.9% of statements [2022-02-15T15:13:06.672Z] ok github.com/docker/docker/pkg/system 0.052s coverage: 12.9% of statements [2022-02-15T15:13:06.672Z] --- PASS: TestOddAllocateRelease (0.26s) [2022-02-15T15:13:06.672Z] === RUN TestFullAllocateSerialReleaseParallel [2022-02-15T15:13:06.672Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2022-02-15T15:13:06.672Z] === RUN TestOddAllocateSerialReleaseParallel [2022-02-15T15:13:07.140Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-02-15T15:13:07.140Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-02-15T15:13:07.140Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-02-15T15:13:07.140Z] === CONT TestParallelPredefinedRequest1 [2022-02-15T15:13:07.140Z] === CONT TestParallelPredefinedRequest4 [2022-02-15T15:13:07.140Z] === CONT TestParallelPredefinedRequest3 [2022-02-15T15:13:07.140Z] === CONT TestParallelPredefinedRequest2 [2022-02-15T15:13:07.140Z] === CONT TestParallelPredefinedRequest3 [2022-02-15T15:13:07.140Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:13:07.140Z] === CONT TestParallelPredefinedRequest2 [2022-02-15T15:13:07.140Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:13:07.140Z] === CONT TestParallelPredefinedRequest4 [2022-02-15T15:13:07.140Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:13:07.140Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-02-15T15:13:07.140Z] === CONT TestParallelPredefinedRequest1 [2022-02-15T15:13:07.140Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:13:07.140Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-02-15T15:13:07.140Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-02-15T15:13:07.140Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-02-15T15:13:07.140Z] === CONT TestParallelPredefinedRequest5 [2022-02-15T15:13:07.140Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:13:07.140Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-02-15T15:13:07.140Z] PASS [2022-02-15T15:13:07.140Z] coverage: 85.3% of statements [2022-02-15T15:13:07.140Z] ok github.com/docker/docker/libnetwork/ipam 54.670s coverage: 85.3% of statements [2022-02-15T15:13:07.140Z] === RUN TestTailFile [2022-02-15T15:13:07.140Z] --- PASS: TestTailFile (0.00s) [2022-02-15T15:13:07.140Z] === RUN TestTailFileManyLines [2022-02-15T15:13:07.140Z] --- PASS: TestTailFileManyLines (0.00s) [2022-02-15T15:13:07.140Z] === RUN TestTailEmptyFile [2022-02-15T15:13:07.140Z] --- PASS: TestTailEmptyFile (0.00s) [2022-02-15T15:13:07.140Z] === RUN TestTailNegativeN [2022-02-15T15:13:07.140Z] --- PASS: TestTailNegativeN (0.00s) [2022-02-15T15:13:07.140Z] === RUN TestNewTailReader [2022-02-15T15:13:07.140Z] === PAUSE TestNewTailReader [2022-02-15T15:13:07.140Z] === CONT TestNewTailReader [2022-02-15T15:13:07.140Z] === RUN TestNewTailReader/no_delimiter [2022-02-15T15:13:07.140Z] === PAUSE TestNewTailReader/no_delimiter [2022-02-15T15:13:07.140Z] === RUN TestNewTailReader/single_byte_delimiter [2022-02-15T15:13:07.140Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-02-15T15:13:07.140Z] === RUN TestNewTailReader/2_byte_delimiter [2022-02-15T15:13:07.140Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-02-15T15:13:07.140Z] === RUN TestNewTailReader/4_byte_delimiter [2022-02-15T15:13:07.140Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-02-15T15:13:07.140Z] === RUN TestNewTailReader/8_byte_delimiter [2022-02-15T15:13:07.140Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-02-15T15:13:07.140Z] === RUN TestNewTailReader/12_byte_delimiter [2022-02-15T15:13:07.140Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-02-15T15:13:07.140Z] === RUN TestNewTailReader/truncated_last_line [2022-02-15T15:13:07.140Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-02-15T15:13:07.140Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-02-15T15:13:07.140Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-02-15T15:13:07.140Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-02-15T15:13:07.609Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/no_delimiter [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/12_byte_delimiter [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/single_byte_delimiter [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/8_byte_delimiter [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/4_byte_delimiter [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/2_byte_delimiter [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:07.610Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-02-15T15:13:07.610Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:07.610Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:07.611Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-15T15:13:07.611Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:13:07.611Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:07.612Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:07.612Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:07.612Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:13:07.613Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:07.613Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:07.614Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:07.614Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:07.614Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:07.614Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:07.614Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:07.614Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:07.614Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:07.614Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:07.614Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:07.614Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:07.614Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:07.614Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:07.614Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:07.614Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:13:07.614Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:07.614Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-15T15:13:07.614Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-15T15:13:07.614Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-15T15:13:07.614Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-15T15:13:07.614Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-15T15:13:07.614Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-15T15:13:07.614Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-15T15:13:07.614Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-15T15:13:07.614Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:07.614Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-15T15:13:08.190Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:08.190Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:08.190Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:08.190Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-15T15:13:08.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-15T15:13:08.190Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-15T15:13:08.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-15T15:13:08.190Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-15T15:13:08.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-15T15:13:08.190Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-15T15:13:08.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-15T15:13:08.190Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-15T15:13:08.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-15T15:13:08.190Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-15T15:13:08.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-15T15:13:08.190Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:08.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:08.190Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-15T15:13:08.190Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:13:08.190Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:13:08.190Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:08.190Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:08.190Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:08.190Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-15T15:13:08.191Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:08.191Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:13:08.192Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:13:08.192Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.01s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.01s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.01s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:13:08.193Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.01s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-15T15:13:08.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:13:08.195Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:13:08.195Z] PASS [2022-02-15T15:13:08.195Z] coverage: 88.6% of statements [2022-02-15T15:13:08.195Z] ok github.com/docker/docker/pkg/tailfile 0.197s coverage: 88.6% of statements [2022-02-15T15:13:08.663Z] === RUN TestTarSumRemoveNonExistent [2022-02-15T15:13:08.663Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-02-15T15:13:08.663Z] === RUN TestTarSumRemove [2022-02-15T15:13:08.663Z] --- PASS: TestTarSumRemove (0.00s) [2022-02-15T15:13:08.663Z] === RUN TestSortFileInfoSums [2022-02-15T15:13:08.663Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-02-15T15:13:08.663Z] === RUN TestNewTarSumForLabelInvalid [2022-02-15T15:13:08.663Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-02-15T15:13:08.663Z] === RUN TestNewTarSumForLabel [2022-02-15T15:13:08.663Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-02-15T15:13:08.663Z] === RUN TestEmptyTar [2022-02-15T15:13:08.663Z] --- PASS: TestEmptyTar (0.00s) [2022-02-15T15:13:08.663Z] === RUN TestTarSumsReadSize [2022-02-15T15:13:08.663Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-02-15T15:13:08.663Z] === RUN TestTarSums [2022-02-15T15:13:08.663Z] --- PASS: TestTarSums (0.05s) [2022-02-15T15:13:08.663Z] === RUN TestIteration [2022-02-15T15:13:08.663Z] --- PASS: TestIteration (0.00s) [2022-02-15T15:13:08.663Z] === RUN TestVersionLabelForChecksum [2022-02-15T15:13:08.663Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-02-15T15:13:08.663Z] === RUN TestVersion [2022-02-15T15:13:08.663Z] --- PASS: TestVersion (0.00s) [2022-02-15T15:13:08.663Z] === RUN TestGetVersion [2022-02-15T15:13:08.663Z] --- PASS: TestGetVersion (0.00s) [2022-02-15T15:13:08.663Z] === RUN TestGetVersions [2022-02-15T15:13:08.663Z] --- PASS: TestGetVersions (0.00s) [2022-02-15T15:13:08.663Z] PASS [2022-02-15T15:13:08.663Z] coverage: 89.3% of statements [2022-02-15T15:13:08.663Z] ok github.com/docker/docker/pkg/tarsum 0.105s coverage: 89.3% of statements [2022-02-15T15:13:08.766Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-02-15T15:13:09.133Z] testing: warning: no tests to run [2022-02-15T15:13:09.133Z] PASS [2022-02-15T15:13:09.133Z] coverage: [no statements] [2022-02-15T15:13:09.133Z] ok github.com/docker/docker/pkg/term/windows 0.032s coverage: [no statements] [no tests to run] [2022-02-15T15:13:09.600Z] === RUN TestTruncIndex [2022-02-15T15:13:09.742Z] --- PASS: TestInspectNetwork (6.75s) [2022-02-15T15:13:09.742Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-02-15T15:13:09.742Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-02-15T15:13:09.742Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-02-15T15:13:09.742Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-02-15T15:13:09.742Z] === RUN TestRunContainerWithBridgeNone [2022-02-15T15:13:10.068Z] --- PASS: TestTruncIndex (0.10s) [2022-02-15T15:13:10.068Z] PASS [2022-02-15T15:13:10.068Z] coverage: 91.5% of statements [2022-02-15T15:13:10.068Z] ok github.com/docker/docker/pkg/truncindex 0.135s coverage: 91.5% of statements [2022-02-15T15:13:10.418Z] INFO: Expanding compiler 1 of 3... [2022-02-15T15:13:10.418Z] INFO: Expanding compiler 2 of 3... [2022-02-15T15:13:10.535Z] === RUN TestIsGIT [2022-02-15T15:13:10.535Z] --- PASS: TestIsGIT (0.00s) [2022-02-15T15:13:10.535Z] === RUN TestIsTransport [2022-02-15T15:13:10.535Z] --- PASS: TestIsTransport (0.00s) [2022-02-15T15:13:10.535Z] PASS [2022-02-15T15:13:10.535Z] coverage: 100.0% of statements [2022-02-15T15:13:10.535Z] ok github.com/docker/docker/pkg/urlutil 0.035s coverage: 100.0% of statements [2022-02-15T15:13:10.535Z] time="2022-02-15T15:13:10Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-02-15T15:13:10.535Z] === RUN TestVersionInfo [2022-02-15T15:13:10.535Z] --- PASS: TestVersionInfo (0.00s) [2022-02-15T15:13:10.535Z] === RUN TestAppendVersions [2022-02-15T15:13:10.535Z] --- PASS: TestAppendVersions (0.00s) [2022-02-15T15:13:10.535Z] PASS [2022-02-15T15:13:10.535Z] coverage: 88.9% of statements [2022-02-15T15:13:10.535Z] ok github.com/docker/docker/pkg/useragent 0.030s coverage: 88.9% of statements [2022-02-15T15:13:10.684Z] --- PASS: TestRunContainerWithBridgeNone (1.34s) [2022-02-15T15:13:10.684Z] === RUN TestNetworkInvalidJSON [2022-02-15T15:13:10.684Z] === RUN TestNetworkInvalidJSON//networks/create [2022-02-15T15:13:10.684Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-02-15T15:13:10.684Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:13:10.684Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:13:10.684Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:13:10.684Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:13:10.684Z] === CONT TestNetworkInvalidJSON//networks/create [2022-02-15T15:13:10.684Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:13:10.684Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:13:10.684Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-02-15T15:13:10.684Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-02-15T15:13:10.684Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-02-15T15:13:10.684Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-02-15T15:13:10.684Z] === RUN TestNetworkList [2022-02-15T15:13:10.684Z] === RUN TestNetworkList//networks [2022-02-15T15:13:10.684Z] === PAUSE TestNetworkList//networks [2022-02-15T15:13:10.684Z] === RUN TestNetworkList//networks/ [2022-02-15T15:13:10.684Z] === PAUSE TestNetworkList//networks/ [2022-02-15T15:13:10.684Z] === CONT TestNetworkList//networks [2022-02-15T15:13:10.684Z] === CONT TestNetworkList//networks/ [2022-02-15T15:13:10.684Z] --- PASS: TestNetworkList (0.01s) [2022-02-15T15:13:10.684Z] --- PASS: TestNetworkList//networks (0.00s) [2022-02-15T15:13:10.684Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-02-15T15:13:10.684Z] === RUN TestHostIPv4BridgeLabel [2022-02-15T15:13:11.254Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-02-15T15:13:11.254Z] === RUN TestDaemonRestartWithLiveRestore [2022-02-15T15:13:11.686Z] --- PASS: TestHealthKillContainer (7.84s) [2022-02-15T15:13:11.686Z] === RUN TestInspectCpusetInConfigPre120 [2022-02-15T15:13:11.686Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-02-15T15:13:11.686Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-02-15T15:13:11.686Z] === RUN TestIpcModeNone [2022-02-15T15:13:11.686Z] --- PASS: TestIpcModeNone (0.39s) [2022-02-15T15:13:11.686Z] === RUN TestIpcModePrivate [2022-02-15T15:13:11.983Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-02-15T15:13:12.096Z] === RUN TestValidatePrivileges [2022-02-15T15:13:12.096Z] --- PASS: TestValidatePrivileges (0.00s) [2022-02-15T15:13:12.096Z] === RUN TestFilterByCapNeg [2022-02-15T15:13:12.096Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-02-15T15:13:12.096Z] === RUN TestFilterByCapPos [2022-02-15T15:13:12.096Z] --- PASS: TestFilterByCapPos (0.00s) [2022-02-15T15:13:12.096Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-02-15T15:13:12.096Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-02-15T15:13:12.096Z] PASS [2022-02-15T15:13:12.096Z] coverage: 12.0% of statements [2022-02-15T15:13:12.096Z] ok github.com/docker/docker/plugin 0.045s coverage: 12.0% of statements [2022-02-15T15:13:12.193Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-02-15T15:13:12.193Z] === RUN TestDaemonDefaultNetworkPools [2022-02-15T15:13:12.238Z] --- PASS: TestIpcModePrivate (0.42s) [2022-02-15T15:13:12.238Z] === RUN TestIpcModeShareable [2022-02-15T15:13:12.238Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-15T15:13:12.238Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-02-15T15:13:12.238Z] === RUN TestAPIIpcModeShareableAndContainer [2022-02-15T15:13:13.085Z] === RUN TestNewSettable [2022-02-15T15:13:13.085Z] --- PASS: TestNewSettable (0.00s) [2022-02-15T15:13:13.085Z] === RUN TestIsSettable [2022-02-15T15:13:13.085Z] --- PASS: TestIsSettable (0.00s) [2022-02-15T15:13:13.085Z] === RUN TestUpdateSettingsEnv [2022-02-15T15:13:13.085Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-02-15T15:13:13.085Z] PASS [2022-02-15T15:13:13.085Z] coverage: 20.0% of statements [2022-02-15T15:13:13.085Z] ok github.com/docker/docker/plugin/v2 0.047s coverage: 20.0% of statements [2022-02-15T15:13:13.134Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-02-15T15:13:13.134Z] === RUN TestDaemonRestartWithExistingNetwork [2022-02-15T15:13:13.387Z] INFO: Expanding compiler 3 of 3... [2022-02-15T15:13:13.602Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.34s) [2022-02-15T15:13:13.602Z] === RUN TestAPIIpcModeHost [2022-02-15T15:13:13.602Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-15T15:13:13.602Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-02-15T15:13:13.602Z] === RUN TestDaemonIpcModeShareable [2022-02-15T15:13:13.602Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-15T15:13:13.602Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-02-15T15:13:13.602Z] === RUN TestDaemonIpcModePrivate [2022-02-15T15:13:14.069Z] === RUN TestLoad [2022-02-15T15:13:14.069Z] --- PASS: TestLoad (0.00s) [2022-02-15T15:13:14.069Z] === RUN TestSave [2022-02-15T15:13:14.069Z] --- PASS: TestSave (0.03s) [2022-02-15T15:13:14.069Z] === RUN TestAddDeleteGet [2022-02-15T15:13:14.069Z] --- PASS: TestAddDeleteGet (0.04s) [2022-02-15T15:13:14.069Z] === RUN TestInvalidTags [2022-02-15T15:13:14.069Z] --- PASS: TestInvalidTags (0.01s) [2022-02-15T15:13:14.069Z] PASS [2022-02-15T15:13:14.069Z] coverage: 84.4% of statements [2022-02-15T15:13:14.069Z] ok github.com/docker/docker/reference 0.124s coverage: 84.4% of statements [2022-02-15T15:13:14.074Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-02-15T15:13:14.074Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-02-15T15:13:14.374Z] INFO: Removing downloaded files... [2022-02-15T15:13:14.374Z] INFO: Downloading containerd [2022-02-15T15:13:14.531Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-02-15T15:13:14.531Z] --- PASS: TestDaemonIpcModePrivate (1.11s) [2022-02-15T15:13:14.531Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-02-15T15:13:14.531Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-15T15:13:14.531Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-02-15T15:13:14.531Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-02-15T15:13:14.531Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-15T15:13:14.531Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-02-15T15:13:14.531Z] === RUN TestIpcModeOlderClient [2022-02-15T15:13:14.531Z] === PAUSE TestIpcModeOlderClient [2022-02-15T15:13:14.531Z] === RUN TestKillContainerInvalidSignal [2022-02-15T15:13:15.092Z] --- PASS: TestKillContainerInvalidSignal (0.37s) [2022-02-15T15:13:15.092Z] === RUN TestKillContainer [2022-02-15T15:13:15.092Z] === RUN TestKillContainer/no_signal [2022-02-15T15:13:15.348Z] === RUN TestKillContainer/non_killing_signal [2022-02-15T15:13:15.462Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-02-15T15:13:15.462Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-02-15T15:13:15.606Z] === RUN TestKillContainer/killing_signal [2022-02-15T15:13:16.039Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-02-15T15:13:16.039Z] === RUN TestServiceWithPredefinedNetwork [2022-02-15T15:13:16.167Z] --- PASS: TestKillContainer (1.14s) [2022-02-15T15:13:16.167Z] --- PASS: TestKillContainer/no_signal (0.38s) [2022-02-15T15:13:16.167Z] --- PASS: TestKillContainer/non_killing_signal (0.24s) [2022-02-15T15:13:16.167Z] --- PASS: TestKillContainer/killing_signal (0.36s) [2022-02-15T15:13:16.167Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-02-15T15:13:16.167Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-02-15T15:13:16.281Z] === RUN TestResolveAuthConfigIndexServer [2022-02-15T15:13:16.281Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-02-15T15:13:16.281Z] === RUN TestResolveAuthConfigFullURL [2022-02-15T15:13:16.281Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-02-15T15:13:16.281Z] === RUN TestLoadAllowNondistributableArtifacts [2022-02-15T15:13:16.281Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-02-15T15:13:16.281Z] === RUN TestValidateMirror [2022-02-15T15:13:16.281Z] --- PASS: TestValidateMirror (0.00s) [2022-02-15T15:13:16.281Z] === RUN TestLoadInsecureRegistries [2022-02-15T15:13:16.281Z] time="2022-02-15T15:13:15Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-02-15T15:13:16.281Z] time="2022-02-15T15:13:15Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-02-15T15:13:16.281Z] time="2022-02-15T15:13:15Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-02-15T15:13:16.281Z] --- PASS: TestLoadInsecureRegistries (0.19s) [2022-02-15T15:13:16.281Z] === RUN TestNewServiceConfig [2022-02-15T15:13:16.281Z] --- PASS: TestNewServiceConfig (0.00s) [2022-02-15T15:13:16.281Z] === RUN TestValidateIndexName [2022-02-15T15:13:16.281Z] --- PASS: TestValidateIndexName (0.00s) [2022-02-15T15:13:16.281Z] === RUN TestValidateIndexNameWithError [2022-02-15T15:13:16.281Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-02-15T15:13:16.281Z] === RUN TestEndpointParse [2022-02-15T15:13:16.281Z] --- PASS: TestEndpointParse (0.00s) [2022-02-15T15:13:16.281Z] === RUN TestEndpointParseInvalid [2022-02-15T15:13:16.281Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-02-15T15:13:16.281Z] === RUN TestValidateEndpoint [2022-02-15T15:13:16.281Z] --- PASS: TestValidateEndpoint (0.01s) [2022-02-15T15:13:16.281Z] === RUN TestPing [2022-02-15T15:13:16.281Z] --- PASS: TestPing (0.00s) [2022-02-15T15:13:16.281Z] === RUN TestPingRegistryEndpoint [2022-02-15T15:13:16.281Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:13:16.281Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-02-15T15:13:16.281Z] === RUN TestEndpoint [2022-02-15T15:13:16.281Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:13:16.281Z] --- SKIP: TestEndpoint (0.01s) [2022-02-15T15:13:16.281Z] === RUN TestParseRepositoryInfo [2022-02-15T15:13:16.281Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-02-15T15:13:16.281Z] === RUN TestNewIndexInfo [2022-02-15T15:13:16.281Z] --- PASS: TestNewIndexInfo (0.00s) [2022-02-15T15:13:16.281Z] === RUN TestMirrorEndpointLookup [2022-02-15T15:13:16.281Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:13:16.281Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-02-15T15:13:16.281Z] === RUN TestSearchRepositories [2022-02-15T15:13:16.281Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-02-15T15:13:16.281Z] Host: 127.0.0.1:49327 [2022-02-15T15:13:16.281Z] User-Agent: docker test client [2022-02-15T15:13:16.281Z] Authorization: Token fake-token [2022-02-15T15:13:16.281Z] X-Docker-Token: true [2022-02-15T15:13:16.281Z] Accept-Encoding: gzip [2022-02-15T15:13:16.281Z] [2022-02-15T15:13:16.281Z] [2022-02-15T15:13:16.281Z] registry_test.go:730: HTTP/1.1 200 OK [2022-02-15T15:13:16.281Z] Connection: close [2022-02-15T15:13:16.281Z] Content-Length: 144 [2022-02-15T15:13:16.281Z] Cache-Control: no-cache [2022-02-15T15:13:16.281Z] Content-Type: application/json [2022-02-15T15:13:16.281Z] Date: Tue, 15 Feb 2022 15:13:15 GMT [2022-02-15T15:13:16.281Z] Expires: -1 [2022-02-15T15:13:16.281Z] Pragma: no-cache [2022-02-15T15:13:16.281Z] Server: docker-tests/mock [2022-02-15T15:13:16.281Z] X-Docker-Registry-Config: mock [2022-02-15T15:13:16.281Z] X-Docker-Registry-Version: 0.0.0 [2022-02-15T15:13:16.281Z] [2022-02-15T15:13:16.281Z] [2022-02-15T15:13:16.281Z] --- PASS: TestSearchRepositories (0.01s) [2022-02-15T15:13:16.281Z] === RUN TestTrustedLocation [2022-02-15T15:13:16.281Z] --- PASS: TestTrustedLocation (0.00s) [2022-02-15T15:13:16.281Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-02-15T15:13:16.281Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-02-15T15:13:16.281Z] === RUN TestAllowNondistributableArtifacts [2022-02-15T15:13:16.281Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-02-15T15:13:16.281Z] === RUN TestIsSecureIndex [2022-02-15T15:13:16.281Z] --- PASS: TestIsSecureIndex (0.00s) [2022-02-15T15:13:16.281Z] PASS [2022-02-15T15:13:16.281Z] coverage: 51.2% of statements [2022-02-15T15:13:16.281Z] ok github.com/docker/docker/registry 0.284s coverage: 51.2% of statements [2022-02-15T15:13:16.423Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-02-15T15:13:16.984Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.77s) [2022-02-15T15:13:16.984Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.37s) [2022-02-15T15:13:16.984Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.24s) [2022-02-15T15:13:16.984Z] === RUN TestKillStoppedContainer [2022-02-15T15:13:16.984Z] --- PASS: TestKillStoppedContainer (0.03s) [2022-02-15T15:13:16.984Z] === RUN TestKillStoppedContainerAPIPre120 [2022-02-15T15:13:16.984Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-02-15T15:13:16.984Z] === RUN TestKillDifferentUserContainer [2022-02-15T15:13:17.240Z] --- PASS: TestKillDifferentUserContainer (0.39s) [2022-02-15T15:13:17.240Z] === RUN TestInspectOomKilledTrue [2022-02-15T15:13:17.240Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-15T15:13:17.240Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-02-15T15:13:17.240Z] === RUN TestInspectOomKilledFalse [2022-02-15T15:13:17.240Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-15T15:13:17.240Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-02-15T15:13:17.240Z] === RUN TestLinksEtcHostsContentMatch [2022-02-15T15:13:17.240Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-02-15T15:13:17.240Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-02-15T15:13:17.240Z] === RUN TestLinksContainerNames [2022-02-15T15:13:17.266Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-02-15T15:13:17.266Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-02-15T15:13:17.266Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-02-15T15:13:17.266Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-02-15T15:13:17.266Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-02-15T15:13:17.266Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-02-15T15:13:17.266Z] === RUN TestResumableRequestReaderWithReadError [2022-02-15T15:13:17.734Z] time="2022-02-15T15:13:17Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-02-15T15:13:17.734Z] --- PASS: TestResumableRequestReaderWithReadError (0.19s) [2022-02-15T15:13:17.734Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-02-15T15:13:17.734Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-02-15T15:13:17.734Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-02-15T15:13:17.734Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-02-15T15:13:17.734Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-02-15T15:13:17.734Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-02-15T15:13:17.734Z] === RUN TestResumableRequestReader [2022-02-15T15:13:17.734Z] --- PASS: TestResumableRequestReader (0.00s) [2022-02-15T15:13:17.734Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-02-15T15:13:17.734Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-02-15T15:13:17.734Z] PASS [2022-02-15T15:13:17.734Z] coverage: 100.0% of statements [2022-02-15T15:13:17.734Z] ok github.com/docker/docker/registry/resumable 0.264s coverage: 100.0% of statements [2022-02-15T15:13:17.949Z] --- PASS: TestServiceWithPredefinedNetwork (1.70s) [2022-02-15T15:13:17.949Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-02-15T15:13:17.949Z] service_test.go:243: FLAKY_TEST [2022-02-15T15:13:17.949Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-15T15:13:17.949Z] === RUN TestServiceWithDataPathPortInit [2022-02-15T15:13:18.166Z] --- PASS: TestLinksContainerNames (0.75s) [2022-02-15T15:13:18.166Z] === RUN TestLogsFollowTailEmpty [2022-02-15T15:13:18.202Z] === RUN TestRestartManagerTimeout [2022-02-15T15:13:18.202Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-02-15T15:13:18.202Z] === RUN TestRestartManagerTimeoutReset [2022-02-15T15:13:18.202Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-02-15T15:13:18.202Z] PASS [2022-02-15T15:13:18.202Z] coverage: 50.9% of statements [2022-02-15T15:13:18.202Z] ok github.com/docker/docker/restartmanager 0.045s coverage: 50.9% of statements [2022-02-15T15:13:18.202Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-02-15T15:13:18.202Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-02-15T15:13:18.202Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-02-15T15:13:18.202Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-02-15T15:13:18.421Z] --- PASS: TestLogsFollowTailEmpty (0.39s) [2022-02-15T15:13:18.421Z] === RUN TestContainerNetworkMountsNoChown [2022-02-15T15:13:18.670Z] --- PASS: TestGet (15.01s) [2022-02-15T15:13:18.670Z] === RUN TestPluginWithNoManifest [2022-02-15T15:13:18.670Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-02-15T15:13:18.670Z] === RUN TestGetAll [2022-02-15T15:13:18.670Z] --- PASS: TestGetAll (0.01s) [2022-02-15T15:13:18.670Z] PASS [2022-02-15T15:13:18.670Z] coverage: 73.2% of statements [2022-02-15T15:13:18.670Z] ok github.com/docker/docker/pkg/plugins 35.944s coverage: 73.2% of statements [2022-02-15T15:13:18.670Z] === RUN TestDecodeContainerConfig [2022-02-15T15:13:18.670Z] --- PASS: TestDecodeContainerConfig (0.01s) [2022-02-15T15:13:18.670Z] === RUN TestDecodeContainerConfigIsolation [2022-02-15T15:13:18.670Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-02-15T15:13:18.670Z] === RUN TestValidatePrivileged [2022-02-15T15:13:18.670Z] --- PASS: TestValidatePrivileged (0.00s) [2022-02-15T15:13:18.670Z] PASS [2022-02-15T15:13:18.670Z] coverage: 52.6% of statements [2022-02-15T15:13:18.670Z] ok github.com/docker/docker/runconfig 0.050s coverage: 52.6% of statements [2022-02-15T15:13:18.981Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-02-15T15:13:18.981Z] === RUN TestMountDaemonRoot [2022-02-15T15:13:18.981Z] === RUN TestMountDaemonRoot/default [2022-02-15T15:13:18.981Z] === PAUSE TestMountDaemonRoot/default [2022-02-15T15:13:18.981Z] === RUN TestMountDaemonRoot/private [2022-02-15T15:13:18.981Z] === PAUSE TestMountDaemonRoot/private [2022-02-15T15:13:18.981Z] === RUN TestMountDaemonRoot/rprivate [2022-02-15T15:13:18.981Z] === PAUSE TestMountDaemonRoot/rprivate [2022-02-15T15:13:18.981Z] === RUN TestMountDaemonRoot/slave [2022-02-15T15:13:18.981Z] === PAUSE TestMountDaemonRoot/slave [2022-02-15T15:13:18.981Z] === RUN TestMountDaemonRoot/rslave [2022-02-15T15:13:18.981Z] === PAUSE TestMountDaemonRoot/rslave [2022-02-15T15:13:18.981Z] === RUN TestMountDaemonRoot/shared [2022-02-15T15:13:18.981Z] === PAUSE TestMountDaemonRoot/shared [2022-02-15T15:13:18.981Z] === RUN TestMountDaemonRoot/rshared [2022-02-15T15:13:18.981Z] === PAUSE TestMountDaemonRoot/rshared [2022-02-15T15:13:18.981Z] === CONT TestMountDaemonRoot/default [2022-02-15T15:13:18.981Z] === CONT TestMountDaemonRoot/rslave [2022-02-15T15:13:18.981Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-02-15T15:13:18.981Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-02-15T15:13:18.981Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-02-15T15:13:18.981Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-02-15T15:13:18.981Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-02-15T15:13:18.981Z] === RUN TestMountDaemonRoot/default/bind_root [2022-02-15T15:13:18.981Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-02-15T15:13:18.981Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-02-15T15:13:18.981Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-02-15T15:13:18.981Z] === RUN TestMountDaemonRoot/default/mount_root [2022-02-15T15:13:18.981Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-02-15T15:13:18.981Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-02-15T15:13:18.981Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-02-15T15:13:18.981Z] === CONT TestMountDaemonRoot/slave [2022-02-15T15:13:18.981Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/rprivate [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/private [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/private/mount_root [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/private/bind_root [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/rshared [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/shared [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/default/bind_root [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-02-15T15:13:18.982Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-02-15T15:13:18.982Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/default/mount_root [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/private/mount_root [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/private/bind_root [2022-02-15T15:13:18.982Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-02-15T15:13:19.141Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-02-15T15:13:19.141Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-02-15T15:13:19.141Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-02-15T15:13:19.141Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-02-15T15:13:19.141Z] PASS [2022-02-15T15:13:19.141Z] coverage: 62.5% of statements [2022-02-15T15:13:19.141Z] ok github.com/docker/docker/testutil 0.092s coverage: 62.5% of statements [2022-02-15T15:13:19.238Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-02-15T15:13:19.238Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-02-15T15:13:19.238Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-02-15T15:13:19.238Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-02-15T15:13:19.238Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-02-15T15:13:19.238Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-02-15T15:13:19.238Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-02-15T15:13:19.238Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-02-15T15:13:19.238Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-02-15T15:13:19.238Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-02-15T15:13:19.238Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.03s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-02-15T15:13:19.238Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-02-15T15:13:19.238Z] === RUN TestContainerBindMountNonRecursive [2022-02-15T15:13:19.238Z] 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-02-15T15:13:19.238Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2022-02-15T15:13:19.238Z] === RUN TestContainerVolumesMountedAsShared [2022-02-15T15:13:19.238Z] 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-02-15T15:13:19.238Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-02-15T15:13:19.238Z] === RUN TestContainerVolumesMountedAsSlave [2022-02-15T15:13:19.238Z] 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-02-15T15:13:19.238Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-02-15T15:13:19.238Z] === RUN TestNetworkNat [2022-02-15T15:13:19.801Z] --- PASS: TestNetworkNat (0.48s) [2022-02-15T15:13:19.801Z] === RUN TestNetworkLocalhostTCPNat [2022-02-15T15:13:20.363Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-02-15T15:13:20.363Z] === RUN TestNetworkLoopbackNat [2022-02-15T15:13:21.557Z] Removing intermediate container 22734b4a3e93 [2022-02-15T15:13:21.557Z] ---> 6addec35ffd0 [2022-02-15T15:13:21.557Z] 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-02-15T15:13:21.557Z] ---> Running in c3ae9941fd93 [2022-02-15T15:13:21.557Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-02-15T15:13:21.557Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-02-15T15:13:21.557Z] go: downloading github.com/fatih/color v1.10.0 [2022-02-15T15:13:21.557Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-02-15T15:13:21.557Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-02-15T15:13:21.557Z] go: downloading github.com/pkg/errors v0.9.1 [2022-02-15T15:13:21.557Z] go: downloading golang.org/x/tools v0.1.0 [2022-02-15T15:13:21.557Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-02-15T15:13:21.557Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-02-15T15:13:21.557Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-02-15T15:13:21.557Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-02-15T15:13:21.557Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-02-15T15:13:21.557Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-02-15T15:13:21.557Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-02-15T15:13:21.557Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-02-15T15:13:21.557Z] go: downloading golang.org/x/mod v0.3.0 [2022-02-15T15:13:22.097Z] === RUN TestGetDriver [2022-02-15T15:13:22.097Z] --- PASS: TestGetDriver (0.00s) [2022-02-15T15:13:22.097Z] === RUN TestVolumeRequestError [2022-02-15T15:13:22.097Z] --- PASS: TestVolumeRequestError (0.01s) [2022-02-15T15:13:22.097Z] PASS [2022-02-15T15:13:22.097Z] coverage: 36.1% of statements [2022-02-15T15:13:22.097Z] ok github.com/docker/docker/volume/drivers 0.066s coverage: 36.1% of statements [2022-02-15T15:13:22.877Z] --- PASS: TestNetworkLoopbackNat (2.50s) [2022-02-15T15:13:22.877Z] === RUN TestPause [2022-02-15T15:13:22.877Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-15T15:13:22.877Z] --- SKIP: TestPause (0.00s) [2022-02-15T15:13:22.877Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-02-15T15:13:22.877Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-02-15T15:13:22.877Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-02-15T15:13:22.877Z] === RUN TestPauseStopPausedContainer [2022-02-15T15:13:22.877Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-15T15:13:22.877Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2022-02-15T15:13:22.877Z] === RUN TestPidHost [2022-02-15T15:13:23.082Z] === RUN TestGetAddress [2022-02-15T15:13:23.082Z] --- PASS: TestGetAddress (0.00s) [2022-02-15T15:13:23.082Z] === RUN TestRemove [2022-02-15T15:13:23.082Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-02-15T15:13:23.082Z] --- SKIP: TestRemove (0.00s) [2022-02-15T15:13:23.082Z] === RUN TestInitializeWithVolumes [2022-02-15T15:13:23.082Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-02-15T15:13:23.082Z] === RUN TestCreate [2022-02-15T15:13:23.082Z] --- PASS: TestCreate (0.01s) [2022-02-15T15:13:23.082Z] === RUN TestValidateName [2022-02-15T15:13:23.082Z] --- PASS: TestValidateName (0.00s) [2022-02-15T15:13:23.082Z] === RUN TestCreateWithOpts [2022-02-15T15:13:23.082Z] local_test.go:180: runtime.GOOS == "windows" [2022-02-15T15:13:23.082Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-02-15T15:13:23.082Z] === RUN TestRelaodNoOpts [2022-02-15T15:13:23.082Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-02-15T15:13:23.082Z] PASS [2022-02-15T15:13:23.082Z] coverage: 41.5% of statements [2022-02-15T15:13:23.082Z] ok github.com/docker/docker/volume/local 0.116s coverage: 41.5% of statements [2022-02-15T15:13:23.439Z] --- PASS: TestPidHost (0.83s) [2022-02-15T15:13:23.439Z] === RUN TestPsFilter [2022-02-15T15:13:23.551Z] === RUN TestLCOWParseMountRaw [2022-02-15T15:13:23.551Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-02-15T15:13:23.551Z] === RUN TestLCOWParseMountRawSplit [2022-02-15T15:13:23.551Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-02-15T15:13:23.551Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-02-15T15:13:23.551Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-02-15T15:13:23.551Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-02-15T15:13:23.551Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-02-15T15:13:23.551Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-02-15T15:13:23.551Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-02-15T15:13:23.551Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-02-15T15:13:23.551Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-02-15T15:13:23.551Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-02-15T15:13:23.551Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-02-15T15:13:23.551Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-02-15T15:13:23.551Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-02-15T15:13:23.551Z] === RUN TestLinuxParseMountRaw [2022-02-15T15:13:23.551Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-02-15T15:13:23.551Z] === RUN TestLinuxParseMountRawSplit [2022-02-15T15:13:23.551Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-02-15T15:13:23.551Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-02-15T15:13:23.551Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-02-15T15:13:23.551Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-02-15T15:13:23.551Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-02-15T15:13:23.551Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-02-15T15:13:23.551Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-02-15T15:13:23.551Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-02-15T15:13:23.551Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-02-15T15:13:23.551Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-02-15T15:13:23.551Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-02-15T15:13:23.551Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-02-15T15:13:23.551Z] === RUN TestConvertTmpfsOptions [2022-02-15T15:13:23.551Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-02-15T15:13:23.551Z] linux_parser_test.go:209: data="ro" [2022-02-15T15:13:23.551Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-02-15T15:13:23.551Z] === RUN TestParseMountSpec [2022-02-15T15:13:23.551Z] parser_test.go:62: case 0 [2022-02-15T15:13:23.551Z] parser_test.go:62: case 1 [2022-02-15T15:13:23.551Z] parser_test.go:62: case 2 [2022-02-15T15:13:23.551Z] parser_test.go:62: case 3 [2022-02-15T15:13:23.551Z] parser_test.go:62: case 4 [2022-02-15T15:13:23.551Z] parser_test.go:62: case 5 [2022-02-15T15:13:23.551Z] --- PASS: TestParseMountSpec (0.00s) [2022-02-15T15:13:23.551Z] === RUN TestValidateMount [2022-02-15T15:13:23.551Z] --- PASS: TestValidateMount (0.00s) [2022-02-15T15:13:23.551Z] === RUN TestWindowsParseMountRaw [2022-02-15T15:13:23.551Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-02-15T15:13:23.551Z] === RUN TestWindowsParseMountRawSplit [2022-02-15T15:13:23.551Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-02-15T15:13:23.551Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-02-15T15:13:23.551Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-02-15T15:13:23.551Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-02-15T15:13:23.551Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-02-15T15:13:23.551Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-02-15T15:13:23.551Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-02-15T15:13:23.551Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-02-15T15:13:23.551Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-02-15T15:13:23.551Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-02-15T15:13:23.551Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-02-15T15:13:23.551Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-02-15T15:13:23.551Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-02-15T15:13:23.551Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-02-15T15:13:23.551Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-02-15T15:13:23.551Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-02-15T15:13:23.551Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-02-15T15:13:23.551Z] PASS [2022-02-15T15:13:23.551Z] coverage: 67.6% of statements [2022-02-15T15:13:23.551Z] ok github.com/docker/docker/volume/mounts 0.053s coverage: 67.6% of statements [2022-02-15T15:13:23.695Z] --- PASS: TestPsFilter (0.09s) [2022-02-15T15:13:23.695Z] === RUN TestRemoveContainerWithRemovedVolume [2022-02-15T15:13:23.951Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.36s) [2022-02-15T15:13:23.951Z] === RUN TestRemoveContainerWithVolume [2022-02-15T15:13:24.022Z] === RUN TestSetGetMeta [2022-02-15T15:13:24.022Z] === PAUSE TestSetGetMeta [2022-02-15T15:13:24.022Z] === RUN TestRestore [2022-02-15T15:13:24.022Z] === PAUSE TestRestore [2022-02-15T15:13:24.022Z] === RUN TestServiceCreate [2022-02-15T15:13:24.022Z] === PAUSE TestServiceCreate [2022-02-15T15:13:24.022Z] === RUN TestServiceList [2022-02-15T15:13:24.022Z] === PAUSE TestServiceList [2022-02-15T15:13:24.022Z] === RUN TestServiceRemove [2022-02-15T15:13:24.022Z] === PAUSE TestServiceRemove [2022-02-15T15:13:24.022Z] === RUN TestServiceGet [2022-02-15T15:13:24.022Z] === PAUSE TestServiceGet [2022-02-15T15:13:24.022Z] === RUN TestServicePrune [2022-02-15T15:13:24.022Z] === PAUSE TestServicePrune [2022-02-15T15:13:24.022Z] === RUN TestCreate [2022-02-15T15:13:24.022Z] === PAUSE TestCreate [2022-02-15T15:13:24.022Z] === RUN TestRemove [2022-02-15T15:13:24.022Z] === PAUSE TestRemove [2022-02-15T15:13:24.022Z] === RUN TestList [2022-02-15T15:13:24.022Z] === PAUSE TestList [2022-02-15T15:13:24.022Z] === RUN TestFindByDriver [2022-02-15T15:13:24.022Z] === PAUSE TestFindByDriver [2022-02-15T15:13:24.022Z] === RUN TestFindByReferenced [2022-02-15T15:13:24.022Z] === PAUSE TestFindByReferenced [2022-02-15T15:13:24.022Z] === RUN TestDerefMultipleOfSameRef [2022-02-15T15:13:24.022Z] === PAUSE TestDerefMultipleOfSameRef [2022-02-15T15:13:24.022Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-15T15:13:24.022Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-15T15:13:24.022Z] === RUN TestDefererencePluginOnCreateError [2022-02-15T15:13:24.022Z] === PAUSE TestDefererencePluginOnCreateError [2022-02-15T15:13:24.022Z] === RUN TestRefDerefRemove [2022-02-15T15:13:24.022Z] === PAUSE TestRefDerefRemove [2022-02-15T15:13:24.022Z] === RUN TestGet [2022-02-15T15:13:24.022Z] === PAUSE TestGet [2022-02-15T15:13:24.023Z] === RUN TestGetWithReference [2022-02-15T15:13:24.023Z] === PAUSE TestGetWithReference [2022-02-15T15:13:24.023Z] === RUN TestFilterFunc [2022-02-15T15:13:24.023Z] === RUN TestFilterFunc/test_nil_list [2022-02-15T15:13:24.023Z] === PAUSE TestFilterFunc/test_nil_list [2022-02-15T15:13:24.023Z] === RUN TestFilterFunc/test_empty_list [2022-02-15T15:13:24.023Z] === PAUSE TestFilterFunc/test_empty_list [2022-02-15T15:13:24.023Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-02-15T15:13:24.023Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-02-15T15:13:24.023Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-15T15:13:24.023Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-15T15:13:24.023Z] === RUN TestFilterFunc/test_filter_some [2022-02-15T15:13:24.023Z] === PAUSE TestFilterFunc/test_filter_some [2022-02-15T15:13:24.023Z] === RUN TestFilterFunc/test_filter_middle [2022-02-15T15:13:24.023Z] === PAUSE TestFilterFunc/test_filter_middle [2022-02-15T15:13:24.023Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-02-15T15:13:24.023Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-02-15T15:13:24.023Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-02-15T15:13:24.023Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-02-15T15:13:24.023Z] === CONT TestFilterFunc/test_nil_list [2022-02-15T15:13:24.023Z] === CONT TestFilterFunc/test_filter_some [2022-02-15T15:13:24.023Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-15T15:13:24.023Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-02-15T15:13:24.023Z] === CONT TestFilterFunc/test_filter_middle [2022-02-15T15:13:24.023Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-02-15T15:13:24.023Z] === CONT TestFilterFunc/test_empty_list [2022-02-15T15:13:24.023Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-02-15T15:13:24.023Z] --- PASS: TestFilterFunc (0.00s) [2022-02-15T15:13:24.023Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-02-15T15:13:24.023Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-02-15T15:13:24.023Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-02-15T15:13:24.023Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-02-15T15:13:24.023Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-02-15T15:13:24.023Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-02-15T15:13:24.023Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-02-15T15:13:24.023Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-02-15T15:13:24.023Z] === CONT TestSetGetMeta [2022-02-15T15:13:24.023Z] === CONT TestList [2022-02-15T15:13:24.023Z] === CONT TestDefererencePluginOnCreateError [2022-02-15T15:13:24.023Z] === CONT TestServiceGet [2022-02-15T15:13:24.023Z] --- PASS: TestSetGetMeta (0.03s) [2022-02-15T15:13:24.023Z] === CONT TestGetWithReference [2022-02-15T15:13:24.023Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-02-15T15:13:24.023Z] === CONT TestGet [2022-02-15T15:13:24.023Z] --- PASS: TestList (0.06s) [2022-02-15T15:13:24.023Z] === CONT TestRefDerefRemove [2022-02-15T15:13:24.491Z] --- PASS: TestGetWithReference (0.04s) [2022-02-15T15:13:24.491Z] === CONT TestCreate [2022-02-15T15:13:24.491Z] --- PASS: TestGet (0.03s) [2022-02-15T15:13:24.491Z] === CONT TestRemove [2022-02-15T15:13:24.491Z] --- PASS: TestRefDerefRemove (0.03s) [2022-02-15T15:13:24.491Z] === CONT TestServiceList [2022-02-15T15:13:24.491Z] --- PASS: TestCreate (0.03s) [2022-02-15T15:13:24.491Z] === CONT TestServiceRemove [2022-02-15T15:13:24.491Z] --- PASS: TestRemove (0.04s) [2022-02-15T15:13:24.491Z] === CONT TestDerefMultipleOfSameRef [2022-02-15T15:13:24.491Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-02-15T15:13:24.491Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-15T15:13:24.491Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-02-15T15:13:24.491Z] === CONT TestServicePrune [2022-02-15T15:13:24.491Z] --- PASS: TestServiceGet (0.23s) [2022-02-15T15:13:24.491Z] === CONT TestServiceCreate [2022-02-15T15:13:24.491Z] time="2022-02-15T15:13:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-15T15:13:24.491Z] --- PASS: TestServiceRemove (0.14s) [2022-02-15T15:13:24.491Z] === CONT TestRestore [2022-02-15T15:13:24.491Z] --- PASS: TestServiceList (0.15s) [2022-02-15T15:13:24.491Z] === CONT TestFindByReferenced [2022-02-15T15:13:24.491Z] time="2022-02-15T15:13:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-15T15:13:24.491Z] time="2022-02-15T15:13:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-15T15:13:24.491Z] --- PASS: TestServiceCreate (0.03s) [2022-02-15T15:13:24.491Z] === CONT TestFindByDriver [2022-02-15T15:13:24.491Z] time="2022-02-15T15:13:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-02-15T15:13:24.491Z] --- PASS: TestFindByReferenced (0.04s) [2022-02-15T15:13:24.491Z] time="2022-02-15T15:13:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-15T15:13:24.491Z] --- PASS: TestRestore (0.05s) [2022-02-15T15:13:24.491Z] --- PASS: TestServicePrune (0.14s) [2022-02-15T15:13:24.491Z] --- PASS: TestFindByDriver (0.04s) [2022-02-15T15:13:24.491Z] PASS [2022-02-15T15:13:24.491Z] coverage: 69.0% of statements [2022-02-15T15:13:24.491Z] ok github.com/docker/docker/volume/service 0.344s coverage: 69.0% of statements [2022-02-15T15:13:24.512Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-02-15T15:13:24.512Z] === RUN TestRemoveContainerRunning [2022-02-15T15:13:24.768Z] --- PASS: TestRemoveContainerRunning (0.38s) [2022-02-15T15:13:24.768Z] === RUN TestRemoveContainerForceRemoveRunning [2022-02-15T15:13:25.024Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.37s) [2022-02-15T15:13:25.024Z] === RUN TestRemoveInvalidContainer [2022-02-15T15:13:25.024Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-02-15T15:13:25.024Z] === RUN TestRenameLinkedContainer [2022-02-15T15:13:26.793Z] --- PASS: TestServicePlugin (29.83s) [2022-02-15T15:13:26.793Z] === RUN TestServiceUpdateLabel [2022-02-15T15:13:26.914Z] --- PASS: TestRenameLinkedContainer (1.53s) [2022-02-15T15:13:26.914Z] === RUN TestRenameStoppedContainer [2022-02-15T15:13:26.914Z] --- PASS: TestRenameStoppedContainer (0.35s) [2022-02-15T15:13:26.914Z] === RUN TestRenameRunningContainerAndReuse [2022-02-15T15:13:27.719Z] --- PASS: TestServiceUpdateLabel (2.15s) [2022-02-15T15:13:27.719Z] === RUN TestServiceUpdateSecrets [2022-02-15T15:13:27.843Z] --- PASS: TestRenameRunningContainerAndReuse (0.78s) [2022-02-15T15:13:27.843Z] === RUN TestRenameInvalidName [2022-02-15T15:13:28.099Z] --- PASS: TestRenameInvalidName (0.40s) [2022-02-15T15:13:28.099Z] === RUN TestRenameAnonymousContainer [2022-02-15T15:13:29.987Z] --- PASS: TestRenameAnonymousContainer (1.43s) [2022-02-15T15:13:29.987Z] === RUN TestRenameContainerWithSameName [2022-02-15T15:13:29.987Z] --- PASS: TestRenameContainerWithSameName (0.38s) [2022-02-15T15:13:29.987Z] === RUN TestRenameContainerWithLinkedContainer [2022-02-15T15:13:30.175Z] --- PASS: TestServiceWithDataPathPortInit (12.52s) [2022-02-15T15:13:30.175Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-02-15T15:13:30.915Z] --- PASS: TestRenameContainerWithLinkedContainer (0.77s) [2022-02-15T15:13:30.915Z] === RUN TestResize [2022-02-15T15:13:31.171Z] --- PASS: TestResize (0.39s) [2022-02-15T15:13:31.171Z] === RUN TestResizeWithInvalidSize [2022-02-15T15:13:31.732Z] --- PASS: TestResizeWithInvalidSize (0.40s) [2022-02-15T15:13:31.732Z] === RUN TestResizeWhenContainerNotStarted [2022-02-15T15:13:31.988Z] --- PASS: TestResizeWhenContainerNotStarted (0.35s) [2022-02-15T15:13:31.988Z] === RUN TestDaemonRestartKillContainers [2022-02-15T15:13:31.988Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-02-15T15:13:31.988Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-02-15T15:13:31.988Z] === RUN TestCgroupNamespacesRun [2022-02-15T15:13:32.086Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:krou5nvbok4ykpg4t7igd2t8f Created:2022-02-15 15:13:30.975791599 +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[87e50d20e3b34d10ccf66cf111a7e48523aeb3c3534ce3e1f1938c3b827ec078:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vaaucvd5n3sancj4vln561gk3 EndpointID:56fd40637a5cc11850ee9928c188c78762e3a713bb4580779cb0e5acfe5f3837 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0945a9b9ae081e654f5fbeca4feeabda4b8b208a9efa35bc20973f9dc54b19ce 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:996cfc5452f8 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vaaucvd5n3sancj4vln561gk3 EndpointID:56fd40637a5cc11850ee9928c188c78762e3a713bb4580779cb0e5acfe5f3837 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-02-15T15:13:32.915Z] --- PASS: TestCgroupNamespacesRun (1.10s) [2022-02-15T15:13:32.915Z] === RUN TestCgroupNamespacesRunPrivileged [2022-02-15T15:13:34.281Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.08s) [2022-02-15T15:13:34.281Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-02-15T15:13:35.209Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s) [2022-02-15T15:13:35.209Z] === RUN TestCgroupNamespacesRunHostMode [2022-02-15T15:13:36.294Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.26s) [2022-02-15T15:13:36.294Z] PASS [2022-02-15T15:13:36.294Z] [2022-02-15T15:13:36.294Z] === Skipped [2022-02-15T15:13:36.294Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-15T15:13:36.294Z] service_test.go:243: FLAKY_TEST [2022-02-15T15:13:36.294Z] [2022-02-15T15:13:36.294Z] DONE 26 tests, 1 skipped in 40.595s [2022-02-15T15:13:36.294Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-02-15T15:13:36.294Z] ++ 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-02-15T15:13:36.294Z] ++ set -e [2022-02-15T15:13:36.294Z] ++ '[' -n 0 ']' [2022-02-15T15:13:36.294Z] ++ set -x [2022-02-15T15:13:36.294Z] ++ 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-02-15T15:13:36.555Z] INFO: Testing against a local daemon [2022-02-15T15:13:36.555Z] === RUN TestDockerNetworkIpvlanPersistance [2022-02-15T15:13:36.555Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-15T15:13:36.555Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-02-15T15:13:36.555Z] === RUN TestDockerNetworkIpvlan [2022-02-15T15:13:36.555Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-15T15:13:36.555Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-02-15T15:13:36.555Z] PASS [2022-02-15T15:13:36.555Z] [2022-02-15T15:13:36.555Z] === Skipped [2022-02-15T15:13:36.555Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-02-15T15:13:36.555Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-15T15:13:36.555Z] [2022-02-15T15:13:36.555Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-02-15T15:13:36.555Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-15T15:13:36.555Z] [2022-02-15T15:13:36.555Z] DONE 2 tests, 2 skipped in 0.085s [2022-02-15T15:13:36.555Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-02-15T15:13:36.555Z] ++ 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-02-15T15:13:36.555Z] ++ set -e [2022-02-15T15:13:36.555Z] ++ '[' -n 0 ']' [2022-02-15T15:13:36.555Z] ++ set -x [2022-02-15T15:13:36.555Z] ++ 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-02-15T15:13:36.555Z] INFO: Testing against a local daemon [2022-02-15T15:13:36.555Z] === RUN TestDockerNetworkMacvlanPersistance [2022-02-15T15:13:36.574Z] --- PASS: TestCgroupNamespacesRunHostMode (1.11s) [2022-02-15T15:13:36.574Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-02-15T15:13:36.777Z] Removing intermediate container c3ae9941fd93 [2022-02-15T15:13:36.777Z] ---> e0642bd2195a [2022-02-15T15:13:36.777Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-02-15T15:13:36.777Z] ---> Running in 50fc76c0dc66 [2022-02-15T15:13:36.777Z] Removing intermediate container 50fc76c0dc66 [2022-02-15T15:13:36.777Z] ---> 87823eddabfc [2022-02-15T15:13:36.777Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-02-15T15:13:36.777Z] ---> Running in db3f73925fc4 [2022-02-15T15:13:37.267Z] Removing intermediate container db3f73925fc4 [2022-02-15T15:13:37.267Z] ---> c0c531577e94 [2022-02-15T15:13:37.267Z] Step 11/11 : COPY . . [2022-02-15T15:13:37.500Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.12s) [2022-02-15T15:13:37.500Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-02-15T15:13:37.937Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2022-02-15T15:13:37.937Z] === RUN TestDockerNetworkMacvlan [2022-02-15T15:13:38.863Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.06s) [2022-02-15T15:13:38.863Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-02-15T15:13:38.877Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-02-15T15:13:39.423Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-02-15T15:13:39.423Z] === RUN TestCgroupNamespacesRunOlderClient [2022-02-15T15:13:39.449Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-02-15T15:13:40.019Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-02-15T15:13:40.351Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.12s) [2022-02-15T15:13:40.351Z] === RUN TestNISDomainname [2022-02-15T15:13:40.351Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-02-15T15:13:40.351Z] --- SKIP: TestNISDomainname (0.01s) [2022-02-15T15:13:40.351Z] === RUN TestHostnameDnsResolution [2022-02-15T15:13:40.894Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-02-15T15:13:40.894Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-02-15T15:13:40.911Z] --- PASS: TestHostnameDnsResolution (0.65s) [2022-02-15T15:13:40.911Z] === RUN TestUnprivilegedPortsAndPing [2022-02-15T15:13:40.911Z] 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-02-15T15:13:40.911Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-02-15T15:13:40.911Z] === RUN TestStats [2022-02-15T15:13:40.911Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-15T15:13:40.911Z] --- SKIP: TestStats (0.00s) [2022-02-15T15:13:40.911Z] === RUN TestStopContainerWithTimeout [2022-02-15T15:13:40.911Z] === RUN TestStopContainerWithTimeout/0 [2022-02-15T15:13:40.911Z] === PAUSE TestStopContainerWithTimeout/0 [2022-02-15T15:13:40.911Z] === RUN TestStopContainerWithTimeout/1 [2022-02-15T15:13:40.911Z] === PAUSE TestStopContainerWithTimeout/1 [2022-02-15T15:13:40.911Z] === RUN TestStopContainerWithTimeout/3 [2022-02-15T15:13:40.911Z] === PAUSE TestStopContainerWithTimeout/3 [2022-02-15T15:13:40.911Z] === RUN TestStopContainerWithTimeout/-1 [2022-02-15T15:13:40.911Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-02-15T15:13:40.911Z] === CONT TestStopContainerWithTimeout/0 [2022-02-15T15:13:40.911Z] === CONT TestStopContainerWithTimeout/3 [2022-02-15T15:13:41.467Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-02-15T15:13:41.837Z] === CONT TestStopContainerWithTimeout/1 [2022-02-15T15:13:41.933Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-02-15T15:13:42.561Z] --- PASS: TestServiceUpdateSecrets (14.42s) [2022-02-15T15:13:42.561Z] === RUN TestServiceUpdateConfigs [2022-02-15T15:13:43.252Z] === CONT TestStopContainerWithTimeout/-1 [2022-02-15T15:13:43.316Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-02-15T15:13:44.017Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-02-15T15:13:44.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-02-15T15:13:45.812Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-02-15T15:13:45.812Z] --- PASS: TestStopContainerWithTimeout/0 (0.65s) [2022-02-15T15:13:45.812Z] --- PASS: TestStopContainerWithTimeout/1 (1.42s) [2022-02-15T15:13:45.812Z] --- PASS: TestStopContainerWithTimeout/3 (2.55s) [2022-02-15T15:13:45.812Z] --- PASS: TestStopContainerWithTimeout/-1 (2.37s) [2022-02-15T15:13:45.812Z] === RUN TestDeleteDevicemapper [2022-02-15T15:13:45.812Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-02-15T15:13:45.812Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-02-15T15:13:45.812Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-02-15T15:13:45.882Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-02-15T15:13:46.454Z] --- PASS: TestDockerNetworkMacvlan (8.57s) [2022-02-15T15:13:46.454Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.04s) [2022-02-15T15:13:46.454Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-02-15T15:13:46.454Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.73s) [2022-02-15T15:13:46.454Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.71s) [2022-02-15T15:13:46.454Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.75s) [2022-02-15T15:13:46.454Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.46s) [2022-02-15T15:13:46.454Z] PASS [2022-02-15T15:13:46.454Z] [2022-02-15T15:13:46.454Z] DONE 8 tests in 10.059s [2022-02-15T15:13:46.454Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-02-15T15:13:46.454Z] ++ 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-02-15T15:13:46.454Z] ++ set -e [2022-02-15T15:13:46.454Z] ++ '[' -n 0 ']' [2022-02-15T15:13:46.454Z] ++ set -x [2022-02-15T15:13:46.454Z] ++ 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-02-15T15:13:46.714Z] testing: warning: no tests to run [2022-02-15T15:13:46.714Z] PASS [2022-02-15T15:13:46.714Z] [2022-02-15T15:13:46.714Z] DONE 0 tests in 0.021s [2022-02-15T15:13:46.714Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-02-15T15:13:46.714Z] ++ 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-02-15T15:13:46.714Z] ++ set -e [2022-02-15T15:13:46.714Z] ++ '[' -n 0 ']' [2022-02-15T15:13:46.714Z] ++ set -x [2022-02-15T15:13:46.714Z] ++ 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-02-15T15:13:46.714Z] INFO: Testing against a local daemon [2022-02-15T15:13:46.714Z] === RUN TestAuthZPluginAllowRequest [2022-02-15T15:13:47.655Z] --- PASS: TestAuthZPluginAllowRequest (1.05s) [2022-02-15T15:13:47.655Z] === RUN TestAuthZPluginTLS [2022-02-15T15:13:47.701Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.93s) [2022-02-15T15:13:47.701Z] === RUN TestUpdateMemory [2022-02-15T15:13:47.701Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-15T15:13:47.701Z] --- SKIP: TestUpdateMemory (0.00s) [2022-02-15T15:13:47.701Z] === RUN TestUpdateCPUQuota [2022-02-15T15:13:47.701Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-15T15:13:47.701Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-02-15T15:13:47.701Z] === RUN TestUpdatePidsLimit [2022-02-15T15:13:47.701Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-15T15:13:47.701Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-02-15T15:13:47.701Z] === RUN TestUpdateRestartPolicy [2022-02-15T15:13:47.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-02-15T15:13:48.227Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-02-15T15:13:48.227Z] === RUN TestAuthZPluginDenyRequest [2022-02-15T15:13:48.725Z] .........................xx.................... [ 29%] [2022-02-15T15:13:48.797Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-02-15T15:13:48.797Z] === RUN TestAuthZPluginAPIDenyResponse [2022-02-15T15:13:49.367Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-02-15T15:13:49.367Z] === RUN TestAuthZPluginDenyResponse [2022-02-15T15:13:49.760Z] 2022/02/15 15:13:45 Closing DB instances... [2022-02-15T15:13:49.760Z] time="2022-02-15T15:13:48Z" level=error msg="node2(9b4b2888865d) Could not close DB: timeout waiting for leave broadcast" [2022-02-15T15:13:49.760Z] --- PASS: TestNetworkDBGarbageCollection (54.64s) [2022-02-15T15:13:49.760Z] === RUN TestFindNode [2022-02-15T15:13:49.760Z] 2022/02/15 15:13:48 Closing DB instances... [2022-02-15T15:13:49.760Z] --- PASS: TestFindNode (0.02s) [2022-02-15T15:13:49.760Z] === RUN TestChangeNodeState [2022-02-15T15:13:49.760Z] 2022/02/15 15:13:48 Closing DB instances... [2022-02-15T15:13:49.760Z] --- PASS: TestChangeNodeState (0.02s) [2022-02-15T15:13:49.760Z] === RUN TestNodeReincarnation [2022-02-15T15:13:49.760Z] 2022/02/15 15:13:48 Closing DB instances... [2022-02-15T15:13:49.941Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-02-15T15:13:49.941Z] === RUN TestAuthZPluginAllowEventStream [2022-02-15T15:13:50.881Z] --- PASS: TestAuthZPluginAllowEventStream (1.06s) [2022-02-15T15:13:50.881Z] === RUN TestAuthZPluginErrorResponse [2022-02-15T15:13:51.452Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-02-15T15:13:51.452Z] === RUN TestAuthZPluginErrorRequest [2022-02-15T15:13:52.022Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-02-15T15:13:52.022Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-02-15T15:13:52.593Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-02-15T15:13:52.593Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-02-15T15:13:53.543Z] --- PASS: TestNodeReincarnation (5.02s) [2022-02-15T15:13:53.543Z] === RUN TestParallelCreate [2022-02-15T15:13:53.543Z] 2022/02/15 15:13:53 Closing DB instances... [2022-02-15T15:13:53.543Z] --- PASS: TestParallelCreate (0.02s) [2022-02-15T15:13:53.543Z] === RUN TestParallelDelete [2022-02-15T15:13:53.543Z] 2022/02/15 15:13:53 Closing DB instances... [2022-02-15T15:13:53.543Z] --- PASS: TestParallelDelete (0.02s) [2022-02-15T15:13:53.543Z] === RUN TestNetworkDBIslands [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:672fe6298ec2 with config:&{NodeID:672fe6298ec2 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-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=info msg="Node 672fe6298ec2/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=info msg="Node 672fe6298ec2/172.24.14.106, added to nodes list" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:ddee2a28a308 with config:&{NodeID:ddee2a28a308 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-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=info msg="Node ddee2a28a308/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=info msg="Node ddee2a28a308/172.24.14.106, added to nodes list" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=debug msg="memberlist: Stream connection from=[::1]:49381" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=info msg="Node ddee2a28a308/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=info msg="Node ddee2a28a308/172.24.14.106, added to nodes list" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=info msg="Node 672fe6298ec2/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=info msg="Node 672fe6298ec2/172.24.14.106, added to nodes list" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49382" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=warning msg="rejoinClusterBootstrap unable to find local node info using ID:9b4b2888865d" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=warning msg="NetworkDB stats node2(9b4b2888865d) - healthscore:2 (connectivity issues)" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=info msg="memberlist: Marking 92bcac5029a4 as failed, suspect timeout reached (0 peer confirmations)" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=info msg="Node 92bcac5029a4/172.24.14.106, left gossip cluster" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=info msg="Node 92bcac5029a4 change state NodeActive --> NodeFailed" [2022-02-15T15:13:53.543Z] time="2022-02-15T15:13:53Z" level=info msg="Node 92bcac5029a4/172.24.14.106, added to failed nodes list" [2022-02-15T15:13:53.975Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.27s) [2022-02-15T15:13:53.975Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-02-15T15:13:54.488Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:53Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:5260f507c255 with config:&{NodeID:5260f507c255 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-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5260f507c255/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5260f507c255/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=debug msg="memberlist: Stream connection from=[::1]:49383" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5260f507c255/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5260f507c255/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node 672fe6298ec2/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node 672fe6298ec2/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node ddee2a28a308/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node ddee2a28a308/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49384" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5260f507c255/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5260f507c255/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=debug msg="memberlist: Failed to join 172.24.14.106: dial tcp 172.24.14.106:10024: connectex: No connection could be made because the target machine actively refused it." [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:5cf8ca2b3d83 with config:&{NodeID:5cf8ca2b3d83 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-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=debug msg="memberlist: Stream connection from=[::1]:49386" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node 672fe6298ec2/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node 672fe6298ec2/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node ddee2a28a308/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node ddee2a28a308/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5260f507c255/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5260f507c255/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-02-15T15:13:54.529Z] time="2022-02-15T15:13:54Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49387" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:bb3bd28656d0 with config:&{NodeID:bb3bd28656d0 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-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="Node bb3bd28656d0/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="Node bb3bd28656d0/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=debug msg="memberlist: Stream connection from=[::1]:49389" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="Node bb3bd28656d0/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="Node bb3bd28656d0/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="Node ddee2a28a308/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="Node ddee2a28a308/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5260f507c255/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="Node 5260f507c255/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="Node 672fe6298ec2/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=info msg="Node 672fe6298ec2/172.24.14.106, added to nodes list" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-02-15T15:13:54.996Z] time="2022-02-15T15:13:54Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49390" [2022-02-15T15:13:55.357Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.26s) [2022-02-15T15:13:55.357Z] === RUN TestAuthZPluginHeader [2022-02-15T15:13:55.464Z] time="2022-02-15T15:13:55Z" level=info msg="Node bb3bd28656d0/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:55.464Z] time="2022-02-15T15:13:55Z" level=info msg="Node bb3bd28656d0/172.24.14.106, added to nodes list" [2022-02-15T15:13:55.464Z] time="2022-02-15T15:13:55Z" level=info msg="Node bb3bd28656d0/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:55.464Z] time="2022-02-15T15:13:55Z" level=info msg="Node bb3bd28656d0/172.24.14.106, added to nodes list" [2022-02-15T15:13:55.464Z] time="2022-02-15T15:13:55Z" level=info msg="Node bb3bd28656d0/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:55.464Z] time="2022-02-15T15:13:55Z" level=info msg="Node bb3bd28656d0/172.24.14.106, added to nodes list" [2022-02-15T15:13:55.464Z] networkdb_test.go:835: Re-joining: 3 [2022-02-15T15:13:55.464Z] time="2022-02-15T15:13:55Z" level=info msg="The new bootstrap node list is:[172.24.14.106:10033 172.24.14.106:10034 172.24.14.106:10035]" [2022-02-15T15:13:55.464Z] time="2022-02-15T15:13:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.14.106:10033" [2022-02-15T15:13:55.464Z] time="2022-02-15T15:13:55Z" level=debug msg="memberlist: Stream connection from=172.24.14.106:49391" [2022-02-15T15:13:55.464Z] time="2022-02-15T15:13:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.14.106:10034" [2022-02-15T15:13:55.464Z] time="2022-02-15T15:13:55Z" level=debug msg="memberlist: Stream connection from=172.24.14.106:49392" [2022-02-15T15:13:55.464Z] time="2022-02-15T15:13:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.14.106:10035" [2022-02-15T15:13:55.464Z] time="2022-02-15T15:13:55Z" level=debug msg="memberlist: Stream connection from=172.24.14.106:49393" [2022-02-15T15:13:55.928Z] --- PASS: TestAuthZPluginHeader (0.68s) [2022-02-15T15:13:55.928Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-02-15T15:13:55.928Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-15T15:13:55.928Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-02-15T15:13:55.928Z] === RUN TestAuthZPluginV2Disable [2022-02-15T15:13:55.928Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-15T15:13:55.928Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-02-15T15:13:55.928Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-02-15T15:13:55.928Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-15T15:13:55.928Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-02-15T15:13:55.928Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-02-15T15:13:55.928Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-15T15:13:55.928Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-02-15T15:13:55.928Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-02-15T15:13:55.931Z] networkdb_test.go:835: Re-joining: 4 [2022-02-15T15:13:55.931Z] time="2022-02-15T15:13:55Z" level=info msg="The new bootstrap node list is:[172.24.14.106:10033 172.24.14.106:10034 172.24.14.106:10035]" [2022-02-15T15:13:55.931Z] time="2022-02-15T15:13:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.14.106:10033" [2022-02-15T15:13:55.931Z] time="2022-02-15T15:13:55Z" level=debug msg="memberlist: Stream connection from=172.24.14.106:49394" [2022-02-15T15:13:55.931Z] time="2022-02-15T15:13:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.14.106:10034" [2022-02-15T15:13:55.931Z] time="2022-02-15T15:13:55Z" level=debug msg="memberlist: Stream connection from=172.24.14.106:49395" [2022-02-15T15:13:55.931Z] time="2022-02-15T15:13:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.14.106:10035" [2022-02-15T15:13:55.931Z] time="2022-02-15T15:13:55Z" level=debug msg="memberlist: Stream connection from=172.24.14.106:49396" [2022-02-15T15:13:55.932Z] time="2022-02-15T15:13:55Z" level=info msg="memberlist: Suspect 92bcac5029a4 has failed, no acks received" [2022-02-15T15:13:55.932Z] time="2022-02-15T15:13:55Z" level=info msg="node 0 leaving" [2022-02-15T15:13:55.932Z] time="2022-02-15T15:13:55Z" level=info msg="Node 672fe6298ec2 change state NodeActive --> NodeLeft" [2022-02-15T15:13:55.932Z] time="2022-02-15T15:13:55Z" level=info msg="node3(5260f507c255): Node leave event for 672fe6298ec2/172.24.14.106" [2022-02-15T15:13:55.932Z] time="2022-02-15T15:13:55Z" level=info msg="Node 672fe6298ec2 change state NodeActive --> NodeLeft" [2022-02-15T15:13:55.932Z] time="2022-02-15T15:13:55Z" level=info msg="node5(bb3bd28656d0): Node leave event for 672fe6298ec2/172.24.14.106" [2022-02-15T15:13:55.932Z] time="2022-02-15T15:13:55Z" level=info msg="Node 672fe6298ec2 change state NodeActive --> NodeLeft" [2022-02-15T15:13:55.932Z] time="2022-02-15T15:13:55Z" level=info msg="node2(ddee2a28a308): Node leave event for 672fe6298ec2/172.24.14.106" [2022-02-15T15:13:55.932Z] time="2022-02-15T15:13:55Z" level=info msg="Node 672fe6298ec2 change state NodeActive --> NodeLeft" [2022-02-15T15:13:55.932Z] time="2022-02-15T15:13:55Z" level=info msg="node1(672fe6298ec2): Node leave event for 672fe6298ec2/172.24.14.106" [2022-02-15T15:13:55.932Z] time="2022-02-15T15:13:55Z" level=info msg="Node 672fe6298ec2 change state NodeActive --> NodeLeft" [2022-02-15T15:13:55.932Z] time="2022-02-15T15:13:55Z" level=info msg="node4(5cf8ca2b3d83): Node leave event for 672fe6298ec2/172.24.14.106" [2022-02-15T15:13:55.932Z] time="2022-02-15T15:13:55Z" level=info msg="Node 672fe6298ec2/172.24.14.106, left gossip cluster" [2022-02-15T15:13:56.399Z] time="2022-02-15T15:13:55Z" level=info msg="Node 672fe6298ec2/172.24.14.106, left gossip cluster" [2022-02-15T15:13:56.399Z] time="2022-02-15T15:13:55Z" level=info msg="Node 672fe6298ec2/172.24.14.106, left gossip cluster" [2022-02-15T15:13:56.399Z] time="2022-02-15T15:13:55Z" level=info msg="Node 672fe6298ec2/172.24.14.106, left gossip cluster" [2022-02-15T15:13:56.399Z] time="2022-02-15T15:13:55Z" level=info msg="Node 672fe6298ec2/172.24.14.106, left gossip cluster" [2022-02-15T15:13:56.399Z] time="2022-02-15T15:13:56Z" level=info msg="node 1 leaving" [2022-02-15T15:13:56.399Z] time="2022-02-15T15:13:56Z" level=info msg="Node ddee2a28a308 change state NodeActive --> NodeLeft" [2022-02-15T15:13:56.399Z] time="2022-02-15T15:13:56Z" level=info msg="node3(5260f507c255): Node leave event for ddee2a28a308/172.24.14.106" [2022-02-15T15:13:56.399Z] time="2022-02-15T15:13:56Z" level=info msg="Node ddee2a28a308 change state NodeActive --> NodeLeft" [2022-02-15T15:13:56.399Z] time="2022-02-15T15:13:56Z" level=info msg="node4(5cf8ca2b3d83): Node leave event for ddee2a28a308/172.24.14.106" [2022-02-15T15:13:56.399Z] time="2022-02-15T15:13:56Z" level=info msg="Node ddee2a28a308/172.24.14.106, left gossip cluster" [2022-02-15T15:13:56.399Z] time="2022-02-15T15:13:56Z" level=info msg="Node ddee2a28a308 change state NodeActive --> NodeLeft" [2022-02-15T15:13:56.399Z] time="2022-02-15T15:13:56Z" level=info msg="node5(bb3bd28656d0): Node leave event for ddee2a28a308/172.24.14.106" [2022-02-15T15:13:56.399Z] time="2022-02-15T15:13:56Z" level=info msg="Node ddee2a28a308 change state NodeActive --> NodeFailed" [2022-02-15T15:13:56.399Z] time="2022-02-15T15:13:56Z" level=info msg="Node ddee2a28a308/172.24.14.106, added to failed nodes list" [2022-02-15T15:13:56.399Z] time="2022-02-15T15:13:56Z" level=error msg="node: ddee2a28a308 is unknown to memberlist" [2022-02-15T15:13:56.865Z] time="2022-02-15T15:13:56Z" level=debug msg="memberlist: Failed to join 172.24.14.106: dial tcp 172.24.14.106:10024: connectex: No connection could be made because the target machine actively refused it." [2022-02-15T15:13:56.865Z] time="2022-02-15T15:13:56Z" level=info msg="Node ddee2a28a308/172.24.14.106, left gossip cluster" [2022-02-15T15:13:56.865Z] time="2022-02-15T15:13:56Z" level=info msg="Node ddee2a28a308/172.24.14.106, left gossip cluster" [2022-02-15T15:13:56.865Z] time="2022-02-15T15:13:56Z" level=info msg="Node ddee2a28a308/172.24.14.106, left gossip cluster" [2022-02-15T15:13:56.865Z] time="2022-02-15T15:13:56Z" level=debug msg="memberlist: Failed to join 172.24.14.106: dial tcp 172.24.14.106:10027: connectex: No connection could be made because the target machine actively refused it." [2022-02-15T15:13:56.865Z] time="2022-02-15T15:13:56Z" level=info msg="node 2 leaving" [2022-02-15T15:13:56.865Z] time="2022-02-15T15:13:56Z" level=info msg="Node 5260f507c255 change state NodeActive --> NodeLeft" [2022-02-15T15:13:56.866Z] time="2022-02-15T15:13:56Z" level=info msg="node5(bb3bd28656d0): Node leave event for 5260f507c255/172.24.14.106" [2022-02-15T15:13:56.866Z] time="2022-02-15T15:13:56Z" level=info msg="Node 5260f507c255 change state NodeActive --> NodeLeft" [2022-02-15T15:13:56.866Z] time="2022-02-15T15:13:56Z" level=info msg="node4(5cf8ca2b3d83): Node leave event for 5260f507c255/172.24.14.106" [2022-02-15T15:13:56.866Z] time="2022-02-15T15:13:56Z" level=info msg="Node 5260f507c255 change state NodeActive --> NodeLeft" [2022-02-15T15:13:56.866Z] time="2022-02-15T15:13:56Z" level=info msg="node3(5260f507c255): Node leave event for 5260f507c255/172.24.14.106" [2022-02-15T15:13:56.866Z] time="2022-02-15T15:13:56Z" level=debug msg="memberlist: Failed ping: bb3bd28656d0 (timeout reached)" [2022-02-15T15:13:56.866Z] time="2022-02-15T15:13:56Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.14.106:10036: use of closed network connection" [2022-02-15T15:13:56.866Z] time="2022-02-15T15:13:56Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.14.106:10034: use of closed network connection" [2022-02-15T15:13:56.866Z] time="2022-02-15T15:13:56Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.14.106:10035: use of closed network connection" [2022-02-15T15:13:56.866Z] time="2022-02-15T15:13:56Z" level=debug msg="memberlist: Stream connection from=172.24.14.106:49399" [2022-02-15T15:13:56.866Z] time="2022-02-15T15:13:56Z" level=info msg="Node 5260f507c255/172.24.14.106, left gossip cluster" [2022-02-15T15:13:57.115Z] [2022-02-15T15:13:57.115Z] Name Version Source Summary [2022-02-15T15:13:57.115Z] ---- ------- ------ ------- [2022-02-15T15:13:57.115Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-02-15T15:13:57.115Z] [2022-02-15T15:13:57.115Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-02-15T15:13:57.115Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-02-15T15:13:57.115Z] PSChildName : containerd [2022-02-15T15:13:57.115Z] PSDrive : C [2022-02-15T15:13:57.115Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-02-15T15:13:57.115Z] PSIsContainer : True [2022-02-15T15:13:57.115Z] Name : containerd [2022-02-15T15:13:57.115Z] FullName : C:\containerd [2022-02-15T15:13:57.115Z] Parent : [2022-02-15T15:13:57.115Z] Exists : True [2022-02-15T15:13:57.115Z] Root : C:\ [2022-02-15T15:13:57.115Z] Extension : [2022-02-15T15:13:57.115Z] CreationTime : 2/15/2022 3:13:54 PM [2022-02-15T15:13:57.115Z] CreationTimeUtc : 2/15/2022 3:13:54 PM [2022-02-15T15:13:57.115Z] LastAccessTime : 2/15/2022 3:13:54 PM [2022-02-15T15:13:57.115Z] LastAccessTimeUtc : 2/15/2022 3:13:54 PM [2022-02-15T15:13:57.115Z] LastWriteTime : 2/15/2022 3:13:54 PM [2022-02-15T15:13:57.115Z] LastWriteTimeUtc : 2/15/2022 3:13:54 PM [2022-02-15T15:13:57.115Z] Attributes : Directory [2022-02-15T15:13:57.115Z] Mode : d----- [2022-02-15T15:13:57.115Z] BaseName : containerd [2022-02-15T15:13:57.115Z] Target : {} [2022-02-15T15:13:57.115Z] LinkType : [2022-02-15T15:13:57.115Z] [2022-02-15T15:13:57.115Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-02-15T15:13:57.115Z] INFO: Configuring git core.autocrlf... [2022-02-15T15:13:57.115Z] [2022-02-15T15:13:57.115Z] [2022-02-15T15:13:57.332Z] time="2022-02-15T15:13:57Z" level=info msg="Node 5260f507c255/172.24.14.106, left gossip cluster" [2022-02-15T15:13:57.332Z] time="2022-02-15T15:13:57Z" level=info msg="Node 5260f507c255/172.24.14.106, left gossip cluster" [2022-02-15T15:13:57.332Z] time="2022-02-15T15:13:57Z" level=warning msg="memberlist: Was able to connect to bb3bd28656d0 but other probes failed, network may be misconfigured" [2022-02-15T15:13:57.422Z] --- PASS: TestServiceUpdateConfigs (14.67s) [2022-02-15T15:13:57.422Z] === RUN TestServiceUpdateNetwork [2022-02-15T15:13:57.794Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-02-15T15:13:57.799Z] networkdb_test.go:867: node4: OK [2022-02-15T15:13:57.799Z] networkdb_test.go:867: node5: OK [2022-02-15T15:13:57.799Z] time="2022-02-15T15:13:57Z" level=info msg="node 0 coming back" [2022-02-15T15:13:57.799Z] time="2022-02-15T15:13:57Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:c529fccc5174 with config:&{NodeID:c529fccc5174 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-02-15T15:13:57.799Z] time="2022-02-15T15:13:57Z" level=info msg="Node c529fccc5174/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:57.799Z] time="2022-02-15T15:13:57Z" level=info msg="Node c529fccc5174/172.24.14.106, added to nodes list" [2022-02-15T15:13:57.799Z] time="2022-02-15T15:13:57Z" level=info msg="node 1 coming back" [2022-02-15T15:13:57.799Z] time="2022-02-15T15:13:57Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:93a545ee9cfb with config:&{NodeID:93a545ee9cfb 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-02-15T15:13:57.799Z] time="2022-02-15T15:13:57Z" level=info msg="Node 93a545ee9cfb/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:57.799Z] time="2022-02-15T15:13:57Z" level=info msg="Node 93a545ee9cfb/172.24.14.106, added to nodes list" [2022-02-15T15:13:57.799Z] time="2022-02-15T15:13:57Z" level=info msg="node 2 coming back" [2022-02-15T15:13:57.800Z] time="2022-02-15T15:13:57Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:3ef5fb29ade0 with config:&{NodeID:3ef5fb29ade0 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-02-15T15:13:57.800Z] time="2022-02-15T15:13:57Z" level=info msg="Node 3ef5fb29ade0/172.24.14.106, joined gossip cluster" [2022-02-15T15:13:57.800Z] time="2022-02-15T15:13:57Z" level=info msg="Node 3ef5fb29ade0/172.24.14.106, added to nodes list" [2022-02-15T15:13:58.787Z] time="2022-02-15T15:13:58Z" level=debug msg="memberlist: Failed to join 172.24.14.106: dial tcp 172.24.14.106:10024: connectex: No connection could be made because the target machine actively refused it." [2022-02-15T15:13:58.787Z] time="2022-02-15T15:13:58Z" level=debug msg="memberlist: Failed to join 172.24.14.106: dial tcp 172.24.14.106:10027: connectex: No connection could be made because the target machine actively refused it." [2022-02-15T15:13:59.866Z] --- PASS: TestUpdateRestartPolicy (10.80s) [2022-02-15T15:13:59.866Z] === RUN TestUpdateRestartWithAutoRemove [2022-02-15T15:13:59.866Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s) [2022-02-15T15:13:59.866Z] === RUN TestWaitNonBlocked [2022-02-15T15:13:59.866Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:13:59.866Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:13:59.866Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:13:59.866Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:13:59.866Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:13:59.866Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:13:59.866Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-02-15T15:13:59.866Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2022-02-15T15:13:59.866Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.67s) [2022-02-15T15:13:59.866Z] === RUN TestWaitBlocked [2022-02-15T15:13:59.866Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-15T15:13:59.866Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-15T15:13:59.866Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-02-15T15:13:59.866Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-02-15T15:13:59.866Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-15T15:13:59.866Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-02-15T15:13:59.866Z] --- PASS: TestWaitBlocked (0.01s) [2022-02-15T15:13:59.866Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.55s) [2022-02-15T15:13:59.866Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.59s) [2022-02-15T15:13:59.866Z] === CONT TestDaemonRestartIpcMode [2022-02-15T15:13:59.866Z] === CONT TestIpcModeOlderClient [2022-02-15T15:13:59.866Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-02-15T15:13:59.866Z] === CONT TestRestartDaemonWithRestartingContainer [2022-02-15T15:14:01.003Z] time="2022-02-15T15:14:00Z" level=debug msg="memberlist: Failed to join 172.24.14.106: dial tcp 172.24.14.106:10024: connectex: No connection could be made because the target machine actively refused it." [2022-02-15T15:14:01.003Z] time="2022-02-15T15:14:00Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.14.106:10033 172.24.14.106:10034 172.24.14.106:10035]" [2022-02-15T15:14:01.003Z] time="2022-02-15T15:14:00Z" level=debug msg="memberlist: Failed to join 172.24.14.106: dial tcp 172.24.14.106:10027: connectex: No connection could be made because the target machine actively refused it." [2022-02-15T15:14:01.003Z] time="2022-02-15T15:14:00Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.14.106:10033 172.24.14.106:10034 172.24.14.106:10035]" [2022-02-15T15:14:01.102Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-02-15T15:14:01.470Z] time="2022-02-15T15:14:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.14.106:10033" [2022-02-15T15:14:01.470Z] time="2022-02-15T15:14:01Z" level=debug msg="memberlist: Stream connection from=172.24.14.106:49404" [2022-02-15T15:14:01.470Z] time="2022-02-15T15:14:01Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node bb3bd28656d0/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node c529fccc5174/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node bb3bd28656d0/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node c529fccc5174/172.24.14.106, is the new incarnation of the shutdown node 672fe6298ec2/172.24.14.106" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node c529fccc5174/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.14.106:10034" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=debug msg="memberlist: Stream connection from=172.24.14.106:49405" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node c529fccc5174/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node c529fccc5174/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node bb3bd28656d0/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node bb3bd28656d0/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 93a545ee9cfb/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 93a545ee9cfb/172.24.14.106, is the new incarnation of the shutdown node ddee2a28a308/172.24.14.106" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 93a545ee9cfb/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=debug msg="memberlist: Stream connection from=172.24.14.106:49406" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.14.106:10035" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 93a545ee9cfb/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 93a545ee9cfb/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node c529fccc5174/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node c529fccc5174/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node bb3bd28656d0/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node bb3bd28656d0/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 3ef5fb29ade0/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 3ef5fb29ade0/172.24.14.106, is the new incarnation of the shutdown node 5260f507c255/172.24.14.106" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 3ef5fb29ade0/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 93a545ee9cfb/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 93a545ee9cfb/172.24.14.106, is the new incarnation of the shutdown node ddee2a28a308/172.24.14.106" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 93a545ee9cfb/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 93a545ee9cfb/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node c529fccc5174/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 93a545ee9cfb/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node c529fccc5174/172.24.14.106, is the new incarnation of the shutdown node 672fe6298ec2/172.24.14.106" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node c529fccc5174/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 3ef5fb29ade0/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 3ef5fb29ade0/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 3ef5fb29ade0/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 3ef5fb29ade0/172.24.14.106, is the new incarnation of the shutdown node 5260f507c255/172.24.14.106" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 3ef5fb29ade0/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 3ef5fb29ade0/172.24.14.106, joined gossip cluster" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=info msg="Node 3ef5fb29ade0/172.24.14.106, added to nodes list" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.14.106:10033" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=debug msg="memberlist: Stream connection from=172.24.14.106:49407" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.14.106:10034" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=debug msg="memberlist: Stream connection from=172.24.14.106:49408" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.14.106:10035" [2022-02-15T15:14:01.939Z] time="2022-02-15T15:14:01Z" level=debug msg="memberlist: Stream connection from=172.24.14.106:49409" [2022-02-15T15:14:02.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-02-15T15:14:02.385Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.38s) [2022-02-15T15:14:02.385Z] --- PASS: TestDaemonRestartIpcMode (2.54s) [2022-02-15T15:14:02.385Z] PASS [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === Skipped [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-02-15T15:14:02.385Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-02-15T15:14:02.385Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-02-15T15:14:02.385Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-02-15T15:14:02.385Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-02-15T15:14:02.385Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-02-15T15:14:02.385Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-02-15T15:14:02.385Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-02-15T15:14:02.385Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-02-15T15:14:02.385Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-02-15T15:14:02.385Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-02-15T15:14:02.385Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-02-15T15:14:02.385Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-02-15T15:14:02.385Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2022-02-15T15:14:02.385Z] 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-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-02-15T15:14:02.385Z] 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-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-02-15T15:14:02.385Z] 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-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-02-15T15:14:02.385Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-02-15T15:14:02.385Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2022-02-15T15:14:02.385Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-02-15T15:14:02.385Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2022-02-15T15:14:02.385Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-02-15T15:14:02.385Z] 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-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-02-15T15:14:02.385Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-02-15T15:14:02.385Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-02-15T15:14:02.385Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-02-15T15:14:02.385Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-02-15T15:14:02.385Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-02-15T15:14:02.385Z] [2022-02-15T15:14:02.385Z] DONE 177 tests, 27 skipped in 70.022s [2022-02-15T15:14:02.385Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-02-15T15:14:02.640Z] === RUN TestConfigDaemonLibtrustID [2022-02-15T15:14:02.923Z] time="2022-02-15T15:14:02Z" level=debug msg="memberlist: Failed to join 172.24.14.106: dial tcp 172.24.14.106:10024: connectex: No connection could be made because the target machine actively refused it." [2022-02-15T15:14:02.923Z] 2022/02/15 15:14:02 Closing DB instances... [2022-02-15T15:14:02.923Z] time="2022-02-15T15:14:02Z" level=debug msg="memberlist: Failed to join 172.24.14.106: dial tcp 172.24.14.106:10027: connectex: No connection could be made because the target machine actively refused it." [2022-02-15T15:14:02.923Z] time="2022-02-15T15:14:02Z" level=info msg="Node c529fccc5174 change state NodeActive --> NodeLeft" [2022-02-15T15:14:02.923Z] time="2022-02-15T15:14:02Z" level=info msg="node4(5cf8ca2b3d83): Node leave event for c529fccc5174/172.24.14.106" [2022-02-15T15:14:02.923Z] time="2022-02-15T15:14:02Z" level=info msg="Node c529fccc5174 change state NodeActive --> NodeLeft" [2022-02-15T15:14:02.923Z] time="2022-02-15T15:14:02Z" level=info msg="node5(bb3bd28656d0): Node leave event for c529fccc5174/172.24.14.106" [2022-02-15T15:14:02.923Z] time="2022-02-15T15:14:02Z" level=info msg="Node c529fccc5174 change state NodeActive --> NodeLeft" [2022-02-15T15:14:02.923Z] time="2022-02-15T15:14:02Z" level=info msg="node3(3ef5fb29ade0): Node leave event for c529fccc5174/172.24.14.106" [2022-02-15T15:14:02.923Z] time="2022-02-15T15:14:02Z" level=info msg="Node c529fccc5174 change state NodeActive --> NodeLeft" [2022-02-15T15:14:02.923Z] time="2022-02-15T15:14:02Z" level=info msg="node2(93a545ee9cfb): Node leave event for c529fccc5174/172.24.14.106" [2022-02-15T15:14:02.923Z] time="2022-02-15T15:14:02Z" level=info msg="Node c529fccc5174 change state NodeActive --> NodeLeft" [2022-02-15T15:14:02.923Z] time="2022-02-15T15:14:02Z" level=info msg="node1(c529fccc5174): Node leave event for c529fccc5174/172.24.14.106" [2022-02-15T15:14:02.923Z] time="2022-02-15T15:14:02Z" level=info msg="Node c529fccc5174/172.24.14.106, left gossip cluster" [2022-02-15T15:14:02.923Z] time="2022-02-15T15:14:02Z" level=info msg="Node c529fccc5174/172.24.14.106, left gossip cluster" [2022-02-15T15:14:02.923Z] time="2022-02-15T15:14:02Z" level=info msg="Node c529fccc5174/172.24.14.106, left gossip cluster" [2022-02-15T15:14:02.923Z] time="2022-02-15T15:14:02Z" level=info msg="Node c529fccc5174/172.24.14.106, left gossip cluster" [2022-02-15T15:14:02.923Z] time="2022-02-15T15:14:02Z" level=info msg="Node c529fccc5174/172.24.14.106, left gossip cluster" [2022-02-15T15:14:03.201Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-02-15T15:14:03.201Z] === RUN TestDaemonConfigValidation [2022-02-15T15:14:03.201Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-02-15T15:14:03.201Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-02-15T15:14:03.201Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-02-15T15:14:03.201Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-02-15T15:14:03.201Z] === RUN TestDaemonConfigValidation/invalid_config [2022-02-15T15:14:03.201Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-02-15T15:14:03.201Z] === RUN TestDaemonConfigValidation/malformed_config [2022-02-15T15:14:03.201Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-02-15T15:14:03.201Z] === RUN TestDaemonConfigValidation/valid_config [2022-02-15T15:14:03.201Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-02-15T15:14:03.201Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-02-15T15:14:03.201Z] === CONT TestDaemonConfigValidation/malformed_config [2022-02-15T15:14:03.201Z] === CONT TestDaemonConfigValidation/valid_config [2022-02-15T15:14:03.201Z] === CONT TestDaemonConfigValidation/invalid_config [2022-02-15T15:14:03.201Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-02-15T15:14:03.391Z] time="2022-02-15T15:14:03Z" level=info msg="Node 93a545ee9cfb change state NodeActive --> NodeLeft" [2022-02-15T15:14:03.391Z] time="2022-02-15T15:14:03Z" level=info msg="node5(bb3bd28656d0): Node leave event for 93a545ee9cfb/172.24.14.106" [2022-02-15T15:14:03.391Z] time="2022-02-15T15:14:03Z" level=info msg="Node 93a545ee9cfb change state NodeActive --> NodeLeft" [2022-02-15T15:14:03.391Z] time="2022-02-15T15:14:03Z" level=info msg="node3(3ef5fb29ade0): Node leave event for 93a545ee9cfb/172.24.14.106" [2022-02-15T15:14:03.391Z] time="2022-02-15T15:14:03Z" level=info msg="Node 93a545ee9cfb change state NodeActive --> NodeLeft" [2022-02-15T15:14:03.391Z] time="2022-02-15T15:14:03Z" level=info msg="node4(5cf8ca2b3d83): Node leave event for 93a545ee9cfb/172.24.14.106" [2022-02-15T15:14:03.391Z] time="2022-02-15T15:14:03Z" level=info msg="Node 93a545ee9cfb change state NodeActive --> NodeLeft" [2022-02-15T15:14:03.391Z] time="2022-02-15T15:14:03Z" level=info msg="node2(93a545ee9cfb): Node leave event for 93a545ee9cfb/172.24.14.106" [2022-02-15T15:14:03.391Z] time="2022-02-15T15:14:03Z" level=info msg="Node 93a545ee9cfb/172.24.14.106, left gossip cluster" [2022-02-15T15:14:03.456Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-02-15T15:14:03.456Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-02-15T15:14:03.456Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-02-15T15:14:03.456Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-02-15T15:14:03.456Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-02-15T15:14:03.456Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-02-15T15:14:03.456Z] === RUN TestConfigDaemonSeccompProfiles [2022-02-15T15:14:03.456Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-02-15T15:14:03.857Z] time="2022-02-15T15:14:03Z" level=info msg="Node 93a545ee9cfb/172.24.14.106, left gossip cluster" [2022-02-15T15:14:03.857Z] time="2022-02-15T15:14:03Z" level=info msg="Node 93a545ee9cfb/172.24.14.106, left gossip cluster" [2022-02-15T15:14:03.857Z] time="2022-02-15T15:14:03Z" level=info msg="Node 93a545ee9cfb/172.24.14.106, left gossip cluster" [2022-02-15T15:14:03.857Z] time="2022-02-15T15:14:03Z" level=info msg="Node 3ef5fb29ade0 change state NodeActive --> NodeLeft" [2022-02-15T15:14:03.857Z] time="2022-02-15T15:14:03Z" level=info msg="node4(5cf8ca2b3d83): Node leave event for 3ef5fb29ade0/172.24.14.106" [2022-02-15T15:14:03.857Z] time="2022-02-15T15:14:03Z" level=info msg="Node 3ef5fb29ade0 change state NodeActive --> NodeLeft" [2022-02-15T15:14:03.857Z] time="2022-02-15T15:14:03Z" level=info msg="node5(bb3bd28656d0): Node leave event for 3ef5fb29ade0/172.24.14.106" [2022-02-15T15:14:03.857Z] time="2022-02-15T15:14:03Z" level=info msg="Node 3ef5fb29ade0 change state NodeActive --> NodeLeft" [2022-02-15T15:14:03.857Z] time="2022-02-15T15:14:03Z" level=info msg="node3(3ef5fb29ade0): Node leave event for 3ef5fb29ade0/172.24.14.106" [2022-02-15T15:14:03.857Z] time="2022-02-15T15:14:03Z" level=info msg="Node 3ef5fb29ade0/172.24.14.106, left gossip cluster" [2022-02-15T15:14:03.857Z] time="2022-02-15T15:14:03Z" level=info msg="Node 3ef5fb29ade0/172.24.14.106, left gossip cluster" [2022-02-15T15:14:04.325Z] time="2022-02-15T15:14:03Z" level=info msg="Node 3ef5fb29ade0/172.24.14.106, left gossip cluster" [2022-02-15T15:14:04.325Z] time="2022-02-15T15:14:04Z" level=info msg="Node 5cf8ca2b3d83 change state NodeActive --> NodeLeft" [2022-02-15T15:14:04.325Z] time="2022-02-15T15:14:04Z" level=info msg="node5(bb3bd28656d0): Node leave event for 5cf8ca2b3d83/172.24.14.106" [2022-02-15T15:14:04.325Z] time="2022-02-15T15:14:04Z" level=info msg="Node 5cf8ca2b3d83 change state NodeActive --> NodeLeft" [2022-02-15T15:14:04.325Z] time="2022-02-15T15:14:04Z" level=info msg="node4(5cf8ca2b3d83): Node leave event for 5cf8ca2b3d83/172.24.14.106" [2022-02-15T15:14:04.385Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-02-15T15:14:04.795Z] time="2022-02-15T15:14:04Z" level=debug msg="memberlist: Failed to join 172.24.14.106: dial tcp 172.24.14.106:10024: connectex: No connection could be made because the target machine actively refused it." [2022-02-15T15:14:04.795Z] time="2022-02-15T15:14:04Z" level=debug msg="memberlist: Failed to join 172.24.14.106: dial tcp 172.24.14.106:10027: connectex: No connection could be made because the target machine actively refused it." [2022-02-15T15:14:04.795Z] time="2022-02-15T15:14:04Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, left gossip cluster" [2022-02-15T15:14:05.033Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-02-15T15:14:05.262Z] time="2022-02-15T15:14:04Z" level=info msg="Node 5cf8ca2b3d83/172.24.14.106, left gossip cluster" [2022-02-15T15:14:05.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-02-15T15:14:05.730Z] time="2022-02-15T15:14:05Z" level=info msg="Node bb3bd28656d0/172.24.14.106, left gossip cluster" [2022-02-15T15:14:05.730Z] time="2022-02-15T15:14:05Z" level=info msg="Node bb3bd28656d0 change state NodeActive --> NodeFailed" [2022-02-15T15:14:05.730Z] time="2022-02-15T15:14:05Z" level=info msg="Node bb3bd28656d0/172.24.14.106, added to failed nodes list" [2022-02-15T15:14:05.730Z] --- PASS: TestNetworkDBIslands (12.28s) [2022-02-15T15:14:05.730Z] PASS [2022-02-15T15:14:05.730Z] coverage: 60.6% of statements [2022-02-15T15:14:05.730Z] ok github.com/docker/docker/libnetwork/networkdb 105.647s coverage: 60.6% of statements [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/oci/caps [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/pkg/term [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/quota [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/rootless [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/testutil/request [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/volume [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-02-15T15:14:05.730Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-02-15T15:14:05.750Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-02-15T15:14:06.677Z] === CONT TestConfigDaemonSeccompProfiles [2022-02-15T15:14:06.677Z] daemon_test.go:156: [def55d6108d83] daemon is not started [2022-02-15T15:14:06.677Z] --- PASS: TestConfigDaemonSeccompProfiles (3.27s) [2022-02-15T15:14:06.677Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-02-15T15:14:06.677Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.10s) [2022-02-15T15:14:06.677Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-02-15T15:14:06.677Z] === RUN TestDaemonProxy [2022-02-15T15:14:06.677Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-02-15T15:14:06.677Z] --- SKIP: TestDaemonProxy (0.00s) [2022-02-15T15:14:06.677Z] PASS [2022-02-15T15:14:06.677Z] [2022-02-15T15:14:06.677Z] === Skipped [2022-02-15T15:14:06.677Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-02-15T15:14:06.677Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-02-15T15:14:06.677Z] [2022-02-15T15:14:06.677Z] DONE 12 tests, 1 skipped in 4.165s [2022-02-15T15:14:06.677Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-02-15T15:14:06.677Z] INFO: Testing against a local daemon [2022-02-15T15:14:06.677Z] === RUN TestCommitInheritsEnv [2022-02-15T15:14:07.272Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-02-15T15:14:07.731Z] ---> 721b3702f725 [2022-02-15T15:14:07.731Z] Successfully built 721b3702f725 [2022-02-15T15:14:07.731Z] Successfully tagged docker:latest [2022-02-15T15:14:07.731Z] INFO: Image build ended at 02/15/2022 15:14:07. Duration:00:04:12.5739149 [2022-02-15T15:14:07.731Z] [2022-02-15T15:14:07.731Z] [2022-02-15T15:14:07.731Z] INFO: Building the test binaries at 02/15/2022 15:14:07... [2022-02-15T15:14:07.940Z] [2022-02-15T15:14:07.940Z] === Skipped [2022-02-15T15:14:07.940Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-02-15T15:14:07.940Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-02-15T15:14:07.940Z] [2022-02-15T15:14:07.940Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.01s) [2022-02-15T15:14:07.940Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:14:07.940Z] [2022-02-15T15:14:07.940Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-02-15T15:14:07.940Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:14:07.940Z] [2022-02-15T15:14:07.940Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-02-15T15:14:07.940Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:14:07.940Z] [2022-02-15T15:14:07.940Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-02-15T15:14:07.940Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:14:07.940Z] [2022-02-15T15:14:07.940Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-02-15T15:14:07.940Z] client_test.go:23: runtime.GOOS == "windows" [2022-02-15T15:14:07.940Z] [2022-02-15T15:14:07.940Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-02-15T15:14:07.940Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-02-15T15:14:07.940Z] [2022-02-15T15:14:07.940Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-02-15T15:14:07.940Z] network_proxy_test.go:208: No support for dual stack yet [2022-02-15T15:14:07.940Z] [2022-02-15T15:14:07.940Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-02-15T15:14:07.940Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-02-15T15:14:07.940Z] [2022-02-15T15:14:07.940Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-02-15T15:14:07.940Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-02-15T15:14:07.940Z] [2022-02-15T15:14:07.940Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-02-15T15:14:07.940Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-02-15T15:14:07.940Z] [2022-02-15T15:14:07.940Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-02-15T15:14:07.940Z] daemon_test.go:145: root required [2022-02-15T15:14:07.940Z] [2022-02-15T15:14:07.940Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-02-15T15:14:07.940Z] reload_test.go:342: root required [2022-02-15T15:14:07.940Z] [2022-02-15T15:14:07.940Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-02-15T15:14:07.940Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:14:07.940Z] [2022-02-15T15:14:07.940Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-02-15T15:14:07.940Z] pull_v2_test.go:73: Needs fixing on Windows [2022-02-15T15:14:07.940Z] [2022-02-15T15:14:07.940Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-02-15T15:14:07.940Z] pull_v2_test.go:118: Needs fixing on Windows [2022-02-15T15:14:07.940Z] [2022-02-15T15:14:07.940Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-02-15T15:14:08.041Z] --- PASS: TestCommitInheritsEnv (1.38s) [2022-02-15T15:14:08.041Z] === RUN TestImportExtremelyLargeImageWorks [2022-02-15T15:14:08.041Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-02-15T15:14:08.041Z] === RUN TestImportWithCustomPlatform [2022-02-15T15:14:08.297Z] === RUN TestImportWithCustomPlatform/#00 [2022-02-15T15:14:08.297Z] === RUN TestImportWithCustomPlatform/_______ [2022-02-15T15:14:08.297Z] === RUN TestImportWithCustomPlatform// [2022-02-15T15:14:08.297Z] === RUN TestImportWithCustomPlatform/linux [2022-02-15T15:14:08.297Z] === RUN TestImportWithCustomPlatform/LINUX [2022-02-15T15:14:08.297Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-02-15T15:14:08.297Z] === RUN TestImportWithCustomPlatform/macos [2022-02-15T15:14:08.408Z] download_test.go:267: Needs fixing on Windows [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-02-15T15:14:08.408Z] layer_test.go:303: Failing on Windows [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-02-15T15:14:08.408Z] layer_test.go:352: Failing on Windows [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-02-15T15:14:08.408Z] layer_test.go:467: Failing on Windows [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-02-15T15:14:08.408Z] layer_test.go:696: Failing on Windows [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-02-15T15:14:08.408Z] migration_test.go:45: Failing on Windows [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-02-15T15:14:08.408Z] migration_test.go:181: Failing on Windows [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-02-15T15:14:08.408Z] mount_test.go:17: Failing on Windows [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-02-15T15:14:08.408Z] mount_test.go:76: Failing on Windows [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-02-15T15:14:08.408Z] mount_test.go:125: Failing on Windows [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-02-15T15:14:08.408Z] mount_test.go:212: Failing on Windows [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-02-15T15:14:08.408Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-02-15T15:14:08.408Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-02-15T15:14:08.408Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-02-15T15:14:08.408Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.01s) [2022-02-15T15:14:08.408Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.01s) [2022-02-15T15:14:08.408Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-02-15T15:14:08.408Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-02-15T15:14:08.408Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-02-15T15:14:08.408Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-02-15T15:14:08.408Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-02-15T15:14:08.408Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-02-15T15:14:08.408Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-02-15T15:14:08.408Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-02-15T15:14:08.408Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-02-15T15:14:08.408Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-02-15T15:14:08.408Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-02-15T15:14:08.408Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-02-15T15:14:08.408Z] archive_test.go:133: Xz not present in msys2 [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-02-15T15:14:08.408Z] archive_test.go:140: zstd not installed [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-02-15T15:14:08.408Z] archive_test.go:252: Failing on Windows CI machines [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-02-15T15:14:08.408Z] archive_windows_test.go:16: Currently fails [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-02-15T15:14:08.408Z] changes_test.go:195: needs more investigation [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-02-15T15:14:08.408Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-02-15T15:14:08.408Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-02-15T15:14:08.408Z] changes_test.go:432: needs further investigation [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-02-15T15:14:08.408Z] changes_test.go:468: needs further investigation [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-02-15T15:14:08.408Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-02-15T15:14:08.408Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-02-15T15:14:08.408Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-02-15T15:14:08.408Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-02-15T15:14:08.408Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-02-15T15:14:08.408Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-02-15T15:14:08.408Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-02-15T15:14:08.408Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-02-15T15:14:08.408Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-02-15T15:14:08.408Z] poller_test.go:40: No chmod on Windows [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-02-15T15:14:08.408Z] fileutils_test.go:133: Needs porting to Windows [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-02-15T15:14:08.408Z] fileutils_test.go:179: Needs porting to Windows [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-02-15T15:14:08.408Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2022-02-15T15:14:08.408Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-02-15T15:14:08.408Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-02-15T15:14:08.408Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-02-15T15:14:08.408Z] local_test.go:180: runtime.GOOS == "windows" [2022-02-15T15:14:08.408Z] [2022-02-15T15:14:08.408Z] DONE 2070 tests, 70 skipped in 281.539s [2022-02-15T15:14:08.408Z] INFO: make.ps1 ended at 02/15/2022 15:14:08 [2022-02-15T15:14:08.553Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-02-15T15:14:08.553Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-02-15T15:14:08.553Z] --- PASS: TestImportWithCustomPlatform (0.28s) [2022-02-15T15:14:08.553Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-02-15T15:14:08.553Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-02-15T15:14:08.553Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-02-15T15:14:08.553Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-02-15T15:14:08.553Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-02-15T15:14:08.553Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-02-15T15:14:08.553Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-02-15T15:14:08.553Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-02-15T15:14:08.553Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-02-15T15:14:08.553Z] === RUN TestImagesFilterMultiReference [2022-02-15T15:14:08.553Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2022-02-15T15:14:08.553Z] === RUN TestImagePullPlatformInvalid [2022-02-15T15:14:08.553Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-02-15T15:14:08.553Z] === RUN TestRemoveImageOrphaning [2022-02-15T15:14:09.590Z] --- PASS: TestServiceUpdateNetwork (12.31s) [2022-02-15T15:14:09.590Z] === RUN TestServiceUpdatePidsLimit [2022-02-15T15:14:10.152Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-02-15T15:14:10.439Z] --- PASS: TestRemoveImageOrphaning (1.65s) [2022-02-15T15:14:10.439Z] === RUN TestRemoveImageGarbageCollector [2022-02-15T15:14:10.439Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-02-15T15:14:10.439Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-02-15T15:14:10.439Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-02-15T15:14:10.439Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-02-15T15:14:10.439Z] === RUN TestTagInvalidReference [2022-02-15T15:14:10.439Z] --- PASS: TestTagInvalidReference (0.03s) [2022-02-15T15:14:10.439Z] === RUN TestTagValidPrefixedRepo [2022-02-15T15:14:10.439Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-02-15T15:14:10.439Z] === RUN TestTagExistedNameWithoutForce [2022-02-15T15:14:10.439Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-02-15T15:14:10.439Z] === RUN TestTagOfficialNames [2022-02-15T15:14:10.439Z] --- PASS: TestTagOfficialNames (0.04s) [2022-02-15T15:14:10.439Z] === RUN TestTagMatchesDigest [2022-02-15T15:14:10.439Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-02-15T15:14:10.439Z] === CONT TestImportExtremelyLargeImageWorks [2022-02-15T15:14:10.578Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-02-15T15:14:10.622Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-02-15T15:14:10.622Z] INFO: Unit tests ended at 02/15/2022 15:14:09. Duration:00:04:57.0164858 [2022-02-15T15:14:10.622Z] INFO: Building busybox [2022-02-15T15:14:10.622Z] Sending build context to Docker daemon 5.12kB [2022-02-15T15:14:10.622Z] [2022-02-15T15:14:10.622Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-02-15T15:14:10.622Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-02-15T15:14:10.622Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-02-15T15:14:10.622Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-02-15T15:14:10.622Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-02-15T15:14:10.622Z] ---> bdeb13086b9f [2022-02-15T15:14:10.622Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-02-15T15:14:10.622Z] ---> Running in 48fff4550d7a [2022-02-15T15:14:11.082Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-02-15T15:14:12.169Z] INFO: make.ps1 starting at 02/15/2022 15:14:11 [2022-02-15T15:14:12.495Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-02-15T15:14:12.657Z] INFO: Git commit (2ac898c232) assumed from DOCKER_GITCOMMIT environment variable [2022-02-15T15:14:12.657Z] INFO: Invoking autogen... [2022-02-15T15:14:13.055Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-02-15T15:14:13.146Z] INFO: Building daemon... [2022-02-15T15:14:14.034Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-02-15T15:14:14.034Z] PASS [2022-02-15T15:14:14.034Z] [2022-02-15T15:14:14.034Z] === Skipped [2022-02-15T15:14:14.034Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-02-15T15:14:14.034Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-15T15:14:14.034Z] [2022-02-15T15:14:14.034Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-02-15T15:14:14.034Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-15T15:14:14.034Z] [2022-02-15T15:14:14.034Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-02-15T15:14:14.034Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-15T15:14:14.034Z] [2022-02-15T15:14:14.034Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-02-15T15:14:14.034Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-15T15:14:14.034Z] [2022-02-15T15:14:14.034Z] DONE 17 tests, 4 skipped in 25.739s [2022-02-15T15:14:14.034Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-02-15T15:14:14.034Z] ++ 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-02-15T15:14:14.034Z] ++ set -e [2022-02-15T15:14:14.034Z] ++ '[' -n 0 ']' [2022-02-15T15:14:14.034Z] ++ set -x [2022-02-15T15:14:14.034Z] ++ 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-02-15T15:14:14.034Z] INFO: Testing against a local daemon [2022-02-15T15:14:14.034Z] === RUN TestPluginInvalidJSON [2022-02-15T15:14:14.034Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:14:14.034Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:14:14.034Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:14:14.034Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-02-15T15:14:14.034Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-02-15T15:14:14.034Z] === RUN TestPluginInstall [2022-02-15T15:14:14.034Z] === RUN TestPluginInstall/no_auth [2022-02-15T15:14:14.034Z] time="2022-02-15T15:14:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:14:14.034Z] time="2022-02-15T15:14:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9ea1855056f18c5430e2db2ba94712449e86edec50ece220754fe1e6c9a3ed9b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:14:14.034Z] time="2022-02-15T15:14:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:14:14.034Z] time="2022-02-15T15:14:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9ea1855056f18c5430e2db2ba94712449e86edec50ece220754fe1e6c9a3ed9b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:14:14.034Z] === RUN TestPluginInstall/with_htpasswd [2022-02-15T15:14:14.034Z] time="2022-02-15T15:14:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:14:14.034Z] time="2022-02-15T15:14:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9ea1855056f18c5430e2db2ba94712449e86edec50ece220754fe1e6c9a3ed9b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:14:14.034Z] time="2022-02-15T15:14:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:14:14.034Z] time="2022-02-15T15:14:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9ea1855056f18c5430e2db2ba94712449e86edec50ece220754fe1e6c9a3ed9b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:14:14.294Z] === RUN TestPluginInstall/with_insecure [2022-02-15T15:14:15.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-02-15T15:14:15.234Z] time="2022-02-15T15:14:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:14:15.234Z] time="2022-02-15T15:14:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ad9f79ecbf77f9c13ee21d5c625a067a3f8d02d487ac8476664df88302089932" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:14:15.234Z] time="2022-02-15T15:14:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:14:15.234Z] time="2022-02-15T15:14:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ad9f79ecbf77f9c13ee21d5c625a067a3f8d02d487ac8476664df88302089932" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:14:15.234Z] plugin_test.go:165: [d8299394428b7] daemon is not started [2022-02-15T15:14:15.234Z] --- PASS: TestPluginInstall (2.74s) [2022-02-15T15:14:15.234Z] --- PASS: TestPluginInstall/no_auth (1.17s) [2022-02-15T15:14:15.234Z] --- PASS: TestPluginInstall/with_htpasswd (0.55s) [2022-02-15T15:14:15.234Z] --- PASS: TestPluginInstall/with_insecure (1.02s) [2022-02-15T15:14:15.234Z] === RUN TestPluginsWithRuntimes [2022-02-15T15:14:15.372Z] Removing intermediate container 48fff4550d7a [2022-02-15T15:14:15.372Z] ---> 06d8b7239e2d [2022-02-15T15:14:15.372Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-02-15T15:14:15.840Z] ---> Running in d31a9574965a [2022-02-15T15:14:15.840Z] Removing intermediate container d31a9574965a [2022-02-15T15:14:15.840Z] ---> 5d1195d6a980 [2022-02-15T15:14:15.840Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-02-15T15:14:16.306Z] ---> Running in 33d1008e3685 [2022-02-15T15:14:16.631Z] === RUN TestPluginsWithRuntimes/No_Args [2022-02-15T15:14:16.773Z] Removing intermediate container 33d1008e3685 [2022-02-15T15:14:16.773Z] ---> eee21da95f1a [2022-02-15T15:14:16.773Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-02-15T15:14:16.966Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-02-15T15:14:16.966Z] Using test binary docker [2022-02-15T15:14:16.966Z] +++ /etc/init.d/apparmor start [2022-02-15T15:14:16.966Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-02-15T15:14:16.966Z] INFO: Waiting for daemon to start... [2022-02-15T15:14:16.966Z] Starting dockerd [2022-02-15T15:14:16.966Z] +++ 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-02-15T15:14:17.438Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-02-15T15:14:17.573Z] === RUN TestPluginsWithRuntimes/With_Args [2022-02-15T15:14:17.617Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-02-15T15:14:18.334Z] [2022-02-15T15:14:18.513Z] --- PASS: TestPluginsWithRuntimes (3.11s) [2022-02-15T15:14:18.513Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.80s) [2022-02-15T15:14:18.513Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.80s) [2022-02-15T15:14:18.513Z] === RUN TestPluginBackCompatMediaTypes [2022-02-15T15:14:18.774Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2022-02-15T15:14:18.774Z] PASS [2022-02-15T15:14:18.774Z] [2022-02-15T15:14:18.774Z] DONE 10 tests in 6.525s [2022-02-15T15:14:18.774Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-02-15T15:14:18.774Z] ++ 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-02-15T15:14:18.774Z] ++ set -e [2022-02-15T15:14:18.774Z] ++ '[' -n 0 ']' [2022-02-15T15:14:18.774Z] ++ set -x [2022-02-15T15:14:18.774Z] ++ 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-02-15T15:14:18.801Z] ---> 5ec68ffcdcab [2022-02-15T15:14:18.801Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-02-15T15:14:18.801Z] ---> Running in 276d1cad8173 [2022-02-15T15:14:19.034Z] INFO: Testing against a local daemon [2022-02-15T15:14:19.034Z] === RUN TestExternalGraphDriver [2022-02-15T15:14:19.034Z] === RUN TestExternalGraphDriver/json [2022-02-15T15:14:19.515Z] . [2022-02-15T15:14:19.515Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-02-15T15:14:19.515Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-02-15T15:14:19.515Z] Error: No such image: emptyfs [2022-02-15T15:14:19.515Z] ++++ docker load [2022-02-15T15:14:19.515Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-02-15T15:14:19.780Z] Running integration-test (iteration 1) [2022-02-15T15:14:19.780Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-02-15T15:14:19.781Z] ++ 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-02-15T15:14:19.781Z] ++ set -e [2022-02-15T15:14:19.781Z] ++ '[' -n 0 ']' [2022-02-15T15:14:19.781Z] ++ set -x [2022-02-15T15:14:19.781Z] ++ 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-02-15T15:14:20.725Z] Loaded image: busybox:latest [2022-02-15T15:14:20.946Z] === RUN TestExternalGraphDriver/spec [2022-02-15T15:14:21.298Z] Loaded image: busybox:glibc [2022-02-15T15:14:22.330Z] === RUN TestExternalGraphDriver/pull [2022-02-15T15:14:23.714Z] --- PASS: TestExternalGraphDriver (4.69s) [2022-02-15T15:14:23.714Z] --- PASS: TestExternalGraphDriver/json (1.54s) [2022-02-15T15:14:23.714Z] --- PASS: TestExternalGraphDriver/spec (1.51s) [2022-02-15T15:14:23.714Z] --- PASS: TestExternalGraphDriver/pull (1.60s) [2022-02-15T15:14:23.714Z] === RUN TestGraphdriverPluginV2 [2022-02-15T15:14:23.714Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-15T15:14:23.714Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-02-15T15:14:23.714Z] PASS [2022-02-15T15:14:23.714Z] [2022-02-15T15:14:23.714Z] === Skipped [2022-02-15T15:14:23.714Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-02-15T15:14:23.714Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-15T15:14:23.714Z] [2022-02-15T15:14:23.714Z] DONE 5 tests, 1 skipped in 4.807s [2022-02-15T15:14:23.714Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-02-15T15:14:23.714Z] ++ 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-02-15T15:14:23.714Z] ++ set -e [2022-02-15T15:14:23.714Z] ++ '[' -n 0 ']' [2022-02-15T15:14:23.714Z] ++ set -x [2022-02-15T15:14:23.714Z] ++ 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-02-15T15:14:23.714Z] INFO: Testing against a local daemon [2022-02-15T15:14:23.714Z] === RUN TestContinueAfterPluginCrash [2022-02-15T15:14:23.714Z] === PAUSE TestContinueAfterPluginCrash [2022-02-15T15:14:23.714Z] === RUN TestReadPluginNoRead [2022-02-15T15:14:23.714Z] === PAUSE TestReadPluginNoRead [2022-02-15T15:14:23.714Z] === RUN TestDaemonStartWithLogOpt [2022-02-15T15:14:23.714Z] === PAUSE TestDaemonStartWithLogOpt [2022-02-15T15:14:23.714Z] === CONT TestContinueAfterPluginCrash [2022-02-15T15:14:23.714Z] === CONT TestDaemonStartWithLogOpt [2022-02-15T15:14:25.703Z] --- PASS: TestServiceUpdatePidsLimit (16.06s) [2022-02-15T15:14:25.703Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-02-15T15:14:25.703Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-02-15T15:14:25.703Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s) [2022-02-15T15:14:25.703Z] PASS [2022-02-15T15:14:25.703Z] [2022-02-15T15:14:25.703Z] === Skipped [2022-02-15T15:14:25.703Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-02-15T15:14:25.703Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-02-15T15:14:25.703Z] [2022-02-15T15:14:25.703Z] DONE 27 tests, 1 skipped in 182.139s [2022-02-15T15:14:25.703Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-02-15T15:14:25.703Z] INFO: Testing against a local daemon [2022-02-15T15:14:25.703Z] === RUN TestSessionCreate [2022-02-15T15:14:25.703Z] --- PASS: TestSessionCreate (0.02s) [2022-02-15T15:14:25.703Z] === RUN TestSessionCreateWithBadUpgrade [2022-02-15T15:14:25.703Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-02-15T15:14:25.703Z] PASS [2022-02-15T15:14:25.703Z] [2022-02-15T15:14:25.703Z] DONE 2 tests in 0.072s [2022-02-15T15:14:25.703Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-02-15T15:14:25.703Z] INFO: Testing against a local daemon [2022-02-15T15:14:25.703Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-02-15T15:14:25.703Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-02-15T15:14:25.703Z] === RUN TestDiskUsage [2022-02-15T15:14:25.703Z] === PAUSE TestDiskUsage [2022-02-15T15:14:25.703Z] === RUN TestEventsExecDie [2022-02-15T15:14:25.703Z] --- PASS: TestEventsExecDie (0.54s) [2022-02-15T15:14:25.703Z] === RUN TestEventsBackwardsCompatible [2022-02-15T15:14:25.703Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-02-15T15:14:25.703Z] === RUN TestEventsVolumeCreate [2022-02-15T15:14:25.703Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-02-15T15:14:25.703Z] === RUN TestInfoBinaryCommits [2022-02-15T15:14:25.960Z] --- PASS: TestInfoBinaryCommits (0.03s) [2022-02-15T15:14:25.960Z] === RUN TestInfoAPIVersioned [2022-02-15T15:14:25.960Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-02-15T15:14:25.960Z] === RUN TestInfoAPI [2022-02-15T15:14:25.960Z] --- PASS: TestInfoAPI (0.02s) [2022-02-15T15:14:25.960Z] === RUN TestInfoAPIWarnings [2022-02-15T15:14:26.594Z] Loaded image: debian:bullseye-slim [2022-02-15T15:14:26.594Z] Loaded image: hello-world:latest [2022-02-15T15:14:26.594Z] Loaded image: arm32v7/hello-world:latest [2022-02-15T15:14:26.594Z] INFO: Testing against a local daemon [2022-02-15T15:14:26.594Z] === RUN TestCgroupNamespacesBuild [2022-02-15T15:14:27.017Z] --- PASS: TestDaemonStartWithLogOpt (2.98s) [2022-02-15T15:14:27.017Z] === CONT TestReadPluginNoRead [2022-02-15T15:14:28.928Z] === RUN TestReadPluginNoRead/default [2022-02-15T15:14:29.145Z] --- PASS: TestCgroupNamespacesBuild (2.47s) [2022-02-15T15:14:29.145Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-02-15T15:14:29.212Z] Removing intermediate container 276d1cad8173 [2022-02-15T15:14:29.212Z] ---> e5694aefb6c8 [2022-02-15T15:14:29.212Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-02-15T15:14:29.212Z] ---> Running in ec321b38a484 [2022-02-15T15:14:29.680Z] [2022-02-15T15:14:29.680Z] SUCCESS: Specified value was saved. [2022-02-15T15:14:29.868Z] === RUN TestReadPluginNoRead/disabled_caching [2022-02-15T15:14:31.067Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.04s) [2022-02-15T15:14:31.067Z] === RUN TestBuildWithSession [2022-02-15T15:14:31.067Z] build_session_test.go:25: TODO: BuildKit [2022-02-15T15:14:31.067Z] --- SKIP: TestBuildWithSession (0.00s) [2022-02-15T15:14:31.067Z] === RUN TestBuildSquashParent [2022-02-15T15:14:31.252Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-02-15T15:14:31.581Z] --- PASS: TestContinueAfterPluginCrash (7.86s) [2022-02-15T15:14:32.153Z] === CONT TestReadPluginNoRead [2022-02-15T15:14:32.153Z] read_test.go:92: [d3a9ad1706fae] daemon is not started [2022-02-15T15:14:32.153Z] --- PASS: TestReadPluginNoRead (5.33s) [2022-02-15T15:14:32.153Z] --- PASS: TestReadPluginNoRead/default (1.10s) [2022-02-15T15:14:32.153Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.09s) [2022-02-15T15:14:32.153Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.09s) [2022-02-15T15:14:32.153Z] PASS [2022-02-15T15:14:32.153Z] [2022-02-15T15:14:32.153Z] DONE 6 tests in 8.395s [2022-02-15T15:14:32.153Z] 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-02-15T15:14:32.153Z] ++ 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-02-15T15:14:32.153Z] ++ set -e [2022-02-15T15:14:32.153Z] ++ '[' -n 0 ']' [2022-02-15T15:14:32.153Z] ++ set -x [2022-02-15T15:14:32.153Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-15T15:14:32.153Z] testing: warning: no tests to run [2022-02-15T15:14:32.153Z] PASS [2022-02-15T15:14:32.153Z] [2022-02-15T15:14:32.153Z] DONE 0 tests in 0.028s [2022-02-15T15:14:32.153Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-02-15T15:14:32.153Z] ++ 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-02-15T15:14:32.153Z] ++ set -e [2022-02-15T15:14:32.153Z] ++ '[' -n 0 ']' [2022-02-15T15:14:32.153Z] ++ set -x [2022-02-15T15:14:32.153Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-15T15:14:32.153Z] INFO: Testing against a local daemon [2022-02-15T15:14:32.153Z] === RUN TestPluginWithDevMounts [2022-02-15T15:14:32.153Z] === PAUSE TestPluginWithDevMounts [2022-02-15T15:14:32.153Z] === CONT TestPluginWithDevMounts [2022-02-15T15:14:32.633Z] Removing intermediate container ec321b38a484 [2022-02-15T15:14:32.633Z] ---> c344052d5ea9 [2022-02-15T15:14:32.633Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-02-15T15:14:32.633Z] ---> Running in 8cca2490a854 [2022-02-15T15:14:34.051Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-02-15T15:14:34.063Z] --- PASS: TestPluginWithDevMounts (1.52s) [2022-02-15T15:14:34.063Z] PASS [2022-02-15T15:14:34.063Z] [2022-02-15T15:14:34.063Z] DONE 1 tests in 1.617s [2022-02-15T15:14:34.063Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-02-15T15:14:34.063Z] ++ 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-02-15T15:14:34.063Z] ++ set -e [2022-02-15T15:14:34.063Z] ++ '[' -n 0 ']' [2022-02-15T15:14:34.063Z] ++ set -x [2022-02-15T15:14:34.063Z] ++ 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-02-15T15:14:34.063Z] INFO: Testing against a local daemon [2022-02-15T15:14:34.063Z] === RUN TestSecretInspect [2022-02-15T15:14:35.978Z] --- PASS: TestSecretInspect (2.08s) [2022-02-15T15:14:35.978Z] === RUN TestSecretList [2022-02-15T15:14:36.423Z] Cannot create a file when that file already exists. [2022-02-15T15:14:38.534Z] --- PASS: TestSecretList (2.22s) [2022-02-15T15:14:38.534Z] === RUN TestSecretsCreateAndDelete [2022-02-15T15:14:39.916Z] --- PASS: TestSecretsCreateAndDelete (1.66s) [2022-02-15T15:14:39.916Z] === RUN TestSecretsUpdate [2022-02-15T15:14:41.081Z] --- PASS: TestBuildSquashParent (8.77s) [2022-02-15T15:14:41.081Z] === RUN TestBuildWithRemoveAndForceRemove [2022-02-15T15:14:41.081Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:14:41.081Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:14:41.081Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:14:41.081Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:14:41.081Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:14:41.081Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:14:41.081Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:14:41.081Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:14:41.081Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:14:41.081Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:14:41.081Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:14:41.081Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:14:41.081Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:14:41.081Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:14:41.830Z] --- PASS: TestSecretsUpdate (1.64s) [2022-02-15T15:14:41.830Z] === RUN TestTemplatedSecret [2022-02-15T15:14:42.283Z] Removing intermediate container 8cca2490a854 [2022-02-15T15:14:42.283Z] ---> c92add7b7fb4 [2022-02-15T15:14:42.283Z] Step 13/13 : CMD ["sh"] [2022-02-15T15:14:42.283Z] ---> Running in 20728078e5bc [2022-02-15T15:14:42.283Z] Removing intermediate container 20728078e5bc [2022-02-15T15:14:42.283Z] ---> 57376a31ab05 [2022-02-15T15:14:42.283Z] Successfully built 57376a31ab05 [2022-02-15T15:14:42.283Z] Successfully tagged busybox:latest [2022-02-15T15:14:42.283Z] INFO: Docker images of the daemon under test [2022-02-15T15:14:42.283Z] [2022-02-15T15:14:42.283Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-02-15T15:14:42.283Z] busybox latest 57376a31ab05 Less than a second ago 5GB [2022-02-15T15:14:42.283Z] mcr.microsoft.com/windows/servercore ltsc2022 bdeb13086b9f 2 weeks ago 4.96GB [2022-02-15T15:14:42.283Z] microsoft/windowsservercore latest bdeb13086b9f 2 weeks ago 4.96GB [2022-02-15T15:14:42.283Z] [2022-02-15T15:14:42.283Z] INFO: Running integration tests at 02/15/2022 15:14:42... [2022-02-15T15:14:42.283Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-02-15T15:14:42.283Z] INFO: Integration API tests being run from the host: [2022-02-15T15:14:42.283Z] INFO: make.ps1 starting at 02/15/2022 15:14:42 [2022-02-15T15:14:43.058Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:14:43.058Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:14:43.610Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-02-15T15:14:43.743Z] --- PASS: TestTemplatedSecret (1.97s) [2022-02-15T15:14:43.743Z] === RUN TestSecretCreateResolve [2022-02-15T15:14:43.848Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-02-15T15:14:44.013Z] --- PASS: TestInfoAPIWarnings (16.25s) [2022-02-15T15:14:44.013Z] === RUN TestInfoDebug [2022-02-15T15:14:44.013Z] --- PASS: TestInfoDebug (0.52s) [2022-02-15T15:14:44.013Z] === RUN TestInfoInsecureRegistries [2022-02-15T15:14:44.013Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-02-15T15:14:44.013Z] === RUN TestInfoRegistryMirrors [2022-02-15T15:14:44.013Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-02-15T15:14:44.013Z] === RUN TestLoginFailsWithBadCredentials [2022-02-15T15:14:44.013Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-02-15T15:14:44.013Z] === RUN TestPingCacheHeaders [2022-02-15T15:14:44.013Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-02-15T15:14:44.013Z] === RUN TestPingGet [2022-02-15T15:14:44.013Z] --- PASS: TestPingGet (0.02s) [2022-02-15T15:14:44.013Z] === RUN TestPingHead [2022-02-15T15:14:44.013Z] --- PASS: TestPingHead (0.02s) [2022-02-15T15:14:44.013Z] === RUN TestVersion [2022-02-15T15:14:44.013Z] --- PASS: TestVersion (0.01s) [2022-02-15T15:14:44.013Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-02-15T15:14:44.013Z] === CONT TestDiskUsage [2022-02-15T15:14:44.269Z] === RUN TestDiskUsage/empty [2022-02-15T15:14:44.269Z] === RUN TestDiskUsage/empty/container_types [2022-02-15T15:14:44.269Z] === RUN TestDiskUsage/empty/image_types [2022-02-15T15:14:44.269Z] === RUN TestDiskUsage/empty/volume_types [2022-02-15T15:14:44.269Z] === RUN TestDiskUsage/empty/build-cache_types [2022-02-15T15:14:44.269Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-02-15T15:14:44.269Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-02-15T15:14:44.269Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-02-15T15:14:44.269Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-02-15T15:14:44.269Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-02-15T15:14:44.269Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-02-15T15:14:44.269Z] === RUN TestDiskUsage/after_LoadBusybox [2022-02-15T15:14:44.526Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-02-15T15:14:44.526Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-02-15T15:14:44.526Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-02-15T15:14:44.526Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-02-15T15:14:44.526Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-02-15T15:14:44.526Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-02-15T15:14:44.526Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-02-15T15:14:44.526Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-02-15T15:14:44.526Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-02-15T15:14:44.526Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-02-15T15:14:44.526Z] === RUN TestDiskUsage/after_container.Run [2022-02-15T15:14:45.012Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-02-15T15:14:45.089Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-02-15T15:14:45.089Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-02-15T15:14:45.089Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-02-15T15:14:45.089Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-02-15T15:14:45.089Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-02-15T15:14:45.089Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-02-15T15:14:45.089Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-02-15T15:14:45.089Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-02-15T15:14:45.089Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-02-15T15:14:45.089Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage (1.49s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.27s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-02-15T15:14:45.346Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-02-15T15:14:45.347Z] --- PASS: TestDiskUsage/after_container.Run (0.47s) [2022-02-15T15:14:45.347Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-02-15T15:14:45.347Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-02-15T15:14:45.347Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-02-15T15:14:45.347Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-02-15T15:14:45.347Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-02-15T15:14:45.347Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-02-15T15:14:45.347Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-02-15T15:14:45.347Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-02-15T15:14:45.347Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-02-15T15:14:45.347Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-02-15T15:14:45.347Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.50s) [2022-02-15T15:14:45.347Z] PASS [2022-02-15T15:14:45.347Z] [2022-02-15T15:14:45.347Z] DONE 50 tests in 20.204s [2022-02-15T15:14:45.347Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-02-15T15:14:45.347Z] INFO: Testing against a local daemon [2022-02-15T15:14:45.347Z] === RUN TestVolumesCreateAndList [2022-02-15T15:14:45.347Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-02-15T15:14:45.347Z] === RUN TestVolumesRemove [2022-02-15T15:14:45.347Z] --- PASS: TestVolumesRemove (0.07s) [2022-02-15T15:14:45.347Z] === RUN TestVolumesInspect [2022-02-15T15:14:45.603Z] --- PASS: TestVolumesInspect (0.05s) [2022-02-15T15:14:45.603Z] === RUN TestVolumesInvalidJSON [2022-02-15T15:14:45.603Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-02-15T15:14:45.603Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-02-15T15:14:45.603Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-02-15T15:14:45.603Z] --- PASS: TestVolumesInvalidJSON (0.07s) [2022-02-15T15:14:45.603Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-02-15T15:14:45.603Z] PASS [2022-02-15T15:14:45.603Z] [2022-02-15T15:14:45.603Z] DONE 5 tests in 0.242s [2022-02-15T15:14:45.603Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-02-15T15:14:45.650Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:14:45.656Z] --- PASS: TestSecretCreateResolve (2.06s) [2022-02-15T15:14:45.656Z] PASS [2022-02-15T15:14:45.656Z] [2022-02-15T15:14:45.656Z] DONE 6 tests in 11.706s [2022-02-15T15:14:45.656Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-02-15T15:14:45.656Z] ++ 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-02-15T15:14:45.656Z] ++ set -e [2022-02-15T15:14:45.656Z] ++ '[' -n 0 ']' [2022-02-15T15:14:45.656Z] ++ set -x [2022-02-15T15:14:45.656Z] ++ 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-02-15T15:14:45.656Z] INFO: Testing against a local daemon [2022-02-15T15:14:45.656Z] === RUN TestServiceCreateInit [2022-02-15T15:14:45.656Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-02-15T15:14:45.912Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:14:46.165Z] Stopping apparmor (via systemctl): apparmor.service. [2022-02-15T15:14:46.165Z] Removing test suite binaries [2022-02-15T15:14:46.165Z] exiting test-integration [2022-02-15T15:14:46.165Z] ++ exit 0 [2022-02-15T15:14:46.165Z] Post stage [Pipeline] junit [2022-02-15T15:14:47.544Z] Recording test results [2022-02-15T15:14:47.747Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-02-15T15:14:48.079Z] + echo Ensuring container killed. [2022-02-15T15:14:48.079Z] Ensuring container killed. [2022-02-15T15:14:48.079Z] + docker rm -vf docker-pr1 [2022-02-15T15:14:48.079Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-02-15T15:14:48.351Z] + echo Chowning /workspace to jenkins user [2022-02-15T15:14:48.351Z] Chowning /workspace to jenkins user [2022-02-15T15:14:48.351Z] + id -u [2022-02-15T15:14:48.351Z] + id -g [2022-02-15T15:14:48.351Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43241:/workspace busybox chown -R 1000:1000 /workspace [2022-02-15T15:14:48.954Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-02-15T15:14:49.217Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-02-15T15:14:49.217Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.04s) [2022-02-15T15:14:49.217Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.16s) [2022-02-15T15:14:49.217Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.03s) [2022-02-15T15:14:49.217Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.18s) [2022-02-15T15:14:49.217Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.00s) [2022-02-15T15:14:49.217Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.09s) [2022-02-15T15:14:49.217Z] === RUN TestBuildMultiStageCopy [2022-02-15T15:14:49.217Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-02-15T15:14:49.687Z] tests/integration/api_service_test.py .................................. [ 59%] [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-02-15T15:14:50.006Z] + bundleName=amd64-cgroup2 [2022-02-15T15:14:50.006Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-02-15T15:14:50.006Z] Creating amd64-cgroup2-bundles.tar.gz [2022-02-15T15:14:50.006Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-02-15T15:14:50.006Z] + 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-02-15T15:14:50.271Z] Archiving artifacts [2022-02-15T15:14:50.590Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43241/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-02-15T15:14:50.893Z] + make clean [2022-02-15T15:14:50.893Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-02-15T15:14:50.893Z] docker-dev-cache [2022-02-15T15:14:50.893Z] docker-mod-cache [Pipeline] deleteDir [2022-02-15T15:14:51.766Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-02-15T15:14:51.766Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-02-15T15:14:52.250Z] --- PASS: TestServiceCreateInit (6.58s) [2022-02-15T15:14:52.250Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.08s) [2022-02-15T15:14:52.250Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.48s) [2022-02-15T15:14:52.250Z] === RUN TestCreateServiceMultipleTimes [2022-02-15T15:14:52.338Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-02-15T15:14:52.911Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-02-15T15:14:53.484Z] --- PASS: TestBuildMultiStageCopy (4.59s) [2022-02-15T15:14:53.484Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.52s) [2022-02-15T15:14:53.484Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s) [2022-02-15T15:14:53.484Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) [2022-02-15T15:14:53.484Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.49s) [2022-02-15T15:14:53.484Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2022-02-15T15:14:53.484Z] === RUN TestBuildMultiStageParentConfig [2022-02-15T15:14:54.876Z] --- PASS: TestBuildMultiStageParentConfig (1.25s) [2022-02-15T15:14:54.876Z] === RUN TestBuildLabelWithTargets [2022-02-15T15:14:56.793Z] --- PASS: TestBuildLabelWithTargets (2.02s) [2022-02-15T15:14:56.793Z] === RUN TestBuildWithEmptyLayers [2022-02-15T15:14:57.737Z] --- PASS: TestBuildWithEmptyLayers (1.10s) [2022-02-15T15:14:57.737Z] === RUN TestBuildMultiStageOnBuild [2022-02-15T15:15:01.039Z] --- PASS: TestBuildMultiStageOnBuild (3.06s) [2022-02-15T15:15:01.039Z] === RUN TestBuildUncleanTarFilenames [2022-02-15T15:15:02.426Z] --- PASS: TestBuildUncleanTarFilenames (1.58s) [2022-02-15T15:15:02.426Z] === RUN TestBuildMultiStageLayerLeak [2022-02-15T15:15:03.461Z] ............................ [ 66%] [2022-02-15T15:15:05.734Z] --- PASS: TestBuildMultiStageLayerLeak (2.97s) [2022-02-15T15:15:05.734Z] === RUN TestBuildWithHugeFile [2022-02-15T15:15:07.157Z] --- PASS: TestCreateServiceMultipleTimes (14.57s) [2022-02-15T15:15:07.157Z] === RUN TestCreateServiceConflict [2022-02-15T15:15:09.075Z] --- PASS: TestCreateServiceConflict (2.05s) [2022-02-15T15:15:09.075Z] === RUN TestCreateServiceMaxReplicas [2022-02-15T15:15:11.641Z] --- PASS: TestCreateServiceMaxReplicas (2.50s) [2022-02-15T15:15:11.641Z] === RUN TestCreateWithDuplicateNetworkNames [2022-02-15T15:15:13.983Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:15:13.983Z] INFO: Testing against a local daemon [2022-02-15T15:15:13.983Z] === RUN TestBuildWithSession [2022-02-15T15:15:13.983Z] build_session_test.go:25: TODO: BuildKit [2022-02-15T15:15:13.983Z] --- SKIP: TestBuildWithSession (0.00s) [2022-02-15T15:15:13.983Z] === RUN TestBuildSquashParent [2022-02-15T15:15:13.983Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:15:13.983Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-02-15T15:15:13.983Z] === RUN TestBuildWithRemoveAndForceRemove [2022-02-15T15:15:13.983Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:15:13.983Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:15:13.983Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:15:13.983Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:15:13.983Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:15:13.983Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:15:13.983Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:15:13.983Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:15:13.983Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:15:13.983Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:15:13.983Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:15:13.983Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:15:13.983Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:15:13.983Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:15:13.983Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:15:13.983Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:15:26.484Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:15:26.541Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.94s) [2022-02-15T15:15:26.541Z] === RUN TestCreateServiceSecretFileMode [2022-02-15T15:15:26.961Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:15:36.585Z] --- PASS: TestCreateServiceSecretFileMode (12.06s) [2022-02-15T15:15:36.585Z] === RUN TestCreateServiceConfigFileMode [2022-02-15T15:15:37.575Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-02-15T15:15:37.575Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (16.69s) [2022-02-15T15:15:37.575Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (17.34s) [2022-02-15T15:15:37.575Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (17.62s) [2022-02-15T15:15:37.575Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (17.71s) [2022-02-15T15:15:37.575Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (10.03s) [2022-02-15T15:15:37.575Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (9.39s) [2022-02-15T15:15:37.575Z] === RUN TestBuildMultiStageCopy [2022-02-15T15:15:37.575Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-02-15T15:15:38.678Z] Removing intermediate container 2157b8189256 [2022-02-15T15:15:38.678Z] ---> 510a556a8bd3 [2022-02-15T15:15:38.678Z] 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-02-15T15:15:38.678Z] ---> Running in bc8d900c6e21 [2022-02-15T15:15:38.678Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-02-15T15:15:38.678Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-02-15T15:15:38.678Z] go: downloading github.com/fatih/color v1.10.0 [2022-02-15T15:15:38.678Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-02-15T15:15:38.678Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-02-15T15:15:38.678Z] go: downloading github.com/pkg/errors v0.9.1 [2022-02-15T15:15:38.678Z] go: downloading golang.org/x/tools v0.1.0 [2022-02-15T15:15:38.678Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-02-15T15:15:38.678Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-02-15T15:15:38.678Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-02-15T15:15:38.678Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-02-15T15:15:38.678Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-02-15T15:15:38.678Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-02-15T15:15:38.678Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-02-15T15:15:38.678Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-02-15T15:15:38.678Z] go: downloading golang.org/x/mod v0.3.0 [2022-02-15T15:15:39.898Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-02-15T15:15:39.898Z] [2022-02-15T15:15:39.898Z] ________ ____ __. [2022-02-15T15:15:39.898Z] \_____ \ | |/ _| [2022-02-15T15:15:39.898Z] / | \| < [2022-02-15T15:15:39.898Z] / | \ | \ [2022-02-15T15:15:39.898Z] \_______ /____|__ \ [2022-02-15T15:15:39.898Z] \/ \/ [2022-02-15T15:15:39.898Z] [2022-02-15T15:15:39.898Z] INFO: make.ps1 ended at 02/15/2022 15:15:35 [2022-02-15T15:15:39.898Z] INFO: Binaries build ended at 02/15/2022 15:15:37. Duration:00:01:29.6782405 [2022-02-15T15:15:39.898Z] INFO: Copying the built daemon binary to d:\CI\PR-43241\1\binary\dockerd-2ac898c232.exe... [2022-02-15T15:15:39.898Z] INFO: Copying the built client binary to d:\CI\PR-43241\1\binary\docker-2ac898c232.exe... [2022-02-15T15:15:39.898Z] INFO: Copying dockerversion from the container... [2022-02-15T15:15:39.898Z] INFO: Copying the golang package from the container to d:\CI\PR-43241\1\installer\go.zip... [2022-02-15T15:15:39.898Z] INFO: Extracting go.zip to d:\CI\PR-43241\1\go [2022-02-15T15:15:44.853Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-02-15T15:15:46.228Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-02-15T15:15:46.817Z] --- PASS: TestImportExtremelyLargeImageWorks (89.47s) [2022-02-15T15:15:46.817Z] PASS [2022-02-15T15:15:46.817Z] [2022-02-15T15:15:46.817Z] === Skipped [2022-02-15T15:15:46.817Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-02-15T15:15:46.817Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-02-15T15:15:46.817Z] [2022-02-15T15:15:46.817Z] DONE 22 tests, 1 skipped in 93.157s [2022-02-15T15:15:46.817Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-02-15T15:15:46.817Z] INFO: Testing against a local daemon [2022-02-15T15:15:46.817Z] === RUN TestNetworkCreateDelete [2022-02-15T15:15:46.817Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-02-15T15:15:46.817Z] === RUN TestDockerNetworkDeletePreferID [2022-02-15T15:15:46.817Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-02-15T15:15:46.817Z] === RUN TestDaemonDNSFallback [2022-02-15T15:15:46.817Z] --- PASS: TestDaemonDNSFallback (6.28s) [2022-02-15T15:15:46.817Z] === RUN TestInspectNetwork [2022-02-15T15:15:46.817Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:15:46.817Z] --- SKIP: TestInspectNetwork (0.00s) [2022-02-15T15:15:46.817Z] === RUN TestRunContainerWithBridgeNone [2022-02-15T15:15:46.817Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.817Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-02-15T15:15:46.817Z] === RUN TestNetworkInvalidJSON [2022-02-15T15:15:46.817Z] === RUN TestNetworkInvalidJSON//networks/create [2022-02-15T15:15:46.817Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-02-15T15:15:46.817Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:15:46.817Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:15:46.817Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:15:46.817Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:15:46.817Z] === CONT TestNetworkInvalidJSON//networks/create [2022-02-15T15:15:46.817Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:15:46.817Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:15:46.817Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-02-15T15:15:46.817Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-02-15T15:15:46.817Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-02-15T15:15:46.817Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-02-15T15:15:46.817Z] === RUN TestNetworkList [2022-02-15T15:15:46.817Z] === RUN TestNetworkList//networks [2022-02-15T15:15:46.817Z] === PAUSE TestNetworkList//networks [2022-02-15T15:15:46.817Z] === RUN TestNetworkList//networks/ [2022-02-15T15:15:46.817Z] === PAUSE TestNetworkList//networks/ [2022-02-15T15:15:46.817Z] === CONT TestNetworkList//networks [2022-02-15T15:15:46.817Z] === CONT TestNetworkList//networks/ [2022-02-15T15:15:46.817Z] --- PASS: TestNetworkList (0.01s) [2022-02-15T15:15:46.817Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-02-15T15:15:46.817Z] --- PASS: TestNetworkList//networks (0.00s) [2022-02-15T15:15:46.817Z] === RUN TestHostIPv4BridgeLabel [2022-02-15T15:15:46.817Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.817Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-02-15T15:15:46.817Z] === RUN TestDaemonRestartWithLiveRestore [2022-02-15T15:15:46.817Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.817Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2022-02-15T15:15:46.817Z] === RUN TestDaemonDefaultNetworkPools [2022-02-15T15:15:46.817Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.817Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-02-15T15:15:46.817Z] === RUN TestDaemonRestartWithExistingNetwork [2022-02-15T15:15:46.817Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.817Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-02-15T15:15:46.817Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-02-15T15:15:46.817Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.817Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-02-15T15:15:46.817Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-02-15T15:15:46.817Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.817Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-02-15T15:15:46.817Z] === RUN TestServiceWithPredefinedNetwork [2022-02-15T15:15:46.817Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:15:46.817Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-02-15T15:15:46.817Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-02-15T15:15:46.817Z] service_test.go:243: FLAKY_TEST [2022-02-15T15:15:46.817Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-15T15:15:46.817Z] === RUN TestServiceWithDataPathPortInit [2022-02-15T15:15:46.817Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:15:46.817Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-02-15T15:15:46.817Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-02-15T15:15:46.817Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:15:46.817Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-02-15T15:15:46.817Z] PASS [2022-02-15T15:15:46.817Z] [2022-02-15T15:15:46.817Z] === Skipped [2022-02-15T15:15:46.817Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-02-15T15:15:46.817Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:15:46.817Z] [2022-02-15T15:15:46.818Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-02-15T15:15:46.818Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.818Z] [2022-02-15T15:15:46.818Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-02-15T15:15:46.818Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.818Z] [2022-02-15T15:15:46.818Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2022-02-15T15:15:46.818Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.818Z] [2022-02-15T15:15:46.818Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2022-02-15T15:15:46.818Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.818Z] [2022-02-15T15:15:46.818Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2022-02-15T15:15:46.818Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.818Z] [2022-02-15T15:15:46.818Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-02-15T15:15:46.818Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.818Z] [2022-02-15T15:15:46.818Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-02-15T15:15:46.818Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.818Z] [2022-02-15T15:15:46.818Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-02-15T15:15:46.818Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:15:46.818Z] [2022-02-15T15:15:46.818Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-15T15:15:46.818Z] service_test.go:243: FLAKY_TEST [2022-02-15T15:15:46.818Z] [2022-02-15T15:15:46.818Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2022-02-15T15:15:46.818Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:15:46.818Z] [2022-02-15T15:15:46.818Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-02-15T15:15:46.818Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:15:46.818Z] [2022-02-15T15:15:46.818Z] DONE 22 tests, 12 skipped in 6.903s [2022-02-15T15:15:46.818Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-02-15T15:15:46.818Z] INFO: Testing against a local daemon [2022-02-15T15:15:46.818Z] === RUN TestDockerNetworkIpvlanPersistance [2022-02-15T15:15:46.818Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-15T15:15:46.818Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-02-15T15:15:46.818Z] === RUN TestDockerNetworkIpvlan [2022-02-15T15:15:46.818Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-15T15:15:46.818Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-02-15T15:15:46.818Z] PASS [2022-02-15T15:15:46.818Z] [2022-02-15T15:15:46.818Z] === Skipped [2022-02-15T15:15:46.818Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-02-15T15:15:46.818Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-15T15:15:46.818Z] [2022-02-15T15:15:46.818Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-02-15T15:15:46.818Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-15T15:15:46.818Z] [2022-02-15T15:15:46.818Z] DONE 2 tests, 2 skipped in 0.090s [2022-02-15T15:15:46.818Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-02-15T15:15:46.818Z] INFO: Testing against a local daemon [2022-02-15T15:15:46.818Z] === RUN TestDockerNetworkMacvlanPersistance [2022-02-15T15:15:46.818Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.818Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-02-15T15:15:46.818Z] === RUN TestDockerNetworkMacvlan [2022-02-15T15:15:46.818Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.818Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-02-15T15:15:46.818Z] PASS [2022-02-15T15:15:46.818Z] [2022-02-15T15:15:46.818Z] === Skipped [2022-02-15T15:15:46.818Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-02-15T15:15:46.818Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.818Z] [2022-02-15T15:15:46.818Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-02-15T15:15:46.818Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-02-15T15:15:46.818Z] [2022-02-15T15:15:46.818Z] DONE 2 tests, 2 skipped in 0.077s [2022-02-15T15:15:46.818Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-02-15T15:15:47.073Z] testing: warning: no tests to run [2022-02-15T15:15:47.073Z] PASS [2022-02-15T15:15:47.073Z] [2022-02-15T15:15:47.073Z] DONE 0 tests in 0.024s [2022-02-15T15:15:47.073Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-02-15T15:15:47.073Z] INFO: Testing against a local daemon [2022-02-15T15:15:47.073Z] === RUN TestAuthZPluginAllowRequest [2022-02-15T15:15:47.073Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.073Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-02-15T15:15:47.073Z] === RUN TestAuthZPluginTLS [2022-02-15T15:15:47.073Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.073Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-02-15T15:15:47.073Z] === RUN TestAuthZPluginDenyRequest [2022-02-15T15:15:47.073Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.073Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-02-15T15:15:47.073Z] === RUN TestAuthZPluginAPIDenyResponse [2022-02-15T15:15:47.073Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.073Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-02-15T15:15:47.073Z] === RUN TestAuthZPluginDenyResponse [2022-02-15T15:15:47.073Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.073Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-02-15T15:15:47.073Z] === RUN TestAuthZPluginAllowEventStream [2022-02-15T15:15:47.073Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.073Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-02-15T15:15:47.073Z] === RUN TestAuthZPluginErrorResponse [2022-02-15T15:15:47.073Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.073Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-02-15T15:15:47.073Z] === RUN TestAuthZPluginErrorRequest [2022-02-15T15:15:47.073Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.073Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-02-15T15:15:47.073Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-02-15T15:15:47.073Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.073Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-02-15T15:15:47.073Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-02-15T15:15:47.073Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.073Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-02-15T15:15:47.073Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-02-15T15:15:47.073Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.073Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-02-15T15:15:47.073Z] === RUN TestAuthZPluginHeader [2022-02-15T15:15:47.073Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.073Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-02-15T15:15:47.073Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-02-15T15:15:47.073Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.073Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2022-02-15T15:15:47.073Z] === RUN TestAuthZPluginV2Disable [2022-02-15T15:15:47.073Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.073Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-02-15T15:15:47.073Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-02-15T15:15:47.073Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.073Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-02-15T15:15:47.073Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-02-15T15:15:47.212Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-02-15T15:15:47.329Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-02-15T15:15:47.329Z] PASS [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === Skipped [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-02-15T15:15:47.329Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] DONE 17 tests, 17 skipped in 0.265s [2022-02-15T15:15:47.329Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-02-15T15:15:47.329Z] INFO: Testing against a local daemon [2022-02-15T15:15:47.329Z] === RUN TestPluginInvalidJSON [2022-02-15T15:15:47.329Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:15:47.329Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:15:47.329Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:15:47.329Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-02-15T15:15:47.329Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-02-15T15:15:47.329Z] === RUN TestPluginInstall [2022-02-15T15:15:47.329Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] --- SKIP: TestPluginInstall (0.00s) [2022-02-15T15:15:47.329Z] === RUN TestPluginsWithRuntimes [2022-02-15T15:15:47.329Z] 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-02-15T15:15:47.329Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-02-15T15:15:47.329Z] === RUN TestPluginBackCompatMediaTypes [2022-02-15T15:15:47.329Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-02-15T15:15:47.329Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-02-15T15:15:47.329Z] PASS [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === Skipped [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-02-15T15:15:47.329Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-02-15T15:15:47.329Z] 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-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-02-15T15:15:47.329Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-02-15T15:15:47.329Z] [2022-02-15T15:15:47.329Z] DONE 5 tests, 3 skipped in 0.141s [2022-02-15T15:15:47.329Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-02-15T15:15:47.585Z] INFO: Testing against a local daemon [2022-02-15T15:15:47.585Z] === RUN TestExternalGraphDriver [2022-02-15T15:15:47.585Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-02-15T15:15:47.585Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-02-15T15:15:47.585Z] === RUN TestGraphdriverPluginV2 [2022-02-15T15:15:48.197Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-02-15T15:15:48.808Z] --- PASS: TestCreateServiceConfigFileMode (12.41s) [2022-02-15T15:15:48.808Z] === RUN TestCreateServiceSysctls [2022-02-15T15:15:49.759Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-02-15T15:15:50.850Z] --- PASS: TestGraphdriverPluginV2 (3.32s) [2022-02-15T15:15:50.850Z] PASS [2022-02-15T15:15:50.850Z] [2022-02-15T15:15:50.850Z] === Skipped [2022-02-15T15:15:50.850Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-02-15T15:15:50.850Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-02-15T15:15:50.850Z] [2022-02-15T15:15:50.850Z] DONE 2 tests, 1 skipped in 3.440s [2022-02-15T15:15:50.850Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-02-15T15:15:50.850Z] INFO: Testing against a local daemon [2022-02-15T15:15:50.850Z] === RUN TestContinueAfterPluginCrash [2022-02-15T15:15:50.850Z] === PAUSE TestContinueAfterPluginCrash [2022-02-15T15:15:50.850Z] === RUN TestReadPluginNoRead [2022-02-15T15:15:50.850Z] === PAUSE TestReadPluginNoRead [2022-02-15T15:15:50.850Z] === RUN TestDaemonStartWithLogOpt [2022-02-15T15:15:50.850Z] === PAUSE TestDaemonStartWithLogOpt [2022-02-15T15:15:50.850Z] === CONT TestContinueAfterPluginCrash [2022-02-15T15:15:50.850Z] === CONT TestDaemonStartWithLogOpt [2022-02-15T15:15:51.353Z] --- PASS: TestCreateServiceSysctls (2.41s) [2022-02-15T15:15:51.353Z] === RUN TestCreateServiceCapabilities [2022-02-15T15:15:51.973Z] --- PASS: TestBuildMultiStageCopy (15.11s) [2022-02-15T15:15:51.973Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.58s) [2022-02-15T15:15:51.973Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.04s) [2022-02-15T15:15:51.973Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.30s) [2022-02-15T15:15:51.973Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.52s) [2022-02-15T15:15:51.973Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.67s) [2022-02-15T15:15:51.973Z] === RUN TestBuildMultiStageParentConfig [2022-02-15T15:15:53.265Z] --- PASS: TestCreateServiceCapabilities (1.91s) [2022-02-15T15:15:53.266Z] === RUN TestInspect [2022-02-15T15:15:54.918Z] --- PASS: TestBuildMultiStageParentConfig (3.06s) [2022-02-15T15:15:54.918Z] === RUN TestBuildLabelWithTargets [2022-02-15T15:15:54.918Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:15:54.918Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-02-15T15:15:54.918Z] === RUN TestBuildWithEmptyLayers [2022-02-15T15:15:55.202Z] --- PASS: TestInspect (2.15s) [2022-02-15T15:15:55.202Z] === RUN TestCreateJob [2022-02-15T15:15:56.099Z] --- PASS: TestDaemonStartWithLogOpt (4.23s) [2022-02-15T15:15:56.099Z] === CONT TestReadPluginNoRead [2022-02-15T15:15:56.479Z] --- PASS: TestBuildWithEmptyLayers (1.69s) [2022-02-15T15:15:56.479Z] === RUN TestBuildMultiStageOnBuild [2022-02-15T15:15:57.462Z] === RUN TestReadPluginNoRead/default [2022-02-15T15:15:57.745Z] --- PASS: TestCreateJob (2.52s) [2022-02-15T15:15:57.745Z] === RUN TestReplicatedJob [2022-02-15T15:15:58.833Z] === RUN TestReadPluginNoRead/disabled_caching [2022-02-15T15:15:59.747Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-02-15T15:15:59.767Z] --- PASS: TestContinueAfterPluginCrash (8.84s) [2022-02-15T15:16:00.023Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-02-15T15:16:01.388Z] === CONT TestReadPluginNoRead [2022-02-15T15:16:01.388Z] read_test.go:92: [d1135cb28861c] daemon is not started [2022-02-15T15:16:01.388Z] --- PASS: TestReadPluginNoRead (5.96s) [2022-02-15T15:16:01.388Z] --- PASS: TestReadPluginNoRead/default (1.24s) [2022-02-15T15:16:01.388Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.38s) [2022-02-15T15:16:01.388Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.20s) [2022-02-15T15:16:01.388Z] PASS [2022-02-15T15:16:01.388Z] [2022-02-15T15:16:01.388Z] DONE 6 tests in 10.298s [2022-02-15T15:16:01.388Z] 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-02-15T15:16:01.388Z] testing: warning: no tests to run [2022-02-15T15:16:01.388Z] PASS [2022-02-15T15:16:01.388Z] [2022-02-15T15:16:01.388Z] DONE 0 tests in 0.035s [2022-02-15T15:16:01.388Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-02-15T15:16:01.388Z] INFO: Testing against a local daemon [2022-02-15T15:16:01.388Z] === RUN TestPluginWithDevMounts [2022-02-15T15:16:01.388Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-02-15T15:16:01.388Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-02-15T15:16:01.388Z] PASS [2022-02-15T15:16:01.388Z] [2022-02-15T15:16:01.388Z] === Skipped [2022-02-15T15:16:01.388Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-02-15T15:16:01.388Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-02-15T15:16:01.388Z] [2022-02-15T15:16:01.388Z] DONE 1 tests, 1 skipped in 0.088s [2022-02-15T15:16:01.388Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-02-15T15:16:01.388Z] INFO: Testing against a local daemon [2022-02-15T15:16:01.388Z] === RUN TestSecretInspect [2022-02-15T15:16:01.388Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.388Z] --- SKIP: TestSecretInspect (0.01s) [2022-02-15T15:16:01.388Z] === RUN TestSecretList [2022-02-15T15:16:01.388Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.388Z] --- SKIP: TestSecretList (0.01s) [2022-02-15T15:16:01.388Z] === RUN TestSecretsCreateAndDelete [2022-02-15T15:16:01.388Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.388Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-02-15T15:16:01.388Z] === RUN TestSecretsUpdate [2022-02-15T15:16:01.388Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.388Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-02-15T15:16:01.388Z] === RUN TestTemplatedSecret [2022-02-15T15:16:01.388Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.388Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-02-15T15:16:01.388Z] === RUN TestSecretCreateResolve [2022-02-15T15:16:01.388Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.388Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-02-15T15:16:01.388Z] PASS [2022-02-15T15:16:01.388Z] [2022-02-15T15:16:01.388Z] === Skipped [2022-02-15T15:16:01.388Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-02-15T15:16:01.388Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.388Z] [2022-02-15T15:16:01.388Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-02-15T15:16:01.388Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.388Z] [2022-02-15T15:16:01.388Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-02-15T15:16:01.388Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.388Z] [2022-02-15T15:16:01.388Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-02-15T15:16:01.388Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.388Z] [2022-02-15T15:16:01.388Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-02-15T15:16:01.388Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.388Z] [2022-02-15T15:16:01.388Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-02-15T15:16:01.388Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.388Z] [2022-02-15T15:16:01.388Z] DONE 6 tests, 6 skipped in 0.136s [2022-02-15T15:16:01.388Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-02-15T15:16:01.644Z] INFO: Testing against a local daemon [2022-02-15T15:16:01.644Z] === RUN TestServiceCreateInit [2022-02-15T15:16:01.644Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-02-15T15:16:01.644Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.644Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-02-15T15:16:01.644Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.644Z] --- PASS: TestServiceCreateInit (0.02s) [2022-02-15T15:16:01.644Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-15T15:16:01.644Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-15T15:16:01.644Z] === RUN TestCreateServiceMultipleTimes [2022-02-15T15:16:01.644Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.644Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-02-15T15:16:01.644Z] === RUN TestCreateServiceConflict [2022-02-15T15:16:01.644Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.644Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-02-15T15:16:01.644Z] === RUN TestCreateServiceMaxReplicas [2022-02-15T15:16:01.644Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.644Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-02-15T15:16:01.644Z] === RUN TestCreateWithDuplicateNetworkNames [2022-02-15T15:16:01.644Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.644Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-02-15T15:16:01.644Z] === RUN TestCreateServiceSecretFileMode [2022-02-15T15:16:01.644Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.644Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-02-15T15:16:01.644Z] === RUN TestCreateServiceConfigFileMode [2022-02-15T15:16:01.644Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.644Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-02-15T15:16:01.644Z] === RUN TestCreateServiceSysctls [2022-02-15T15:16:01.644Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.644Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2022-02-15T15:16:01.644Z] === RUN TestCreateServiceCapabilities [2022-02-15T15:16:01.644Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.644Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2022-02-15T15:16:01.644Z] === RUN TestInspect [2022-02-15T15:16:01.644Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.644Z] --- SKIP: TestInspect (0.01s) [2022-02-15T15:16:01.644Z] === RUN TestCreateJob [2022-02-15T15:16:01.644Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.644Z] --- SKIP: TestCreateJob (0.01s) [2022-02-15T15:16:01.644Z] === RUN TestReplicatedJob [2022-02-15T15:16:01.644Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.644Z] --- SKIP: TestReplicatedJob (0.01s) [2022-02-15T15:16:01.644Z] === RUN TestUpdateReplicatedJob [2022-02-15T15:16:01.644Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.644Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-02-15T15:16:01.644Z] === RUN TestServiceListWithStatuses [2022-02-15T15:16:01.644Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-02-15T15:16:01.644Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-02-15T15:16:01.644Z] === RUN TestDockerNetworkConnectAlias [2022-02-15T15:16:01.644Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.644Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-02-15T15:16:01.644Z] === RUN TestDockerNetworkReConnect [2022-02-15T15:16:01.644Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:01.644Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-02-15T15:16:01.644Z] === RUN TestServicePlugin [2022-02-15T15:16:01.919Z] tests/integration/client_test.py ..... [ 75%] [2022-02-15T15:16:01.919Z] tests/integration/context_api_test.py ... [ 76%] [2022-02-15T15:16:02.489Z] tests/integration/errors_test.py . [ 76%] [2022-02-15T15:16:03.027Z] --- PASS: TestReplicatedJob (4.73s) [2022-02-15T15:16:03.027Z] === RUN TestUpdateReplicatedJob [2022-02-15T15:16:03.533Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.533Z] --- SKIP: TestServicePlugin (1.90s) [2022-02-15T15:16:03.533Z] === RUN TestServiceUpdateLabel [2022-02-15T15:16:03.533Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.533Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-02-15T15:16:03.533Z] === RUN TestServiceUpdateSecrets [2022-02-15T15:16:03.533Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.533Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-02-15T15:16:03.533Z] === RUN TestServiceUpdateConfigs [2022-02-15T15:16:03.790Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-02-15T15:16:03.790Z] === RUN TestServiceUpdateNetwork [2022-02-15T15:16:03.790Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-02-15T15:16:03.790Z] === RUN TestServiceUpdatePidsLimit [2022-02-15T15:16:03.790Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2022-02-15T15:16:03.790Z] PASS [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === Skipped [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-15T15:16:03.790Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-15T15:16:03.790Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-02-15T15:16:03.790Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-02-15T15:16:03.790Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-02-15T15:16:03.790Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-02-15T15:16:03.790Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-02-15T15:16:03.790Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-02-15T15:16:03.790Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2022-02-15T15:16:03.790Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2022-02-15T15:16:03.790Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-02-15T15:16:03.790Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-02-15T15:16:03.790Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-02-15T15:16:03.790Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-02-15T15:16:03.790Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-02-15T15:16:03.790Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-02-15T15:16:03.790Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-02-15T15:16:03.790Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestServicePlugin (1.90s) [2022-02-15T15:16:03.790Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-02-15T15:16:03.790Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-02-15T15:16:03.790Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-02-15T15:16:03.790Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-02-15T15:16:03.790Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2022-02-15T15:16:03.790Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] DONE 24 tests, 23 skipped in 2.255s [2022-02-15T15:16:03.790Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-02-15T15:16:03.790Z] INFO: Testing against a local daemon [2022-02-15T15:16:03.790Z] === RUN TestSessionCreate [2022-02-15T15:16:03.790Z] --- PASS: TestSessionCreate (0.02s) [2022-02-15T15:16:03.790Z] === RUN TestSessionCreateWithBadUpgrade [2022-02-15T15:16:03.790Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-02-15T15:16:03.790Z] PASS [2022-02-15T15:16:03.790Z] [2022-02-15T15:16:03.790Z] DONE 2 tests in 0.126s [2022-02-15T15:16:03.790Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-02-15T15:16:04.003Z] Removing intermediate container bc8d900c6e21 [2022-02-15T15:16:04.003Z] ---> 3aeed48261ba [2022-02-15T15:16:04.003Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-02-15T15:16:04.003Z] ---> Running in c4c70cf4b806 [2022-02-15T15:16:04.003Z] Removing intermediate container c4c70cf4b806 [2022-02-15T15:16:04.003Z] ---> af0bead29178 [2022-02-15T15:16:04.003Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-02-15T15:16:04.003Z] ---> Running in 8fa27dddb98f [2022-02-15T15:16:04.003Z] Removing intermediate container 8fa27dddb98f [2022-02-15T15:16:04.003Z] ---> 10cf87134c26 [2022-02-15T15:16:04.003Z] Step 11/11 : COPY . . [2022-02-15T15:16:04.046Z] INFO: Testing against a local daemon [2022-02-15T15:16:04.046Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-02-15T15:16:04.046Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-02-15T15:16:04.046Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-15T15:16:04.046Z] === RUN TestDiskUsage [2022-02-15T15:16:04.046Z] === PAUSE TestDiskUsage [2022-02-15T15:16:04.046Z] === RUN TestEventsExecDie [2022-02-15T15:16:04.301Z] --- PASS: TestEventsExecDie (0.45s) [2022-02-15T15:16:04.301Z] === RUN TestEventsBackwardsCompatible [2022-02-15T15:16:04.301Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-02-15T15:16:04.301Z] === RUN TestEventsVolumeCreate [2022-02-15T15:16:04.557Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-02-15T15:16:04.557Z] === RUN TestInfoBinaryCommits [2022-02-15T15:16:04.557Z] --- PASS: TestInfoBinaryCommits (0.03s) [2022-02-15T15:16:04.557Z] === RUN TestInfoAPIVersioned [2022-02-15T15:16:04.557Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-02-15T15:16:04.557Z] === RUN TestInfoAPI [2022-02-15T15:16:04.557Z] --- PASS: TestInfoAPI (0.02s) [2022-02-15T15:16:04.557Z] === RUN TestInfoAPIWarnings [2022-02-15T15:16:05.570Z] --- PASS: TestUpdateReplicatedJob (2.98s) [2022-02-15T15:16:05.570Z] === RUN TestServiceListWithStatuses [2022-02-15T15:16:05.570Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-02-15T15:16:05.570Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-02-15T15:16:05.570Z] === RUN TestDockerNetworkConnectAlias [2022-02-15T15:16:08.868Z] --- PASS: TestDockerNetworkConnectAlias (3.41s) [2022-02-15T15:16:08.868Z] === RUN TestDockerNetworkReConnect [2022-02-15T15:16:10.357Z] INFO: Extraction ended at 02/15/2022 15:16:06. Duration:00:00:27.4034744 [2022-02-15T15:16:10.357Z] INFO: Updating the golang and path environment variables [2022-02-15T15:16:10.357Z] INFO: GOPATH=d:\gopath [2022-02-15T15:16:10.357Z] INFO: go version go1.17.6 windows/amd64 [2022-02-15T15:16:10.357Z] INFO: Running the daemon under test in debug mode [2022-02-15T15:16:10.357Z] INFO: Running the daemon under test in containerd mode [2022-02-15T15:16:10.357Z] INFO: Starting a daemon under test... [2022-02-15T15:16:10.357Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43241\1\daemon --pidfile d:\CI\PR-43241\1\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-02-15T15:16:10.357Z] INFO: Containerd started successfully. [2022-02-15T15:16:10.357Z] INFO: Process started successfully. [2022-02-15T15:16:10.357Z] INFO: Start tailing logs of the daemon under tests [2022-02-15T15:16:10.357Z] INFO: Waiting for the daemon under test to start... [2022-02-15T15:16:11.404Z] --- PASS: TestBuildMultiStageOnBuild (14.54s) [2022-02-15T15:16:11.404Z] === RUN TestBuildUncleanTarFilenames [2022-02-15T15:16:11.404Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:16:11.404Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-02-15T15:16:11.404Z] === RUN TestBuildMultiStageLayerLeak [2022-02-15T15:16:11.411Z] --- PASS: TestDockerNetworkReConnect (2.72s) [2022-02-15T15:16:11.411Z] === RUN TestServicePlugin [2022-02-15T15:16:11.411Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-15T15:16:11.411Z] --- SKIP: TestServicePlugin (0.00s) [2022-02-15T15:16:11.411Z] === RUN TestServiceUpdateLabel [2022-02-15T15:16:13.323Z] --- PASS: TestServiceUpdateLabel (1.65s) [2022-02-15T15:16:13.323Z] === RUN TestServiceUpdateSecrets [2022-02-15T15:16:21.359Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-02-15T15:16:22.636Z] --- PASS: TestInfoAPIWarnings (16.35s) [2022-02-15T15:16:22.636Z] === RUN TestInfoDebug [2022-02-15T15:16:22.636Z] --- PASS: TestInfoDebug (0.54s) [2022-02-15T15:16:22.636Z] === RUN TestInfoInsecureRegistries [2022-02-15T15:16:22.636Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-02-15T15:16:22.636Z] === RUN TestInfoRegistryMirrors [2022-02-15T15:16:22.636Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-02-15T15:16:22.636Z] === RUN TestLoginFailsWithBadCredentials [2022-02-15T15:16:22.636Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-02-15T15:16:22.636Z] === RUN TestPingCacheHeaders [2022-02-15T15:16:22.636Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-02-15T15:16:22.636Z] === RUN TestPingGet [2022-02-15T15:16:22.636Z] --- PASS: TestPingGet (0.02s) [2022-02-15T15:16:22.636Z] === RUN TestPingHead [2022-02-15T15:16:22.636Z] --- PASS: TestPingHead (0.02s) [2022-02-15T15:16:22.636Z] === RUN TestVersion [2022-02-15T15:16:22.636Z] --- PASS: TestVersion (0.02s) [2022-02-15T15:16:22.636Z] === CONT TestDiskUsage [2022-02-15T15:16:23.199Z] === RUN TestDiskUsage/empty [2022-02-15T15:16:23.199Z] === RUN TestDiskUsage/empty/container_types [2022-02-15T15:16:23.199Z] === RUN TestDiskUsage/empty/image_types [2022-02-15T15:16:23.199Z] === RUN TestDiskUsage/empty/volume_types [2022-02-15T15:16:23.199Z] === RUN TestDiskUsage/empty/build-cache_types [2022-02-15T15:16:23.199Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-02-15T15:16:23.199Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-02-15T15:16:23.199Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-02-15T15:16:23.199Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-02-15T15:16:23.199Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-02-15T15:16:23.199Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-02-15T15:16:23.199Z] === RUN TestDiskUsage/after_LoadBusybox [2022-02-15T15:16:23.455Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-02-15T15:16:23.455Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-02-15T15:16:23.455Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-02-15T15:16:23.455Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-02-15T15:16:23.455Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-02-15T15:16:23.455Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-02-15T15:16:23.455Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-02-15T15:16:23.455Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-02-15T15:16:23.455Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-02-15T15:16:23.455Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-02-15T15:16:23.455Z] === RUN TestDiskUsage/after_container.Run [2022-02-15T15:16:23.711Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-02-15T15:16:23.711Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-02-15T15:16:23.711Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-02-15T15:16:23.711Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-02-15T15:16:23.711Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-02-15T15:16:23.711Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-02-15T15:16:23.711Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-02-15T15:16:23.711Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-02-15T15:16:23.711Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-02-15T15:16:23.711Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-02-15T15:16:23.887Z] --- PASS: TestBuildMultiStageLayerLeak (12.26s) [2022-02-15T15:16:23.888Z] === RUN TestBuildWithHugeFile [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage (1.21s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_container.Run (0.35s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-02-15T15:16:23.967Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-02-15T15:16:23.967Z] PASS [2022-02-15T15:16:23.967Z] [2022-02-15T15:16:23.967Z] === Skipped [2022-02-15T15:16:23.967Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-15T15:16:23.967Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-02-15T15:16:23.967Z] [2022-02-15T15:16:23.967Z] DONE 50 tests, 1 skipped in 20.025s [2022-02-15T15:16:23.967Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-02-15T15:16:23.967Z] INFO: Testing against a local daemon [2022-02-15T15:16:23.967Z] === RUN TestVolumesCreateAndList [2022-02-15T15:16:23.967Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-02-15T15:16:23.967Z] === RUN TestVolumesRemove [2022-02-15T15:16:23.967Z] --- PASS: TestVolumesRemove (0.05s) [2022-02-15T15:16:23.967Z] === RUN TestVolumesInspect [2022-02-15T15:16:23.967Z] --- PASS: TestVolumesInspect (0.02s) [2022-02-15T15:16:23.967Z] === RUN TestVolumesInvalidJSON [2022-02-15T15:16:23.967Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-02-15T15:16:23.967Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-02-15T15:16:23.967Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-02-15T15:16:23.967Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-02-15T15:16:23.967Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-02-15T15:16:23.967Z] PASS [2022-02-15T15:16:23.967Z] [2022-02-15T15:16:23.967Z] DONE 5 tests in 0.186s [2022-02-15T15:16:23.967Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-02-15T15:16:24.223Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13145 is not a child of this shell [2022-02-15T15:16:24.223Z] warning: PID 13145 from bundles/test-integration/docker.pid had a nonzero exit code [2022-02-15T15:16:24.223Z] Leaving: AppArmorNo profiles have been unloaded. [2022-02-15T15:16:24.223Z] [2022-02-15T15:16:24.223Z] Unloading profiles will leave already running processes permanently [2022-02-15T15:16:24.223Z] unconfined, which can lead to unexpected situations. [2022-02-15T15:16:24.223Z] [2022-02-15T15:16:24.223Z] To set a process to complain mode, use the command line tool [2022-02-15T15:16:24.223Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-02-15T15:16:24.223Z] Removing test suite binaries [2022-02-15T15:16:24.223Z] exiting test-integration [2022-02-15T15:16:24.223Z] ++ exit 0 [2022-02-15T15:16:24.223Z] Post stage [Pipeline] junit [2022-02-15T15:16:25.162Z] Recording test results [2022-02-15T15:16:26.647Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-02-15T15:16:27.027Z] + echo Ensuring container killed. [2022-02-15T15:16:27.027Z] Ensuring container killed. [2022-02-15T15:16:27.027Z] + docker rm -vf docker-pr1 [2022-02-15T15:16:27.027Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-02-15T15:16:27.233Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-02-15T15:16:27.233Z] Using test binary docker [2022-02-15T15:16:27.233Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-02-15T15:16:27.233Z] Using test binary docker [2022-02-15T15:16:27.233Z] +++ /etc/init.d/apparmor start [2022-02-15T15:16:27.233Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-02-15T15:16:27.233Z] INFO: Waiting for daemon to start... [2022-02-15T15:16:27.233Z] Starting dockerd [2022-02-15T15:16:27.233Z] +++ 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-02-15T15:16:27.233Z] +++ /etc/init.d/apparmor start [2022-02-15T15:16:27.233Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-02-15T15:16:27.233Z] Starting dockerd [2022-02-15T15:16:27.233Z] INFO: Waiting for daemon to start... [2022-02-15T15:16:27.233Z] +++ 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-02-15T15:16:27.233Z] .. [2022-02-15T15:16:27.233Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-02-15T15:16:27.233Z] [2022-02-15T15:16:27.233Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-02-15T15:16:27.233Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-02-15T15:16:27.233Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-02-15T15:16:27.233Z] Error: No such image: emptyfs [2022-02-15T15:16:27.233Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-02-15T15:16:27.233Z] ++++ docker load [2022-02-15T15:16:27.233Z] Error: No such image: emptyfs [2022-02-15T15:16:27.233Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-02-15T15:16:27.233Z] ++++ docker load [2022-02-15T15:16:27.233Z] Running integration-test (iteration 1) [2022-02-15T15:16:27.233Z] 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-02-15T15:16:27.233Z] ++ 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-02-15T15:16:27.233Z] ++ set -e [2022-02-15T15:16:27.233Z] ++ '[' -n 0 ']' [2022-02-15T15:16:27.233Z] ++ set -x [2022-02-15T15:16:27.233Z] ++ 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-02-15T15:16:27.233Z] Running integration-test (iteration 1) [2022-02-15T15:16:27.233Z] 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-02-15T15:16:27.233Z] ++ 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-02-15T15:16:27.233Z] ++ set -e [2022-02-15T15:16:27.233Z] ++ '[' -n 0 ']' [2022-02-15T15:16:27.233Z] ++ set -x [2022-02-15T15:16:27.233Z] ++ 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-02-15T15:16:27.352Z] + echo Chowning /workspace to jenkins user [2022-02-15T15:16:27.352Z] Chowning /workspace to jenkins user [2022-02-15T15:16:27.352Z] + id -u [2022-02-15T15:16:27.352Z] + id -g [2022-02-15T15:16:27.352Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43241:/workspace busybox chown -R 1000:1000 /workspace [2022-02-15T15:16:27.352Z] Unable to find image 'busybox:latest' locally [2022-02-15T15:16:27.352Z] latest: Pulling from library/busybox [2022-02-15T15:16:27.494Z] Loaded image: busybox:latest [2022-02-15T15:16:27.495Z] Loaded image: busybox:latest [2022-02-15T15:16:27.608Z] 009932687766: Pulling fs layer [2022-02-15T15:16:27.608Z] 009932687766: Verifying Checksum [2022-02-15T15:16:27.608Z] 009932687766: Download complete [2022-02-15T15:16:27.608Z] 009932687766: Pull complete [2022-02-15T15:16:27.608Z] Digest: sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb [2022-02-15T15:16:27.608Z] Status: Downloaded newer image for busybox:latest [2022-02-15T15:16:28.067Z] Loaded image: busybox:glibc [2022-02-15T15:16:28.067Z] Loaded image: busybox:glibc [2022-02-15T15:16:28.241Z] --- PASS: TestServiceUpdateSecrets (13.85s) [2022-02-15T15:16:28.241Z] === RUN TestServiceUpdateConfigs [2022-02-15T15:16:28.455Z] ...INFO: Daemon under test started and replied! [2022-02-15T15:16:28.455Z] INFO: Docker version of the daemon under test [2022-02-15T15:16:28.455Z] [2022-02-15T15:16:28.455Z] Client: [2022-02-15T15:16:28.455Z] Version: 17.06.2-ce [2022-02-15T15:16:28.455Z] API version: 1.30 [2022-02-15T15:16:28.455Z] Go version: go1.8.3 [2022-02-15T15:16:28.455Z] Git commit: cec0b72 [2022-02-15T15:16:28.455Z] Built: Tue Sep 5 19:57:19 2017 [2022-02-15T15:16:28.455Z] OS/Arch: windows/amd64 [2022-02-15T15:16:28.455Z] [2022-02-15T15:16:28.455Z] Server: [2022-02-15T15:16:28.455Z] Version: 0.0.0-dev [2022-02-15T15:16:28.455Z] API version: 1.42 (minimum version 1.24) [2022-02-15T15:16:28.455Z] Go version: go1.17.6 [2022-02-15T15:16:28.455Z] Git commit: 2ac898c232 [2022-02-15T15:16:28.455Z] Built: 02/15/2022 15:14:12 [2022-02-15T15:16:28.455Z] OS/Arch: windows/amd64 [2022-02-15T15:16:28.455Z] Experimental: false [2022-02-15T15:16:28.455Z] [2022-02-15T15:16:28.455Z] INFO: Docker info of the daemon under test [2022-02-15T15:16:28.455Z] [2022-02-15T15:16:28.455Z] Containers: 0 [2022-02-15T15:16:28.455Z] Running: 0 [2022-02-15T15:16:28.455Z] Paused: 0 [2022-02-15T15:16:28.455Z] Stopped: 0 [2022-02-15T15:16:28.455Z] Images: 0 [2022-02-15T15:16:28.455Z] Server Version: 0.0.0-dev [2022-02-15T15:16:28.455Z] Storage Driver: windowsfilter [2022-02-15T15:16:28.455Z] Windows: [2022-02-15T15:16:28.455Z] Logging Driver: json-file [2022-02-15T15:16:28.455Z] Plugins: [2022-02-15T15:16:28.455Z] Volume: local [2022-02-15T15:16:28.455Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-15T15:16:28.455Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-15T15:16:28.455Z] Swarm: inactive [2022-02-15T15:16:28.455Z] Default Isolation: process [2022-02-15T15:16:28.455Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-02-15T15:16:28.455Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-02-15T15:16:28.455Z] OSType: windows [2022-02-15T15:16:28.455Z] Architecture: x86_64 [2022-02-15T15:16:28.455Z] CPUs: 4 [2022-02-15T15:16:28.455Z] Total Memory: 32GiB [2022-02-15T15:16:28.455Z] Name: azwin-2-d0e5e0 [2022-02-15T15:16:28.455Z] ID: NAHT:XHNF:3VUW:6WJL:YINN:ZTVD:44NA:BVFR:R4W3:XY4D:UH7C:VRAJ [2022-02-15T15:16:28.455Z] Docker Root Dir: D:\CI\PR-43241\1\daemon [2022-02-15T15:16:28.455Z] Debug Mode (client): false [2022-02-15T15:16:28.455Z] Debug Mode (server): true [2022-02-15T15:16:28.455Z] File Descriptors: -1 [2022-02-15T15:16:28.455Z] Goroutines: 31 [2022-02-15T15:16:28.455Z] System Time: 2022-02-15T15:16:26.5189741Z [2022-02-15T15:16:28.455Z] EventsListeners: 0 [2022-02-15T15:16:28.455Z] Registry: https://index.docker.io/v1/ [2022-02-15T15:16:28.455Z] Labels: [2022-02-15T15:16:28.455Z] Experimental: false [2022-02-15T15:16:28.455Z] Insecure Registries: [2022-02-15T15:16:28.455Z] 127.0.0.0/8 [2022-02-15T15:16:28.455Z] Live Restore Enabled: false [2022-02-15T15:16:28.455Z] [2022-02-15T15:16:28.455Z] [2022-02-15T15:16:28.455Z] INFO: Docker images of the daemon under test [2022-02-15T15:16:28.455Z] [2022-02-15T15:16:28.455Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-02-15T15:16:28.455Z] [2022-02-15T15:16:28.455Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-02-15T15:16:28.455Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-02-15T15:16:28.456Z] ltsc2022: Pulling from windows/servercore [2022-02-15T15:16:28.456Z] 8f616e6e9eec: Pulling fs layer [2022-02-15T15:16:28.456Z] 898469748ff6: Pulling fs layer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-02-15T15:16:29.313Z] + bundleName=amd64-rootless [2022-02-15T15:16:29.313Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-02-15T15:16:29.313Z] Creating amd64-rootless-bundles.tar.gz [2022-02-15T15:16:29.313Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2022-02-15T15:16:29.313Z] + 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-02-15T15:16:29.322Z] Archiving artifacts [2022-02-15T15:16:31.015Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43241/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-02-15T15:16:31.331Z] + make clean [2022-02-15T15:16:31.586Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-02-15T15:16:31.586Z] docker-dev-cache [2022-02-15T15:16:31.586Z] docker-mod-cache [Pipeline] deleteDir [2022-02-15T15:16:32.274Z] Loaded image: debian:bullseye-slim [2022-02-15T15:16:32.274Z] Loaded image: debian:bullseye-slim [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-02-15T15:16:32.537Z] Loaded image: hello-world:latest [2022-02-15T15:16:32.538Z] Loaded image: hello-world:latest [2022-02-15T15:16:32.538Z] Loaded image: arm32v7/hello-world:latest [2022-02-15T15:16:32.538Z] INFO: Testing against a local daemon [2022-02-15T15:16:32.538Z] === RUN TestDockerDaemonSuite [2022-02-15T15:16:32.538Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-02-15T15:16:32.877Z] Loaded image: arm32v7/hello-world:latest [2022-02-15T15:16:32.877Z] INFO: Testing against a local daemon [2022-02-15T15:16:32.877Z] === RUN TestDockerSuite [2022-02-15T15:16:32.877Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-02-15T15:16:32.877Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-02-15T15:16:32.877Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-02-15T15:16:32.877Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-02-15T15:16:32.877Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-02-15T15:16:32.877Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-02-15T15:16:32.877Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-02-15T15:16:32.877Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-02-15T15:16:36.180Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-02-15T15:16:36.180Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-02-15T15:16:36.440Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-02-15T15:16:36.440Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-02-15T15:16:37.382Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-02-15T15:16:37.382Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-02-15T15:16:37.382Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-02-15T15:16:37.656Z] ......... [ 85%] [2022-02-15T15:16:39.298Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-02-15T15:16:39.298Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-02-15T15:16:39.298Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-02-15T15:16:39.298Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-02-15T15:16:39.560Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-02-15T15:16:39.910Z] ---> f3b5bb98b738 [2022-02-15T15:16:39.911Z] Successfully built f3b5bb98b738 [2022-02-15T15:16:39.911Z] Successfully tagged docker:latest [2022-02-15T15:16:39.911Z] INFO: Image build ended at 02/15/2022 15:16:36. Duration:00:04:48.5271053 [2022-02-15T15:16:39.911Z] [2022-02-15T15:16:39.911Z] [2022-02-15T15:16:39.911Z] INFO: Building the test binaries at 02/15/2022 15:16:36... [2022-02-15T15:16:40.506Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-02-15T15:16:41.218Z] 898469748ff6: Download complete [2022-02-15T15:16:41.218Z] 8f616e6e9eec: Verifying Checksum [2022-02-15T15:16:41.218Z] 8f616e6e9eec: Download complete [2022-02-15T15:16:41.452Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-02-15T15:16:41.452Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-02-15T15:16:41.712Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-02-15T15:16:41.712Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-02-15T15:16:41.712Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-02-15T15:16:42.495Z] tests/integration/models_images_test.py ............... [ 89%] [2022-02-15T15:16:43.144Z] --- PASS: TestServiceUpdateConfigs (13.85s) [2022-02-15T15:16:43.144Z] === RUN TestServiceUpdateNetwork [2022-02-15T15:16:43.696Z] tests/integration/models_networks_test.py .... [ 90%] [2022-02-15T15:16:43.709Z] INFO: make.ps1 starting at 02/15/2022 15:16:43 [2022-02-15T15:16:44.180Z] INFO: Git commit (2ac898c232) assumed from DOCKER_GITCOMMIT environment variable [2022-02-15T15:16:44.180Z] INFO: Invoking autogen... [2022-02-15T15:16:44.650Z] INFO: Building daemon... [2022-02-15T15:16:49.854Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-02-15T15:16:50.273Z] tests/integration/models_nodes_test.py . [ 90%] [2022-02-15T15:16:50.273Z] tests/integration/models_resources_test.py . [ 91%] [2022-02-15T15:16:51.996Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-02-15T15:16:52.400Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-02-15T15:16:53.137Z] --- PASS: TestServiceUpdateNetwork (12.03s) [2022-02-15T15:16:53.137Z] === RUN TestServiceUpdatePidsLimit [2022-02-15T15:16:53.343Z] --- PASS: TestBuildWithHugeFile (107.72s) [2022-02-15T15:16:53.344Z] === RUN TestBuildWCOWSandboxSize [2022-02-15T15:16:53.344Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-15T15:16:53.344Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-02-15T15:16:53.344Z] === RUN TestBuildWithEmptyDockerfile [2022-02-15T15:16:53.344Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:16:53.344Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:16:53.344Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:16:53.344Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:16:53.344Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:16:53.344Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:16:53.344Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:16:53.344Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:16:53.344Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:16:53.344Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-02-15T15:16:53.344Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-02-15T15:16:53.344Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-02-15T15:16:53.344Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-02-15T15:16:53.344Z] === RUN TestBuildPreserveOwnership [2022-02-15T15:16:53.344Z] === RUN TestBuildPreserveOwnership/copy_from [2022-02-15T15:16:53.915Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-02-15T15:16:54.078Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-02-15T15:16:54.648Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-02-15T15:16:54.760Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-02-15T15:16:54.760Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-02-15T15:16:55.828Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-02-15T15:16:55.828Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-02-15T15:16:56.403Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-02-15T15:16:56.665Z] --- PASS: TestBuildPreserveOwnership (3.48s) [2022-02-15T15:16:56.665Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.25s) [2022-02-15T15:16:56.665Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.23s) [2022-02-15T15:16:56.665Z] === RUN TestBuildPlatformInvalid [2022-02-15T15:16:56.926Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2022-02-15T15:16:56.926Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-02-15T15:16:57.186Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-02-15T15:16:57.757Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-02-15T15:16:58.018Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-02-15T15:16:58.018Z] Loaded image: busybox:latest [2022-02-15T15:16:58.281Z] Loaded image: busybox:glibc [2022-02-15T15:16:58.281Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-02-15T15:16:58.663Z] tests/integration/regression_test.py ...... [ 98%] [2022-02-15T15:16:59.446Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-02-15T15:16:59.446Z] tests/integration/credentials/utils_test.py . [100%] [2022-02-15T15:16:59.446Z] [2022-02-15T15:16:59.446Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-02-15T15:16:59.446Z] =========================== short test summary info ============================ [2022-02-15T15:16:59.446Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-02-15T15:16:59.446Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-02-15T15:16:59.446Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-02-15T15:16:59.446Z] Not supported on most drivers [2022-02-15T15:16:59.446Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-02-15T15:16:59.446Z] Output of docker top depends on host distro, and is not formalized. [2022-02-15T15:16:59.446Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-02-15T15:16:59.446Z] Output of docker top depends on host distro, and is not formalized. [2022-02-15T15:16:59.446Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-02-15T15:16:59.446Z] Can fail if eth0 has multiple IP addresses [2022-02-15T15:16:59.446Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-02-15T15:16:59.446Z] This doesn't seem to be taken into account by the engine [2022-02-15T15:16:59.446Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-02-15T15:16:59.446Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-02-15T15:16:59.446Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 295.17 seconds == [2022-02-15T15:16:59.706Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-02-15T15:16:59.713Z] docker_cli_daemon_test.go:1472: [d99e7c474019b] daemon is not started [2022-02-15T15:17:00.313Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-02-15T15:17:00.574Z] check_test.go:308: [de289cc8780f9] daemon is not started [2022-02-15T15:17:00.574Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-02-15T15:17:01.146Z] Loaded image: debian:bullseye-slim [2022-02-15T15:17:01.407Z] Loaded image: hello-world:latest [2022-02-15T15:17:01.407Z] Loaded image: arm32v7/hello-world:latest [2022-02-15T15:17:02.353Z] === RUN TestDockerSuite/TestAttachDetach [2022-02-15T15:17:02.782Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-02-15T15:17:02.925Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-02-15T15:17:03.185Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-02-15T15:17:04.129Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-02-15T15:17:04.703Z] check_test.go:308: [d323dc5893522] daemon is not started [2022-02-15T15:17:04.703Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-02-15T15:17:06.089Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-02-15T15:17:06.660Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-02-15T15:17:07.232Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-02-15T15:17:08.618Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-02-15T15:17:09.191Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-02-15T15:17:09.362Z] --- PASS: TestServiceUpdatePidsLimit (16.04s) [2022-02-15T15:17:09.362Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-02-15T15:17:09.362Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-02-15T15:17:09.362Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-02-15T15:17:09.362Z] PASS [2022-02-15T15:17:09.362Z] [2022-02-15T15:17:09.362Z] === Skipped [2022-02-15T15:17:09.362Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-02-15T15:17:09.362Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-02-15T15:17:09.362Z] [2022-02-15T15:17:09.362Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-02-15T15:17:09.362Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-02-15T15:17:09.362Z] [2022-02-15T15:17:09.362Z] DONE 27 tests, 2 skipped in 143.462s [2022-02-15T15:17:09.362Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-02-15T15:17:09.362Z] ++ 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-02-15T15:17:09.362Z] ++ set -e [2022-02-15T15:17:09.362Z] ++ '[' -n 0 ']' [2022-02-15T15:17:09.362Z] ++ set -x [2022-02-15T15:17:09.362Z] ++ 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-02-15T15:17:09.362Z] INFO: Testing against a local daemon [2022-02-15T15:17:09.362Z] === RUN TestSessionCreate [2022-02-15T15:17:09.362Z] --- PASS: TestSessionCreate (0.02s) [2022-02-15T15:17:09.362Z] === RUN TestSessionCreateWithBadUpgrade [2022-02-15T15:17:09.362Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-02-15T15:17:09.362Z] PASS [2022-02-15T15:17:09.362Z] [2022-02-15T15:17:09.362Z] DONE 2 tests in 0.112s [2022-02-15T15:17:09.362Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-02-15T15:17:09.362Z] ++ 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-02-15T15:17:09.362Z] ++ set -e [2022-02-15T15:17:09.362Z] ++ '[' -n 0 ']' [2022-02-15T15:17:09.362Z] ++ set -x [2022-02-15T15:17:09.362Z] ++ 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-02-15T15:17:09.362Z] INFO: Testing against a local daemon [2022-02-15T15:17:09.362Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-02-15T15:17:09.362Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-02-15T15:17:09.362Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-15T15:17:09.362Z] === RUN TestDiskUsage [2022-02-15T15:17:09.362Z] === PAUSE TestDiskUsage [2022-02-15T15:17:09.362Z] === RUN TestEventsExecDie [2022-02-15T15:17:09.623Z] --- PASS: TestEventsExecDie (0.43s) [2022-02-15T15:17:09.623Z] === RUN TestEventsBackwardsCompatible [2022-02-15T15:17:09.623Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-02-15T15:17:09.623Z] === RUN TestEventsVolumeCreate [2022-02-15T15:17:09.623Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-02-15T15:17:09.623Z] === RUN TestInfoBinaryCommits [2022-02-15T15:17:09.623Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-02-15T15:17:09.623Z] === RUN TestInfoAPIVersioned [2022-02-15T15:17:09.623Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-02-15T15:17:09.623Z] === RUN TestInfoAPI [2022-02-15T15:17:09.751Z] Leaving: AppArmorNo profiles have been unloaded. [2022-02-15T15:17:09.751Z] [2022-02-15T15:17:09.751Z] Unloading profiles will leave already running processes permanently [2022-02-15T15:17:09.751Z] unconfined, which can lead to unexpected situations. [2022-02-15T15:17:09.751Z] [2022-02-15T15:17:09.751Z] To set a process to complain mode, use the command line tool [2022-02-15T15:17:09.751Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-02-15T15:17:09.751Z] [2022-02-15T15:17:09.884Z] --- PASS: TestInfoAPI (0.03s) [2022-02-15T15:17:09.884Z] === RUN TestInfoAPIWarnings [2022-02-15T15:17:10.135Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile Post stage [Pipeline] junit [2022-02-15T15:17:11.150Z] Recording test results [2022-02-15T15:17:11.300Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-02-15T15:17:11.522Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-02-15T15:17:11.578Z] + echo Ensuring container killed. [2022-02-15T15:17:11.579Z] Ensuring container killed. [2022-02-15T15:17:11.579Z] + docker rm -vf docker-pr1 [2022-02-15T15:17:11.579Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-02-15T15:17:11.864Z] + echo Chowning /workspace to jenkins user [2022-02-15T15:17:11.864Z] Chowning /workspace to jenkins user [2022-02-15T15:17:11.864Z] + id -u [2022-02-15T15:17:11.864Z] + id -g [2022-02-15T15:17:11.864Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43241:/workspace busybox chown -R 1000:1000 /workspace [2022-02-15T15:17:12.095Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-02-15T15:17:12.358Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-02-15T15:17:12.358Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-02-15T15:17:13.546Z] + bundleName=docker-py [2022-02-15T15:17:13.546Z] + echo Creating docker-py-bundles.tar.gz [2022-02-15T15:17:13.546Z] Creating docker-py-bundles.tar.gz [2022-02-15T15:17:13.546Z] + 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-02-15T15:17:13.559Z] Archiving artifacts [2022-02-15T15:17:13.749Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-02-15T15:17:13.749Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (16.91s) [2022-02-15T15:17:13.749Z] PASS [2022-02-15T15:17:13.749Z] [2022-02-15T15:17:13.749Z] === Skipped [2022-02-15T15:17:13.749Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-02-15T15:17:13.749Z] build_session_test.go:25: TODO: BuildKit [2022-02-15T15:17:13.749Z] [2022-02-15T15:17:13.749Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-02-15T15:17:13.749Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-15T15:17:13.749Z] [2022-02-15T15:17:13.749Z] DONE 34 tests, 2 skipped in 173.872s [2022-02-15T15:17:13.749Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-02-15T15:17:13.749Z] ++ 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-02-15T15:17:13.749Z] ++ set -e [2022-02-15T15:17:13.749Z] ++ '[' -n 0 ']' [2022-02-15T15:17:13.749Z] ++ set -x [2022-02-15T15:17:13.749Z] ++ 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-02-15T15:17:13.819Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43241/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-02-15T15:17:14.011Z] INFO: Testing against a local daemon [2022-02-15T15:17:14.011Z] === RUN TestConfigInspect [2022-02-15T15:17:14.011Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-02-15T15:17:14.174Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43241/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 -e DOCKER_GRAPHDRIVER docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 hack/make.sh binary [2022-02-15T15:17:14.435Z] [2022-02-15T15:17:14.584Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-02-15T15:17:14.695Z] Removing bundles/ [2022-02-15T15:17:14.695Z] [2022-02-15T15:17:14.695Z] ---> Making bundle: binary (in bundles/binary) [2022-02-15T15:17:14.695Z] Building: bundles/binary-daemon/dockerd-dev [2022-02-15T15:17:14.695Z] GOOS="" GOARCH="" GOARM="" [2022-02-15T15:17:17.132Z] --- PASS: TestConfigInspect (2.90s) [2022-02-15T15:17:17.132Z] === RUN TestConfigList [2022-02-15T15:17:17.394Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-02-15T15:17:19.942Z] --- PASS: TestConfigList (3.05s) [2022-02-15T15:17:19.942Z] === RUN TestConfigsCreateAndDelete [2022-02-15T15:17:20.514Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-02-15T15:17:23.063Z] --- PASS: TestConfigsCreateAndDelete (2.83s) [2022-02-15T15:17:23.063Z] === RUN TestConfigsUpdate [2022-02-15T15:17:23.063Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-02-15T15:17:24.463Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-02-15T15:17:25.411Z] --- PASS: TestConfigsUpdate (2.80s) [2022-02-15T15:17:25.411Z] === RUN TestTemplatedConfig [2022-02-15T15:17:26.798Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-02-15T15:17:27.060Z] check_test.go:308: [d2278393a8b93] daemon is not started [2022-02-15T15:17:27.060Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-02-15T15:17:27.633Z] check_test.go:308: [d074a5ae06ad1] daemon is not started [2022-02-15T15:17:27.634Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-02-15T15:17:27.996Z] --- PASS: TestInfoAPIWarnings (16.20s) [2022-02-15T15:17:27.996Z] === RUN TestInfoDebug [2022-02-15T15:17:27.996Z] --- PASS: TestInfoDebug (0.52s) [2022-02-15T15:17:27.996Z] === RUN TestInfoInsecureRegistries [2022-02-15T15:17:27.996Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-02-15T15:17:27.996Z] === RUN TestInfoRegistryMirrors [2022-02-15T15:17:27.996Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-02-15T15:17:27.996Z] === RUN TestLoginFailsWithBadCredentials [2022-02-15T15:17:27.996Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-02-15T15:17:27.996Z] === RUN TestPingCacheHeaders [2022-02-15T15:17:27.996Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-02-15T15:17:27.996Z] === RUN TestPingGet [2022-02-15T15:17:27.996Z] --- PASS: TestPingGet (0.01s) [2022-02-15T15:17:27.996Z] === RUN TestPingHead [2022-02-15T15:17:27.996Z] --- PASS: TestPingHead (0.02s) [2022-02-15T15:17:27.996Z] === RUN TestVersion [2022-02-15T15:17:27.996Z] --- PASS: TestVersion (0.02s) [2022-02-15T15:17:27.996Z] === CONT TestDiskUsage [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/empty [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/empty/container_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/empty/image_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/empty/volume_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/empty/build-cache_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/after_LoadBusybox [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-02-15T15:17:28.256Z] === RUN TestDiskUsage/after_container.Run [2022-02-15T15:17:28.518Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-02-15T15:17:28.518Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-02-15T15:17:28.518Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-02-15T15:17:28.518Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-02-15T15:17:28.518Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-02-15T15:17:28.518Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-02-15T15:17:28.518Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-02-15T15:17:28.518Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-02-15T15:17:28.518Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-02-15T15:17:28.518Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-02-15T15:17:28.576Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage (1.08s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.15s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-02-15T15:17:28.778Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-02-15T15:17:28.779Z] --- PASS: TestDiskUsage/after_container.Run (0.30s) [2022-02-15T15:17:28.779Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-02-15T15:17:28.779Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-02-15T15:17:28.779Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-02-15T15:17:28.779Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-02-15T15:17:28.779Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-02-15T15:17:28.779Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-02-15T15:17:28.779Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-02-15T15:17:28.779Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-02-15T15:17:28.779Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-02-15T15:17:28.779Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-02-15T15:17:28.779Z] PASS [2022-02-15T15:17:28.779Z] [2022-02-15T15:17:28.779Z] === Skipped [2022-02-15T15:17:28.779Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-15T15:17:28.779Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-02-15T15:17:28.779Z] [2022-02-15T15:17:28.779Z] DONE 50 tests, 1 skipped in 19.651s [2022-02-15T15:17:28.779Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-02-15T15:17:28.779Z] ++ 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-02-15T15:17:28.779Z] ++ set -e [2022-02-15T15:17:28.779Z] ++ '[' -n 0 ']' [2022-02-15T15:17:28.779Z] ++ set -x [2022-02-15T15:17:28.779Z] ++ 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-02-15T15:17:28.779Z] INFO: Testing against a local daemon [2022-02-15T15:17:28.779Z] === RUN TestVolumesCreateAndList [2022-02-15T15:17:28.779Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-02-15T15:17:28.779Z] === RUN TestVolumesRemove [2022-02-15T15:17:28.837Z] --- PASS: TestTemplatedConfig (3.19s) [2022-02-15T15:17:28.837Z] === RUN TestConfigCreateResolve [2022-02-15T15:17:28.837Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-02-15T15:17:28.837Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-02-15T15:17:29.039Z] --- PASS: TestVolumesRemove (0.05s) [2022-02-15T15:17:29.039Z] === RUN TestVolumesInspect [2022-02-15T15:17:29.039Z] --- PASS: TestVolumesInspect (0.02s) [2022-02-15T15:17:29.039Z] === RUN TestVolumesInvalidJSON [2022-02-15T15:17:29.039Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-02-15T15:17:29.039Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-02-15T15:17:29.039Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-02-15T15:17:29.039Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-02-15T15:17:29.039Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-02-15T15:17:29.039Z] PASS [2022-02-15T15:17:29.039Z] [2022-02-15T15:17:29.039Z] DONE 5 tests in 0.203s [2022-02-15T15:17:29.039Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-02-15T15:17:29.039Z] ++++ cat bundles/test-integration/docker.pid [2022-02-15T15:17:29.039Z] +++ kill 13072 [2022-02-15T15:17:29.301Z] +++ /etc/init.d/apparmor stop [2022-02-15T15:17:29.301Z] Leaving: AppArmorNo profiles have been unloaded. [2022-02-15T15:17:29.301Z] [2022-02-15T15:17:29.301Z] Unloading profiles will leave already running processes permanently [2022-02-15T15:17:29.301Z] unconfined, which can lead to unexpected situations. [2022-02-15T15:17:29.301Z] [2022-02-15T15:17:29.301Z] To set a process to complain mode, use the command line tool [2022-02-15T15:17:29.301Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-02-15T15:17:29.301Z] +++ true [2022-02-15T15:17:29.301Z] exiting test-integration [2022-02-15T15:17:29.301Z] ++ exit 0 [2022-02-15T15:17:29.301Z] [2022-02-15T15:17:29.409Z] check_test.go:308: [d3369b26c3e2b] daemon is not started [2022-02-15T15:17:29.409Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit Post stage [Pipeline] junit [2022-02-15T15:17:29.886Z] Recording test results [2022-02-15T15:17:29.982Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-02-15T15:17:29.983Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-02-15T15:17:30.065Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-02-15T15:17:30.402Z] + echo Ensuring container killed. [2022-02-15T15:17:30.402Z] Ensuring container killed. [2022-02-15T15:17:30.402Z] + docker rm -vf docker-pr1 [2022-02-15T15:17:30.402Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-02-15T15:17:30.688Z] + echo Chowning /workspace to jenkins user [2022-02-15T15:17:30.688Z] Chowning /workspace to jenkins user [2022-02-15T15:17:30.688Z] + id -u [2022-02-15T15:17:30.688Z] + id -g [2022-02-15T15:17:30.688Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43241:/workspace busybox chown -R 1000:1000 /workspace [2022-02-15T15:17:30.926Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-02-15T15:17:31.500Z] --- PASS: TestConfigCreateResolve (2.88s) [2022-02-15T15:17:31.500Z] PASS [2022-02-15T15:17:31.500Z] [2022-02-15T15:17:31.500Z] DONE 6 tests in 17.790s [2022-02-15T15:17:31.500Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-02-15T15:17:31.500Z] ++ 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-02-15T15:17:31.500Z] ++ set -e [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-02-15T15:17:31.761Z] ++ '[' -n 0 ']' [2022-02-15T15:17:31.761Z] ++ set -x [2022-02-15T15:17:31.762Z] ++ 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-02-15T15:17:31.762Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-02-15T15:17:31.762Z] INFO: Testing against a local daemon [2022-02-15T15:17:31.762Z] === RUN TestCheckpoint [2022-02-15T15:17:31.762Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-15T15:17:31.762Z] --- SKIP: TestCheckpoint (0.00s) [2022-02-15T15:17:31.762Z] === RUN TestContainerInvalidJSON [2022-02-15T15:17:31.762Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:17:31.762Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:17:31.762Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:17:31.762Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:17:31.762Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:17:31.762Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:17:31.762Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-02-15T15:17:31.762Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-02-15T15:17:31.762Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-02-15T15:17:31.762Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-02-15T15:17:31.934Z] + bundleName=arm64-integration [2022-02-15T15:17:31.934Z] + echo Creating arm64-integration-bundles.tar.gz [2022-02-15T15:17:31.934Z] Creating arm64-integration-bundles.tar.gz [2022-02-15T15:17:31.934Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-02-15T15:17:31.934Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-02-15T15:17:31.949Z] Archiving artifacts [2022-02-15T15:17:32.023Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2022-02-15T15:17:32.023Z] === RUN TestCopyFromContainerPathIsNotDir [2022-02-15T15:17:32.023Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2022-02-15T15:17:32.023Z] === RUN TestCopyToContainerPathDoesNotExist [2022-02-15T15:17:32.023Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2022-02-15T15:17:32.023Z] === RUN TestCopyToContainerPathIsNotDir [2022-02-15T15:17:32.239Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43241/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-02-15T15:17:32.283Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2022-02-15T15:17:32.284Z] === RUN TestCopyFromContainer [2022-02-15T15:17:32.544Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-02-15T15:17:32.560Z] + make clean [2022-02-15T15:17:32.560Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-02-15T15:17:32.560Z] docker-dev-cache [2022-02-15T15:17:32.560Z] docker-mod-cache [Pipeline] deleteDir [2022-02-15T15:17:33.487Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-02-15T15:17:33.748Z] === RUN TestCopyFromContainer// [2022-02-15T15:17:33.748Z] === RUN TestCopyFromContainer//bar/root [2022-02-15T15:17:33.748Z] === RUN TestCopyFromContainer//bar/root/ [2022-02-15T15:17:34.009Z] === RUN TestCopyFromContainer/bar/quux [2022-02-15T15:17:34.009Z] === RUN TestCopyFromContainer/bar/quux/ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-02-15T15:17:34.272Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-02-15T15:17:34.272Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-02-15T15:17:34.272Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-02-15T15:17:34.272Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-02-15T15:17:34.541Z] === RUN TestCopyFromContainer/bar/notarget [2022-02-15T15:17:34.541Z] --- PASS: TestCopyFromContainer (2.41s) [2022-02-15T15:17:34.541Z] --- PASS: TestCopyFromContainer// (0.10s) [2022-02-15T15:17:34.541Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2022-02-15T15:17:34.541Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2022-02-15T15:17:34.541Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2022-02-15T15:17:34.541Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2022-02-15T15:17:34.541Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-02-15T15:17:34.541Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-02-15T15:17:34.541Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2022-02-15T15:17:34.541Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2022-02-15T15:17:34.541Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2022-02-15T15:17:34.541Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-02-15T15:17:34.541Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:17:34.541Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:17:34.541Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:17:34.541Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:17:34.541Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:17:34.541Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:17:34.541Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:17:34.541Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:17:34.541Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:17:34.541Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-02-15T15:17:34.541Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-02-15T15:17:34.541Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-02-15T15:17:34.541Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-02-15T15:17:34.541Z] === RUN TestCreateLinkToNonExistingContainer [2022-02-15T15:17:34.541Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-02-15T15:17:34.541Z] === RUN TestCreateWithInvalidEnv [2022-02-15T15:17:34.541Z] === RUN TestCreateWithInvalidEnv/0 [2022-02-15T15:17:34.541Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-02-15T15:17:34.541Z] === RUN TestCreateWithInvalidEnv/1 [2022-02-15T15:17:34.541Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-02-15T15:17:34.541Z] === RUN TestCreateWithInvalidEnv/2 [2022-02-15T15:17:34.541Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-02-15T15:17:34.802Z] === CONT TestCreateWithInvalidEnv/0 [2022-02-15T15:17:34.802Z] === CONT TestCreateWithInvalidEnv/2 [2022-02-15T15:17:34.802Z] === CONT TestCreateWithInvalidEnv/1 [2022-02-15T15:17:34.802Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-02-15T15:17:34.802Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-02-15T15:17:34.802Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-02-15T15:17:34.802Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-02-15T15:17:34.802Z] === RUN TestCreateTmpfsMountsTarget [2022-02-15T15:17:34.802Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-02-15T15:17:34.802Z] === RUN TestCreateWithCustomMaskedPaths [2022-02-15T15:17:35.063Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-02-15T15:17:35.323Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-02-15T15:17:36.266Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-02-15T15:17:36.529Z] --- PASS: TestCreateWithCustomMaskedPaths (1.86s) [2022-02-15T15:17:36.529Z] === RUN TestCreateWithCustomReadonlyPaths [2022-02-15T15:17:38.441Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.60s) [2022-02-15T15:17:38.441Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-02-15T15:17:38.441Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:17:38.441Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:17:38.441Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:17:38.441Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:17:38.441Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:17:38.441Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:17:38.441Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:17:38.441Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:17:38.441Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:17:38.441Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:17:38.441Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:17:38.441Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:17:38.441Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:17:38.441Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:17:38.441Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:17:38.441Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-02-15T15:17:38.441Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-02-15T15:17:38.441Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-02-15T15:17:38.441Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-02-15T15:17:38.441Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-02-15T15:17:38.441Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-02-15T15:17:38.441Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-02-15T15:17:39.012Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.64s) [2022-02-15T15:17:39.012Z] === RUN TestCreateDifferentPlatform [2022-02-15T15:17:39.012Z] === RUN TestCreateDifferentPlatform/different_os [2022-02-15T15:17:39.012Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-02-15T15:17:39.012Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-02-15T15:17:39.012Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-02-15T15:17:39.012Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-02-15T15:17:39.012Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-02-15T15:17:39.012Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-02-15T15:17:39.012Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2022-02-15T15:17:39.012Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-02-15T15:17:39.012Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2022-02-15T15:17:39.012Z] === RUN TestContainerStartOnDaemonRestart [2022-02-15T15:17:39.012Z] === PAUSE TestContainerStartOnDaemonRestart [2022-02-15T15:17:39.012Z] === RUN TestDaemonRestartIpcMode [2022-02-15T15:17:39.012Z] === PAUSE TestDaemonRestartIpcMode [2022-02-15T15:17:39.012Z] === RUN TestDaemonHostGatewayIP [2022-02-15T15:17:39.012Z] === PAUSE TestDaemonHostGatewayIP [2022-02-15T15:17:39.012Z] === RUN TestRestartDaemonWithRestartingContainer [2022-02-15T15:17:39.012Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-02-15T15:17:39.012Z] === RUN TestContainerKillOnDaemonStart [2022-02-15T15:17:39.012Z] === PAUSE TestContainerKillOnDaemonStart [2022-02-15T15:17:39.012Z] === RUN TestDiff [2022-02-15T15:17:39.585Z] --- PASS: TestDiff (0.65s) [2022-02-15T15:17:39.585Z] === RUN TestExecWithCloseStdin [2022-02-15T15:17:40.528Z] --- PASS: TestExecWithCloseStdin (0.65s) [2022-02-15T15:17:40.528Z] === RUN TestExec [2022-02-15T15:17:41.099Z] --- PASS: TestExec (0.66s) [2022-02-15T15:17:41.100Z] === RUN TestExecUser [2022-02-15T15:17:41.360Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-02-15T15:17:41.622Z] --- PASS: TestExecUser (0.69s) [2022-02-15T15:17:41.622Z] === RUN TestExportContainerAndImportImage [2022-02-15T15:17:42.676Z] --- PASS: TestExportContainerAndImportImage (0.80s) [2022-02-15T15:17:42.676Z] === RUN TestExportContainerAfterDaemonRestart [2022-02-15T15:17:42.676Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-02-15T15:17:43.248Z] check_test.go:308: [dadda2fd9b906] daemon is not started [2022-02-15T15:17:43.248Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-02-15T15:17:43.510Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-02-15T15:17:43.773Z] --- PASS: TestExportContainerAfterDaemonRestart (1.45s) [2022-02-15T15:17:43.773Z] === RUN TestHealthCheckWorkdir [2022-02-15T15:17:44.035Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-02-15T15:17:44.609Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-02-15T15:17:44.609Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-02-15T15:17:44.609Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-02-15T15:17:44.870Z] --- PASS: TestHealthCheckWorkdir (1.02s) [2022-02-15T15:17:44.870Z] === RUN TestHealthKillContainer [2022-02-15T15:17:46.257Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-02-15T15:17:47.200Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-02-15T15:17:49.113Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-02-15T15:17:49.684Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-02-15T15:17:49.945Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-02-15T15:17:51.891Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-02-15T15:17:52.161Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-02-15T15:17:53.129Z] --- PASS: TestHealthKillContainer (8.33s) [2022-02-15T15:17:53.129Z] === RUN TestInspectCpusetInConfigPre120 [2022-02-15T15:17:54.074Z] --- PASS: TestInspectCpusetInConfigPre120 (0.60s) [2022-02-15T15:17:54.074Z] === RUN TestIpcModeNone [2022-02-15T15:17:54.074Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-02-15T15:17:54.074Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-02-15T15:17:54.074Z] check_test.go:308: [d57a0dd161e71] daemon is not started [2022-02-15T15:17:54.074Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-02-15T15:17:54.335Z] --- PASS: TestIpcModeNone (0.56s) [2022-02-15T15:17:54.335Z] === RUN TestIpcModePrivate [2022-02-15T15:17:54.907Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:86, shared: false, mustBeShared: false [2022-02-15T15:17:54.907Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-02-15T15:17:55.168Z] --- PASS: TestIpcModePrivate (0.71s) [2022-02-15T15:17:55.168Z] === RUN TestIpcModeShareable [2022-02-15T15:17:55.746Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:86, shared: true, mustBeShared: true [2022-02-15T15:17:55.746Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-02-15T15:17:56.008Z] --- PASS: TestIpcModeShareable (0.91s) [2022-02-15T15:17:56.008Z] === RUN TestAPIIpcModeShareableAndContainer [2022-02-15T15:17:56.008Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-02-15T15:17:57.395Z] === RUN TestDockerSuite/TestBuildAddScript [2022-02-15T15:17:57.968Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-02-15T15:17:58.540Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.39s) [2022-02-15T15:17:58.540Z] === RUN TestAPIIpcModeHost [2022-02-15T15:17:59.113Z] --- PASS: TestAPIIpcModeHost (0.66s) [2022-02-15T15:17:59.113Z] === RUN TestDaemonIpcModeShareable [2022-02-15T15:17:59.685Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-02-15T15:17:59.946Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-02-15T15:18:00.518Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-02-15T15:18:00.778Z] --- PASS: TestDaemonIpcModeShareable (1.80s) [2022-02-15T15:18:00.778Z] === RUN TestDaemonIpcModePrivate [2022-02-15T15:18:01.350Z] check_test.go:308: [d948d1447b193] daemon is not started [2022-02-15T15:18:01.350Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-02-15T15:18:02.482Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:103, shared: false, mustBeShared: false [2022-02-15T15:18:02.482Z] --- PASS: TestDaemonIpcModePrivate (1.59s) [2022-02-15T15:18:02.482Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-02-15T15:18:03.872Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2022-02-15T15:18:04.137Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.69s) [2022-02-15T15:18:04.137Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-02-15T15:18:04.137Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-02-15T15:18:04.725Z] check_test.go:308: [db4cf3510c123] daemon is not started [2022-02-15T15:18:04.725Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-02-15T15:18:05.670Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true [2022-02-15T15:18:05.932Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.66s) [2022-02-15T15:18:05.932Z] === RUN TestIpcModeOlderClient [2022-02-15T15:18:05.932Z] === PAUSE TestIpcModeOlderClient [2022-02-15T15:18:05.932Z] === RUN TestKillContainerInvalidSignal [2022-02-15T15:18:06.502Z] --- PASS: TestKillContainerInvalidSignal (0.62s) [2022-02-15T15:18:06.502Z] === RUN TestKillContainer [2022-02-15T15:18:06.502Z] === RUN TestKillContainer/no_signal [2022-02-15T15:18:06.765Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-02-15T15:18:07.026Z] === RUN TestKillContainer/non_killing_signal [2022-02-15T15:18:07.599Z] === RUN TestKillContainer/killing_signal [2022-02-15T15:18:07.599Z] docker_cli_daemon_plugins_test.go:80: [d0079d1a642d7] daemon is not started [2022-02-15T15:18:08.542Z] --- PASS: TestKillContainer (2.00s) [2022-02-15T15:18:08.542Z] --- PASS: TestKillContainer/no_signal (0.69s) [2022-02-15T15:18:08.542Z] --- PASS: TestKillContainer/non_killing_signal (0.43s) [2022-02-15T15:18:08.542Z] --- PASS: TestKillContainer/killing_signal (0.62s) [2022-02-15T15:18:08.542Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-02-15T15:18:08.542Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-02-15T15:18:08.803Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-02-15T15:18:09.064Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-02-15T15:18:10.006Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.46s) [2022-02-15T15:18:10.006Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s) [2022-02-15T15:18:10.006Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.47s) [2022-02-15T15:18:10.006Z] === RUN TestKillStoppedContainer [2022-02-15T15:18:10.006Z] --- PASS: TestKillStoppedContainer (0.06s) [2022-02-15T15:18:10.006Z] === RUN TestKillStoppedContainerAPIPre120 [2022-02-15T15:18:10.006Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2022-02-15T15:18:10.006Z] === RUN TestKillDifferentUserContainer [2022-02-15T15:18:10.578Z] --- PASS: TestKillDifferentUserContainer (0.63s) [2022-02-15T15:18:10.578Z] === RUN TestInspectOomKilledTrue [2022-02-15T15:18:10.578Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-15T15:18:10.578Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-02-15T15:18:10.578Z] === RUN TestInspectOomKilledFalse [2022-02-15T15:18:10.578Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-15T15:18:10.578Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-02-15T15:18:10.578Z] === RUN TestLinksEtcHostsContentMatch [2022-02-15T15:18:10.578Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-02-15T15:18:10.956Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-02-15T15:18:11.150Z] --- PASS: TestLinksEtcHostsContentMatch (0.52s) [2022-02-15T15:18:11.150Z] === RUN TestLinksContainerNames [2022-02-15T15:18:11.723Z] docker_cli_daemon_plugins_test.go:170: [db4a00b8f0e2f] daemon is not started [2022-02-15T15:18:12.523Z] [2022-02-15T15:18:12.523Z] ________ ____ __. [2022-02-15T15:18:12.523Z] \_____ \ | |/ _| [2022-02-15T15:18:12.523Z] / | \| < [2022-02-15T15:18:12.523Z] / | \ | \ [2022-02-15T15:18:12.523Z] \_______ /____|__ \ [2022-02-15T15:18:12.523Z] \/ \/ [2022-02-15T15:18:12.523Z] [2022-02-15T15:18:12.523Z] INFO: make.ps1 ended at 02/15/2022 15:18:12 [2022-02-15T15:18:12.665Z] --- PASS: TestLinksContainerNames (1.44s) [2022-02-15T15:18:12.666Z] === RUN TestLogsFollowTailEmpty [2022-02-15T15:18:13.239Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-02-15T15:18:13.501Z] --- PASS: TestLogsFollowTailEmpty (0.82s) [2022-02-15T15:18:13.501Z] === RUN TestContainerNetworkMountsNoChown [2022-02-15T15:18:13.501Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-02-15T15:18:14.075Z] === RUN TestDockerSuite/TestBuildAddTar [2022-02-15T15:18:14.075Z] --- PASS: TestContainerNetworkMountsNoChown (0.72s) [2022-02-15T15:18:14.075Z] === RUN TestMountDaemonRoot [2022-02-15T15:18:14.075Z] === RUN TestMountDaemonRoot/default [2022-02-15T15:18:14.075Z] === PAUSE TestMountDaemonRoot/default [2022-02-15T15:18:14.075Z] === RUN TestMountDaemonRoot/private [2022-02-15T15:18:14.075Z] === PAUSE TestMountDaemonRoot/private [2022-02-15T15:18:14.075Z] === RUN TestMountDaemonRoot/rprivate [2022-02-15T15:18:14.075Z] === PAUSE TestMountDaemonRoot/rprivate [2022-02-15T15:18:14.075Z] === RUN TestMountDaemonRoot/slave [2022-02-15T15:18:14.075Z] === PAUSE TestMountDaemonRoot/slave [2022-02-15T15:18:14.075Z] === RUN TestMountDaemonRoot/rslave [2022-02-15T15:18:14.075Z] === PAUSE TestMountDaemonRoot/rslave [2022-02-15T15:18:14.075Z] === RUN TestMountDaemonRoot/shared [2022-02-15T15:18:14.075Z] === PAUSE TestMountDaemonRoot/shared [2022-02-15T15:18:14.075Z] === RUN TestMountDaemonRoot/rshared [2022-02-15T15:18:14.075Z] === PAUSE TestMountDaemonRoot/rshared [2022-02-15T15:18:14.075Z] === CONT TestMountDaemonRoot/default [2022-02-15T15:18:14.075Z] === RUN TestMountDaemonRoot/default/bind_root [2022-02-15T15:18:14.075Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-02-15T15:18:14.075Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-02-15T15:18:14.075Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-02-15T15:18:14.075Z] === RUN TestMountDaemonRoot/default/mount_root [2022-02-15T15:18:14.075Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-02-15T15:18:14.075Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-02-15T15:18:14.075Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-02-15T15:18:14.075Z] === CONT TestMountDaemonRoot/default/bind_root [2022-02-15T15:18:14.075Z] === CONT TestMountDaemonRoot/rshared [2022-02-15T15:18:14.075Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-02-15T15:18:14.075Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-02-15T15:18:14.075Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-02-15T15:18:14.075Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-02-15T15:18:14.075Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-02-15T15:18:14.075Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-02-15T15:18:14.075Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-02-15T15:18:14.075Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-02-15T15:18:14.075Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-02-15T15:18:14.092Z] INFO: Binaries build ended at 02/15/2022 15:18:13. Duration:00:01:36.9989888 [2022-02-15T15:18:14.337Z] === CONT TestMountDaemonRoot/shared [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-02-15T15:18:14.337Z] === CONT TestMountDaemonRoot/rslave [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-02-15T15:18:14.337Z] === CONT TestMountDaemonRoot/slave [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-02-15T15:18:14.337Z] === CONT TestMountDaemonRoot/rprivate [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-02-15T15:18:14.337Z] === CONT TestMountDaemonRoot/private [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/private/bind_root [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/private/mount_root [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-02-15T15:18:14.337Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-02-15T15:18:14.337Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-02-15T15:18:14.337Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-02-15T15:18:14.337Z] === CONT TestMountDaemonRoot/default/mount_root [2022-02-15T15:18:14.337Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-02-15T15:18:14.337Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-02-15T15:18:14.337Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-02-15T15:18:14.337Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-02-15T15:18:14.337Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-02-15T15:18:14.337Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-02-15T15:18:14.598Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-02-15T15:18:14.598Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-02-15T15:18:14.598Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-02-15T15:18:14.598Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-02-15T15:18:14.598Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-02-15T15:18:14.598Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-02-15T15:18:14.598Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-02-15T15:18:14.598Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-02-15T15:18:14.598Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-02-15T15:18:14.598Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-02-15T15:18:14.598Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-02-15T15:18:14.598Z] === CONT TestMountDaemonRoot/private/bind_root [2022-02-15T15:18:14.859Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-02-15T15:18:14.859Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-02-15T15:18:14.859Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-02-15T15:18:14.859Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-02-15T15:18:14.859Z] === CONT TestMountDaemonRoot/private/mount_root [2022-02-15T15:18:14.859Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2022-02-15T15:18:14.859Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2022-02-15T15:18:14.859Z] === RUN TestContainerBindMountNonRecursive [2022-02-15T15:18:15.664Z] INFO: Copying the built daemon binary to d:\CI\PR-43241\1\binary\dockerd-2ac898c232.exe... [2022-02-15T15:18:15.664Z] INFO: Copying the built client binary to d:\CI\PR-43241\1\binary\docker-2ac898c232.exe... [2022-02-15T15:18:15.664Z] INFO: Copying dockerversion from the container... [2022-02-15T15:18:16.134Z] INFO: Copying the golang package from the container to d:\CI\PR-43241\1\installer\go.zip... [2022-02-15T15:18:16.776Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-02-15T15:18:16.776Z] --- PASS: TestContainerBindMountNonRecursive (1.90s) [2022-02-15T15:18:16.776Z] === RUN TestContainerVolumesMountedAsShared [2022-02-15T15:18:17.037Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-02-15T15:18:17.123Z] INFO: Extracting go.zip to d:\CI\PR-43241\1\go [2022-02-15T15:18:17.610Z] --- PASS: TestContainerVolumesMountedAsShared (0.69s) [2022-02-15T15:18:17.610Z] === RUN TestContainerVolumesMountedAsSlave [2022-02-15T15:18:17.610Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-02-15T15:18:17.871Z] --- PASS: TestContainerVolumesMountedAsSlave (0.49s) [2022-02-15T15:18:17.871Z] === RUN TestNetworkNat [2022-02-15T15:18:18.133Z] check_test.go:308: [d4d18dc3bbdd8] daemon is not started [2022-02-15T15:18:18.133Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-02-15T15:18:18.704Z] --- PASS: TestNetworkNat (0.75s) [2022-02-15T15:18:18.704Z] === RUN TestNetworkLocalhostTCPNat [2022-02-15T15:18:19.649Z] --- PASS: TestNetworkLocalhostTCPNat (0.76s) [2022-02-15T15:18:19.649Z] === RUN TestNetworkLoopbackNat [2022-02-15T15:18:19.649Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-02-15T15:18:20.565Z] --- PASS: TestBuildWithHugeFile (112.17s) [2022-02-15T15:18:20.565Z] === RUN TestBuildWCOWSandboxSize [2022-02-15T15:18:20.565Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-15T15:18:20.565Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-02-15T15:18:20.565Z] === RUN TestBuildWithEmptyDockerfile [2022-02-15T15:18:20.565Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:18:20.565Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:18:20.565Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:18:20.565Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:18:20.565Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:18:20.565Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:18:20.565Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:18:20.565Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:18:20.565Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:18:20.565Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-02-15T15:18:20.565Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-02-15T15:18:20.565Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-02-15T15:18:20.565Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-02-15T15:18:20.565Z] === RUN TestBuildPreserveOwnership [2022-02-15T15:18:20.565Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:18:20.565Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-02-15T15:18:20.565Z] === RUN TestBuildPlatformInvalid [2022-02-15T15:18:20.565Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-02-15T15:18:20.565Z] PASS [2022-02-15T15:18:20.565Z] ok github.com/docker/docker/integration/build 185.847s [2022-02-15T15:18:20.565Z] [2022-02-15T15:18:20.565Z] === Skipped [2022-02-15T15:18:20.565Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-02-15T15:18:20.565Z] build_session_test.go:25: TODO: BuildKit [2022-02-15T15:18:20.565Z] [2022-02-15T15:18:20.565Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-02-15T15:18:20.565Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:20.565Z] [2022-02-15T15:18:20.565Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-02-15T15:18:20.565Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:18:20.565Z] [2022-02-15T15:18:20.565Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-02-15T15:18:20.565Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:18:20.565Z] [2022-02-15T15:18:20.565Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-02-15T15:18:20.565Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-15T15:18:20.565Z] [2022-02-15T15:18:20.565Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-02-15T15:18:20.565Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:18:20.565Z] [2022-02-15T15:18:20.565Z] DONE 29 tests, 6 skipped in 212.418s [2022-02-15T15:18:20.565Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-02-15T15:18:20.565Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:18:20.565Z] INFO: Testing against a local daemon [2022-02-15T15:18:20.565Z] === RUN TestConfigInspect [2022-02-15T15:18:20.565Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:20.565Z] --- SKIP: TestConfigInspect (0.00s) [2022-02-15T15:18:20.565Z] === RUN TestConfigList [2022-02-15T15:18:20.565Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:20.565Z] --- SKIP: TestConfigList (0.00s) [2022-02-15T15:18:20.565Z] === RUN TestConfigsCreateAndDelete [2022-02-15T15:18:20.565Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:20.565Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-02-15T15:18:20.565Z] === RUN TestConfigsUpdate [2022-02-15T15:18:20.565Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:20.565Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-02-15T15:18:20.565Z] === RUN TestTemplatedConfig [2022-02-15T15:18:20.565Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:20.565Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-02-15T15:18:20.565Z] === RUN TestConfigCreateResolve [2022-02-15T15:18:20.565Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:18:20.565Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-02-15T15:18:20.565Z] PASS [2022-02-15T15:18:20.565Z] ok github.com/docker/docker/integration/config 0.094s [2022-02-15T15:18:20.565Z] [2022-02-15T15:18:20.565Z] === Skipped [2022-02-15T15:18:20.565Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-02-15T15:18:20.565Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:20.565Z] [2022-02-15T15:18:20.565Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-02-15T15:18:20.565Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:20.565Z] [2022-02-15T15:18:20.565Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-02-15T15:18:20.565Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:20.565Z] [2022-02-15T15:18:20.565Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-02-15T15:18:20.565Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:20.565Z] [2022-02-15T15:18:20.565Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-02-15T15:18:20.565Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:20.565Z] [2022-02-15T15:18:20.565Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-02-15T15:18:20.565Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:18:20.565Z] [2022-02-15T15:18:20.565Z] DONE 6 tests, 6 skipped in 2.024s [2022-02-15T15:18:20.565Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-02-15T15:18:20.565Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:18:20.565Z] INFO: Testing against a local daemon [2022-02-15T15:18:20.565Z] === RUN TestCheckpoint [2022-02-15T15:18:20.565Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-15T15:18:20.565Z] --- SKIP: TestCheckpoint (0.00s) [2022-02-15T15:18:20.565Z] === RUN TestContainerInvalidJSON [2022-02-15T15:18:20.565Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:18:20.565Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:18:20.565Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:18:20.565Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:18:20.565Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:18:20.565Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:18:20.565Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-02-15T15:18:20.565Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-02-15T15:18:20.565Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-02-15T15:18:20.565Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-02-15T15:18:21.034Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.31s) [2022-02-15T15:18:21.034Z] === RUN TestCopyFromContainerPathIsNotDir [2022-02-15T15:18:21.037Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-02-15T15:18:21.037Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-02-15T15:18:21.501Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.32s) [2022-02-15T15:18:21.501Z] === RUN TestCopyToContainerPathDoesNotExist [2022-02-15T15:18:21.501Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.30s) [2022-02-15T15:18:21.501Z] === RUN TestCopyToContainerPathIsNotDir [2022-02-15T15:18:21.610Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-02-15T15:18:21.967Z] --- PASS: TestCopyToContainerPathIsNotDir (0.30s) [2022-02-15T15:18:21.968Z] === RUN TestCopyFromContainer [2022-02-15T15:18:21.968Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:21.968Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-02-15T15:18:21.968Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-02-15T15:18:21.968Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:18:21.968Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:18:21.968Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:18:21.968Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:18:21.968Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:18:21.968Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:18:21.968Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:18:21.968Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:18:21.968Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:18:21.968Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-02-15T15:18:21.968Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-02-15T15:18:21.968Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-02-15T15:18:21.968Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-02-15T15:18:21.968Z] === RUN TestCreateLinkToNonExistingContainer [2022-02-15T15:18:21.968Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-02-15T15:18:21.968Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-02-15T15:18:21.968Z] === RUN TestCreateWithInvalidEnv [2022-02-15T15:18:21.968Z] === RUN TestCreateWithInvalidEnv/0 [2022-02-15T15:18:21.968Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-02-15T15:18:21.968Z] === RUN TestCreateWithInvalidEnv/1 [2022-02-15T15:18:21.968Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-02-15T15:18:21.968Z] === RUN TestCreateWithInvalidEnv/2 [2022-02-15T15:18:21.968Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-02-15T15:18:21.968Z] === CONT TestCreateWithInvalidEnv/0 [2022-02-15T15:18:21.968Z] === CONT TestCreateWithInvalidEnv/2 [2022-02-15T15:18:21.968Z] === CONT TestCreateWithInvalidEnv/1 [2022-02-15T15:18:21.968Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-02-15T15:18:21.968Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-02-15T15:18:21.968Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-02-15T15:18:21.968Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-02-15T15:18:21.968Z] === RUN TestCreateTmpfsMountsTarget [2022-02-15T15:18:21.968Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:21.968Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-02-15T15:18:21.968Z] === RUN TestCreateWithCustomMaskedPaths [2022-02-15T15:18:21.968Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:18:21.968Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-02-15T15:18:21.968Z] === RUN TestCreateWithCustomReadonlyPaths [2022-02-15T15:18:21.968Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:18:21.968Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-02-15T15:18:21.968Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-02-15T15:18:21.968Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:18:21.968Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:18:21.968Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:18:21.968Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:18:21.968Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:18:21.968Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:18:21.968Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:18:21.968Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:18:21.968Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:18:21.968Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:18:21.968Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:18:21.968Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:18:21.968Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:18:21.968Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:18:21.968Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:18:21.968Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-02-15T15:18:21.968Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-02-15T15:18:21.968Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-02-15T15:18:21.968Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-02-15T15:18:21.968Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-02-15T15:18:21.968Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-02-15T15:18:21.968Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-02-15T15:18:21.968Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-02-15T15:18:21.968Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-02-15T15:18:21.968Z] === RUN TestCreateDifferentPlatform [2022-02-15T15:18:21.968Z] === RUN TestCreateDifferentPlatform/different_os [2022-02-15T15:18:21.968Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-02-15T15:18:21.968Z] --- PASS: TestCreateDifferentPlatform (0.06s) [2022-02-15T15:18:21.968Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-02-15T15:18:21.968Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2022-02-15T15:18:21.968Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-02-15T15:18:22.436Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.16s) [2022-02-15T15:18:22.436Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-02-15T15:18:22.436Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-02-15T15:18:22.436Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-02-15T15:18:22.436Z] === RUN TestContainerKillOnDaemonStart [2022-02-15T15:18:22.436Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:22.436Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-02-15T15:18:22.436Z] === RUN TestDiff [2022-02-15T15:18:22.436Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-02-15T15:18:22.436Z] --- SKIP: TestDiff (0.00s) [2022-02-15T15:18:22.436Z] === RUN TestExecWithCloseStdin [2022-02-15T15:18:22.556Z] --- PASS: TestNetworkLoopbackNat (3.12s) [2022-02-15T15:18:22.556Z] === RUN TestPause [2022-02-15T15:18:22.556Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-02-15T15:18:22.556Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-02-15T15:18:23.502Z] --- PASS: TestPause (0.83s) [2022-02-15T15:18:23.502Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-02-15T15:18:23.502Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-02-15T15:18:23.502Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-02-15T15:18:23.502Z] === RUN TestPauseStopPausedContainer [2022-02-15T15:18:24.444Z] --- PASS: TestPauseStopPausedContainer (0.86s) [2022-02-15T15:18:24.445Z] === RUN TestPidHost [2022-02-15T15:18:24.445Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-02-15T15:18:25.424Z] --- PASS: TestExecWithCloseStdin (2.87s) [2022-02-15T15:18:25.424Z] === RUN TestExec [2022-02-15T15:18:25.834Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-02-15T15:18:25.834Z] --- PASS: TestPidHost (1.69s) [2022-02-15T15:18:25.834Z] === RUN TestPsFilter [2022-02-15T15:18:26.096Z] --- PASS: TestPsFilter (0.20s) [2022-02-15T15:18:26.096Z] === RUN TestRemoveContainerWithRemovedVolume [2022-02-15T15:18:26.358Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-02-15T15:18:26.933Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.70s) [2022-02-15T15:18:26.933Z] === RUN TestRemoveContainerWithVolume [2022-02-15T15:18:27.506Z] --- PASS: TestRemoveContainerWithVolume (0.67s) [2022-02-15T15:18:27.506Z] === RUN TestRemoveContainerRunning [2022-02-15T15:18:27.506Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-02-15T15:18:28.077Z] --- PASS: TestRemoveContainerRunning (0.68s) [2022-02-15T15:18:28.077Z] === RUN TestRemoveContainerForceRemoveRunning [2022-02-15T15:18:28.373Z] --- PASS: TestExec (2.64s) [2022-02-15T15:18:28.373Z] === RUN TestExecUser [2022-02-15T15:18:28.373Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-02-15T15:18:28.373Z] --- SKIP: TestExecUser (0.00s) [2022-02-15T15:18:28.373Z] === RUN TestExportContainerAndImportImage [2022-02-15T15:18:28.373Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:28.373Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-02-15T15:18:28.373Z] === RUN TestExportContainerAfterDaemonRestart [2022-02-15T15:18:28.373Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:28.373Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-02-15T15:18:28.373Z] === RUN TestHealthCheckWorkdir [2022-02-15T15:18:28.373Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-02-15T15:18:28.373Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-02-15T15:18:28.373Z] === RUN TestHealthKillContainer [2022-02-15T15:18:28.373Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-02-15T15:18:28.373Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-02-15T15:18:28.373Z] === RUN TestInspectCpusetInConfigPre120 [2022-02-15T15:18:28.373Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-02-15T15:18:28.373Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-02-15T15:18:28.373Z] === RUN TestKillContainerInvalidSignal [2022-02-15T15:18:29.019Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.75s) [2022-02-15T15:18:29.019Z] === RUN TestRemoveInvalidContainer [2022-02-15T15:18:29.019Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-02-15T15:18:29.019Z] === RUN TestRenameLinkedContainer [2022-02-15T15:18:29.591Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-02-15T15:18:29.852Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-02-15T15:18:30.583Z] --- PASS: TestKillContainerInvalidSignal (2.45s) [2022-02-15T15:18:30.583Z] === RUN TestKillContainer [2022-02-15T15:18:30.583Z] === RUN TestKillContainer/no_signal [2022-02-15T15:18:31.766Z] --- PASS: TestRenameLinkedContainer (2.75s) [2022-02-15T15:18:31.766Z] === RUN TestRenameStoppedContainer [2022-02-15T15:18:31.766Z] === RUN TestDockerSuite/TestBuildBlankName [2022-02-15T15:18:32.339Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-02-15T15:18:32.339Z] --- PASS: TestRenameStoppedContainer (0.60s) [2022-02-15T15:18:32.339Z] === RUN TestRenameRunningContainerAndReuse [2022-02-15T15:18:32.862Z] === RUN TestKillContainer/non_killing_signal [2022-02-15T15:18:32.862Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-02-15T15:18:32.862Z] === RUN TestKillContainer/killing_signal [2022-02-15T15:18:33.724Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-02-15T15:18:33.724Z] --- PASS: TestRenameRunningContainerAndReuse (1.20s) [2022-02-15T15:18:33.724Z] === RUN TestRenameInvalidName [2022-02-15T15:18:33.724Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-02-15T15:18:34.298Z] --- PASS: TestRenameInvalidName (0.70s) [2022-02-15T15:18:34.298Z] === RUN TestRenameAnonymousContainer [2022-02-15T15:18:35.242Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-02-15T15:18:35.924Z] --- PASS: TestKillContainer (5.42s) [2022-02-15T15:18:35.925Z] --- PASS: TestKillContainer/no_signal (2.37s) [2022-02-15T15:18:35.925Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-02-15T15:18:35.925Z] --- PASS: TestKillContainer/killing_signal (3.00s) [2022-02-15T15:18:35.925Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-02-15T15:18:35.925Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:18:35.925Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-02-15T15:18:35.925Z] === RUN TestKillStoppedContainer [2022-02-15T15:18:35.925Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:18:35.925Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-02-15T15:18:35.925Z] === RUN TestKillStoppedContainerAPIPre120 [2022-02-15T15:18:35.925Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:18:35.925Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-02-15T15:18:35.925Z] === RUN TestKillDifferentUserContainer [2022-02-15T15:18:35.925Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-02-15T15:18:35.925Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-02-15T15:18:35.925Z] === RUN TestInspectOomKilledTrue [2022-02-15T15:18:35.925Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:35.925Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-02-15T15:18:35.925Z] === RUN TestInspectOomKilledFalse [2022-02-15T15:18:35.925Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-15T15:18:35.925Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-02-15T15:18:35.925Z] === RUN TestLogsFollowTailEmpty [2022-02-15T15:18:36.189Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-02-15T15:18:36.450Z] --- PASS: TestRenameAnonymousContainer (2.12s) [2022-02-15T15:18:36.450Z] === RUN TestRenameContainerWithSameName [2022-02-15T15:18:37.022Z] --- PASS: TestRenameContainerWithSameName (0.62s) [2022-02-15T15:18:37.022Z] === RUN TestRenameContainerWithLinkedContainer [2022-02-15T15:18:37.803Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-02-15T15:18:38.064Z] --- PASS: TestRenameContainerWithLinkedContainer (1.11s) [2022-02-15T15:18:38.064Z] === RUN TestResize [2022-02-15T15:18:38.251Z] --- PASS: TestLogsFollowTailEmpty (2.38s) [2022-02-15T15:18:38.251Z] === RUN TestNetworkNat [2022-02-15T15:18:38.251Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-02-15T15:18:38.251Z] --- SKIP: TestNetworkNat (0.00s) [2022-02-15T15:18:38.251Z] === RUN TestNetworkLocalhostTCPNat [2022-02-15T15:18:38.281Z] 8f616e6e9eec: Pull complete [2022-02-15T15:18:38.636Z] --- PASS: TestResize (0.58s) [2022-02-15T15:18:38.636Z] === RUN TestResizeWithInvalidSize [2022-02-15T15:18:39.236Z] --- PASS: TestResizeWithInvalidSize (0.66s) [2022-02-15T15:18:39.236Z] === RUN TestResizeWhenContainerNotStarted [2022-02-15T15:18:39.236Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-02-15T15:18:39.820Z] --- PASS: TestResizeWhenContainerNotStarted (0.53s) [2022-02-15T15:18:39.820Z] === RUN TestDaemonRestartKillContainers [2022-02-15T15:18:39.820Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-15T15:18:39.820Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-15T15:18:39.820Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-15T15:18:39.820Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-15T15:18:39.820Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-15T15:18:39.820Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-15T15:18:39.820Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-15T15:18:39.820Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-15T15:18:39.820Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-15T15:18:39.820Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-15T15:18:39.820Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-15T15:18:39.820Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-15T15:18:39.820Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-15T15:18:39.820Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-15T15:18:39.820Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-15T15:18:39.820Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-15T15:18:39.820Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:18:39.820Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:18:39.820Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:18:39.820Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:18:39.820Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:18:39.820Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:18:39.820Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:18:39.820Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:18:39.820Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:18:39.820Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:18:39.820Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:18:39.820Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:18:39.820Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:18:39.820Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:18:39.820Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:18:39.821Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:18:39.821Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-02-15T15:18:39.821Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:18:40.100Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-02-15T15:18:41.197Z] --- PASS: TestNetworkLocalhostTCPNat (2.74s) [2022-02-15T15:18:41.197Z] === RUN TestNetworkLoopbackNat [2022-02-15T15:18:41.197Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-02-15T15:18:41.197Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-02-15T15:18:41.197Z] === RUN TestPause [2022-02-15T15:18:41.197Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-02-15T15:18:41.197Z] --- SKIP: TestPause (0.00s) [2022-02-15T15:18:41.197Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-02-15T15:18:42.022Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-02-15T15:18:42.593Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:18:42.853Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-02-15T15:18:43.409Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.49s) [2022-02-15T15:18:43.409Z] === RUN TestPauseStopPausedContainer [2022-02-15T15:18:43.409Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:18:43.409Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-02-15T15:18:43.409Z] === RUN TestPsFilter [2022-02-15T15:18:43.876Z] --- PASS: TestPsFilter (0.45s) [2022-02-15T15:18:43.876Z] === RUN TestRemoveContainerWithRemovedVolume [2022-02-15T15:18:44.244Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:18:45.630Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-02-15T15:18:45.630Z] check_test.go:308: [dfe72dbff0c93] daemon is not started [2022-02-15T15:18:45.630Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-02-15T15:18:45.891Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-02-15T15:18:45.891Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-02-15T15:18:46.824Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.91s) [2022-02-15T15:18:46.824Z] === RUN TestRemoveContainerWithVolume [2022-02-15T15:18:46.835Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:18:47.407Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-02-15T15:18:47.668Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-02-15T15:18:49.772Z] --- PASS: TestRemoveContainerWithVolume (2.93s) [2022-02-15T15:18:49.772Z] === RUN TestRemoveContainerRunning [2022-02-15T15:18:51.214Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-02-15T15:18:51.214Z] Copying nested executables into bundles/binary-daemon [2022-02-15T15:18:51.214Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-02-15T15:18:51.214Z] GOOS="" GOARCH="" GOARM="" [2022-02-15T15:18:51.214Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-02-15T15:18:51.214Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-02-15T15:18:51.552Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43241/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 -e DOCKER_GRAPHDRIVER docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 hack/make.sh cross [2022-02-15T15:18:51.813Z] [2022-02-15T15:18:51.879Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-02-15T15:18:51.879Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-02-15T15:18:51.982Z] --- PASS: TestRemoveContainerRunning (2.35s) [2022-02-15T15:18:51.982Z] === RUN TestRemoveContainerForceRemoveRunning [2022-02-15T15:18:52.075Z] Removing bundles/ [2022-02-15T15:18:52.075Z] [2022-02-15T15:18:52.075Z] ---> Making bundle: cross (in bundles/cross) [2022-02-15T15:18:52.075Z] Cross building: bundles/cross/linux/amd64 [2022-02-15T15:18:52.075Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-02-15T15:18:52.075Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-02-15T15:18:53.035Z] INFO: Extraction ended at 02/15/2022 15:18:48. Duration:00:00:31.5534980 [2022-02-15T15:18:53.035Z] INFO: Updating the golang and path environment variables [2022-02-15T15:18:53.035Z] INFO: GOPATH=d:\gopath [2022-02-15T15:18:53.035Z] INFO: go version go1.17.6 windows/amd64 [2022-02-15T15:18:53.035Z] INFO: Running the daemon under test in debug mode [2022-02-15T15:18:53.035Z] INFO: Starting a daemon under test... [2022-02-15T15:18:53.035Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43241\1\daemon --pidfile d:\CI\PR-43241\1\docker.pid -D [2022-02-15T15:18:53.035Z] INFO: Process started successfully. [2022-02-15T15:18:53.035Z] INFO: Start tailing logs of the daemon under tests [2022-02-15T15:18:53.035Z] INFO: Waiting for the daemon under test to start... [2022-02-15T15:18:54.930Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.42s) [2022-02-15T15:18:54.930Z] === RUN TestRemoveInvalidContainer [2022-02-15T15:18:54.930Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-02-15T15:18:54.930Z] === RUN TestRenameLinkedContainer [2022-02-15T15:18:54.930Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-02-15T15:18:54.930Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-02-15T15:18:54.930Z] === RUN TestRenameStoppedContainer [2022-02-15T15:18:56.093Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-02-15T15:18:57.480Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-02-15T15:18:57.873Z] --- PASS: TestRenameStoppedContainer (2.97s) [2022-02-15T15:18:57.873Z] === RUN TestRenameRunningContainerAndReuse [2022-02-15T15:18:58.053Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-02-15T15:18:58.627Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-02-15T15:19:00.543Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-02-15T15:19:01.487Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-02-15T15:19:02.061Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-02-15T15:19:02.322Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-02-15T15:19:02.625Z] --- PASS: TestRenameRunningContainerAndReuse (4.61s) [2022-02-15T15:19:02.625Z] === RUN TestRenameInvalidName [2022-02-15T15:19:03.264Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-02-15T15:19:04.188Z] --- PASS: TestRenameInvalidName (2.30s) [2022-02-15T15:19:04.188Z] === RUN TestRenameAnonymousContainer [2022-02-15T15:19:04.208Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-02-15T15:19:04.469Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-02-15T15:19:04.730Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-02-15T15:19:05.674Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-02-15T15:19:05.674Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-02-15T15:19:05.674Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.85s) [2022-02-15T15:19:05.674Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.53s) [2022-02-15T15:19:05.674Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.58s) [2022-02-15T15:19:05.674Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.56s) [2022-02-15T15:19:05.674Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.51s) [2022-02-15T15:19:05.674Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.58s) [2022-02-15T15:19:05.674Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.46s) [2022-02-15T15:19:05.674Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.55s) [2022-02-15T15:19:05.674Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.79s) [2022-02-15T15:19:05.674Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.94s) [2022-02-15T15:19:05.674Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.76s) [2022-02-15T15:19:05.674Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.94s) [2022-02-15T15:19:05.674Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.80s) [2022-02-15T15:19:05.674Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.99s) [2022-02-15T15:19:05.674Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.48s) [2022-02-15T15:19:05.674Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.37s) [2022-02-15T15:19:05.674Z] === RUN TestCgroupNamespacesRun [2022-02-15T15:19:06.617Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-02-15T15:19:07.563Z] --- PASS: TestCgroupNamespacesRun (1.70s) [2022-02-15T15:19:07.563Z] === RUN TestCgroupNamespacesRunPrivileged [2022-02-15T15:19:08.949Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-02-15T15:19:08.949Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.67s) [2022-02-15T15:19:08.949Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-02-15T15:19:09.892Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-02-15T15:19:10.834Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.63s) [2022-02-15T15:19:10.834Z] === RUN TestCgroupNamespacesRunHostMode [2022-02-15T15:19:10.879Z] .....INFO: Daemon under test started and replied! [2022-02-15T15:19:10.879Z] INFO: Docker version of the daemon under test [2022-02-15T15:19:10.879Z] [2022-02-15T15:19:10.879Z] Client: [2022-02-15T15:19:10.879Z] Version: 17.06.2-ce [2022-02-15T15:19:10.879Z] API version: 1.30 [2022-02-15T15:19:10.879Z] Go version: go1.8.3 [2022-02-15T15:19:10.879Z] Git commit: cec0b72 [2022-02-15T15:19:10.879Z] Built: Tue Sep 5 19:57:19 2017 [2022-02-15T15:19:10.879Z] OS/Arch: windows/amd64 [2022-02-15T15:19:10.879Z] [2022-02-15T15:19:10.879Z] Server: [2022-02-15T15:19:10.879Z] Version: 0.0.0-dev [2022-02-15T15:19:10.879Z] API version: 1.42 (minimum version 1.24) [2022-02-15T15:19:10.879Z] Go version: go1.17.6 [2022-02-15T15:19:10.879Z] Git commit: 2ac898c232 [2022-02-15T15:19:10.879Z] Built: 02/15/2022 15:16:43 [2022-02-15T15:19:10.879Z] OS/Arch: windows/amd64 [2022-02-15T15:19:10.879Z] Experimental: false [2022-02-15T15:19:10.879Z] [2022-02-15T15:19:10.879Z] INFO: Docker info of the daemon under test [2022-02-15T15:19:10.879Z] [2022-02-15T15:19:10.879Z] Containers: 0 [2022-02-15T15:19:10.879Z] Running: 0 [2022-02-15T15:19:10.879Z] Paused: 0 [2022-02-15T15:19:10.879Z] Stopped: 0 [2022-02-15T15:19:10.879Z] Images: 0 [2022-02-15T15:19:10.879Z] Server Version: 0.0.0-dev [2022-02-15T15:19:10.879Z] Storage Driver: windowsfilter [2022-02-15T15:19:10.879Z] Windows: [2022-02-15T15:19:10.879Z] Logging Driver: json-file [2022-02-15T15:19:10.879Z] Plugins: [2022-02-15T15:19:10.880Z] Volume: local [2022-02-15T15:19:10.880Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-15T15:19:10.880Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-15T15:19:10.880Z] Swarm: inactive [2022-02-15T15:19:10.880Z] Default Isolation: process [2022-02-15T15:19:10.880Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-02-15T15:19:10.880Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-02-15T15:19:10.880Z] OSType: windows [2022-02-15T15:19:10.880Z] Architecture: x86_64 [2022-02-15T15:19:10.880Z] CPUs: 4 [2022-02-15T15:19:10.880Z] Total Memory: 32GiB [2022-02-15T15:19:10.880Z] Name: azwin-2-ac1cf0 [2022-02-15T15:19:10.880Z] ID: KPZY:BAQA:OIUU:DK7N:FYJN:X3JB:RIDG:FUAO:TBQR:SWMB:VBA4:C2KW [2022-02-15T15:19:10.880Z] Docker Root Dir: D:\CI\PR-43241\1\daemon [2022-02-15T15:19:10.880Z] Debug Mode (client): false [2022-02-15T15:19:10.880Z] Debug Mode (server): true [2022-02-15T15:19:10.880Z] File Descriptors: -1 [2022-02-15T15:19:10.880Z] Goroutines: 16 [2022-02-15T15:19:10.880Z] System Time: 2022-02-15T15:19:08.1856413Z [2022-02-15T15:19:10.880Z] EventsListeners: 0 [2022-02-15T15:19:10.880Z] Registry: https://index.docker.io/v1/ [2022-02-15T15:19:10.880Z] Labels: [2022-02-15T15:19:10.880Z] Experimental: false [2022-02-15T15:19:10.880Z] Insecure Registries: [2022-02-15T15:19:10.880Z] 127.0.0.0/8 [2022-02-15T15:19:10.880Z] Live Restore Enabled: false [2022-02-15T15:19:10.880Z] [2022-02-15T15:19:10.880Z] [2022-02-15T15:19:10.880Z] INFO: Docker images of the daemon under test [2022-02-15T15:19:10.880Z] [2022-02-15T15:19:10.880Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-02-15T15:19:10.880Z] [2022-02-15T15:19:10.880Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-02-15T15:19:10.880Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-02-15T15:19:10.880Z] ltsc2019: Pulling from windows/servercore [2022-02-15T15:19:10.880Z] 4612f6d0b889: Pulling fs layer [2022-02-15T15:19:10.880Z] 1bd78008c728: Pulling fs layer [2022-02-15T15:19:12.221Z] --- PASS: TestCgroupNamespacesRunHostMode (1.68s) [2022-02-15T15:19:12.221Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-02-15T15:19:12.793Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-02-15T15:19:13.736Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-02-15T15:19:13.998Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.70s) [2022-02-15T15:19:13.998Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-02-15T15:19:14.570Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-02-15T15:19:15.516Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.44s) [2022-02-15T15:19:15.516Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-02-15T15:19:15.779Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-02-15T15:19:16.351Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.87s) [2022-02-15T15:19:16.351Z] === RUN TestCgroupNamespacesRunOlderClient [2022-02-15T15:19:16.613Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-02-15T15:19:16.686Z] --- PASS: TestRenameAnonymousContainer (10.87s) [2022-02-15T15:19:16.686Z] === RUN TestRenameContainerWithSameName [2022-02-15T15:19:17.186Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-02-15T15:19:17.446Z] check_test.go:308: [d4a78691e786d] daemon is not started [2022-02-15T15:19:17.446Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-02-15T15:19:17.671Z] --- PASS: TestRenameContainerWithSameName (2.31s) [2022-02-15T15:19:17.671Z] === RUN TestRenameContainerWithLinkedContainer [2022-02-15T15:19:17.671Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-02-15T15:19:17.671Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-02-15T15:19:17.671Z] === RUN TestResize [2022-02-15T15:19:18.019Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.64s) [2022-02-15T15:19:18.019Z] === RUN TestNISDomainname [2022-02-15T15:19:18.965Z] --- PASS: TestNISDomainname (0.94s) [2022-02-15T15:19:18.965Z] === RUN TestHostnameDnsResolution [2022-02-15T15:19:18.965Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-02-15T15:19:19.887Z] --- PASS: TestResize (2.43s) [2022-02-15T15:19:19.887Z] === RUN TestResizeWithInvalidSize [2022-02-15T15:19:19.909Z] --- PASS: TestHostnameDnsResolution (1.10s) [2022-02-15T15:19:19.909Z] === RUN TestUnprivilegedPortsAndPing [2022-02-15T15:19:20.852Z] --- PASS: TestUnprivilegedPortsAndPing (0.87s) [2022-02-15T15:19:20.852Z] === RUN TestStats [2022-02-15T15:19:21.423Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-02-15T15:19:22.365Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-02-15T15:19:22.843Z] --- PASS: TestResizeWithInvalidSize (2.41s) [2022-02-15T15:19:22.843Z] === RUN TestResizeWhenContainerNotStarted [2022-02-15T15:19:23.436Z] 1bd78008c728: Download complete [2022-02-15T15:19:23.754Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-02-15T15:19:23.754Z] --- PASS: TestStats (2.77s) [2022-02-15T15:19:23.754Z] === RUN TestStopContainerWithTimeout [2022-02-15T15:19:23.754Z] === RUN TestStopContainerWithTimeout/0 [2022-02-15T15:19:23.754Z] === PAUSE TestStopContainerWithTimeout/0 [2022-02-15T15:19:23.754Z] === RUN TestStopContainerWithTimeout/1 [2022-02-15T15:19:23.754Z] === PAUSE TestStopContainerWithTimeout/1 [2022-02-15T15:19:23.754Z] === RUN TestStopContainerWithTimeout/3 [2022-02-15T15:19:23.754Z] === PAUSE TestStopContainerWithTimeout/3 [2022-02-15T15:19:23.754Z] === RUN TestStopContainerWithTimeout/-1 [2022-02-15T15:19:23.754Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-02-15T15:19:23.754Z] === CONT TestStopContainerWithTimeout/0 [2022-02-15T15:19:23.754Z] === CONT TestStopContainerWithTimeout/-1 [2022-02-15T15:19:24.335Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-02-15T15:19:24.596Z] === CONT TestStopContainerWithTimeout/3 [2022-02-15T15:19:25.540Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-02-15T15:19:25.797Z] --- PASS: TestResizeWhenContainerNotStarted (2.93s) [2022-02-15T15:19:25.797Z] === RUN TestDaemonRestartKillContainers [2022-02-15T15:19:25.797Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:19:25.797Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-02-15T15:19:25.797Z] === RUN TestStats [2022-02-15T15:19:25.797Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-02-15T15:19:25.797Z] --- SKIP: TestStats (0.00s) [2022-02-15T15:19:25.797Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-02-15T15:19:26.483Z] === CONT TestStopContainerWithTimeout/1 [2022-02-15T15:19:28.399Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2022-02-15T15:19:28.399Z] --- PASS: TestStopContainerWithTimeout/0 (1.04s) [2022-02-15T15:19:28.399Z] --- PASS: TestStopContainerWithTimeout/-1 (2.95s) [2022-02-15T15:19:28.399Z] --- PASS: TestStopContainerWithTimeout/3 (2.71s) [2022-02-15T15:19:28.399Z] --- PASS: TestStopContainerWithTimeout/1 (1.86s) [2022-02-15T15:19:28.399Z] === RUN TestDeleteDevicemapper [2022-02-15T15:19:28.399Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-02-15T15:19:28.399Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-02-15T15:19:28.399Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-02-15T15:19:29.786Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-02-15T15:19:30.362Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-02-15T15:19:30.631Z] 4612f6d0b889: Verifying Checksum [2022-02-15T15:19:30.631Z] 4612f6d0b889: Download complete [2022-02-15T15:19:32.283Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.47s) [2022-02-15T15:19:32.283Z] === RUN TestUpdateMemory [2022-02-15T15:19:32.283Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-02-15T15:19:32.283Z] --- SKIP: TestUpdateMemory (0.00s) [2022-02-15T15:19:32.283Z] === RUN TestUpdateCPUQuota [2022-02-15T15:19:32.587Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-02-15T15:19:32.587Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-02-15T15:19:32.951Z] --- PASS: TestStopContainerWithRestartPolicyAlways (7.63s) [2022-02-15T15:19:32.951Z] === RUN TestStopContainerWithTimeout [2022-02-15T15:19:32.951Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-02-15T15:19:32.951Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-02-15T15:19:32.951Z] === RUN TestUpdateRestartPolicy [2022-02-15T15:19:33.533Z] --- PASS: TestUpdateCPUQuota (1.40s) [2022-02-15T15:19:33.533Z] === RUN TestUpdatePidsLimit [2022-02-15T15:19:33.533Z] === RUN TestUpdatePidsLimit/update_from_none [2022-02-15T15:19:33.533Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-02-15T15:19:33.804Z] === RUN TestUpdatePidsLimit/no_change [2022-02-15T15:19:34.065Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-02-15T15:19:34.065Z] === RUN TestUpdatePidsLimit/update_lower [2022-02-15T15:19:34.065Z] === RUN TestDockerSuite/TestBuildCmd [2022-02-15T15:19:34.638Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-02-15T15:19:34.638Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-02-15T15:19:34.899Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-02-15T15:19:34.899Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-02-15T15:19:35.162Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-02-15T15:19:35.162Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-02-15T15:19:35.162Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-02-15T15:19:35.162Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-02-15T15:19:35.734Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-02-15T15:19:36.305Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-02-15T15:19:36.877Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-02-15T15:19:36.877Z] --- PASS: TestUpdatePidsLimit (3.50s) [2022-02-15T15:19:36.877Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.40s) [2022-02-15T15:19:36.877Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2022-02-15T15:19:36.877Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2022-02-15T15:19:36.877Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s) [2022-02-15T15:19:36.877Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.35s) [2022-02-15T15:19:36.877Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2022-02-15T15:19:36.877Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.35s) [2022-02-15T15:19:36.877Z] === RUN TestUpdateRestartPolicy [2022-02-15T15:19:39.427Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-02-15T15:19:39.427Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-02-15T15:19:39.427Z] check_test.go:308: [dcc7f78949c35] daemon is not started [2022-02-15T15:19:39.427Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-02-15T15:19:39.427Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-02-15T15:19:39.427Z] check_test.go:308: [d2548002fcff4] daemon is not started [2022-02-15T15:19:39.427Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-02-15T15:19:40.816Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-02-15T15:19:41.388Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-02-15T15:19:42.020Z] check_test.go:308: [d26568437d4e5] daemon is not started [2022-02-15T15:19:42.020Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-02-15T15:19:42.020Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-02-15T15:19:42.283Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-02-15T15:19:42.856Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-02-15T15:19:43.428Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-02-15T15:19:43.688Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-02-15T15:19:46.232Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-02-15T15:19:48.779Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-02-15T15:19:49.351Z] --- PASS: TestUpdateRestartPolicy (12.37s) [2022-02-15T15:19:49.351Z] === RUN TestUpdateRestartWithAutoRemove [2022-02-15T15:19:49.923Z] --- PASS: TestUpdateRestartWithAutoRemove (0.79s) [2022-02-15T15:19:49.923Z] === RUN TestWaitNonBlocked [2022-02-15T15:19:49.923Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:19:49.923Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:19:49.923Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:19:49.923Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:19:49.923Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:19:49.923Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:19:51.309Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-02-15T15:19:51.309Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.15s) [2022-02-15T15:19:51.309Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.19s) [2022-02-15T15:19:51.309Z] === RUN TestWaitBlocked [2022-02-15T15:19:51.309Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-15T15:19:51.309Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-15T15:19:51.309Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-02-15T15:19:51.309Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-02-15T15:19:51.309Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-02-15T15:19:51.309Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-02-15T15:19:51.309Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-02-15T15:19:52.252Z] --- PASS: TestWaitBlocked (0.01s) [2022-02-15T15:19:52.252Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.02s) [2022-02-15T15:19:52.252Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.06s) [2022-02-15T15:19:52.252Z] === CONT TestContainerStartOnDaemonRestart [2022-02-15T15:19:52.252Z] === CONT TestRestartDaemonWithRestartingContainer [2022-02-15T15:19:52.824Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-02-15T15:19:53.396Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-02-15T15:19:53.969Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-02-15T15:19:54.256Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-02-15T15:19:56.171Z] --- PASS: TestContainerStartOnDaemonRestart (3.52s) [2022-02-15T15:19:56.171Z] === CONT TestIpcModeOlderClient [2022-02-15T15:19:56.171Z] --- PASS: TestIpcModeOlderClient (0.11s) [2022-02-15T15:19:56.171Z] === CONT TestContainerKillOnDaemonStart [2022-02-15T15:19:56.171Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.78s) [2022-02-15T15:19:56.171Z] === CONT TestDaemonHostGatewayIP [2022-02-15T15:19:56.745Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-02-15T15:19:58.375Z] --- PASS: TestUpdateRestartPolicy (22.91s) [2022-02-15T15:19:58.375Z] === RUN TestUpdateRestartWithAutoRemove [2022-02-15T15:19:58.375Z] --- PASS: TestUpdateRestartWithAutoRemove (2.33s) [2022-02-15T15:19:58.375Z] === RUN TestWaitNonBlocked [2022-02-15T15:19:58.375Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:19:58.375Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:19:58.375Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:19:58.375Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:19:58.375Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:19:58.375Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:19:58.703Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-02-15T15:19:59.645Z] --- PASS: TestDaemonHostGatewayIP (3.60s) [2022-02-15T15:19:59.645Z] === CONT TestDaemonRestartIpcMode [2022-02-15T15:20:00.588Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-02-15T15:20:01.975Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-02-15T15:20:01.975Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-02-15T15:20:01.975Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-02-15T15:20:01.975Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-02-15T15:20:01.975Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-02-15T15:20:01.975Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-02-15T15:20:01.975Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-02-15T15:20:01.975Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-02-15T15:20:01.975Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume=== RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-02-15T15:20:01.975Z] [2022-02-15T15:20:02.171Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-02-15T15:20:02.171Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.50s) [2022-02-15T15:20:02.171Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.61s) [2022-02-15T15:20:02.171Z] === RUN TestWaitBlocked [2022-02-15T15:20:02.171Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:02.171Z] --- SKIP: TestWaitBlocked (0.00s) [2022-02-15T15:20:02.171Z] PASS [2022-02-15T15:20:02.171Z] ok github.com/docker/docker/integration/container 101.196s [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === Skipped [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-02-15T15:20:02.171Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-02-15T15:20:02.171Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-02-15T15:20:02.171Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-02-15T15:20:02.171Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-02-15T15:20:02.171Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-02-15T15:20:02.171Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-02-15T15:20:02.171Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-02-15T15:20:02.171Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-02-15T15:20:02.171Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-02-15T15:20:02.171Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-02-15T15:20:02.171Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-02-15T15:20:02.171Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-02-15T15:20:02.171Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-02-15T15:20:02.171Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-02-15T15:20:02.171Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-02-15T15:20:02.171Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-02-15T15:20:02.171Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-02-15T15:20:02.171Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-02-15T15:20:02.171Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-02-15T15:20:02.171Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-02-15T15:20:02.171Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-02-15T15:20:02.171Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-02-15T15:20:02.171Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-02-15T15:20:02.171Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-02-15T15:20:02.171Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-02-15T15:20:02.171Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-02-15T15:20:02.171Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-02-15T15:20:02.171Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-02-15T15:20:02.171Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-02-15T15:20:02.171Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-02-15T15:20:02.171Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-02-15T15:20:02.171Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-02-15T15:20:02.171Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-02-15T15:20:02.171Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:02.171Z] [2022-02-15T15:20:02.171Z] DONE 87 tests, 33 skipped in 103.675s [2022-02-15T15:20:02.171Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-02-15T15:20:03.361Z] --- PASS: TestDaemonRestartIpcMode (3.47s) [2022-02-15T15:20:04.751Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-02-15T15:20:05.011Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-02-15T15:20:06.967Z] check_test.go:308: [d0f94216c20ed] daemon is not started [2022-02-15T15:20:06.967Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-02-15T15:20:08.352Z] --- PASS: TestContainerKillOnDaemonStart (12.30s) [2022-02-15T15:20:08.352Z] PASS [2022-02-15T15:20:08.352Z] [2022-02-15T15:20:08.352Z] === Skipped [2022-02-15T15:20:08.352Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-02-15T15:20:08.352Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-15T15:20:08.352Z] [2022-02-15T15:20:08.352Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-02-15T15:20:08.352Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-15T15:20:08.352Z] [2022-02-15T15:20:08.352Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-02-15T15:20:08.352Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-15T15:20:08.352Z] [2022-02-15T15:20:08.352Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-02-15T15:20:08.352Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-02-15T15:20:08.352Z] [2022-02-15T15:20:08.352Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-02-15T15:20:08.352Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-02-15T15:20:08.352Z] [2022-02-15T15:20:08.352Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-02-15T15:20:08.352Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-02-15T15:20:08.352Z] [2022-02-15T15:20:08.352Z] DONE 200 tests, 6 skipped in 156.575s [2022-02-15T15:20:08.352Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-02-15T15:20:08.352Z] ++ 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-02-15T15:20:08.352Z] ++ set -e [2022-02-15T15:20:08.352Z] ++ '[' -n 0 ']' [2022-02-15T15:20:08.352Z] ++ set -x [2022-02-15T15:20:08.352Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-15T15:20:08.352Z] === RUN TestConfigDaemonLibtrustID [2022-02-15T15:20:08.613Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-02-15T15:20:08.874Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-02-15T15:20:08.874Z] === RUN TestDaemonConfigValidation [2022-02-15T15:20:08.874Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-02-15T15:20:08.874Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-02-15T15:20:08.874Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-02-15T15:20:08.874Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-02-15T15:20:08.874Z] === RUN TestDaemonConfigValidation/invalid_config [2022-02-15T15:20:08.874Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-02-15T15:20:08.874Z] === RUN TestDaemonConfigValidation/malformed_config [2022-02-15T15:20:08.874Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-02-15T15:20:08.874Z] === RUN TestDaemonConfigValidation/valid_config [2022-02-15T15:20:08.874Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-02-15T15:20:08.874Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-02-15T15:20:08.874Z] === CONT TestDaemonConfigValidation/malformed_config [2022-02-15T15:20:09.135Z] === CONT TestDaemonConfigValidation/valid_config [2022-02-15T15:20:09.135Z] === CONT TestDaemonConfigValidation/invalid_config [2022-02-15T15:20:09.395Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-02-15T15:20:09.395Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-02-15T15:20:09.395Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.18s) [2022-02-15T15:20:09.395Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.20s) [2022-02-15T15:20:09.395Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.20s) [2022-02-15T15:20:09.395Z] --- PASS: TestDaemonConfigValidation/valid_config (0.26s) [2022-02-15T15:20:09.395Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.12s) [2022-02-15T15:20:09.395Z] === RUN TestConfigDaemonSeccompProfiles [2022-02-15T15:20:09.395Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-02-15T15:20:09.967Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-02-15T15:20:10.541Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-02-15T15:20:11.114Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-02-15T15:20:11.376Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-02-15T15:20:11.637Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-02-15T15:20:13.024Z] === CONT TestConfigDaemonSeccompProfiles [2022-02-15T15:20:13.024Z] daemon_test.go:156: [d9f04835c95f1] daemon is not started [2022-02-15T15:20:13.024Z] --- PASS: TestConfigDaemonSeccompProfiles (3.38s) [2022-02-15T15:20:13.024Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-02-15T15:20:13.024Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2022-02-15T15:20:13.024Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.19s) [2022-02-15T15:20:13.024Z] === RUN TestDaemonProxy [2022-02-15T15:20:13.024Z] === RUN TestDaemonProxy/environment_variables [2022-02-15T15:20:13.598Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-02-15T15:20:14.541Z] === RUN TestDaemonProxy/command-line_options [2022-02-15T15:20:15.264Z] check_test.go:308: [d6f018d48670d] daemon is not started [2022-02-15T15:20:15.264Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-02-15T15:20:15.526Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-02-15T15:20:16.468Z] === RUN TestDaemonProxy/configuration_file [2022-02-15T15:20:18.386Z] === RUN TestDaemonProxy/conflicting_options [2022-02-15T15:20:18.647Z] === RUN TestDaemonProxy/reload_sanitized [2022-02-15T15:20:18.647Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-02-15T15:20:18.647Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-02-15T15:20:19.217Z] --- PASS: TestDaemonProxy (6.34s) [2022-02-15T15:20:19.217Z] --- PASS: TestDaemonProxy/environment_variables (1.80s) [2022-02-15T15:20:19.217Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2022-02-15T15:20:19.217Z] --- PASS: TestDaemonProxy/configuration_file (1.76s) [2022-02-15T15:20:19.217Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-02-15T15:20:19.217Z] --- PASS: TestDaemonProxy/reload_sanitized (0.53s) [2022-02-15T15:20:19.217Z] PASS [2022-02-15T15:20:19.217Z] [2022-02-15T15:20:19.217Z] DONE 17 tests in 10.931s [2022-02-15T15:20:19.217Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-02-15T15:20:19.217Z] ++ 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-02-15T15:20:19.217Z] ++ set -e [2022-02-15T15:20:19.217Z] ++ '[' -n 0 ']' [2022-02-15T15:20:19.217Z] ++ set -x [2022-02-15T15:20:19.217Z] ++ 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-02-15T15:20:19.217Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-02-15T15:20:19.479Z] INFO: Testing against a local daemon [2022-02-15T15:20:19.479Z] === RUN TestCommitInheritsEnv [2022-02-15T15:20:19.740Z] --- PASS: TestCommitInheritsEnv (0.35s) [2022-02-15T15:20:19.740Z] === RUN TestImportExtremelyLargeImageWorks [2022-02-15T15:20:19.740Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-02-15T15:20:19.740Z] === RUN TestImportWithCustomPlatform [2022-02-15T15:20:19.740Z] === RUN TestImportWithCustomPlatform/#00 [2022-02-15T15:20:19.740Z] === RUN TestImportWithCustomPlatform/_______ [2022-02-15T15:20:19.740Z] === RUN TestImportWithCustomPlatform// [2022-02-15T15:20:19.740Z] === RUN TestImportWithCustomPlatform/linux [2022-02-15T15:20:20.001Z] === RUN TestImportWithCustomPlatform/LINUX [2022-02-15T15:20:20.001Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-02-15T15:20:20.001Z] === RUN TestImportWithCustomPlatform/macos [2022-02-15T15:20:20.001Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-02-15T15:20:20.001Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-02-15T15:20:20.262Z] --- PASS: TestImportWithCustomPlatform (0.44s) [2022-02-15T15:20:20.262Z] --- PASS: TestImportWithCustomPlatform/#00 (0.11s) [2022-02-15T15:20:20.262Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-02-15T15:20:20.262Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-02-15T15:20:20.262Z] --- PASS: TestImportWithCustomPlatform/linux (0.09s) [2022-02-15T15:20:20.262Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-02-15T15:20:20.262Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.12s) [2022-02-15T15:20:20.262Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-02-15T15:20:20.262Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-02-15T15:20:20.262Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-02-15T15:20:20.262Z] === RUN TestImagesFilterMultiReference [2022-02-15T15:20:20.262Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-02-15T15:20:20.262Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-02-15T15:20:20.262Z] === RUN TestImagePullPlatformInvalid [2022-02-15T15:20:20.262Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-02-15T15:20:20.262Z] === RUN TestRemoveImageOrphaning [2022-02-15T15:20:20.523Z] --- PASS: TestRemoveImageOrphaning (0.36s) [2022-02-15T15:20:20.523Z] === RUN TestRemoveImageGarbageCollector [2022-02-15T15:20:23.297Z] --- PASS: TestRemoveImageGarbageCollector (2.28s) [2022-02-15T15:20:23.297Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-02-15T15:20:23.297Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-02-15T15:20:23.297Z] === RUN TestTagInvalidReference [2022-02-15T15:20:23.297Z] --- PASS: TestTagInvalidReference (0.02s) [2022-02-15T15:20:23.297Z] === RUN TestTagValidPrefixedRepo [2022-02-15T15:20:23.297Z] --- PASS: TestTagValidPrefixedRepo (0.10s) [2022-02-15T15:20:23.297Z] === RUN TestTagExistedNameWithoutForce [2022-02-15T15:20:23.297Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-02-15T15:20:23.297Z] === RUN TestTagOfficialNames [2022-02-15T15:20:23.297Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-02-15T15:20:23.297Z] --- PASS: TestTagOfficialNames (0.07s) [2022-02-15T15:20:23.297Z] === RUN TestTagMatchesDigest [2022-02-15T15:20:23.297Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-02-15T15:20:23.297Z] === CONT TestImportExtremelyLargeImageWorks [2022-02-15T15:20:23.560Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-02-15T15:20:23.560Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-02-15T15:20:23.924Z] === RUN TestConfigDaemonLibtrustID [2022-02-15T15:20:23.924Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-02-15T15:20:23.924Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-02-15T15:20:23.924Z] === RUN TestDaemonConfigValidation [2022-02-15T15:20:23.924Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-02-15T15:20:23.924Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-02-15T15:20:23.924Z] === RUN TestConfigDaemonSeccompProfiles [2022-02-15T15:20:23.924Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-02-15T15:20:23.924Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-02-15T15:20:23.924Z] === RUN TestDaemonProxy [2022-02-15T15:20:23.924Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-02-15T15:20:23.924Z] --- SKIP: TestDaemonProxy (0.00s) [2022-02-15T15:20:23.924Z] PASS [2022-02-15T15:20:23.924Z] ok github.com/docker/docker/integration/daemon 0.099s [2022-02-15T15:20:23.924Z] [2022-02-15T15:20:23.924Z] === Skipped [2022-02-15T15:20:23.924Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-02-15T15:20:23.924Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-02-15T15:20:23.924Z] [2022-02-15T15:20:23.924Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-02-15T15:20:23.924Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-02-15T15:20:23.924Z] [2022-02-15T15:20:23.924Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-02-15T15:20:23.924Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-02-15T15:20:23.924Z] [2022-02-15T15:20:23.924Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-02-15T15:20:23.924Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-02-15T15:20:23.924Z] [2022-02-15T15:20:23.924Z] DONE 4 tests, 4 skipped in 20.152s [2022-02-15T15:20:23.924Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-02-15T15:20:24.130Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-02-15T15:20:24.772Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-02-15T15:20:25.055Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-02-15T15:20:25.674Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-02-15T15:20:25.674Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-02-15T15:20:26.157Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:20:26.157Z] INFO: Testing against a local daemon [2022-02-15T15:20:26.157Z] === RUN TestCommitInheritsEnv [2022-02-15T15:20:26.157Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:20:26.157Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-02-15T15:20:26.157Z] === RUN TestImportExtremelyLargeImageWorks [2022-02-15T15:20:26.157Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-02-15T15:20:26.157Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-02-15T15:20:26.157Z] === RUN TestImportWithCustomPlatform [2022-02-15T15:20:26.157Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-02-15T15:20:26.157Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-02-15T15:20:26.157Z] === RUN TestImagesFilterMultiReference [2022-02-15T15:20:26.157Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2022-02-15T15:20:26.157Z] === RUN TestImagePullPlatformInvalid [2022-02-15T15:20:26.157Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-02-15T15:20:26.157Z] === RUN TestRemoveImageOrphaning [2022-02-15T15:20:26.254Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-02-15T15:20:26.254Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from config [2022-02-15T15:20:26.827Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from config [2022-02-15T15:20:27.087Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-02-15T15:20:27.348Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from config [2022-02-15T15:20:27.720Z] --- PASS: TestRemoveImageOrphaning (1.24s) [2022-02-15T15:20:27.720Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-02-15T15:20:27.720Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-02-15T15:20:27.720Z] === RUN TestTagInvalidReference [2022-02-15T15:20:27.720Z] --- PASS: TestTagInvalidReference (0.04s) [2022-02-15T15:20:27.720Z] === RUN TestTagValidPrefixedRepo [2022-02-15T15:20:27.720Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-02-15T15:20:27.720Z] === RUN TestTagExistedNameWithoutForce [2022-02-15T15:20:27.720Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-02-15T15:20:27.720Z] === RUN TestTagOfficialNames [2022-02-15T15:20:27.720Z] --- PASS: TestTagOfficialNames (0.11s) [2022-02-15T15:20:27.720Z] === RUN TestTagMatchesDigest [2022-02-15T15:20:27.720Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-02-15T15:20:27.720Z] PASS [2022-02-15T15:20:27.720Z] ok github.com/docker/docker/integration/image 1.832s [2022-02-15T15:20:27.720Z] [2022-02-15T15:20:27.720Z] === Skipped [2022-02-15T15:20:27.720Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-02-15T15:20:27.720Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:20:27.720Z] [2022-02-15T15:20:27.720Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-02-15T15:20:27.720Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-02-15T15:20:27.720Z] [2022-02-15T15:20:27.720Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-02-15T15:20:27.720Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-02-15T15:20:27.720Z] [2022-02-15T15:20:27.720Z] DONE 12 tests, 3 skipped in 5.599s [2022-02-15T15:20:27.920Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from config [2022-02-15T15:20:28.190Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-02-15T15:20:28.521Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from config [2022-02-15T15:20:28.591Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-02-15T15:20:28.591Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-02-15T15:20:28.591Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-02-15T15:20:28.591Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-02-15T15:20:28.591Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-02-15T15:20:28.591Z] Cross building: bundles/cross/windows/amd64 [2022-02-15T15:20:28.591Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-02-15T15:20:28.591Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-02-15T15:20:29.098Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from cli [2022-02-15T15:20:29.670Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from cli [2022-02-15T15:20:30.241Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from cli [2022-02-15T15:20:30.410Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:20:30.410Z] INFO: Testing against a local daemon [2022-02-15T15:20:30.410Z] === RUN TestNetworkCreateDelete [2022-02-15T15:20:30.410Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:30.410Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-02-15T15:20:30.410Z] === RUN TestDockerNetworkDeletePreferID [2022-02-15T15:20:30.410Z] 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-02-15T15:20:30.410Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-02-15T15:20:30.410Z] === RUN TestDaemonDNSFallback [2022-02-15T15:20:30.410Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:30.410Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-02-15T15:20:30.410Z] === RUN TestInspectNetwork [2022-02-15T15:20:30.410Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-02-15T15:20:30.410Z] --- SKIP: TestInspectNetwork (0.00s) [2022-02-15T15:20:30.410Z] === RUN TestRunContainerWithBridgeNone [2022-02-15T15:20:30.410Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:30.410Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-02-15T15:20:30.410Z] === RUN TestNetworkInvalidJSON [2022-02-15T15:20:30.410Z] === RUN TestNetworkInvalidJSON//networks/create [2022-02-15T15:20:30.410Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-02-15T15:20:30.410Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:20:30.410Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:20:30.410Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:20:30.410Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:20:30.410Z] === CONT TestNetworkInvalidJSON//networks/create [2022-02-15T15:20:30.410Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:20:30.410Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:20:30.410Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-02-15T15:20:30.410Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-02-15T15:20:30.410Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-02-15T15:20:30.410Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-02-15T15:20:30.410Z] === RUN TestNetworkList [2022-02-15T15:20:30.410Z] === RUN TestNetworkList//networks [2022-02-15T15:20:30.410Z] === PAUSE TestNetworkList//networks [2022-02-15T15:20:30.410Z] === RUN TestNetworkList//networks/ [2022-02-15T15:20:30.410Z] === PAUSE TestNetworkList//networks/ [2022-02-15T15:20:30.410Z] === CONT TestNetworkList//networks [2022-02-15T15:20:30.410Z] === CONT TestNetworkList//networks/ [2022-02-15T15:20:30.410Z] --- PASS: TestNetworkList (0.03s) [2022-02-15T15:20:30.410Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-02-15T15:20:30.410Z] --- PASS: TestNetworkList//networks (0.01s) [2022-02-15T15:20:30.410Z] === RUN TestHostIPv4BridgeLabel [2022-02-15T15:20:30.410Z] network_test.go:128: testEnv.OSType == "windows" [2022-02-15T15:20:30.410Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-02-15T15:20:30.410Z] === RUN TestDaemonRestartWithLiveRestore [2022-02-15T15:20:30.410Z] service_test.go:30: testEnv.OSType == "windows" [2022-02-15T15:20:30.410Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-02-15T15:20:30.410Z] === RUN TestDaemonDefaultNetworkPools [2022-02-15T15:20:30.410Z] service_test.go:59: testEnv.OSType == "windows" [2022-02-15T15:20:30.410Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-02-15T15:20:30.410Z] === RUN TestDaemonRestartWithExistingNetwork [2022-02-15T15:20:30.410Z] service_test.go:103: testEnv.OSType == "windows" [2022-02-15T15:20:30.410Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-02-15T15:20:30.410Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-02-15T15:20:30.410Z] service_test.go:137: testEnv.OSType == "windows" [2022-02-15T15:20:30.410Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-02-15T15:20:30.410Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-02-15T15:20:30.410Z] service_test.go:188: testEnv.OSType == "windows" [2022-02-15T15:20:30.410Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-02-15T15:20:30.410Z] === RUN TestServiceWithPredefinedNetwork [2022-02-15T15:20:30.410Z] service_test.go:213: testEnv.OSType == "windows" [2022-02-15T15:20:30.410Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-02-15T15:20:30.410Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-02-15T15:20:30.410Z] service_test.go:243: FLAKY_TEST [2022-02-15T15:20:30.410Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-15T15:20:30.410Z] === RUN TestServiceWithDataPathPortInit [2022-02-15T15:20:30.410Z] service_test.go:334: testEnv.OSType == "windows" [2022-02-15T15:20:30.410Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-02-15T15:20:30.410Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-02-15T15:20:30.410Z] service_test.go:402: testEnv.OSType == "windows" [2022-02-15T15:20:30.410Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-02-15T15:20:30.410Z] PASS [2022-02-15T15:20:30.410Z] ok github.com/docker/docker/integration/network 0.162s [2022-02-15T15:20:30.410Z] [2022-02-15T15:20:30.410Z] === Skipped [2022-02-15T15:20:30.411Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-02-15T15:20:30.411Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:30.411Z] [2022-02-15T15:20:30.411Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-02-15T15:20:30.411Z] 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-02-15T15:20:30.411Z] [2022-02-15T15:20:30.411Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-02-15T15:20:30.411Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:30.411Z] [2022-02-15T15:20:30.411Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-02-15T15:20:30.411Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-02-15T15:20:30.411Z] [2022-02-15T15:20:30.411Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-02-15T15:20:30.411Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:30.411Z] [2022-02-15T15:20:30.411Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-02-15T15:20:30.411Z] network_test.go:128: testEnv.OSType == "windows" [2022-02-15T15:20:30.411Z] [2022-02-15T15:20:30.411Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-02-15T15:20:30.411Z] service_test.go:30: testEnv.OSType == "windows" [2022-02-15T15:20:30.411Z] [2022-02-15T15:20:30.411Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-02-15T15:20:30.411Z] service_test.go:59: testEnv.OSType == "windows" [2022-02-15T15:20:30.411Z] [2022-02-15T15:20:30.411Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-02-15T15:20:30.411Z] service_test.go:103: testEnv.OSType == "windows" [2022-02-15T15:20:30.411Z] [2022-02-15T15:20:30.411Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-02-15T15:20:30.411Z] service_test.go:137: testEnv.OSType == "windows" [2022-02-15T15:20:30.411Z] [2022-02-15T15:20:30.411Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-02-15T15:20:30.411Z] service_test.go:188: testEnv.OSType == "windows" [2022-02-15T15:20:30.411Z] [2022-02-15T15:20:30.411Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-02-15T15:20:30.411Z] service_test.go:213: testEnv.OSType == "windows" [2022-02-15T15:20:30.411Z] [2022-02-15T15:20:30.411Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-15T15:20:30.411Z] service_test.go:243: FLAKY_TEST [2022-02-15T15:20:30.411Z] [2022-02-15T15:20:30.411Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-02-15T15:20:30.411Z] service_test.go:334: testEnv.OSType == "windows" [2022-02-15T15:20:30.411Z] [2022-02-15T15:20:30.411Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-02-15T15:20:30.411Z] service_test.go:402: testEnv.OSType == "windows" [2022-02-15T15:20:30.411Z] [2022-02-15T15:20:30.411Z] DONE 22 tests, 15 skipped in 2.147s [2022-02-15T15:20:30.411Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-02-15T15:20:30.501Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from cli [2022-02-15T15:20:30.878Z] testing: warning: no tests to run [2022-02-15T15:20:30.878Z] PASS [2022-02-15T15:20:30.878Z] ok github.com/docker/docker/integration/network/ipvlan 0.067s [2022-02-15T15:20:30.878Z] [2022-02-15T15:20:30.878Z] DONE 0 tests in 0.707s [2022-02-15T15:20:31.075Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from cli [2022-02-15T15:20:31.346Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-02-15T15:20:31.647Z] check_test.go:308: [d15a94e8af503] daemon is not started [2022-02-15T15:20:31.647Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-02-15T15:20:31.817Z] testing: warning: no tests to run [2022-02-15T15:20:31.817Z] PASS [2022-02-15T15:20:31.817Z] ok github.com/docker/docker/integration/network/macvlan 0.068s [2022-02-15T15:20:31.817Z] [2022-02-15T15:20:31.817Z] DONE 0 tests in 0.676s [2022-02-15T15:20:31.817Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-02-15T15:20:32.591Z] check_test.go:308: [dde5905de6f10] daemon is not started [2022-02-15T15:20:32.591Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-02-15T15:20:32.802Z] testing: warning: no tests to run [2022-02-15T15:20:32.802Z] PASS [2022-02-15T15:20:32.802Z] ok github.com/docker/docker/integration/plugin 0.071s [2022-02-15T15:20:32.802Z] [2022-02-15T15:20:32.802Z] DONE 0 tests in 0.703s [2022-02-15T15:20:32.802Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-02-15T15:20:33.164Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-02-15T15:20:33.271Z] testing: warning: no tests to run [2022-02-15T15:20:33.271Z] PASS [2022-02-15T15:20:33.271Z] ok github.com/docker/docker/integration/plugin/authz 0.076s [2022-02-15T15:20:33.271Z] [2022-02-15T15:20:33.271Z] DONE 0 tests in 0.660s [2022-02-15T15:20:33.271Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-02-15T15:20:35.078Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-02-15T15:20:35.203Z] 898469748ff6: Pull complete [2022-02-15T15:20:35.203Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-02-15T15:20:35.203Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:20:35.203Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-02-15T15:20:35.203Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-02-15T15:20:35.203Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.524' [2022-02-15T15:20:35.203Z] WARN: Skipping validation tests [2022-02-15T15:20:35.203Z] INFO: Running unit tests at 02/15/2022 15:20:31... [2022-02-15T15:20:35.649Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-02-15T15:20:36.235Z] INFO: make.ps1 starting at 02/15/2022 15:20:35 [2022-02-15T15:20:36.723Z] INFO: Git commit (2ac898c232) assumed from DOCKER_GITCOMMIT environment variable [2022-02-15T15:20:36.723Z] INFO: Invoking autogen... [2022-02-15T15:20:37.043Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-02-15T15:20:37.213Z] INFO: Running unit tests... [2022-02-15T15:20:37.615Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-02-15T15:20:38.029Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:20:38.029Z] INFO: Testing against a local daemon [2022-02-15T15:20:38.029Z] === RUN TestPluginInvalidJSON [2022-02-15T15:20:38.029Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:20:38.029Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:20:38.029Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:20:38.029Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-02-15T15:20:38.029Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-02-15T15:20:38.029Z] === RUN TestPluginInstall [2022-02-15T15:20:38.029Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-02-15T15:20:38.029Z] --- SKIP: TestPluginInstall (0.00s) [2022-02-15T15:20:38.029Z] === RUN TestPluginsWithRuntimes [2022-02-15T15:20:38.029Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-02-15T15:20:38.029Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-02-15T15:20:38.029Z] === RUN TestPluginBackCompatMediaTypes [2022-02-15T15:20:38.029Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-02-15T15:20:38.029Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-02-15T15:20:38.029Z] PASS [2022-02-15T15:20:38.029Z] ok github.com/docker/docker/integration/plugin/common 0.101s [2022-02-15T15:20:38.029Z] [2022-02-15T15:20:38.029Z] === Skipped [2022-02-15T15:20:38.029Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-02-15T15:20:38.029Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-02-15T15:20:38.029Z] [2022-02-15T15:20:38.029Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-02-15T15:20:38.029Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-02-15T15:20:38.029Z] [2022-02-15T15:20:38.029Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-02-15T15:20:38.029Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-02-15T15:20:38.029Z] [2022-02-15T15:20:38.029Z] DONE 5 tests, 3 skipped in 4.345s [2022-02-15T15:20:38.029Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-02-15T15:20:38.187Z] check_test.go:308: [d5fd539bc3dc8] daemon is not started [2022-02-15T15:20:38.188Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-02-15T15:20:40.100Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-02-15T15:20:40.548Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:20:40.548Z] INFO: Testing against a local daemon [2022-02-15T15:20:40.548Z] === RUN TestExternalGraphDriver [2022-02-15T15:20:40.548Z] external_test.go:47: runtime.GOOS == "windows" [2022-02-15T15:20:40.548Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-02-15T15:20:40.548Z] === RUN TestGraphdriverPluginV2 [2022-02-15T15:20:40.548Z] external_test.go:407: runtime.GOOS == "windows" [2022-02-15T15:20:40.548Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-02-15T15:20:40.548Z] PASS [2022-02-15T15:20:40.548Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.104s [2022-02-15T15:20:40.548Z] [2022-02-15T15:20:40.548Z] === Skipped [2022-02-15T15:20:40.548Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-02-15T15:20:40.548Z] external_test.go:47: runtime.GOOS == "windows" [2022-02-15T15:20:40.548Z] [2022-02-15T15:20:40.548Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-02-15T15:20:40.548Z] external_test.go:407: runtime.GOOS == "windows" [2022-02-15T15:20:40.548Z] [2022-02-15T15:20:40.548Z] DONE 2 tests, 2 skipped in 2.453s [2022-02-15T15:20:40.548Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-02-15T15:20:41.043Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-02-15T15:20:42.764Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:20:42.764Z] INFO: Testing against a local daemon [2022-02-15T15:20:42.764Z] === RUN TestReadPluginNoRead [2022-02-15T15:20:42.764Z] read_test.go:21: no unix domain sockets on Windows [2022-02-15T15:20:42.764Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-02-15T15:20:42.764Z] PASS [2022-02-15T15:20:42.764Z] ok github.com/docker/docker/integration/plugin/logging 0.092s [2022-02-15T15:20:42.764Z] [2022-02-15T15:20:42.764Z] === Skipped [2022-02-15T15:20:42.764Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-02-15T15:20:42.764Z] read_test.go:21: no unix domain sockets on Windows [2022-02-15T15:20:42.764Z] [2022-02-15T15:20:42.764Z] DONE 1 tests, 1 skipped in 2.034s [2022-02-15T15:20:42.764Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-02-15T15:20:42.958Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-02-15T15:20:43.751Z] testing: warning: no tests to run [2022-02-15T15:20:43.752Z] PASS [2022-02-15T15:20:43.752Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.078s [2022-02-15T15:20:43.752Z] [2022-02-15T15:20:43.752Z] DONE 0 tests in 1.083s [2022-02-15T15:20:43.752Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-02-15T15:20:45.961Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:20:45.961Z] INFO: Testing against a local daemon [2022-02-15T15:20:45.961Z] === RUN TestPluginWithDevMounts [2022-02-15T15:20:45.961Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:45.961Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-02-15T15:20:45.961Z] PASS [2022-02-15T15:20:45.961Z] ok github.com/docker/docker/integration/plugin/volumes 0.118s [2022-02-15T15:20:45.961Z] [2022-02-15T15:20:45.961Z] === Skipped [2022-02-15T15:20:45.961Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-02-15T15:20:45.961Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:45.961Z] [2022-02-15T15:20:45.961Z] DONE 1 tests, 1 skipped in 2.013s [2022-02-15T15:20:45.961Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-02-15T15:20:46.086Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-02-15T15:20:47.163Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-02-15T15:20:47.526Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:20:47.526Z] INFO: Testing against a local daemon [2022-02-15T15:20:47.526Z] === RUN TestSecretInspect [2022-02-15T15:20:47.526Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:47.526Z] --- SKIP: TestSecretInspect (0.00s) [2022-02-15T15:20:47.526Z] === RUN TestSecretList [2022-02-15T15:20:47.526Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:47.526Z] --- SKIP: TestSecretList (0.00s) [2022-02-15T15:20:47.526Z] === RUN TestSecretsCreateAndDelete [2022-02-15T15:20:47.526Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:47.526Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-02-15T15:20:47.526Z] === RUN TestSecretsUpdate [2022-02-15T15:20:47.526Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:47.526Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-02-15T15:20:47.526Z] === RUN TestTemplatedSecret [2022-02-15T15:20:47.526Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:47.526Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-02-15T15:20:47.526Z] === RUN TestSecretCreateResolve [2022-02-15T15:20:47.526Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:47.526Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-02-15T15:20:47.526Z] PASS [2022-02-15T15:20:47.526Z] ok github.com/docker/docker/integration/secret 0.086s [2022-02-15T15:20:47.733Z] check_test.go:308: [db1b6b975b711] daemon is not started [2022-02-15T15:20:47.733Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-02-15T15:20:47.996Z] [2022-02-15T15:20:47.996Z] === Skipped [2022-02-15T15:20:47.996Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-02-15T15:20:47.996Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:47.996Z] [2022-02-15T15:20:47.996Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-02-15T15:20:47.996Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:47.996Z] [2022-02-15T15:20:47.996Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-02-15T15:20:47.996Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:47.996Z] [2022-02-15T15:20:47.996Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-02-15T15:20:47.996Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:47.996Z] [2022-02-15T15:20:47.996Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-02-15T15:20:47.996Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:47.996Z] [2022-02-15T15:20:47.996Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-02-15T15:20:47.996Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:47.996Z] [2022-02-15T15:20:47.996Z] DONE 6 tests, 6 skipped in 1.798s [2022-02-15T15:20:47.996Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-02-15T15:20:50.212Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:20:50.212Z] INFO: Testing against a local daemon [2022-02-15T15:20:50.212Z] === RUN TestServiceCreateInit [2022-02-15T15:20:50.212Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-02-15T15:20:50.212Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-02-15T15:20:50.212Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] --- PASS: TestServiceCreateInit (0.06s) [2022-02-15T15:20:50.212Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-15T15:20:50.212Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestCreateServiceMultipleTimes [2022-02-15T15:20:50.212Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestCreateServiceConflict [2022-02-15T15:20:50.212Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestCreateServiceMaxReplicas [2022-02-15T15:20:50.212Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-02-15T15:20:50.212Z] === RUN TestCreateWithDuplicateNetworkNames [2022-02-15T15:20:50.212Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestCreateServiceSecretFileMode [2022-02-15T15:20:50.212Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestCreateServiceConfigFileMode [2022-02-15T15:20:50.212Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestCreateServiceSysctls [2022-02-15T15:20:50.212Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-02-15T15:20:50.212Z] === RUN TestCreateServiceCapabilities [2022-02-15T15:20:50.212Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-02-15T15:20:50.212Z] === RUN TestInspect [2022-02-15T15:20:50.212Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] --- SKIP: TestInspect (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestCreateJob [2022-02-15T15:20:50.212Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] --- SKIP: TestCreateJob (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestReplicatedJob [2022-02-15T15:20:50.212Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] --- SKIP: TestReplicatedJob (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestUpdateReplicatedJob [2022-02-15T15:20:50.212Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestServiceListWithStatuses [2022-02-15T15:20:50.212Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestDockerNetworkConnectAlias [2022-02-15T15:20:50.212Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestDockerNetworkReConnect [2022-02-15T15:20:50.212Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestServicePlugin [2022-02-15T15:20:50.212Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.212Z] --- SKIP: TestServicePlugin (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestServiceUpdateLabel [2022-02-15T15:20:50.212Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:50.212Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestServiceUpdateSecrets [2022-02-15T15:20:50.212Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:50.212Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestServiceUpdateConfigs [2022-02-15T15:20:50.212Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:50.212Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestServiceUpdateNetwork [2022-02-15T15:20:50.212Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:50.212Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-02-15T15:20:50.212Z] === RUN TestServiceUpdatePidsLimit [2022-02-15T15:20:50.212Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:50.212Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-02-15T15:20:50.212Z] PASS [2022-02-15T15:20:50.212Z] ok github.com/docker/docker/integration/service 0.250s [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === Skipped [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-15T15:20:50.680Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-15T15:20:50.680Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-02-15T15:20:50.680Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-02-15T15:20:50.680Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-02-15T15:20:50.680Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-02-15T15:20:50.680Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-02-15T15:20:50.680Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-02-15T15:20:50.680Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2022-02-15T15:20:50.680Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-02-15T15:20:50.680Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-02-15T15:20:50.680Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-02-15T15:20:50.680Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-02-15T15:20:50.680Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-02-15T15:20:50.680Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-02-15T15:20:50.680Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-02-15T15:20:50.680Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-02-15T15:20:50.680Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-02-15T15:20:50.680Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-02-15T15:20:50.680Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-02-15T15:20:50.680Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-02-15T15:20:50.680Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-02-15T15:20:50.680Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-02-15T15:20:50.680Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:20:50.680Z] [2022-02-15T15:20:50.680Z] DONE 24 tests, 23 skipped in 2.525s [2022-02-15T15:20:50.680Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-02-15T15:20:51.039Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-02-15T15:20:51.300Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-02-15T15:20:51.300Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-02-15T15:20:52.243Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-02-15T15:20:52.246Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:20:52.246Z] INFO: Testing against a local daemon [2022-02-15T15:20:52.246Z] === RUN TestSessionCreate [2022-02-15T15:20:52.246Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-02-15T15:20:52.246Z] --- SKIP: TestSessionCreate (0.00s) [2022-02-15T15:20:52.246Z] === RUN TestSessionCreateWithBadUpgrade [2022-02-15T15:20:52.246Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-02-15T15:20:52.246Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-02-15T15:20:52.246Z] PASS [2022-02-15T15:20:52.246Z] ok github.com/docker/docker/integration/session 0.094s [2022-02-15T15:20:52.246Z] [2022-02-15T15:20:52.246Z] === Skipped [2022-02-15T15:20:52.246Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-02-15T15:20:52.246Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-02-15T15:20:52.246Z] [2022-02-15T15:20:52.246Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-02-15T15:20:52.246Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-02-15T15:20:52.246Z] [2022-02-15T15:20:52.246Z] DONE 2 tests, 2 skipped in 1.771s [2022-02-15T15:20:52.246Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-02-15T15:20:54.464Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:20:54.464Z] INFO: Testing against a local daemon [2022-02-15T15:20:54.464Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-02-15T15:20:54.464Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:54.464Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-15T15:20:54.464Z] === RUN TestDiskUsage [2022-02-15T15:20:54.464Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-02-15T15:20:54.464Z] --- SKIP: TestDiskUsage (0.00s) [2022-02-15T15:20:54.464Z] === RUN TestEventsExecDie [2022-02-15T15:20:54.464Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-02-15T15:20:54.464Z] --- SKIP: TestEventsExecDie (0.00s) [2022-02-15T15:20:54.464Z] === RUN TestEventsBackwardsCompatible [2022-02-15T15:20:54.464Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-02-15T15:20:54.464Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-02-15T15:20:54.464Z] === RUN TestEventsVolumeCreate [2022-02-15T15:20:54.464Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-02-15T15:20:54.464Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-02-15T15:20:54.464Z] === RUN TestInfoAPI [2022-02-15T15:20:54.464Z] --- PASS: TestInfoAPI (0.04s) [2022-02-15T15:20:54.464Z] === RUN TestInfoAPIWarnings [2022-02-15T15:20:54.464Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:20:54.464Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-02-15T15:20:54.464Z] === RUN TestInfoDebug [2022-02-15T15:20:54.464Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:20:54.464Z] --- SKIP: TestInfoDebug (0.00s) [2022-02-15T15:20:54.464Z] === RUN TestInfoInsecureRegistries [2022-02-15T15:20:54.464Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:20:54.464Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-02-15T15:20:54.464Z] === RUN TestInfoRegistryMirrors [2022-02-15T15:20:54.464Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:20:54.464Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-02-15T15:20:54.464Z] === RUN TestLoginFailsWithBadCredentials [2022-02-15T15:20:55.448Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s) [2022-02-15T15:20:55.448Z] === RUN TestPingCacheHeaders [2022-02-15T15:20:55.448Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-02-15T15:20:55.448Z] === RUN TestPingGet [2022-02-15T15:20:55.448Z] --- PASS: TestPingGet (0.04s) [2022-02-15T15:20:55.448Z] === RUN TestPingHead [2022-02-15T15:20:55.448Z] --- PASS: TestPingHead (0.04s) [2022-02-15T15:20:55.448Z] === RUN TestVersion [2022-02-15T15:20:55.448Z] --- PASS: TestVersion (0.03s) [2022-02-15T15:20:55.448Z] PASS [2022-02-15T15:20:55.448Z] ok github.com/docker/docker/integration/system 1.269s [2022-02-15T15:20:55.448Z] [2022-02-15T15:20:55.448Z] === Skipped [2022-02-15T15:20:55.448Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-15T15:20:55.448Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:20:55.448Z] [2022-02-15T15:20:55.448Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-02-15T15:20:55.448Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-02-15T15:20:55.448Z] [2022-02-15T15:20:55.448Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-02-15T15:20:55.448Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-02-15T15:20:55.448Z] [2022-02-15T15:20:55.448Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-02-15T15:20:55.448Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-02-15T15:20:55.448Z] [2022-02-15T15:20:55.448Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-02-15T15:20:55.448Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-02-15T15:20:55.448Z] [2022-02-15T15:20:55.448Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-02-15T15:20:55.448Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:20:55.448Z] [2022-02-15T15:20:55.448Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-02-15T15:20:55.448Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:20:55.448Z] [2022-02-15T15:20:55.448Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-02-15T15:20:55.448Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:20:55.448Z] [2022-02-15T15:20:55.448Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-02-15T15:20:55.448Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:20:55.448Z] [2022-02-15T15:20:55.448Z] DONE 15 tests, 9 skipped in 3.008s [2022-02-15T15:20:55.448Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-02-15T15:20:55.560Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-02-15T15:20:55.821Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-02-15T15:20:57.673Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:20:57.673Z] INFO: Testing against a local daemon [2022-02-15T15:20:57.673Z] === RUN TestVolumesCreateAndList [2022-02-15T15:20:57.673Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-02-15T15:20:57.673Z] === RUN TestVolumesRemove [2022-02-15T15:20:57.673Z] --- PASS: TestVolumesRemove (0.20s) [2022-02-15T15:20:57.673Z] === RUN TestVolumesInspect [2022-02-15T15:20:57.673Z] --- PASS: TestVolumesInspect (0.05s) [2022-02-15T15:20:57.673Z] === RUN TestVolumesInvalidJSON [2022-02-15T15:20:57.673Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-02-15T15:20:57.673Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-02-15T15:20:57.673Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-02-15T15:20:57.673Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-02-15T15:20:57.673Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-02-15T15:20:57.673Z] PASS [2022-02-15T15:20:57.673Z] ok github.com/docker/docker/integration/volume 0.412s [2022-02-15T15:20:57.673Z] [2022-02-15T15:20:57.673Z] DONE 5 tests in 2.138s [2022-02-15T15:20:57.673Z] INFO: make.ps1 ended at 02/15/2022 15:20:57 [2022-02-15T15:20:57.673Z] INFO: Integration CLI tests being run from the host: [2022-02-15T15:20:57.673Z] 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-02-15T15:20:58.366Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-02-15T15:20:58.627Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-02-15T15:20:58.715Z] ? github.com/docker/docker/api [no test files] [2022-02-15T15:21:00.013Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-02-15T15:21:00.955Z] check_test.go:308: [debfa2d05968e] daemon is not started [2022-02-15T15:21:00.955Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-02-15T15:21:01.529Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-02-15T15:21:02.100Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-02-15T15:21:02.673Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-02-15T15:21:04.594Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-02-15T15:21:04.594Z] check_test.go:308: [d6790d141cb1b] daemon is not started [2022-02-15T15:21:04.594Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-02-15T15:21:05.981Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-02-15T15:21:06.923Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-02-15T15:21:07.866Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-02-15T15:21:08.100Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:21:08.100Z] INFO: Testing against a local daemon [2022-02-15T15:21:08.100Z] === RUN TestDockerSuite [2022-02-15T15:21:08.100Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-02-15T15:21:08.100Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-02-15T15:21:08.100Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-02-15T15:21:08.100Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-02-15T15:21:08.100Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-02-15T15:21:08.100Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-02-15T15:21:08.100Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-02-15T15:21:08.100Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-02-15T15:21:08.100Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-02-15T15:21:08.100Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-02-15T15:21:08.100Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-02-15T15:21:08.100Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-02-15T15:21:09.085Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-02-15T15:21:09.085Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-02-15T15:21:09.782Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-02-15T15:21:09.782Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-02-15T15:21:13.992Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-02-15T15:21:14.935Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-02-15T15:21:16.554Z] === RUN TestMiddlewares [2022-02-15T15:21:16.554Z] --- PASS: TestMiddlewares (0.00s) [2022-02-15T15:21:16.554Z] PASS [2022-02-15T15:21:16.554Z] coverage: 9.0% of statements [2022-02-15T15:21:16.554Z] ok github.com/docker/docker/api/server 0.120s coverage: 9.0% of statements [2022-02-15T15:21:16.852Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-02-15T15:21:20.154Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-02-15T15:21:23.501Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-02-15T15:21:24.458Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-02-15T15:21:24.458Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-02-15T15:21:27.757Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-02-15T15:21:29.143Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-02-15T15:21:29.143Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-02-15T15:21:29.444Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-02-15T15:21:29.705Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-02-15T15:21:30.647Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-02-15T15:21:30.647Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-02-15T15:21:30.647Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-02-15T15:21:30.908Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-02-15T15:21:31.479Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-02-15T15:21:31.740Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-02-15T15:21:33.653Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-02-15T15:21:34.596Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-02-15T15:21:35.169Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-02-15T15:21:37.083Z] === RUN TestDockerSuite/TestBuildEnv [2022-02-15T15:21:38.469Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-02-15T15:21:39.853Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-02-15T15:21:40.114Z] docker_cli_daemon_test.go:2522: [d55bfd51bd1b2] daemon is not started [2022-02-15T15:21:41.056Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-02-15T15:21:41.998Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-02-15T15:21:47.291Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-02-15T15:21:49.837Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-02-15T15:21:52.383Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-02-15T15:21:54.301Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-02-15T15:21:56.850Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-02-15T15:21:56.850Z] check_test.go:308: [db120a7ce055b] daemon is not started [2022-02-15T15:21:56.850Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-02-15T15:21:57.864Z] 4612f6d0b889: Pull complete [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite (329.84s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.03s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.69s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.55s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.72s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.26s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.89s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.29s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.00s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.39s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.02s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.15s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.45s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.37s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.06s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.29s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.55s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.34s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.56s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.06s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.58s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.64s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.55s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.60s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.55s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.14s) [2022-02-15T15:22:03.440Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.89s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.17s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.58s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.62s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.95s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.55s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.05s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.37s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.33s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.58s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.40s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.57s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.66s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.62s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.72s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.83s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.57s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.20s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.37s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.20s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.08s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.48s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.89s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.74s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.52s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.20s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.25s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.94s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.64s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.24s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.67s) [2022-02-15T15:22:03.440Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-02-15T15:22:03.440Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.98s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (3.85s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.52s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.93s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.84s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.20s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.56s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (2.82s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.16s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.92s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.88s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.58s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.32s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.27s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.46s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.93s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.71s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.85s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.03s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.50s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.33s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.89s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.46s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.61s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.87s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.20s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.65s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.08s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.36s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.89s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.15s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.23s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.37s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.65s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.18s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.18s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.99s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.20s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.09s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.50s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.75s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.57s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.14s) [2022-02-15T15:22:03.440Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.62s) [2022-02-15T15:22:03.440Z] === RUN TestDockerSwarmSuite [2022-02-15T15:22:03.440Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-02-15T15:22:05.102Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-02-15T15:22:05.102Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-02-15T15:22:05.102Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-02-15T15:22:05.102Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-02-15T15:22:05.102Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-02-15T15:22:05.102Z] remote: Enumerating objects: 23, done. [2022-02-15T15:22:05.102Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-02-15T15:22:05.102Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-02-15T15:22:05.102Z] 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) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-02-15T15:22:05.102Z] Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2022-02-15T15:22:05.102Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-02-15T15:22:05.102Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-02-15T15:22:05.102Z] Cross building: bundles/cross/linux/ppc64le [2022-02-15T15:22:05.102Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-02-15T15:22:05.102Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-02-15T15:22:05.986Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-02-15T15:22:06.926Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-02-15T15:22:08.839Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-02-15T15:22:08.839Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-02-15T15:22:14.129Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-02-15T15:22:17.204Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-02-15T15:22:17.204Z] === RUN TestBoolValue [2022-02-15T15:22:17.204Z] --- PASS: TestBoolValue (0.00s) [2022-02-15T15:22:17.204Z] === RUN TestBoolValueOrDefault [2022-02-15T15:22:17.204Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-02-15T15:22:17.204Z] === RUN TestInt64ValueOrZero [2022-02-15T15:22:17.204Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-02-15T15:22:17.204Z] === RUN TestInt64ValueOrDefault [2022-02-15T15:22:17.204Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-02-15T15:22:17.204Z] === RUN TestInt64ValueOrDefaultWithError [2022-02-15T15:22:17.204Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-02-15T15:22:17.204Z] === RUN TestJsonContentType [2022-02-15T15:22:17.204Z] --- PASS: TestJsonContentType (0.00s) [2022-02-15T15:22:17.204Z] PASS [2022-02-15T15:22:17.204Z] coverage: 14.7% of statements [2022-02-15T15:22:17.204Z] ok github.com/docker/docker/api/server/httputils 0.140s coverage: 14.7% of statements [2022-02-15T15:22:17.432Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-02-15T15:22:18.190Z] === RUN TestMaskSecretKeys [2022-02-15T15:22:18.190Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-02-15T15:22:18.190Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-02-15T15:22:18.190Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-02-15T15:22:18.190Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-02-15T15:22:18.190Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-02-15T15:22:18.190Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-02-15T15:22:18.190Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-02-15T15:22:18.190Z] === RUN TestVersionMiddlewareVersion [2022-02-15T15:22:18.190Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-02-15T15:22:18.190Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-02-15T15:22:18.190Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-02-15T15:22:18.190Z] PASS [2022-02-15T15:22:18.190Z] coverage: 37.7% of statements [2022-02-15T15:22:18.190Z] ok github.com/docker/docker/api/server/middleware 0.085s coverage: 37.7% of statements [2022-02-15T15:22:18.190Z] ? github.com/docker/docker/api/server/router [no test files] [2022-02-15T15:22:18.190Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-02-15T15:22:18.190Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-02-15T15:22:18.190Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-02-15T15:22:18.190Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-02-15T15:22:18.190Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-02-15T15:22:18.190Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-02-15T15:22:18.190Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-02-15T15:22:18.190Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-02-15T15:22:18.190Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-02-15T15:22:18.190Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-02-15T15:22:18.376Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-02-15T15:22:18.637Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-02-15T15:22:19.177Z] === RUN TestAdjustForAPIVersion [2022-02-15T15:22:19.177Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-02-15T15:22:19.177Z] PASS [2022-02-15T15:22:19.177Z] coverage: 5.7% of statements [2022-02-15T15:22:19.177Z] ok github.com/docker/docker/api/server/router/swarm 0.059s coverage: 5.7% of statements [2022-02-15T15:22:19.177Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-02-15T15:22:19.177Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-02-15T15:22:19.177Z] ? github.com/docker/docker/api/types [no test files] [2022-02-15T15:22:19.177Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-02-15T15:22:19.177Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-02-15T15:22:19.177Z] ? github.com/docker/docker/api/types/container [no test files] [2022-02-15T15:22:19.177Z] ? github.com/docker/docker/api/types/events [no test files] [2022-02-15T15:22:19.177Z] === RUN TestToJSON [2022-02-15T15:22:19.177Z] --- PASS: TestToJSON (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestToParamWithVersion [2022-02-15T15:22:19.177Z] --- PASS: TestToParamWithVersion (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestFromJSON [2022-02-15T15:22:19.177Z] --- PASS: TestFromJSON (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestEmpty [2022-02-15T15:22:19.177Z] --- PASS: TestEmpty (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestArgsMatchKVListEmptySources [2022-02-15T15:22:19.177Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestArgsMatchKVList [2022-02-15T15:22:19.177Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestArgsMatch [2022-02-15T15:22:19.177Z] --- PASS: TestArgsMatch (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestAdd [2022-02-15T15:22:19.177Z] --- PASS: TestAdd (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestDel [2022-02-15T15:22:19.177Z] --- PASS: TestDel (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestLen [2022-02-15T15:22:19.177Z] --- PASS: TestLen (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestExactMatch [2022-02-15T15:22:19.177Z] --- PASS: TestExactMatch (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestOnlyOneExactMatch [2022-02-15T15:22:19.177Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestContains [2022-02-15T15:22:19.177Z] --- PASS: TestContains (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestValidate [2022-02-15T15:22:19.177Z] --- PASS: TestValidate (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestWalkValues [2022-02-15T15:22:19.177Z] --- PASS: TestWalkValues (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestFuzzyMatch [2022-02-15T15:22:19.177Z] --- PASS: TestFuzzyMatch (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestClone [2022-02-15T15:22:19.177Z] --- PASS: TestClone (0.00s) [2022-02-15T15:22:19.177Z] PASS [2022-02-15T15:22:19.177Z] coverage: 92.2% of statements [2022-02-15T15:22:19.177Z] ok github.com/docker/docker/api/types/filters 0.055s coverage: 92.2% of statements [2022-02-15T15:22:19.177Z] ? github.com/docker/docker/api/types/image [no test files] [2022-02-15T15:22:19.177Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-02-15T15:22:19.177Z] ? github.com/docker/docker/api/types/network [no test files] [2022-02-15T15:22:19.177Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-02-15T15:22:19.177Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-02-15T15:22:19.177Z] === RUN TestStrSliceMarshalJSON [2022-02-15T15:22:19.177Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestStrSliceUnmarshalJSON [2022-02-15T15:22:19.177Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestStrSliceUnmarshalString [2022-02-15T15:22:19.177Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestStrSliceUnmarshalSlice [2022-02-15T15:22:19.177Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-02-15T15:22:19.177Z] PASS [2022-02-15T15:22:19.177Z] coverage: 90.0% of statements [2022-02-15T15:22:19.177Z] ok github.com/docker/docker/api/types/strslice 0.046s coverage: 90.0% of statements [2022-02-15T15:22:19.177Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-02-15T15:22:19.177Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-02-15T15:22:19.177Z] === RUN TestDurationToSecondsString [2022-02-15T15:22:19.177Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-02-15T15:22:19.177Z] === RUN TestGetTimestamp [2022-02-15T15:22:19.207Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-02-15T15:22:19.655Z] --- PASS: TestGetTimestamp (0.21s) [2022-02-15T15:22:19.655Z] === RUN TestParseTimestamps [2022-02-15T15:22:19.655Z] --- PASS: TestParseTimestamps (0.00s) [2022-02-15T15:22:19.655Z] PASS [2022-02-15T15:22:19.655Z] coverage: 100.0% of statements [2022-02-15T15:22:19.655Z] ok github.com/docker/docker/api/types/time 0.248s coverage: 100.0% of statements [2022-02-15T15:22:19.655Z] === RUN TestCompareVersion [2022-02-15T15:22:19.655Z] --- PASS: TestCompareVersion (0.00s) [2022-02-15T15:22:19.655Z] PASS [2022-02-15T15:22:19.655Z] coverage: 77.3% of statements [2022-02-15T15:22:19.655Z] ok github.com/docker/docker/api/types/versions 0.045s coverage: 77.3% of statements [2022-02-15T15:22:19.655Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-02-15T15:22:19.655Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-02-15T15:22:19.655Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-02-15T15:22:19.655Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-02-15T15:22:19.655Z] ? github.com/docker/docker/builder [no test files] [2022-02-15T15:22:19.655Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-02-15T15:22:19.655Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-02-15T15:22:19.655Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-02-15T15:22:19.655Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-02-15T15:22:19.655Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-02-15T15:22:19.655Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-02-15T15:22:19.655Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-02-15T15:22:20.148Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-02-15T15:22:20.148Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-02-15T15:22:20.148Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-02-15T15:22:20.719Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-02-15T15:22:21.220Z] === RUN TestParseRemoteURL [2022-02-15T15:22:21.220Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-02-15T15:22:21.220Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-02-15T15:22:21.220Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-02-15T15:22:21.220Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-02-15T15:22:21.220Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-02-15T15:22:21.220Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-02-15T15:22:21.220Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-02-15T15:22:21.220Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-02-15T15:22:21.220Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-02-15T15:22:21.220Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-02-15T15:22:21.220Z] --- PASS: TestParseRemoteURL (0.00s) [2022-02-15T15:22:21.220Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-02-15T15:22:21.220Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-02-15T15:22:21.220Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-02-15T15:22:21.220Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-02-15T15:22:21.220Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-02-15T15:22:21.220Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-02-15T15:22:21.220Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-02-15T15:22:21.220Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-02-15T15:22:21.220Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-02-15T15:22:21.220Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-02-15T15:22:21.220Z] === RUN TestCloneArgsSmartHttp [2022-02-15T15:22:21.220Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-02-15T15:22:21.220Z] === RUN TestCloneArgsDumbHttp [2022-02-15T15:22:21.220Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-02-15T15:22:21.220Z] === RUN TestCloneArgsGit [2022-02-15T15:22:21.220Z] --- PASS: TestCloneArgsGit (0.00s) [2022-02-15T15:22:21.220Z] === RUN TestCheckoutGit [2022-02-15T15:22:22.789Z] === RUN TestEnable [2022-02-15T15:22:22.789Z] --- PASS: TestEnable (0.00s) [2022-02-15T15:22:22.789Z] === RUN TestDisable [2022-02-15T15:22:22.789Z] --- PASS: TestDisable (0.00s) [2022-02-15T15:22:22.789Z] === RUN TestEnabled [2022-02-15T15:22:22.789Z] --- PASS: TestEnabled (0.00s) [2022-02-15T15:22:22.789Z] PASS [2022-02-15T15:22:22.789Z] coverage: 100.0% of statements [2022-02-15T15:22:22.789Z] ok github.com/docker/docker/cli/debug 0.047s coverage: 100.0% of statements [2022-02-15T15:22:23.257Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-02-15T15:22:23.257Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-02-15T15:22:23.257Z] === RUN TestProcessNoDockerignore [2022-02-15T15:22:23.257Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-02-15T15:22:23.257Z] === RUN TestProcessShouldLeaveAllFiles [2022-02-15T15:22:23.257Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-02-15T15:22:23.257Z] === RUN TestDetectContentType [2022-02-15T15:22:23.257Z] --- PASS: TestDetectContentType (0.00s) [2022-02-15T15:22:23.257Z] === RUN TestSelectAcceptableMIME [2022-02-15T15:22:23.257Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-02-15T15:22:23.257Z] === RUN TestInspectEmptyResponse [2022-02-15T15:22:23.257Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-02-15T15:22:23.257Z] === RUN TestInspectResponseBinary [2022-02-15T15:22:23.257Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-02-15T15:22:23.257Z] === RUN TestResponseUnsupportedContentType [2022-02-15T15:22:23.257Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-02-15T15:22:23.257Z] === RUN TestInspectResponseTextSimple [2022-02-15T15:22:23.257Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-02-15T15:22:23.257Z] === RUN TestInspectResponseEmptyContentType [2022-02-15T15:22:23.257Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-02-15T15:22:23.257Z] === RUN TestUnknownContentLength [2022-02-15T15:22:23.257Z] --- PASS: TestUnknownContentLength (0.00s) [2022-02-15T15:22:23.257Z] === RUN TestDownloadRemote [2022-02-15T15:22:23.257Z] --- PASS: TestDownloadRemote (0.11s) [2022-02-15T15:22:23.257Z] === RUN TestGetWithStatusError [2022-02-15T15:22:23.257Z] --- PASS: TestGetWithStatusError (0.00s) [2022-02-15T15:22:23.257Z] === RUN TestCloseRootDirectory [2022-02-15T15:22:23.257Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:22:23.257Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-02-15T15:22:23.257Z] === RUN TestHashFile [2022-02-15T15:22:23.257Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:22:23.257Z] --- SKIP: TestHashFile (0.00s) [2022-02-15T15:22:23.257Z] === RUN TestHashSubdir [2022-02-15T15:22:23.257Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:22:23.257Z] --- SKIP: TestHashSubdir (0.01s) [2022-02-15T15:22:23.257Z] === RUN TestRemoveDirectory [2022-02-15T15:22:23.257Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:22:23.257Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-02-15T15:22:23.257Z] PASS [2022-02-15T15:22:23.257Z] coverage: 9.3% of statements [2022-02-15T15:22:23.257Z] ok github.com/docker/docker/builder/remotecontext 0.346s coverage: 9.3% of statements [2022-02-15T15:22:23.726Z] === RUN TestGetAllAllowed [2022-02-15T15:22:23.726Z] --- PASS: TestGetAllAllowed (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestGetAllMeta [2022-02-15T15:22:23.726Z] --- PASS: TestGetAllMeta (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestWarnOnUnusedBuildArgs [2022-02-15T15:22:23.726Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestIsUnreferencedBuiltin [2022-02-15T15:22:23.726Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestIsExistingDirectory [2022-02-15T15:22:23.726Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestGetFilenameForDownload [2022-02-15T15:22:23.726Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestEnv2Variables [2022-02-15T15:22:23.726Z] --- PASS: TestEnv2Variables (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-02-15T15:22:23.726Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestMaintainer [2022-02-15T15:22:23.726Z] --- PASS: TestMaintainer (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestLabel [2022-02-15T15:22:23.726Z] --- PASS: TestLabel (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestFromScratch [2022-02-15T15:22:23.726Z] --- PASS: TestFromScratch (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestFromWithArg [2022-02-15T15:22:23.726Z] --- PASS: TestFromWithArg (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-02-15T15:22:23.726Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestFromWithUndefinedArg [2022-02-15T15:22:23.726Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestFromMultiStageWithNamedStage [2022-02-15T15:22:23.726Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestOnbuild [2022-02-15T15:22:23.726Z] --- PASS: TestOnbuild (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestWorkdir [2022-02-15T15:22:23.726Z] --- PASS: TestWorkdir (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestCmd [2022-02-15T15:22:23.726Z] --- PASS: TestCmd (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestHealthcheckNone [2022-02-15T15:22:23.726Z] --- PASS: TestHealthcheckNone (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestHealthcheckCmd [2022-02-15T15:22:23.726Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestEntrypoint [2022-02-15T15:22:23.726Z] --- PASS: TestEntrypoint (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestExpose [2022-02-15T15:22:23.726Z] --- PASS: TestExpose (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestUser [2022-02-15T15:22:23.726Z] --- PASS: TestUser (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestVolume [2022-02-15T15:22:23.726Z] --- PASS: TestVolume (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestStopSignal [2022-02-15T15:22:23.726Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-02-15T15:22:23.726Z] --- SKIP: TestStopSignal (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestArg [2022-02-15T15:22:23.726Z] --- PASS: TestArg (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestShell [2022-02-15T15:22:23.726Z] --- PASS: TestShell (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestPrependEnvOnCmd [2022-02-15T15:22:23.726Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestRunWithBuildArgs [2022-02-15T15:22:23.726Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestRunIgnoresHealthcheck [2022-02-15T15:22:23.726Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestDispatchUnsupportedOptions [2022-02-15T15:22:23.726Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-02-15T15:22:23.726Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-02-15T15:22:23.726Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-02-15T15:22:23.726Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-02-15T15:22:23.726Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-02-15T15:22:23.726Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-02-15T15:22:23.726Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestNormalizeWorkdir [2022-02-15T15:22:23.726Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestDispatch [2022-02-15T15:22:23.726Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-02-15T15:22:23.726Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-02-15T15:22:23.726Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-02-15T15:22:23.726Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-02-15T15:22:23.726Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-02-15T15:22:23.726Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-02-15T15:22:23.726Z] === RUN TestDispatch/COPY_url [2022-02-15T15:22:23.726Z] --- PASS: TestDispatch (0.08s) [2022-02-15T15:22:23.726Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s) [2022-02-15T15:22:23.726Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-02-15T15:22:23.726Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-02-15T15:22:23.726Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-02-15T15:22:23.726Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-02-15T15:22:23.726Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-02-15T15:22:23.726Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestAddScratchImageAddsToMounts [2022-02-15T15:22:23.726Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestAddFromScratchPopulatesPlatform [2022-02-15T15:22:23.726Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-02-15T15:22:23.726Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-02-15T15:22:23.726Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestImageSourceGetAddsToMounts [2022-02-15T15:22:23.726Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestEmptyDockerfile [2022-02-15T15:22:23.726Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-02-15T15:22:23.726Z] === RUN TestSymlinkDockerfile [2022-02-15T15:22:23.726Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-02-15T15:22:23.726Z] === RUN TestDockerfileOutsideTheBuildContext [2022-02-15T15:22:23.726Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestNonExistingDockerfile [2022-02-15T15:22:23.726Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestCopyRunConfig [2022-02-15T15:22:23.726Z] --- PASS: TestCopyRunConfig (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestDeepCopyRunConfig [2022-02-15T15:22:23.726Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestExportImage [2022-02-15T15:22:23.726Z] --- PASS: TestExportImage (0.00s) [2022-02-15T15:22:23.726Z] === RUN TestNormalizeDest [2022-02-15T15:22:23.726Z] --- PASS: TestNormalizeDest (0.00s) [2022-02-15T15:22:23.726Z] PASS [2022-02-15T15:22:23.726Z] coverage: 46.8% of statements [2022-02-15T15:22:23.726Z] ok github.com/docker/docker/builder/dockerfile 0.215s coverage: 46.8% of statements [2022-02-15T15:22:24.195Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-02-15T15:22:24.665Z] === RUN TestTCP4Proxy [2022-02-15T15:22:24.665Z] --- PASS: TestTCP4Proxy (0.01s) [2022-02-15T15:22:24.665Z] === RUN TestTCP4ProxyHalfClose [2022-02-15T15:22:24.665Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-02-15T15:22:24.665Z] === RUN TestTCP6Proxy [2022-02-15T15:22:24.665Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-02-15T15:22:24.665Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-02-15T15:22:24.665Z] === RUN TestTCPDualStackProxy [2022-02-15T15:22:24.665Z] network_proxy_test.go:208: No support for dual stack yet [2022-02-15T15:22:24.665Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-02-15T15:22:24.665Z] === RUN TestUDP4Proxy [2022-02-15T15:22:24.665Z] --- PASS: TestUDP4Proxy (0.00s) [2022-02-15T15:22:24.665Z] === RUN TestUDP6Proxy [2022-02-15T15:22:24.665Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-02-15T15:22:24.665Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-02-15T15:22:24.665Z] === RUN TestUDPWriteError [2022-02-15T15:22:24.665Z] --- PASS: TestUDPWriteError (0.00s) [2022-02-15T15:22:24.665Z] === RUN TestSCTP4Proxy [2022-02-15T15:22:24.665Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-02-15T15:22:24.665Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-02-15T15:22:24.665Z] === RUN TestSCTP6Proxy [2022-02-15T15:22:24.665Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-02-15T15:22:24.665Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-02-15T15:22:24.665Z] PASS [2022-02-15T15:22:24.665Z] coverage: 49.4% of statements [2022-02-15T15:22:24.665Z] ok github.com/docker/docker/cmd/docker-proxy 0.062s coverage: 49.4% of statements [2022-02-15T15:22:27.304Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-02-15T15:22:27.565Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-02-15T15:22:28.949Z] === RUN TestDockerSuite/TestBuildExpose [2022-02-15T15:22:29.521Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-02-15T15:22:30.465Z] docker_api_swarm_test.go:563: [d0cc5d80f68f5] joining swarm manager [d6663e14f0323]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:22:30.725Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-02-15T15:22:31.325Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-02-15T15:22:31.898Z] === RUN TestDockerSuite/TestBuildFails [2022-02-15T15:22:32.853Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-02-15T15:22:32.853Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-02-15T15:22:35.398Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-02-15T15:22:36.785Z] === RUN TestDockerSuite/TestBuildForceRm [2022-02-15T15:22:37.160Z] === RUN TestCheckpointCreateError [2022-02-15T15:22:37.160Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestCheckpointCreate [2022-02-15T15:22:37.160Z] --- PASS: TestCheckpointCreate (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestCheckpointDeleteError [2022-02-15T15:22:37.160Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestCheckpointDelete [2022-02-15T15:22:37.160Z] --- PASS: TestCheckpointDelete (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestCheckpointListError [2022-02-15T15:22:37.160Z] --- PASS: TestCheckpointListError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestCheckpointList [2022-02-15T15:22:37.160Z] --- PASS: TestCheckpointList (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestCheckpointListContainerNotFound [2022-02-15T15:22:37.160Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestNewClientWithOpsFromEnv [2022-02-15T15:22:37.160Z] client_test.go:23: runtime.GOOS == "windows" [2022-02-15T15:22:37.160Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestGetAPIPath [2022-02-15T15:22:37.160Z] --- PASS: TestGetAPIPath (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestParseHostURL [2022-02-15T15:22:37.160Z] --- PASS: TestParseHostURL (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-02-15T15:22:37.160Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestNegotiateAPIVersionEmpty [2022-02-15T15:22:37.160Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestNegotiateAPIVersion [2022-02-15T15:22:37.160Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestNegotiateAPVersionOverride [2022-02-15T15:22:37.160Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestNegotiateAPIVersionAutomatic [2022-02-15T15:22:37.160Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-02-15T15:22:37.160Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-02-15T15:22:37.160Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestClientRedirect [2022-02-15T15:22:37.160Z] --- PASS: TestClientRedirect (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigCreateUnsupported [2022-02-15T15:22:37.160Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigCreateError [2022-02-15T15:22:37.160Z] --- PASS: TestConfigCreateError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigCreate [2022-02-15T15:22:37.160Z] --- PASS: TestConfigCreate (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigInspectNotFound [2022-02-15T15:22:37.160Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigInspectWithEmptyID [2022-02-15T15:22:37.160Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigInspectUnsupported [2022-02-15T15:22:37.160Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigInspectError [2022-02-15T15:22:37.160Z] --- PASS: TestConfigInspectError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigInspectConfigNotFound [2022-02-15T15:22:37.160Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigInspect [2022-02-15T15:22:37.160Z] --- PASS: TestConfigInspect (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigListUnsupported [2022-02-15T15:22:37.160Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigListError [2022-02-15T15:22:37.160Z] --- PASS: TestConfigListError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigList [2022-02-15T15:22:37.160Z] --- PASS: TestConfigList (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigRemoveUnsupported [2022-02-15T15:22:37.160Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigRemoveError [2022-02-15T15:22:37.160Z] --- PASS: TestConfigRemoveError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigRemove [2022-02-15T15:22:37.160Z] --- PASS: TestConfigRemove (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigUpdateUnsupported [2022-02-15T15:22:37.160Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigUpdateError [2022-02-15T15:22:37.160Z] --- PASS: TestConfigUpdateError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestConfigUpdate [2022-02-15T15:22:37.160Z] --- PASS: TestConfigUpdate (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestContainerCommitError [2022-02-15T15:22:37.160Z] --- PASS: TestContainerCommitError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestContainerCommit [2022-02-15T15:22:37.160Z] --- PASS: TestContainerCommit (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestContainerStatPathError [2022-02-15T15:22:37.160Z] --- PASS: TestContainerStatPathError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestContainerStatPathNotFoundError [2022-02-15T15:22:37.160Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestContainerStatPathNoHeaderError [2022-02-15T15:22:37.160Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestContainerStatPath [2022-02-15T15:22:37.160Z] --- PASS: TestContainerStatPath (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestCopyToContainerError [2022-02-15T15:22:37.160Z] --- PASS: TestCopyToContainerError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestCopyToContainerNotFoundError [2022-02-15T15:22:37.160Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestCopyToContainerNotStatusOKError [2022-02-15T15:22:37.160Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestCopyToContainer [2022-02-15T15:22:37.160Z] --- PASS: TestCopyToContainer (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestCopyFromContainerError [2022-02-15T15:22:37.160Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestCopyFromContainerNotFoundError [2022-02-15T15:22:37.160Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestCopyFromContainerNotStatusOKError [2022-02-15T15:22:37.160Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestCopyFromContainerNoHeaderError [2022-02-15T15:22:37.160Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestCopyFromContainer [2022-02-15T15:22:37.160Z] --- PASS: TestCopyFromContainer (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestContainerCreateError [2022-02-15T15:22:37.160Z] --- PASS: TestContainerCreateError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestContainerCreateImageNotFound [2022-02-15T15:22:37.160Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestContainerCreateWithName [2022-02-15T15:22:37.160Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestContainerCreateAutoRemove [2022-02-15T15:22:37.160Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestContainerDiffError [2022-02-15T15:22:37.160Z] --- PASS: TestContainerDiffError (0.00s) [2022-02-15T15:22:37.160Z] === RUN TestContainerDiff [2022-02-15T15:22:37.161Z] --- PASS: TestContainerDiff (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerExecCreateError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerExecCreate [2022-02-15T15:22:37.161Z] --- PASS: TestContainerExecCreate (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerExecStartError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerExecStartError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerExecStart [2022-02-15T15:22:37.161Z] --- PASS: TestContainerExecStart (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerExecInspectError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerExecInspect [2022-02-15T15:22:37.161Z] --- PASS: TestContainerExecInspect (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerExportError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerExportError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerExport [2022-02-15T15:22:37.161Z] --- PASS: TestContainerExport (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerInspectError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerInspectError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerInspectContainerNotFound [2022-02-15T15:22:37.161Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerInspectWithEmptyID [2022-02-15T15:22:37.161Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerInspect [2022-02-15T15:22:37.161Z] --- PASS: TestContainerInspect (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerInspectNode [2022-02-15T15:22:37.161Z] --- PASS: TestContainerInspectNode (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerKillError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerKillError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerKill [2022-02-15T15:22:37.161Z] --- PASS: TestContainerKill (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerListError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerListError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerList [2022-02-15T15:22:37.161Z] --- PASS: TestContainerList (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerLogsNotFoundError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerLogsError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerLogsError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerLogs [2022-02-15T15:22:37.161Z] --- PASS: TestContainerLogs (0.23s) [2022-02-15T15:22:37.161Z] === RUN TestContainerPauseError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerPauseError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerPause [2022-02-15T15:22:37.161Z] --- PASS: TestContainerPause (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainersPruneError [2022-02-15T15:22:37.161Z] --- PASS: TestContainersPruneError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainersPrune [2022-02-15T15:22:37.161Z] --- PASS: TestContainersPrune (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerRemoveError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerRemoveError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerRemoveNotFoundError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerRemove [2022-02-15T15:22:37.161Z] --- PASS: TestContainerRemove (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerRenameError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerRenameError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerRename [2022-02-15T15:22:37.161Z] --- PASS: TestContainerRename (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerResizeError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerResizeError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerExecResizeError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerResize [2022-02-15T15:22:37.161Z] --- PASS: TestContainerResize (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerExecResize [2022-02-15T15:22:37.161Z] --- PASS: TestContainerExecResize (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerRestartError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerRestartError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerRestart [2022-02-15T15:22:37.161Z] --- PASS: TestContainerRestart (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerStartError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerStartError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerStart [2022-02-15T15:22:37.161Z] --- PASS: TestContainerStart (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerStatsError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerStatsError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerStats [2022-02-15T15:22:37.161Z] --- PASS: TestContainerStats (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerStopError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerStopError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerStop [2022-02-15T15:22:37.161Z] --- PASS: TestContainerStop (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerTopError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerTopError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerTop [2022-02-15T15:22:37.161Z] --- PASS: TestContainerTop (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerUnpauseError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerUnpause [2022-02-15T15:22:37.161Z] --- PASS: TestContainerUnpause (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerUpdateError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerUpdateError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerUpdate [2022-02-15T15:22:37.161Z] --- PASS: TestContainerUpdate (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerWaitError [2022-02-15T15:22:37.161Z] --- PASS: TestContainerWaitError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestContainerWait [2022-02-15T15:22:37.161Z] --- PASS: TestContainerWait (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestDiskUsageError [2022-02-15T15:22:37.161Z] --- PASS: TestDiskUsageError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestDiskUsage [2022-02-15T15:22:37.161Z] --- PASS: TestDiskUsage (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestDistributionInspectUnsupported [2022-02-15T15:22:37.161Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestDistributionInspectWithEmptyID [2022-02-15T15:22:37.161Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestEventsErrorInOptions [2022-02-15T15:22:37.161Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestEventsErrorFromServer [2022-02-15T15:22:37.161Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestEvents [2022-02-15T15:22:37.161Z] --- PASS: TestEvents (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestTLSCloseWriter [2022-02-15T15:22:37.161Z] === PAUSE TestTLSCloseWriter [2022-02-15T15:22:37.161Z] === RUN TestImageBuildError [2022-02-15T15:22:37.161Z] --- PASS: TestImageBuildError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageBuild [2022-02-15T15:22:37.161Z] --- PASS: TestImageBuild (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestGetDockerOS [2022-02-15T15:22:37.161Z] --- PASS: TestGetDockerOS (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageCreateError [2022-02-15T15:22:37.161Z] --- PASS: TestImageCreateError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageCreate [2022-02-15T15:22:37.161Z] --- PASS: TestImageCreate (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageHistoryError [2022-02-15T15:22:37.161Z] --- PASS: TestImageHistoryError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageHistory [2022-02-15T15:22:37.161Z] --- PASS: TestImageHistory (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageImportError [2022-02-15T15:22:37.161Z] --- PASS: TestImageImportError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageImport [2022-02-15T15:22:37.161Z] --- PASS: TestImageImport (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageInspectError [2022-02-15T15:22:37.161Z] --- PASS: TestImageInspectError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageInspectImageNotFound [2022-02-15T15:22:37.161Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageInspectWithEmptyID [2022-02-15T15:22:37.161Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageInspect [2022-02-15T15:22:37.161Z] --- PASS: TestImageInspect (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageListError [2022-02-15T15:22:37.161Z] --- PASS: TestImageListError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageList [2022-02-15T15:22:37.161Z] --- PASS: TestImageList (0.05s) [2022-02-15T15:22:37.161Z] === RUN TestImageListApiBefore125 [2022-02-15T15:22:37.161Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageLoadError [2022-02-15T15:22:37.161Z] --- PASS: TestImageLoadError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageLoad [2022-02-15T15:22:37.161Z] --- PASS: TestImageLoad (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImagesPruneError [2022-02-15T15:22:37.161Z] --- PASS: TestImagesPruneError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImagesPrune [2022-02-15T15:22:37.161Z] --- PASS: TestImagesPrune (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImagePullReferenceParseError [2022-02-15T15:22:37.161Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImagePullAnyError [2022-02-15T15:22:37.161Z] --- PASS: TestImagePullAnyError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImagePullStatusUnauthorizedError [2022-02-15T15:22:37.161Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-15T15:22:37.161Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-15T15:22:37.161Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-02-15T15:22:37.161Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImagePullWithoutErrors [2022-02-15T15:22:37.161Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImagePushReferenceError [2022-02-15T15:22:37.161Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImagePushAnyError [2022-02-15T15:22:37.161Z] --- PASS: TestImagePushAnyError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImagePushStatusUnauthorizedError [2022-02-15T15:22:37.161Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-15T15:22:37.161Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-15T15:22:37.161Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-02-15T15:22:37.161Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImagePushWithoutErrors [2022-02-15T15:22:37.161Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-02-15T15:22:37.161Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-02-15T15:22:37.161Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-02-15T15:22:37.161Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-02-15T15:22:37.161Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-02-15T15:22:37.161Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-02-15T15:22:37.161Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-02-15T15:22:37.161Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-02-15T15:22:37.161Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageRemoveError [2022-02-15T15:22:37.161Z] --- PASS: TestImageRemoveError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageRemoveImageNotFound [2022-02-15T15:22:37.161Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageRemove [2022-02-15T15:22:37.161Z] --- PASS: TestImageRemove (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageSaveError [2022-02-15T15:22:37.161Z] --- PASS: TestImageSaveError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageSave [2022-02-15T15:22:37.161Z] --- PASS: TestImageSave (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageSearchAnyError [2022-02-15T15:22:37.161Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageSearchStatusUnauthorizedError [2022-02-15T15:22:37.161Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-15T15:22:37.161Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-15T15:22:37.161Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-02-15T15:22:37.161Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageSearchWithoutErrors [2022-02-15T15:22:37.161Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageTagError [2022-02-15T15:22:37.161Z] --- PASS: TestImageTagError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageTagInvalidReference [2022-02-15T15:22:37.161Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageTagInvalidSourceImageName [2022-02-15T15:22:37.161Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestImageTagHexSource [2022-02-15T15:22:37.161Z] --- PASS: TestImageTagHexSource (0.02s) [2022-02-15T15:22:37.161Z] === RUN TestImageTag [2022-02-15T15:22:37.161Z] --- PASS: TestImageTag (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestInfoServerError [2022-02-15T15:22:37.161Z] --- PASS: TestInfoServerError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestInfoInvalidResponseJSONError [2022-02-15T15:22:37.161Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestInfo [2022-02-15T15:22:37.161Z] --- PASS: TestInfo (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNetworkConnectError [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkConnectError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNetworkConnect [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkConnect (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNetworkCreateError [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkCreateError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNetworkCreate [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkCreate (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNetworkDisconnectError [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNetworkDisconnect [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNetworkInspect [2022-02-15T15:22:37.161Z] === RUN TestNetworkInspect/empty_ID [2022-02-15T15:22:37.161Z] === RUN TestNetworkInspect/no_options [2022-02-15T15:22:37.161Z] === RUN TestNetworkInspect/verbose [2022-02-15T15:22:37.161Z] === RUN TestNetworkInspect/global_scope [2022-02-15T15:22:37.161Z] === RUN TestNetworkInspect/unknown_network [2022-02-15T15:22:37.161Z] === RUN TestNetworkInspect/server_error [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkInspect (0.00s) [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNetworkListError [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkListError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNetworkList [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkList (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNetworksPruneError [2022-02-15T15:22:37.161Z] --- PASS: TestNetworksPruneError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNetworksPrune [2022-02-15T15:22:37.161Z] --- PASS: TestNetworksPrune (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNetworkRemoveError [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNetworkRemove [2022-02-15T15:22:37.161Z] --- PASS: TestNetworkRemove (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNodeInspectError [2022-02-15T15:22:37.161Z] --- PASS: TestNodeInspectError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNodeInspectNodeNotFound [2022-02-15T15:22:37.161Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNodeInspectWithEmptyID [2022-02-15T15:22:37.161Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNodeInspect [2022-02-15T15:22:37.161Z] --- PASS: TestNodeInspect (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNodeListError [2022-02-15T15:22:37.161Z] --- PASS: TestNodeListError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNodeList [2022-02-15T15:22:37.161Z] --- PASS: TestNodeList (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNodeRemoveError [2022-02-15T15:22:37.161Z] --- PASS: TestNodeRemoveError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNodeRemove [2022-02-15T15:22:37.161Z] --- PASS: TestNodeRemove (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNodeUpdateError [2022-02-15T15:22:37.161Z] --- PASS: TestNodeUpdateError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestNodeUpdate [2022-02-15T15:22:37.161Z] --- PASS: TestNodeUpdate (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestOptionWithHostFromEnv [2022-02-15T15:22:37.161Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestOptionWithTimeout [2022-02-15T15:22:37.161Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestOptionWithVersionFromEnv [2022-02-15T15:22:37.161Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestPingFail [2022-02-15T15:22:37.161Z] --- PASS: TestPingFail (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestPingWithError [2022-02-15T15:22:37.161Z] 2022/02/15 15:22:36 RoundTripper returned a response & error; ignoring response [2022-02-15T15:22:37.161Z] 2022/02/15 15:22:36 RoundTripper returned a response & error; ignoring response [2022-02-15T15:22:37.161Z] --- PASS: TestPingWithError (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestPingSuccess [2022-02-15T15:22:37.161Z] --- PASS: TestPingSuccess (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestPingHeadFallback [2022-02-15T15:22:37.161Z] === RUN TestPingHeadFallback/OK [2022-02-15T15:22:37.161Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-02-15T15:22:37.161Z] === RUN TestPingHeadFallback/Not_Found [2022-02-15T15:22:37.161Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-02-15T15:22:37.161Z] --- PASS: TestPingHeadFallback (0.00s) [2022-02-15T15:22:37.161Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-02-15T15:22:37.161Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-02-15T15:22:37.161Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-02-15T15:22:37.161Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-02-15T15:22:37.161Z] === RUN TestPluginDisableError [2022-02-15T15:22:37.162Z] --- PASS: TestPluginDisableError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestPluginDisable [2022-02-15T15:22:37.162Z] --- PASS: TestPluginDisable (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestPluginEnableError [2022-02-15T15:22:37.162Z] --- PASS: TestPluginEnableError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestPluginEnable [2022-02-15T15:22:37.162Z] --- PASS: TestPluginEnable (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestPluginInspectError [2022-02-15T15:22:37.162Z] --- PASS: TestPluginInspectError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestPluginInspectWithEmptyID [2022-02-15T15:22:37.162Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestPluginInspect [2022-02-15T15:22:37.162Z] --- PASS: TestPluginInspect (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestPluginListError [2022-02-15T15:22:37.162Z] --- PASS: TestPluginListError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestPluginList [2022-02-15T15:22:37.162Z] --- PASS: TestPluginList (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestPluginPushError [2022-02-15T15:22:37.162Z] --- PASS: TestPluginPushError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestPluginPush [2022-02-15T15:22:37.162Z] --- PASS: TestPluginPush (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestPluginRemoveError [2022-02-15T15:22:37.162Z] --- PASS: TestPluginRemoveError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestPluginRemove [2022-02-15T15:22:37.162Z] --- PASS: TestPluginRemove (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestPluginSetError [2022-02-15T15:22:37.162Z] --- PASS: TestPluginSetError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestPluginSet [2022-02-15T15:22:37.162Z] --- PASS: TestPluginSet (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSetHostHeader [2022-02-15T15:22:37.162Z] --- PASS: TestSetHostHeader (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestPlainTextError [2022-02-15T15:22:37.162Z] --- PASS: TestPlainTextError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestInfiniteError [2022-02-15T15:22:37.162Z] --- PASS: TestInfiniteError (0.02s) [2022-02-15T15:22:37.162Z] === RUN TestCanceledContext [2022-02-15T15:22:37.162Z] 2022/02/15 15:22:36 RoundTripper returned a response & error; ignoring response [2022-02-15T15:22:37.162Z] --- PASS: TestCanceledContext (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestDeadlineExceededContext [2022-02-15T15:22:37.162Z] 2022/02/15 15:22:36 RoundTripper returned a response & error; ignoring response [2022-02-15T15:22:37.162Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSecretCreateUnsupported [2022-02-15T15:22:37.162Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSecretCreateError [2022-02-15T15:22:37.162Z] --- PASS: TestSecretCreateError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSecretCreate [2022-02-15T15:22:37.162Z] --- PASS: TestSecretCreate (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSecretInspectUnsupported [2022-02-15T15:22:37.162Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSecretInspectError [2022-02-15T15:22:37.162Z] --- PASS: TestSecretInspectError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSecretInspectSecretNotFound [2022-02-15T15:22:37.162Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSecretInspectWithEmptyID [2022-02-15T15:22:37.162Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSecretInspect [2022-02-15T15:22:37.162Z] --- PASS: TestSecretInspect (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSecretListUnsupported [2022-02-15T15:22:37.162Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSecretListError [2022-02-15T15:22:37.162Z] --- PASS: TestSecretListError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSecretList [2022-02-15T15:22:37.162Z] --- PASS: TestSecretList (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSecretRemoveUnsupported [2022-02-15T15:22:37.162Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSecretRemoveError [2022-02-15T15:22:37.162Z] --- PASS: TestSecretRemoveError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSecretRemove [2022-02-15T15:22:37.162Z] --- PASS: TestSecretRemove (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSecretUpdateUnsupported [2022-02-15T15:22:37.162Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSecretUpdateError [2022-02-15T15:22:37.162Z] --- PASS: TestSecretUpdateError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSecretUpdate [2022-02-15T15:22:37.162Z] --- PASS: TestSecretUpdate (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestServiceCreateError [2022-02-15T15:22:37.162Z] --- PASS: TestServiceCreateError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestServiceCreate [2022-02-15T15:22:37.162Z] --- PASS: TestServiceCreate (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestServiceCreateCompatiblePlatforms [2022-02-15T15:22:37.162Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestServiceCreateDigestPinning [2022-02-15T15:22:37.162Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestServiceInspectError [2022-02-15T15:22:37.162Z] --- PASS: TestServiceInspectError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestServiceInspectServiceNotFound [2022-02-15T15:22:37.162Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestServiceInspectWithEmptyID [2022-02-15T15:22:37.162Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestServiceInspect [2022-02-15T15:22:37.162Z] --- PASS: TestServiceInspect (0.01s) [2022-02-15T15:22:37.162Z] === RUN TestServiceListError [2022-02-15T15:22:37.162Z] --- PASS: TestServiceListError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestServiceList [2022-02-15T15:22:37.162Z] --- PASS: TestServiceList (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestServiceLogsError [2022-02-15T15:22:37.162Z] --- PASS: TestServiceLogsError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestServiceLogs [2022-02-15T15:22:37.162Z] --- PASS: TestServiceLogs (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestServiceRemoveError [2022-02-15T15:22:37.162Z] --- PASS: TestServiceRemoveError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestServiceRemoveNotFoundError [2022-02-15T15:22:37.162Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestServiceRemove [2022-02-15T15:22:37.162Z] --- PASS: TestServiceRemove (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestServiceUpdateError [2022-02-15T15:22:37.162Z] --- PASS: TestServiceUpdateError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestServiceUpdate [2022-02-15T15:22:37.162Z] --- PASS: TestServiceUpdate (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSwarmGetUnlockKeyError [2022-02-15T15:22:37.162Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSwarmGetUnlockKey [2022-02-15T15:22:37.162Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSwarmInitError [2022-02-15T15:22:37.162Z] --- PASS: TestSwarmInitError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSwarmInit [2022-02-15T15:22:37.162Z] --- PASS: TestSwarmInit (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSwarmInspectError [2022-02-15T15:22:37.162Z] --- PASS: TestSwarmInspectError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSwarmInspect [2022-02-15T15:22:37.162Z] --- PASS: TestSwarmInspect (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSwarmJoinError [2022-02-15T15:22:37.162Z] --- PASS: TestSwarmJoinError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSwarmJoin [2022-02-15T15:22:37.162Z] --- PASS: TestSwarmJoin (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSwarmLeaveError [2022-02-15T15:22:37.162Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSwarmLeave [2022-02-15T15:22:37.162Z] --- PASS: TestSwarmLeave (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSwarmUnlockError [2022-02-15T15:22:37.162Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSwarmUnlock [2022-02-15T15:22:37.162Z] --- PASS: TestSwarmUnlock (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSwarmUpdateError [2022-02-15T15:22:37.162Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestSwarmUpdate [2022-02-15T15:22:37.162Z] --- PASS: TestSwarmUpdate (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestTaskInspectError [2022-02-15T15:22:37.162Z] --- PASS: TestTaskInspectError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestTaskInspectWithEmptyID [2022-02-15T15:22:37.162Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestTaskInspect [2022-02-15T15:22:37.162Z] --- PASS: TestTaskInspect (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestTaskListError [2022-02-15T15:22:37.162Z] --- PASS: TestTaskListError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestTaskList [2022-02-15T15:22:37.162Z] --- PASS: TestTaskList (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestVolumeCreateError [2022-02-15T15:22:37.162Z] --- PASS: TestVolumeCreateError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestVolumeCreate [2022-02-15T15:22:37.162Z] --- PASS: TestVolumeCreate (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestVolumeInspectError [2022-02-15T15:22:37.162Z] --- PASS: TestVolumeInspectError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestVolumeInspectNotFound [2022-02-15T15:22:37.162Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestVolumeInspectWithEmptyID [2022-02-15T15:22:37.162Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestVolumeInspect [2022-02-15T15:22:37.162Z] --- PASS: TestVolumeInspect (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestVolumeListError [2022-02-15T15:22:37.162Z] --- PASS: TestVolumeListError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestVolumeList [2022-02-15T15:22:37.162Z] --- PASS: TestVolumeList (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestVolumeRemoveError [2022-02-15T15:22:37.162Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-02-15T15:22:37.162Z] === RUN TestVolumeRemove [2022-02-15T15:22:37.162Z] --- PASS: TestVolumeRemove (0.00s) [2022-02-15T15:22:37.162Z] === CONT TestTLSCloseWriter [2022-02-15T15:22:37.162Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-02-15T15:22:37.162Z] PASS [2022-02-15T15:22:37.162Z] coverage: 75.3% of statements [2022-02-15T15:22:37.162Z] ok github.com/docker/docker/client 0.508s coverage: 75.3% of statements [2022-02-15T15:22:38.172Z] === RUN TestDockerSuite/TestBuildFromGit [2022-02-15T15:22:39.557Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-02-15T15:22:39.818Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-02-15T15:22:40.762Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-02-15T15:22:43.307Z] docker_api_swarm_test.go:585: [d12469c14042c] joining swarm manager [d6663e14f0323]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:22:43.307Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-02-15T15:22:43.878Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-02-15T15:22:44.448Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-02-15T15:22:45.835Z] check_test.go:379: [d0cc5d80f68f5] daemon is not started [2022-02-15T15:22:46.408Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-02-15T15:22:47.797Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-02-15T15:22:49.183Z] === RUN TestDockerSuite/TestBuildHistory [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-02-15T15:22:50.543Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-02-15T15:22:50.543Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-02-15T15:22:50.543Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-02-15T15:22:50.543Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-02-15T15:22:50.543Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-02-15T15:22:50.543Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-02-15T15:22:50.543Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-02-15T15:22:50.543Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-02-15T15:22:50.543Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-02-15T15:22:50.543Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-02-15T15:22:50.543Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-02-15T15:22:50.543Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-02-15T15:22:50.543Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-02-15T15:22:50.543Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-02-15T15:22:50.543Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-02-15T15:22:53.391Z] === RUN TestDockerSuite/TestBuildIidFile [2022-02-15T15:22:53.391Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-02-15T15:22:53.496Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-02-15T15:22:53.496Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-02-15T15:22:53.496Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-02-15T15:22:53.496Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-02-15T15:22:53.961Z] === RUN TestDockerSuite/TestBuildInheritance [2022-02-15T15:22:53.963Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-02-15T15:22:54.532Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-02-15T15:22:55.104Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-02-15T15:22:55.104Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-02-15T15:22:56.046Z] === RUN TestDockerSuite/TestBuildLabel [2022-02-15T15:22:56.046Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-02-15T15:22:56.046Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-02-15T15:22:56.046Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-02-15T15:22:56.307Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-02-15T15:22:56.878Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-02-15T15:22:57.449Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-02-15T15:22:57.710Z] === RUN TestDockerSuite/TestBuildLabels [2022-02-15T15:22:58.283Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-02-15T15:22:58.854Z] docker_api_swarm_test.go:46: [d55dfdda0ae54] joining swarm manager [d76e56a538056]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:22:59.796Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-02-15T15:23:01.156Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-02-15T15:23:02.344Z] === RUN TestDockerSuite/TestBuildLastModified [2022-02-15T15:23:02.662Z] --- PASS: TestCheckoutGit (37.87s) [2022-02-15T15:23:02.662Z] === RUN TestValidGitTransport [2022-02-15T15:23:02.662Z] --- PASS: TestValidGitTransport (0.00s) [2022-02-15T15:23:02.662Z] === RUN TestGitInvalidRef [2022-02-15T15:23:02.662Z] --- PASS: TestGitInvalidRef (0.23s) [2022-02-15T15:23:02.662Z] PASS [2022-02-15T15:23:02.662Z] coverage: 86.3% of statements [2022-02-15T15:23:02.662Z] ok github.com/docker/docker/builder/remotecontext/git 38.182s coverage: 86.3% of statements [2022-02-15T15:23:02.662Z] ? github.com/docker/docker/cli [no test files] [2022-02-15T15:23:02.662Z] ? github.com/docker/docker/cli/config [no test files] [2022-02-15T15:23:05.723Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-02-15T15:23:05.723Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-02-15T15:23:05.723Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-02-15T15:23:05.723Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-02-15T15:23:05.723Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-02-15T15:23:05.723Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-02-15T15:23:05.723Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-02-15T15:23:05.723Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-02-15T15:23:05.723Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-02-15T15:23:05.723Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-02-15T15:23:05.723Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-02-15T15:23:05.723Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-02-15T15:23:05.723Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-02-15T15:23:05.723Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-02-15T15:23:05.723Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-02-15T15:23:05.723Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-02-15T15:23:05.723Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-02-15T15:23:05.723Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-02-15T15:23:05.723Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-02-15T15:23:05.723Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-02-15T15:23:05.723Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-02-15T15:23:05.723Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-02-15T15:23:05.723Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-02-15T15:23:05.723Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-02-15T15:23:05.723Z] === RUN TestConfigureDaemonLogs [2022-02-15T15:23:05.723Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-02-15T15:23:05.723Z] === RUN TestCommonOptionsInstallFlags [2022-02-15T15:23:05.723Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-02-15T15:23:05.723Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-02-15T15:23:05.723Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-02-15T15:23:05.723Z] PASS [2022-02-15T15:23:05.723Z] coverage: 18.6% of statements [2022-02-15T15:23:05.723Z] ok github.com/docker/docker/cmd/dockerd 0.410s coverage: 18.6% of statements [2022-02-15T15:23:05.723Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-02-15T15:23:05.723Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-02-15T15:23:06.751Z] === RUN TestContainerStopSignal [2022-02-15T15:23:06.751Z] --- PASS: TestContainerStopSignal (0.00s) [2022-02-15T15:23:06.751Z] === RUN TestContainerStopTimeout [2022-02-15T15:23:06.751Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-02-15T15:23:06.751Z] === RUN TestContainerSecretReferenceDestTarget [2022-02-15T15:23:06.751Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-02-15T15:23:06.751Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-02-15T15:23:06.751Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-02-15T15:23:06.751Z] === RUN TestContainerLogPathSetForRingLogger [2022-02-15T15:23:06.751Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-02-15T15:23:06.751Z] === RUN TestReplaceAndAppendEnvVars [2022-02-15T15:23:06.751Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-02-15T15:23:06.751Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-02-15T15:23:06.751Z] === RUN TestNewMemoryStore [2022-02-15T15:23:06.751Z] --- PASS: TestNewMemoryStore (0.00s) [2022-02-15T15:23:06.751Z] === RUN TestAddContainers [2022-02-15T15:23:06.751Z] --- PASS: TestAddContainers (0.00s) [2022-02-15T15:23:06.751Z] === RUN TestGetContainer [2022-02-15T15:23:06.751Z] --- PASS: TestGetContainer (0.00s) [2022-02-15T15:23:06.751Z] === RUN TestDeleteContainer [2022-02-15T15:23:06.751Z] --- PASS: TestDeleteContainer (0.00s) [2022-02-15T15:23:06.751Z] === RUN TestListContainers [2022-02-15T15:23:06.751Z] --- PASS: TestListContainers (0.00s) [2022-02-15T15:23:06.751Z] === RUN TestFirstContainer [2022-02-15T15:23:06.751Z] --- PASS: TestFirstContainer (0.00s) [2022-02-15T15:23:06.751Z] === RUN TestApplyAllContainer [2022-02-15T15:23:06.751Z] --- PASS: TestApplyAllContainer (0.00s) [2022-02-15T15:23:06.751Z] === RUN TestIsValidHealthString [2022-02-15T15:23:06.751Z] --- PASS: TestIsValidHealthString (0.00s) [2022-02-15T15:23:06.751Z] === RUN TestStateRunStop [2022-02-15T15:23:06.751Z] --- PASS: TestStateRunStop (0.00s) [2022-02-15T15:23:06.751Z] === RUN TestStateTimeoutWait [2022-02-15T15:23:06.751Z] state_test.go:141: Stop callback fired [2022-02-15T15:23:06.751Z] state_test.go:165: Stop callback fired [2022-02-15T15:23:06.751Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-02-15T15:23:06.751Z] === RUN TestIsValidStateString [2022-02-15T15:23:06.751Z] --- PASS: TestIsValidStateString (0.00s) [2022-02-15T15:23:06.751Z] === RUN TestViewSaveDelete [2022-02-15T15:23:06.751Z] --- PASS: TestViewSaveDelete (0.01s) [2022-02-15T15:23:06.751Z] === RUN TestViewAll [2022-02-15T15:23:06.751Z] --- PASS: TestViewAll (0.02s) [2022-02-15T15:23:06.751Z] === RUN TestViewGet [2022-02-15T15:23:06.751Z] --- PASS: TestViewGet (0.01s) [2022-02-15T15:23:06.751Z] === RUN TestNames [2022-02-15T15:23:06.751Z] --- PASS: TestNames (0.00s) [2022-02-15T15:23:06.751Z] === RUN TestViewWithHealthCheck [2022-02-15T15:23:06.751Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-02-15T15:23:06.751Z] PASS [2022-02-15T15:23:06.751Z] coverage: 41.7% of statements [2022-02-15T15:23:06.751Z] ok github.com/docker/docker/container 0.281s coverage: 41.7% of statements [2022-02-15T15:23:06.751Z] ? github.com/docker/docker/container/stream [no test files] [2022-02-15T15:23:06.751Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-02-15T15:23:06.751Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-02-15T15:23:06.751Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-02-15T15:23:07.628Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-02-15T15:23:08.384Z] === RUN TestPrepare [2022-02-15T15:23:08.384Z] --- PASS: TestPrepare (0.00s) [2022-02-15T15:23:08.384Z] === RUN TestStart [2022-02-15T15:23:08.384Z] --- PASS: TestStart (0.00s) [2022-02-15T15:23:08.384Z] === RUN TestWaitCancel [2022-02-15T15:23:08.384Z] --- PASS: TestWaitCancel (0.00s) [2022-02-15T15:23:08.384Z] === RUN TestWaitDisabled [2022-02-15T15:23:08.384Z] --- PASS: TestWaitDisabled (0.00s) [2022-02-15T15:23:08.384Z] === RUN TestWaitEnabled [2022-02-15T15:23:08.384Z] --- PASS: TestWaitEnabled (0.00s) [2022-02-15T15:23:08.384Z] === RUN TestRemove [2022-02-15T15:23:08.384Z] --- PASS: TestRemove (0.00s) [2022-02-15T15:23:08.384Z] PASS [2022-02-15T15:23:08.384Z] coverage: 65.3% of statements [2022-02-15T15:23:08.384Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.077s coverage: 65.3% of statements [2022-02-15T15:23:10.055Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-02-15T15:23:10.055Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.27s) [2022-02-15T15:23:10.055Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-02-15T15:23:10.055Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-02-15T15:23:10.055Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-02-15T15:23:10.055Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-02-15T15:23:10.175Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-02-15T15:23:10.175Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-02-15T15:23:10.175Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-02-15T15:23:10.175Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-02-15T15:23:10.436Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-02-15T15:23:10.545Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-02-15T15:23:10.545Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-02-15T15:23:10.545Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-02-15T15:23:10.545Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-02-15T15:23:10.545Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-02-15T15:23:10.545Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-02-15T15:23:10.545Z] === RUN TestServiceConvertToGRPCIsolation [2022-02-15T15:23:10.545Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-02-15T15:23:10.545Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-02-15T15:23:10.545Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-02-15T15:23:10.545Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-02-15T15:23:10.545Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-02-15T15:23:10.545Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-02-15T15:23:10.545Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-02-15T15:23:10.545Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-02-15T15:23:10.545Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-02-15T15:23:10.545Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-02-15T15:23:10.545Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-02-15T15:23:10.545Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-02-15T15:23:10.545Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-02-15T15:23:10.545Z] === RUN TestServiceConvertFromGRPCIsolation [2022-02-15T15:23:10.545Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-02-15T15:23:10.545Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-02-15T15:23:10.545Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-02-15T15:23:10.545Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-02-15T15:23:10.545Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-02-15T15:23:10.545Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-02-15T15:23:10.545Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-02-15T15:23:10.545Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-02-15T15:23:10.545Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-02-15T15:23:11.009Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-02-15T15:23:11.034Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-02-15T15:23:11.034Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertFromGRPCConfigs [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertToGRPCConfigs [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-02-15T15:23:11.034Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-02-15T15:23:11.034Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-02-15T15:23:11.034Z] PASS [2022-02-15T15:23:11.034Z] coverage: 35.9% of statements [2022-02-15T15:23:11.034Z] ok github.com/docker/docker/daemon/cluster/convert 0.672s coverage: 35.9% of statements [2022-02-15T15:23:11.034Z] === RUN TestNewListSecretsFilters [2022-02-15T15:23:11.034Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-02-15T15:23:11.034Z] === RUN TestNewListConfigsFilters [2022-02-15T15:23:11.034Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-02-15T15:23:11.034Z] PASS [2022-02-15T15:23:11.034Z] coverage: 0.5% of statements [2022-02-15T15:23:11.034Z] ok github.com/docker/docker/daemon/cluster 1.261s coverage: 0.5% of statements [2022-02-15T15:23:12.395Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-02-15T15:23:13.778Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-02-15T15:23:14.091Z] === RUN TestBuilderGC [2022-02-15T15:23:14.091Z] --- PASS: TestBuilderGC (0.00s) [2022-02-15T15:23:14.091Z] === RUN TestDaemonConfigurationNotFound [2022-02-15T15:23:14.091Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-02-15T15:23:14.091Z] === RUN TestDaemonBrokenConfiguration [2022-02-15T15:23:14.091Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-02-15T15:23:14.091Z] === RUN TestFindConfigurationConflicts [2022-02-15T15:23:14.091Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-02-15T15:23:14.091Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-02-15T15:23:14.091Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-02-15T15:23:14.091Z] === RUN TestDaemonConfigurationMergeConflicts [2022-02-15T15:23:14.092Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-02-15T15:23:14.092Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-02-15T15:23:14.092Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-02-15T15:23:14.092Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-02-15T15:23:14.092Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-02-15T15:23:14.092Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-02-15T15:23:14.092Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-02-15T15:23:14.092Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-02-15T15:23:14.092Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-02-15T15:23:14.092Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-02-15T15:23:14.092Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-02-15T15:23:14.092Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-02-15T15:23:14.092Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-02-15T15:23:14.092Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-02-15T15:23:14.092Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-02-15T15:23:14.092Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-02-15T15:23:14.588Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-02-15T15:23:14.588Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-02-15T15:23:14.588Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-02-15T15:23:14.588Z] === RUN TestValidateConfigurationErrors [2022-02-15T15:23:14.588Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-02-15T15:23:14.588Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-02-15T15:23:14.588Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-02-15T15:23:14.588Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-02-15T15:23:14.588Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-02-15T15:23:14.588Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-02-15T15:23:14.588Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-02-15T15:23:14.588Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-02-15T15:23:14.588Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-02-15T15:23:14.588Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-02-15T15:23:14.588Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-02-15T15:23:14.588Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfigurationErrors (0.02s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-02-15T15:23:14.588Z] === RUN TestValidateConfiguration [2022-02-15T15:23:14.588Z] === RUN TestValidateConfiguration/with_label [2022-02-15T15:23:14.588Z] === RUN TestValidateConfiguration/with_dns [2022-02-15T15:23:14.588Z] === RUN TestValidateConfiguration/with_dns-search [2022-02-15T15:23:14.588Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-02-15T15:23:14.588Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-02-15T15:23:14.588Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-02-15T15:23:14.588Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-02-15T15:23:14.588Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfiguration (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-02-15T15:23:14.588Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-02-15T15:23:14.588Z] === RUN TestReloadSetConfigFileNotExist [2022-02-15T15:23:14.588Z] time="2022-02-15T15:23:13Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-02-15T15:23:14.588Z] --- PASS: TestReloadSetConfigFileNotExist (0.21s) [2022-02-15T15:23:14.588Z] === RUN TestReloadDefaultConfigNotExist [2022-02-15T15:23:14.588Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:23:14.588Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2022-02-15T15:23:14.588Z] === RUN TestReloadBadDefaultConfig [2022-02-15T15:23:14.588Z] time="2022-02-15T15:23:13Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-4207656090" [2022-02-15T15:23:14.588Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-02-15T15:23:14.588Z] === RUN TestReloadWithConflictingLabels [2022-02-15T15:23:14.588Z] time="2022-02-15T15:23:13Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2471159028" [2022-02-15T15:23:14.588Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-02-15T15:23:14.588Z] === RUN TestReloadWithDuplicateLabels [2022-02-15T15:23:14.588Z] time="2022-02-15T15:23:13Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-148049332" [2022-02-15T15:23:14.588Z] --- PASS: TestReloadWithDuplicateLabels (0.01s) [2022-02-15T15:23:14.588Z] === RUN TestMaskURLCredentials [2022-02-15T15:23:14.588Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-02-15T15:23:14.588Z] === RUN TestDaemonConfigurationMerge [2022-02-15T15:23:14.588Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-02-15T15:23:14.588Z] PASS [2022-02-15T15:23:14.588Z] coverage: 79.2% of statements [2022-02-15T15:23:14.588Z] ok github.com/docker/docker/daemon/config 0.446s coverage: 79.2% of statements [2022-02-15T15:23:14.722Z] --- PASS: TestImportExtremelyLargeImageWorks (171.58s) [2022-02-15T15:23:14.722Z] PASS [2022-02-15T15:23:14.722Z] [2022-02-15T15:23:14.722Z] DONE 22 tests in 175.562s [2022-02-15T15:23:14.722Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-02-15T15:23:14.722Z] ++ 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-02-15T15:23:14.722Z] ++ set -e [2022-02-15T15:23:14.722Z] ++ '[' -n 0 ']' [2022-02-15T15:23:14.722Z] ++ set -x [2022-02-15T15:23:14.722Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-02-15T15:23:14.982Z] INFO: Testing against a local daemon [2022-02-15T15:23:14.982Z] === RUN TestNetworkCreateDelete [2022-02-15T15:23:14.982Z] --- PASS: TestNetworkCreateDelete (0.17s) [2022-02-15T15:23:14.982Z] === RUN TestDockerNetworkDeletePreferID [2022-02-15T15:23:15.552Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s) [2022-02-15T15:23:15.552Z] === RUN TestDaemonDNSFallback [2022-02-15T15:23:15.616Z] === RUN TestEventsLog [2022-02-15T15:23:15.616Z] --- PASS: TestEventsLog (0.00s) [2022-02-15T15:23:15.616Z] === RUN TestEventsLogTimeout [2022-02-15T15:23:15.616Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-02-15T15:23:15.616Z] === RUN TestLogEvents [2022-02-15T15:23:15.616Z] --- PASS: TestLogEvents (0.05s) [2022-02-15T15:23:15.616Z] === RUN TestLoadBufferedEvents [2022-02-15T15:23:15.616Z] === RUN TestWaitNodeAttachment [2022-02-15T15:23:15.616Z] --- PASS: TestLoadBufferedEvents (0.20s) [2022-02-15T15:23:15.616Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-02-15T15:23:15.616Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-02-15T15:23:15.616Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-02-15T15:23:15.616Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-02-15T15:23:15.616Z] PASS [2022-02-15T15:23:15.616Z] coverage: 50.0% of statements [2022-02-15T15:23:15.616Z] ok github.com/docker/docker/daemon/events 0.381s coverage: 50.0% of statements [2022-02-15T15:23:16.106Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-02-15T15:23:16.106Z] === RUN TestIsolationConversion [2022-02-15T15:23:16.106Z] === RUN TestIsolationConversion/default [2022-02-15T15:23:16.106Z] === RUN TestIsolationConversion/process [2022-02-15T15:23:16.106Z] === RUN TestIsolationConversion/hyperv [2022-02-15T15:23:16.106Z] --- PASS: TestIsolationConversion (0.00s) [2022-02-15T15:23:16.106Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-02-15T15:23:16.106Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-02-15T15:23:16.106Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-02-15T15:23:16.106Z] === RUN TestContainerLabels [2022-02-15T15:23:16.106Z] --- PASS: TestContainerLabels (0.00s) [2022-02-15T15:23:16.106Z] === RUN TestCredentialSpecConversion [2022-02-15T15:23:16.106Z] === RUN TestCredentialSpecConversion/none [2022-02-15T15:23:16.106Z] === RUN TestCredentialSpecConversion/config [2022-02-15T15:23:16.106Z] === RUN TestCredentialSpecConversion/file [2022-02-15T15:23:16.106Z] === RUN TestCredentialSpecConversion/registry [2022-02-15T15:23:16.106Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-02-15T15:23:16.106Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-02-15T15:23:16.106Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-02-15T15:23:16.106Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-02-15T15:23:16.106Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-02-15T15:23:16.106Z] === RUN TestControllerValidateMountBind [2022-02-15T15:23:16.106Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-02-15T15:23:16.106Z] === RUN TestControllerValidateMountVolume [2022-02-15T15:23:16.106Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-02-15T15:23:16.106Z] === RUN TestControllerValidateMountTarget [2022-02-15T15:23:16.106Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-02-15T15:23:16.106Z] === RUN TestControllerValidateMountTmpfs [2022-02-15T15:23:16.106Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-02-15T15:23:16.106Z] === RUN TestControllerValidateMountInvalidType [2022-02-15T15:23:16.106Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-02-15T15:23:16.106Z] === RUN TestControllerValidateMountNamedPipe [2022-02-15T15:23:16.106Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-02-15T15:23:16.106Z] PASS [2022-02-15T15:23:16.106Z] coverage: 11.0% of statements [2022-02-15T15:23:16.106Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.614s coverage: 11.0% of statements [2022-02-15T15:23:16.495Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-02-15T15:23:16.495Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-02-15T15:23:16.596Z] === RUN TestIsEmptyDir [2022-02-15T15:23:16.596Z] --- PASS: TestIsEmptyDir (0.01s) [2022-02-15T15:23:16.596Z] PASS [2022-02-15T15:23:16.596Z] coverage: 2.3% of statements [2022-02-15T15:23:16.596Z] ok github.com/docker/docker/daemon/graphdriver 0.079s coverage: 2.3% of statements [2022-02-15T15:23:17.066Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-02-15T15:23:17.066Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-02-15T15:23:17.085Z] === RUN TestVerifyNetworkingConfig [2022-02-15T15:23:17.085Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-02-15T15:23:17.085Z] === RUN TestGetContainer [2022-02-15T15:23:17.085Z] --- PASS: TestGetContainer (0.00s) [2022-02-15T15:23:17.085Z] === RUN TestValidContainerNames [2022-02-15T15:23:17.085Z] --- PASS: TestValidContainerNames (0.00s) [2022-02-15T15:23:17.085Z] === RUN TestContainerInitDNS [2022-02-15T15:23:17.085Z] daemon_test.go:145: root required [2022-02-15T15:23:17.085Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-02-15T15:23:17.085Z] === RUN TestMerge [2022-02-15T15:23:17.085Z] --- PASS: TestMerge (0.00s) [2022-02-15T15:23:17.085Z] === RUN TestValidateContainerIsolation [2022-02-15T15:23:17.085Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-02-15T15:23:17.085Z] === RUN TestFindNetworkErrorType [2022-02-15T15:23:17.085Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-02-15T15:23:17.085Z] === RUN TestEnsureServicesExist [2022-02-15T15:23:17.085Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-02-15T15:23:17.085Z] === RUN TestEnsureServicesExistErrors [2022-02-15T15:23:17.085Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-02-15T15:23:17.086Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-02-15T15:23:17.086Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-02-15T15:23:17.086Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-02-15T15:23:17.086Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-02-15T15:23:17.086Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-02-15T15:23:17.086Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-02-15T15:23:17.086Z] === RUN TestContainerDelete [2022-02-15T15:23:17.086Z] --- PASS: TestContainerDelete (0.00s) [2022-02-15T15:23:17.086Z] === RUN TestContainerDoubleDelete [2022-02-15T15:23:17.086Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-02-15T15:23:17.086Z] === RUN TestLogContainerEventCopyLabels [2022-02-15T15:23:17.086Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-02-15T15:23:17.086Z] === RUN TestLogContainerEventWithAttributes [2022-02-15T15:23:17.086Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-02-15T15:23:17.086Z] === RUN TestNoneHealthcheck [2022-02-15T15:23:17.086Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-02-15T15:23:17.086Z] === RUN TestHealthStates [2022-02-15T15:23:17.326Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-02-15T15:23:17.579Z] time="2022-02-15T15:23:16Z" 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-02-15T15:23:17.579Z] time="2022-02-15T15:23:17Z" 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-02-15T15:23:17.579Z] time="2022-02-15T15:23:17Z" 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-02-15T15:23:17.579Z] time="2022-02-15T15:23:17Z" 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-02-15T15:23:17.579Z] time="2022-02-15T15:23:17Z" 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-02-15T15:23:17.579Z] time="2022-02-15T15:23:17Z" 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-02-15T15:23:17.579Z] time="2022-02-15T15:23:17Z" 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-02-15T15:23:17.579Z] time="2022-02-15T15:23:17Z" 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-02-15T15:23:17.579Z] time="2022-02-15T15:23:17Z" 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-02-15T15:23:17.579Z] time="2022-02-15T15:23:17Z" 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-02-15T15:23:17.579Z] --- PASS: TestHealthStates (0.23s) [2022-02-15T15:23:17.579Z] === RUN TestGetInspectData [2022-02-15T15:23:17.579Z] --- PASS: TestGetInspectData (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestFillLicense [2022-02-15T15:23:17.579Z] --- PASS: TestFillLicense (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestListInvalidFilter [2022-02-15T15:23:17.579Z] --- PASS: TestListInvalidFilter (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestNameFilter [2022-02-15T15:23:17.579Z] --- PASS: TestNameFilter (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-02-15T15:23:17.579Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-02-15T15:23:17.579Z] === 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-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-02-15T15:23:17.579Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-02-15T15:23:17.579Z] --- 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-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestLinkNaming [2022-02-15T15:23:17.579Z] --- PASS: TestLinkNaming (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestLinkNew [2022-02-15T15:23:17.579Z] --- PASS: TestLinkNew (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestLinkEnv [2022-02-15T15:23:17.579Z] --- PASS: TestLinkEnv (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestLinkMultipleEnv [2022-02-15T15:23:17.579Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestLinkPortRangeEnv [2022-02-15T15:23:17.579Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-02-15T15:23:17.579Z] PASS [2022-02-15T15:23:17.579Z] coverage: 93.0% of statements [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-02-15T15:23:17.579Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestDaemonReloadLabels [2022-02-15T15:23:17.579Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-02-15T15:23:17.579Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestDaemonReloadMirrors [2022-02-15T15:23:17.579Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestDaemonReloadInsecureRegistries [2022-02-15T15:23:17.579Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestDaemonReloadNotAffectOthers [2022-02-15T15:23:17.579Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-02-15T15:23:17.579Z] reload_test.go:342: root required [2022-02-15T15:23:17.579Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-02-15T15:23:17.579Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-02-15T15:23:17.579Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-02-15T15:23:17.579Z] ok github.com/docker/docker/daemon/links 0.047s coverage: 93.0% of statements [2022-02-15T15:23:17.579Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-02-15T15:23:17.579Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-02-15T15:23:17.579Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-02-15T15:23:17.579Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-02-15T15:23:17.579Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-02-15T15:23:17.579Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-02-15T15:23:17.579Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-02-15T15:23:17.579Z] === RUN TestParseVolumesFrom [2022-02-15T15:23:17.579Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-02-15T15:23:17.579Z] PASS [2022-02-15T15:23:17.579Z] coverage: 8.6% of statements [2022-02-15T15:23:17.579Z] ok github.com/docker/docker/daemon 0.477s coverage: 8.6% of statements [2022-02-15T15:23:17.579Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-02-15T15:23:17.579Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-02-15T15:23:17.579Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-02-15T15:23:17.579Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-02-15T15:23:17.579Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-02-15T15:23:17.579Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-02-15T15:23:17.579Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-02-15T15:23:17.579Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-02-15T15:23:17.579Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-02-15T15:23:17.579Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-02-15T15:23:17.579Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-02-15T15:23:17.579Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-02-15T15:23:17.580Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-02-15T15:23:17.580Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-02-15T15:23:19.214Z] === RUN TestAdapterReadLogs [2022-02-15T15:23:19.214Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-02-15T15:23:19.214Z] === RUN TestCopier [2022-02-15T15:23:19.214Z] --- PASS: TestCopier (0.00s) [2022-02-15T15:23:19.705Z] === RUN TestCopierLongLines [2022-02-15T15:23:19.705Z] --- PASS: TestCopierLongLines (0.00s) [2022-02-15T15:23:19.705Z] === RUN TestCopierSlow [2022-02-15T15:23:19.705Z] --- PASS: TestCopierSlow (0.23s) [2022-02-15T15:23:19.705Z] === RUN TestCopierWithSized [2022-02-15T15:23:19.705Z] === RUN TestCopierWithSized/as_is [2022-02-15T15:23:19.705Z] === RUN TestCopierWithSized/With_RingLogger [2022-02-15T15:23:19.705Z] --- PASS: TestCopierWithSized (0.01s) [2022-02-15T15:23:19.705Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-02-15T15:23:19.705Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-02-15T15:23:19.705Z] === RUN TestCopierWithPartial [2022-02-15T15:23:19.705Z] --- PASS: TestCopierWithPartial (0.01s) [2022-02-15T15:23:19.705Z] === RUN TestRingLogger [2022-02-15T15:23:19.705Z] --- PASS: TestRingLogger (0.00s) [2022-02-15T15:23:19.705Z] === RUN TestRingCap [2022-02-15T15:23:19.705Z] --- PASS: TestRingCap (0.00s) [2022-02-15T15:23:19.705Z] === RUN TestRingClose [2022-02-15T15:23:19.705Z] --- PASS: TestRingClose (0.00s) [2022-02-15T15:23:19.705Z] === RUN TestRingDrain [2022-02-15T15:23:19.705Z] --- PASS: TestRingDrain (0.00s) [2022-02-15T15:23:19.705Z] PASS [2022-02-15T15:23:19.705Z] coverage: 43.8% of statements [2022-02-15T15:23:19.706Z] ok github.com/docker/docker/daemon/logger 0.309s coverage: 43.8% of statements [2022-02-15T15:23:19.706Z] === RUN TestNewStreamConfig [2022-02-15T15:23:19.706Z] === RUN TestNewStreamConfig/defaults [2022-02-15T15:23:19.706Z] === RUN TestNewStreamConfig/invalid_create_group [2022-02-15T15:23:19.706Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-02-15T15:23:19.706Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-02-15T15:23:19.706Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-02-15T15:23:19.706Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-02-15T15:23:19.706Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-02-15T15:23:19.706Z] --- PASS: TestNewStreamConfig (0.00s) [2022-02-15T15:23:19.706Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-02-15T15:23:19.706Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-02-15T15:23:19.706Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-02-15T15:23:19.706Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-02-15T15:23:19.706Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-02-15T15:23:19.706Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-02-15T15:23:19.706Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-02-15T15:23:19.706Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-02-15T15:23:19.706Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-02-15T15:23:19.706Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-02-15T15:23:19.706Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-02-15T15:23:19.706Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-02-15T15:23:19.706Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-02-15T15:23:19.706Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-02-15T15:23:19.706Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-02-15T15:23:19.706Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-02-15T15:23:19.706Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-02-15T15:23:19.706Z] === RUN TestNewAWSLogsClientRegionDetect [2022-02-15T15:23:20.200Z] time="2022-02-15T15:23:19Z" level=info msg="Trying to get region from EC2 Metadata" [2022-02-15T15:23:20.200Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.21s) [2022-02-15T15:23:20.200Z] === RUN TestCreateSuccess [2022-02-15T15:23:20.200Z] --- PASS: TestCreateSuccess (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestCreateStreamSkipped [2022-02-15T15:23:20.200Z] time="2022-02-15T15:23:19Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-02-15T15:23:20.200Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestCreateLogGroupSuccess [2022-02-15T15:23:20.200Z] time="2022-02-15T15:23:19Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-02-15T15:23:20.200Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestCreateError [2022-02-15T15:23:20.200Z] --- PASS: TestCreateError (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestCreateAlreadyExists [2022-02-15T15:23:20.200Z] time="2022-02-15T15:23:19Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-02-15T15:23:20.200Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestLogClosed [2022-02-15T15:23:20.200Z] --- PASS: TestLogClosed (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestLogBlocking [2022-02-15T15:23:20.200Z] --- PASS: TestLogBlocking (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestLogNonBlockingBufferEmpty [2022-02-15T15:23:20.200Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestLogNonBlockingBufferFull [2022-02-15T15:23:20.200Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestPublishBatchSuccess [2022-02-15T15:23:20.200Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestPublishBatchError [2022-02-15T15:23:20.200Z] time="2022-02-15T15:23:19Z" level=error msg=error [2022-02-15T15:23:20.200Z] --- PASS: TestPublishBatchError (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-02-15T15:23:20.200Z] time="2022-02-15T15:23:19Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-02-15T15:23:20.200Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestPublishBatchAlreadyAccepted [2022-02-15T15:23:20.200Z] time="2022-02-15T15:23:19Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-02-15T15:23:20.200Z] time="2022-02-15T15:23:19Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-02-15T15:23:20.200Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestCollectBatchSimple [2022-02-15T15:23:20.200Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestCollectBatchTicker [2022-02-15T15:23:20.200Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestCollectBatchMultilinePattern [2022-02-15T15:23:20.200Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-02-15T15:23:20.200Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-02-15T15:23:20.200Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-02-15T15:23:20.200Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.06s) [2022-02-15T15:23:20.200Z] === RUN TestCollectBatchClose [2022-02-15T15:23:20.200Z] --- PASS: TestCollectBatchClose (0.00s) [2022-02-15T15:23:20.200Z] === RUN TestEffectiveLen [2022-02-15T15:23:20.689Z] === RUN TestEffectiveLen/0/Hello [2022-02-15T15:23:20.689Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-02-15T15:23:20.689Z] === RUN TestEffectiveLen/2/🙃 [2022-02-15T15:23:20.689Z] === RUN TestEffectiveLen/3/���� [2022-02-15T15:23:20.689Z] === RUN TestEffectiveLen/4/He��o [2022-02-15T15:23:20.689Z] === RUN TestEffectiveLen/5/ [2022-02-15T15:23:20.689Z] --- PASS: TestEffectiveLen (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-02-15T15:23:20.689Z] === RUN TestFindValidSplit [2022-02-15T15:23:20.689Z] === RUN TestFindValidSplit/0/ [2022-02-15T15:23:20.689Z] cloudwatchlogs_test.go:1076: [2022-02-15T15:23:20.689Z] cloudwatchlogs_test.go:1077: [2022-02-15T15:23:20.689Z] === RUN TestFindValidSplit/1/Hello [2022-02-15T15:23:20.689Z] cloudwatchlogs_test.go:1076: Hello [2022-02-15T15:23:20.689Z] cloudwatchlogs_test.go:1077: [2022-02-15T15:23:20.689Z] === RUN TestFindValidSplit/2/Hello [2022-02-15T15:23:20.689Z] cloudwatchlogs_test.go:1076: He [2022-02-15T15:23:20.689Z] cloudwatchlogs_test.go:1077: llo [2022-02-15T15:23:20.689Z] === RUN TestFindValidSplit/3/Hello [2022-02-15T15:23:20.689Z] cloudwatchlogs_test.go:1076: [2022-02-15T15:23:20.689Z] cloudwatchlogs_test.go:1077: Hello [2022-02-15T15:23:20.689Z] === RUN TestFindValidSplit/4/🙃 [2022-02-15T15:23:20.689Z] cloudwatchlogs_test.go:1076: [2022-02-15T15:23:20.689Z] cloudwatchlogs_test.go:1077: 🙃 [2022-02-15T15:23:20.689Z] === RUN TestFindValidSplit/5/🙃 [2022-02-15T15:23:20.689Z] cloudwatchlogs_test.go:1076: 🙃 [2022-02-15T15:23:20.689Z] cloudwatchlogs_test.go:1077: [2022-02-15T15:23:20.689Z] === RUN TestFindValidSplit/6/a� [2022-02-15T15:23:20.689Z] cloudwatchlogs_test.go:1076: a [2022-02-15T15:23:20.689Z] cloudwatchlogs_test.go:1077: � [2022-02-15T15:23:20.689Z] === RUN TestFindValidSplit/7/a� [2022-02-15T15:23:20.689Z] cloudwatchlogs_test.go:1076: a� [2022-02-15T15:23:20.689Z] cloudwatchlogs_test.go:1077: [2022-02-15T15:23:20.689Z] --- PASS: TestFindValidSplit (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-02-15T15:23:20.689Z] === RUN TestProcessEventEmoji [2022-02-15T15:23:20.689Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-02-15T15:23:20.689Z] === RUN TestCollectBatchLineSplit [2022-02-15T15:23:20.689Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-02-15T15:23:20.689Z] === RUN TestCollectBatchLineSplitWithBinary [2022-02-15T15:23:20.689Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-02-15T15:23:20.689Z] === RUN TestCollectBatchMaxEvents [2022-02-15T15:23:20.689Z] --- PASS: TestCollectBatchMaxEvents (0.08s) [2022-02-15T15:23:20.689Z] === RUN TestCollectBatchMaxTotalBytes [2022-02-15T15:23:20.689Z] --- PASS: TestCollectBatchMaxTotalBytes (0.05s) [2022-02-15T15:23:20.689Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-02-15T15:23:20.689Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.03s) [2022-02-15T15:23:20.689Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-02-15T15:23:20.689Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.08s) [2022-02-15T15:23:20.689Z] === RUN TestParseLogOptionsMultilinePattern [2022-02-15T15:23:20.689Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-02-15T15:23:20.689Z] === RUN TestParseLogOptionsDatetimeFormat [2022-02-15T15:23:20.689Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-02-15T15:23:20.689Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-02-15T15:23:20.689Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-02-15T15:23:20.689Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-02-15T15:23:20.689Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-02-15T15:23:20.689Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-02-15T15:23:20.689Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-02-15T15:23:20.689Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.04s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptionsFormat [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptionsFormat/1/random [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptionsFormat/2/ [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-02-15T15:23:20.689Z] === RUN TestCreateTagSuccess [2022-02-15T15:23:20.689Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-02-15T15:23:20.689Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-02-15T15:23:20.689Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-02-15T15:23:20.689Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-02-15T15:23:20.689Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-02-15T15:23:20.689Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-02-15T15:23:20.689Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-02-15T15:23:20.689Z] PASS [2022-02-15T15:23:20.689Z] coverage: 80.2% of statements [2022-02-15T15:23:20.689Z] ok github.com/docker/docker/daemon/logger/awslogs 0.671s coverage: 80.2% of statements [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptReconnectInterval [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-02-15T15:23:20.689Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-02-15T15:23:20.689Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-02-15T15:23:20.689Z] PASS [2022-02-15T15:23:20.689Z] coverage: 33.6% of statements [2022-02-15T15:23:20.689Z] ok github.com/docker/docker/daemon/logger/fluentd 0.150s coverage: 33.6% of statements [2022-02-15T15:23:20.689Z] === RUN TestSearchRegistryForImagesErrors [2022-02-15T15:23:20.689Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-02-15T15:23:20.689Z] === RUN TestSearchRegistryForImages [2022-02-15T15:23:20.689Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-02-15T15:23:20.689Z] === RUN TestOnlyPlatformWithFallback [2022-02-15T15:23:20.689Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-02-15T15:23:20.689Z] === RUN TestImageDelete [2022-02-15T15:23:20.689Z] === RUN TestImageDelete/no_lease [2022-02-15T15:23:20.689Z] === RUN TestImageDelete/lease_exists [2022-02-15T15:23:21.179Z] --- PASS: TestImageDelete (0.05s) [2022-02-15T15:23:21.179Z] --- PASS: TestImageDelete/no_lease (0.02s) [2022-02-15T15:23:21.179Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-02-15T15:23:21.179Z] === RUN TestContentStoreForPull [2022-02-15T15:23:21.179Z] --- PASS: TestContentStoreForPull (0.23s) [2022-02-15T15:23:21.179Z] PASS [2022-02-15T15:23:21.179Z] coverage: 6.7% of statements [2022-02-15T15:23:21.179Z] ok github.com/docker/docker/daemon/images 0.381s coverage: 6.7% of statements [2022-02-15T15:23:21.179Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-02-15T15:23:21.179Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-02-15T15:23:21.179Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-02-15T15:23:21.179Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-02-15T15:23:21.179Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-02-15T15:23:21.179Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-02-15T15:23:21.667Z] === RUN TestJSONLogsMarshalJSONBuf [2022-02-15T15:23:21.667Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-02-15T15:23:21.667Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-02-15T15:23:21.667Z] === RUN TestJSONFileLogger [2022-02-15T15:23:21.667Z] --- PASS: TestJSONFileLogger (0.00s) [2022-02-15T15:23:21.667Z] === RUN TestJSONFileLoggerWithTags [2022-02-15T15:23:21.667Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-02-15T15:23:21.667Z] === RUN TestJSONFileLoggerWithOpts [2022-02-15T15:23:21.667Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-02-15T15:23:21.667Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-02-15T15:23:21.667Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-02-15T15:23:21.667Z] === RUN TestEncodeDecode [2022-02-15T15:23:21.667Z] === PAUSE TestEncodeDecode [2022-02-15T15:23:21.667Z] === RUN TestUnexpectedEOF [2022-02-15T15:23:21.667Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.23s) [2022-02-15T15:23:21.667Z] === RUN TestFastTimeMarshalJSON [2022-02-15T15:23:21.667Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-02-15T15:23:21.667Z] PASS [2022-02-15T15:23:21.667Z] coverage: 87.2% of statements [2022-02-15T15:23:21.667Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.290s coverage: 87.2% of statements [2022-02-15T15:23:22.156Z] time="2022-02-15T15:23:21Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-02-15T15:23:22.156Z] time="2022-02-15T15:23:21Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-02-15T15:23:22.156Z] --- PASS: TestUnexpectedEOF (0.22s) [2022-02-15T15:23:22.156Z] === CONT TestEncodeDecode [2022-02-15T15:23:22.156Z] --- PASS: TestEncodeDecode (0.00s) [2022-02-15T15:23:22.156Z] PASS [2022-02-15T15:23:22.156Z] coverage: 69.9% of statements [2022-02-15T15:23:22.156Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.302s coverage: 69.9% of statements [2022-02-15T15:23:22.612Z] --- PASS: TestDaemonDNSFallback (6.64s) [2022-02-15T15:23:22.612Z] === RUN TestInspectNetwork [2022-02-15T15:23:22.644Z] === RUN TestWriteLog [2022-02-15T15:23:22.644Z] === PAUSE TestWriteLog [2022-02-15T15:23:22.644Z] === RUN TestReadLog [2022-02-15T15:23:22.644Z] === PAUSE TestReadLog [2022-02-15T15:23:22.644Z] === RUN TestDecode [2022-02-15T15:23:22.644Z] --- PASS: TestDecode (0.03s) [2022-02-15T15:23:22.644Z] === CONT TestWriteLog [2022-02-15T15:23:22.644Z] === CONT TestReadLog [2022-02-15T15:23:22.644Z] --- PASS: TestWriteLog (0.01s) [2022-02-15T15:23:22.644Z] === RUN TestReadLog/tail_exact [2022-02-15T15:23:22.644Z] === RUN TestReadLog/tail_less_than_available [2022-02-15T15:23:22.644Z] === RUN TestReadLog/tail_more_than_available [2022-02-15T15:23:22.644Z] --- PASS: TestReadLog (0.23s) [2022-02-15T15:23:22.644Z] --- PASS: TestReadLog/tail_exact (0.21s) [2022-02-15T15:23:22.644Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-02-15T15:23:22.644Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2022-02-15T15:23:22.644Z] PASS [2022-02-15T15:23:22.644Z] coverage: 78.7% of statements [2022-02-15T15:23:22.644Z] ok github.com/docker/docker/daemon/logger/local 0.324s coverage: 78.7% of statements [2022-02-15T15:23:23.136Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-02-15T15:23:23.555Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-02-15T15:23:23.625Z] === RUN TestOpenFileDelete [2022-02-15T15:23:23.625Z] --- PASS: TestOpenFileDelete (0.00s) [2022-02-15T15:23:23.625Z] === RUN TestOpenFileRename [2022-02-15T15:23:23.625Z] --- PASS: TestOpenFileRename (0.00s) [2022-02-15T15:23:23.625Z] === RUN TestHandleDecoderErr [2022-02-15T15:23:23.625Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-02-15T15:23:23.625Z] === RUN TestParseLogTagDefaultTag [2022-02-15T15:23:23.625Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-02-15T15:23:23.625Z] === RUN TestParseLogTag [2022-02-15T15:23:23.625Z] --- PASS: TestParseLogTag (0.00s) [2022-02-15T15:23:23.625Z] === RUN TestParseLogTagEmptyTag [2022-02-15T15:23:23.625Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-02-15T15:23:23.625Z] === RUN TestTailFiles [2022-02-15T15:23:23.625Z] --- PASS: TestTailFiles (0.00s) [2022-02-15T15:23:23.625Z] === RUN TestFollowLogsConsumerGone [2022-02-15T15:23:23.625Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-02-15T15:23:23.625Z] === RUN TestFollowLogsProducerGone [2022-02-15T15:23:23.625Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-02-15T15:23:23.625Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-02-15T15:23:23.625Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-02-15T15:23:23.625Z] === RUN TestCheckCapacityAndRotate [2022-02-15T15:23:23.625Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-02-15T15:23:23.625Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-02-15T15:23:23.625Z] --- PASS: TestCheckCapacityAndRotate (0.05s) [2022-02-15T15:23:23.625Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-02-15T15:23:23.625Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s) [2022-02-15T15:23:23.625Z] PASS [2022-02-15T15:23:23.625Z] coverage: 53.9% of statements [2022-02-15T15:23:23.625Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.123s coverage: 53.9% of statements [2022-02-15T15:23:24.114Z] === RUN TestLog [2022-02-15T15:23:24.114Z] --- PASS: TestLog (0.00s) [2022-02-15T15:23:24.114Z] PASS [2022-02-15T15:23:24.114Z] coverage: 31.5% of statements [2022-02-15T15:23:24.114Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.118s coverage: 31.5% of statements [2022-02-15T15:23:24.114Z] === RUN TestValidateLogOpt [2022-02-15T15:23:24.114Z] --- PASS: TestValidateLogOpt (0.00s) [2022-02-15T15:23:24.114Z] === RUN TestNewMissedConfig [2022-02-15T15:23:24.114Z] --- PASS: TestNewMissedConfig (0.00s) [2022-02-15T15:23:24.114Z] === RUN TestNewMissedUrl [2022-02-15T15:23:24.114Z] --- PASS: TestNewMissedUrl (0.00s) [2022-02-15T15:23:24.114Z] === RUN TestNewMissedToken [2022-02-15T15:23:24.114Z] --- PASS: TestNewMissedToken (0.00s) [2022-02-15T15:23:24.114Z] === RUN TestNewWithProxy [2022-02-15T15:23:24.114Z] --- PASS: TestNewWithProxy (0.00s) [2022-02-15T15:23:24.114Z] === RUN TestDefault [2022-02-15T15:23:24.114Z] --- PASS: TestDefault (0.01s) [2022-02-15T15:23:24.114Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-02-15T15:23:24.114Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-02-15T15:23:24.114Z] === RUN TestJsonFormat [2022-02-15T15:23:24.114Z] --- PASS: TestJsonFormat (0.01s) [2022-02-15T15:23:24.114Z] === RUN TestRawFormat [2022-02-15T15:23:24.114Z] --- PASS: TestRawFormat (0.00s) [2022-02-15T15:23:24.114Z] === RUN TestRawFormatWithLabels [2022-02-15T15:23:24.114Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-02-15T15:23:24.114Z] === RUN TestRawFormatWithoutTag [2022-02-15T15:23:24.114Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-02-15T15:23:24.114Z] === RUN TestBatching [2022-02-15T15:23:24.604Z] --- PASS: TestBatching (0.34s) [2022-02-15T15:23:24.604Z] === RUN TestFrequency [2022-02-15T15:23:24.604Z] --- PASS: TestFrequency (0.17s) [2022-02-15T15:23:24.604Z] === RUN TestOneMessagePerRequest [2022-02-15T15:23:24.604Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-02-15T15:23:24.604Z] === RUN TestVerify [2022-02-15T15:23:24.604Z] --- PASS: TestVerify (0.00s) [2022-02-15T15:23:24.604Z] === RUN TestSkipVerify [2022-02-15T15:23:24.604Z] === RUN TestNewParse [2022-02-15T15:23:24.604Z] --- PASS: TestNewParse (0.00s) [2022-02-15T15:23:24.604Z] PASS [2022-02-15T15:23:24.604Z] coverage: 8.3% of statements [2022-02-15T15:23:24.604Z] ok github.com/docker/docker/daemon/logger/templates 0.046s coverage: 8.3% of statements [2022-02-15T15:23:24.604Z] === RUN TestParseLogFormat [2022-02-15T15:23:24.604Z] --- PASS: TestParseLogFormat (0.00s) [2022-02-15T15:23:24.604Z] === RUN TestValidateLogOptEmpty [2022-02-15T15:23:24.604Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-02-15T15:23:24.604Z] === RUN TestValidateSyslogAddress [2022-02-15T15:23:24.604Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-02-15T15:23:24.604Z] === RUN TestParseAddressDefaultPort [2022-02-15T15:23:24.604Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-02-15T15:23:24.604Z] === RUN TestValidateSyslogFacility [2022-02-15T15:23:24.604Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-02-15T15:23:24.604Z] === RUN TestValidateLogOptSyslogFormat [2022-02-15T15:23:24.604Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-02-15T15:23:24.604Z] === RUN TestValidateLogOpt [2022-02-15T15:23:24.604Z] --- PASS: TestValidateLogOpt (0.00s) [2022-02-15T15:23:24.604Z] PASS [2022-02-15T15:23:24.604Z] coverage: 46.8% of statements [2022-02-15T15:23:24.604Z] ok github.com/docker/docker/daemon/logger/syslog 0.055s coverage: 46.8% of statements [2022-02-15T15:23:25.101Z] time="2022-02-15T15:23:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:23:25.101Z] time="2022-02-15T15:23:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:23:25.102Z] time="2022-02-15T15:23:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:23:25.102Z] --- PASS: TestSkipVerify (0.57s) [2022-02-15T15:23:25.102Z] === RUN TestBufferMaximum [2022-02-15T15:23:25.102Z] time="2022-02-15T15:23:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:23:25.592Z] time="2022-02-15T15:23:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:23:25.592Z] time="2022-02-15T15:23:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:23:25.592Z] time="2022-02-15T15:23:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:23:25.592Z] time="2022-02-15T15:23:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:23:25.592Z] time="2022-02-15T15:23:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644938604.979352\",\"host\":\"b17ca61ab368\"}'" [2022-02-15T15:23:25.592Z] time="2022-02-15T15:23:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644938604.979352\",\"host\":\"b17ca61ab368\"}'" [2022-02-15T15:23:25.592Z] --- PASS: TestBufferMaximum (0.00s) [2022-02-15T15:23:25.592Z] === RUN TestServerAlwaysDown [2022-02-15T15:23:25.592Z] time="2022-02-15T15:23:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:23:25.592Z] time="2022-02-15T15:23:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:23:25.592Z] time="2022-02-15T15:23:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644938604.984351\",\"host\":\"b17ca61ab368\"}'" [2022-02-15T15:23:25.592Z] time="2022-02-15T15:23:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644938604.984351\",\"host\":\"b17ca61ab368\"}'" [2022-02-15T15:23:25.592Z] time="2022-02-15T15:23:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:23:25.592Z] time="2022-02-15T15:23:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644938604.984351\",\"host\":\"b17ca61ab368\"}'" [2022-02-15T15:23:25.592Z] time="2022-02-15T15:23:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644938604.985350\",\"host\":\"b17ca61ab368\"}'" [2022-02-15T15:23:25.592Z] time="2022-02-15T15:23:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644938604.985350\",\"host\":\"b17ca61ab368\"}'" [2022-02-15T15:23:25.592Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-02-15T15:23:25.592Z] === RUN TestCannotSendAfterClose [2022-02-15T15:23:25.592Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-02-15T15:23:25.592Z] === RUN TestDeadlockOnBlockedEndpoint [2022-02-15T15:23:26.082Z] time="2022-02-15T15:23:25Z" 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-02-15T15:23:26.082Z] time="2022-02-15T15:23:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"b17ca61ab368\"}'" [2022-02-15T15:23:26.082Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-02-15T15:23:26.082Z] PASS [2022-02-15T15:23:26.082Z] coverage: 82.5% of statements [2022-02-15T15:23:26.082Z] ok github.com/docker/docker/daemon/logger/splunk 2.242s coverage: 82.5% of statements [2022-02-15T15:23:26.099Z] === RUN TestInspectNetwork/full_network_id [2022-02-15T15:23:26.099Z] === RUN TestInspectNetwork/partial_network_id [2022-02-15T15:23:26.099Z] === RUN TestInspectNetwork/network_name [2022-02-15T15:23:26.099Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-02-15T15:23:26.360Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-02-15T15:23:26.573Z] ? github.com/docker/docker/daemon/names [no test files] [2022-02-15T15:23:26.573Z] ? github.com/docker/docker/daemon/network [no test files] [2022-02-15T15:23:26.573Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-02-15T15:23:26.573Z] === RUN TestV1IDService [2022-02-15T15:23:26.573Z] --- PASS: TestV1IDService (0.02s) [2022-02-15T15:23:26.573Z] === RUN TestV2MetadataService [2022-02-15T15:23:27.062Z] === RUN TestSuccessfulDownload [2022-02-15T15:23:27.062Z] download_test.go:267: Needs fixing on Windows [2022-02-15T15:23:27.062Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-02-15T15:23:27.062Z] === RUN TestCancelledDownload [2022-02-15T15:23:27.062Z] --- PASS: TestCancelledDownload (0.00s) [2022-02-15T15:23:27.062Z] === RUN TestMaxDownloadAttempts [2022-02-15T15:23:27.062Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-15T15:23:27.062Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-15T15:23:27.062Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-15T15:23:27.062Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-15T15:23:27.062Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-15T15:23:27.062Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-15T15:23:27.062Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-15T15:23:27.062Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-15T15:23:27.062Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-15T15:23:27.062Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-15T15:23:27.062Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-15T15:23:27.062Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-15T15:23:27.305Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-02-15T15:23:27.556Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-02-15T15:23:27.556Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-02-15T15:23:27.556Z] === RUN TestContinueOnError_MirrorEndpoint [2022-02-15T15:23:27.556Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-02-15T15:23:27.556Z] === RUN TestContinueOnError_NeverContinue [2022-02-15T15:23:27.556Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-02-15T15:23:27.556Z] === RUN TestManifestStore [2022-02-15T15:23:27.556Z] === RUN TestManifestStore/no_remote_or_local [2022-02-15T15:23:27.556Z] time="2022-02-15T15:23:27Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3592533355\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-02-15T15:23:27.556Z] === RUN TestManifestStore/no_local_cache [2022-02-15T15:23:27.556Z] === RUN TestManifestStore/with_local_cache [2022-02-15T15:23:27.556Z] === RUN TestManifestStore/unknown_media_type [2022-02-15T15:23:27.556Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-02-15T15:23:27.556Z] time="2022-02-15T15:23:27Z" level=warning msg="reference for unknown type: " [2022-02-15T15:23:27.556Z] time="2022-02-15T15:23:27Z" level=warning msg="reference for unknown type: " [2022-02-15T15:23:27.556Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-02-15T15:23:27.556Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-02-15T15:23:27.556Z] --- PASS: TestV2MetadataService (1.00s) [2022-02-15T15:23:27.556Z] PASS [2022-02-15T15:23:27.556Z] coverage: 48.2% of statements [2022-02-15T15:23:27.556Z] time="2022-02-15T15:23:27Z" level=warning msg="reference for unknown type: " [2022-02-15T15:23:27.556Z] ok github.com/docker/docker/distribution/metadata 1.096s coverage: 48.2% of statements [2022-02-15T15:23:27.556Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-02-15T15:23:27.556Z] time="2022-02-15T15:23:27Z" level=warning msg="reference for unknown type: " [2022-02-15T15:23:27.556Z] time="2022-02-15T15:23:27Z" level=warning msg="reference for unknown type: " [2022-02-15T15:23:27.556Z] === RUN TestManifestStore/error_persisting_manifest [2022-02-15T15:23:27.556Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-02-15T15:23:27.556Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-02-15T15:23:27.556Z] time="2022-02-15T15:23:27Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-02-15T15:23:27.556Z] --- PASS: TestManifestStore (0.35s) [2022-02-15T15:23:27.556Z] --- PASS: TestManifestStore/no_remote_or_local (0.23s) [2022-02-15T15:23:27.556Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-02-15T15:23:27.556Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-02-15T15:23:27.556Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-02-15T15:23:27.556Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-02-15T15:23:27.556Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-02-15T15:23:27.556Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-02-15T15:23:27.556Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-02-15T15:23:27.556Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-02-15T15:23:27.556Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2022-02-15T15:23:27.556Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaType [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-02-15T15:23:27.556Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-02-15T15:23:27.556Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-02-15T15:23:27.556Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-02-15T15:23:27.556Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-02-15T15:23:27.556Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-02-15T15:23:27.556Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-02-15T15:23:27.556Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-02-15T15:23:27.556Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-02-15T15:23:27.556Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-02-15T15:23:27.556Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-02-15T15:23:27.556Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-02-15T15:23:27.556Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-02-15T15:23:27.557Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-02-15T15:23:27.557Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-02-15T15:23:27.557Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-02-15T15:23:27.557Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-02-15T15:23:27.557Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-02-15T15:23:27.557Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-02-15T15:23:27.557Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-02-15T15:23:27.557Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-02-15T15:23:27.557Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-02-15T15:23:27.557Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-02-15T15:23:27.557Z] === RUN TestFixManifestLayers [2022-02-15T15:23:27.557Z] --- PASS: TestFixManifestLayers (0.00s) [2022-02-15T15:23:27.557Z] === RUN TestFixManifestLayersBaseLayerParent [2022-02-15T15:23:27.557Z] pull_v2_test.go:73: Needs fixing on Windows [2022-02-15T15:23:27.557Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-02-15T15:23:27.557Z] === RUN TestFixManifestLayersBadParent [2022-02-15T15:23:27.557Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-02-15T15:23:27.557Z] === RUN TestValidateManifest [2022-02-15T15:23:27.557Z] pull_v2_test.go:118: Needs fixing on Windows [2022-02-15T15:23:27.557Z] --- SKIP: TestValidateManifest (0.00s) [2022-02-15T15:23:27.557Z] === RUN TestFormatPlatform [2022-02-15T15:23:27.557Z] --- PASS: TestFormatPlatform (0.00s) [2022-02-15T15:23:27.557Z] === RUN TestGetRepositoryMountCandidates [2022-02-15T15:23:27.557Z] --- PASS: TestGetRepositoryMountCandidates (0.01s) [2022-02-15T15:23:27.557Z] === RUN TestLayerAlreadyExists [2022-02-15T15:23:27.557Z] 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-02-15T15:23:27.557Z] 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-02-15T15:23:27.557Z] 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-02-15T15:23:27.557Z] 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-02-15T15:23:27.557Z] 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-02-15T15:23:27.557Z] 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-02-15T15:23:27.557Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-02-15T15:23:27.557Z] === RUN TestWhenEmptyAuthConfig [2022-02-15T15:23:27.557Z] time="2022-02-15T15:23:27Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-15T15:23:27.557Z] time="2022-02-15T15:23:27Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-15T15:23:27.557Z] time="2022-02-15T15:23:27Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-15T15:23:27.557Z] time="2022-02-15T15:23:27Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-15T15:23:27.557Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-02-15T15:23:27.557Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.45s) [2022-02-15T15:23:27.557Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.45s) [2022-02-15T15:23:27.557Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.45s) [2022-02-15T15:23:27.557Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.45s) [2022-02-15T15:23:27.557Z] === RUN TestTransfer [2022-02-15T15:23:28.047Z] --- PASS: TestTransfer (0.14s) [2022-02-15T15:23:28.047Z] === RUN TestConcurrencyLimit [2022-02-15T15:23:28.047Z] === RUN TestNotFound [2022-02-15T15:23:28.047Z] --- PASS: TestNotFound (0.00s) [2022-02-15T15:23:28.047Z] === RUN TestConflict [2022-02-15T15:23:28.047Z] --- PASS: TestConflict (0.00s) [2022-02-15T15:23:28.047Z] === RUN TestForbidden [2022-02-15T15:23:28.047Z] --- PASS: TestForbidden (0.00s) [2022-02-15T15:23:28.047Z] === RUN TestInvalidParameter [2022-02-15T15:23:28.047Z] --- PASS: TestInvalidParameter (0.00s) [2022-02-15T15:23:28.047Z] === RUN TestNotImplemented [2022-02-15T15:23:28.047Z] --- PASS: TestNotImplemented (0.00s) [2022-02-15T15:23:28.047Z] === RUN TestNotModified [2022-02-15T15:23:28.047Z] --- PASS: TestNotModified (0.00s) [2022-02-15T15:23:28.047Z] === RUN TestUnauthorized [2022-02-15T15:23:28.047Z] --- PASS: TestUnauthorized (0.00s) [2022-02-15T15:23:28.047Z] === RUN TestUnknown [2022-02-15T15:23:28.047Z] --- PASS: TestUnknown (0.00s) [2022-02-15T15:23:28.047Z] === RUN TestCancelled [2022-02-15T15:23:28.047Z] --- PASS: TestCancelled (0.00s) [2022-02-15T15:23:28.047Z] === RUN TestDeadline [2022-02-15T15:23:28.047Z] --- PASS: TestDeadline (0.00s) [2022-02-15T15:23:28.047Z] === RUN TestDataLoss [2022-02-15T15:23:28.047Z] --- PASS: TestDataLoss (0.00s) [2022-02-15T15:23:28.047Z] === RUN TestUnavailable [2022-02-15T15:23:28.047Z] --- PASS: TestUnavailable (0.00s) [2022-02-15T15:23:28.047Z] === RUN TestSystem [2022-02-15T15:23:28.047Z] --- PASS: TestSystem (0.00s) [2022-02-15T15:23:28.047Z] === RUN TestFromStatusCode [2022-02-15T15:23:28.047Z] === RUN TestFromStatusCode/Not_Found [2022-02-15T15:23:28.047Z] === RUN TestFromStatusCode/Bad_Request [2022-02-15T15:23:28.047Z] === RUN TestFromStatusCode/Conflict [2022-02-15T15:23:28.047Z] === RUN TestFromStatusCode/Unauthorized [2022-02-15T15:23:28.047Z] === RUN TestFromStatusCode/Service_Unavailable [2022-02-15T15:23:28.047Z] === RUN TestFromStatusCode/Forbidden [2022-02-15T15:23:28.047Z] === RUN TestFromStatusCode/Not_Modified [2022-02-15T15:23:28.047Z] === RUN TestFromStatusCode/Not_Implemented [2022-02-15T15:23:28.047Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-02-15T15:23:28.047Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-02-15T15:23:28.047Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-02-15T15:23:28.047Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-02-15T15:23:28.047Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-02-15T15:23:28.047Z] --- PASS: TestFromStatusCode (0.00s) [2022-02-15T15:23:28.047Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-02-15T15:23:28.047Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-02-15T15:23:28.047Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-02-15T15:23:28.047Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-02-15T15:23:28.047Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-02-15T15:23:28.047Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-02-15T15:23:28.047Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-02-15T15:23:28.047Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-02-15T15:23:28.047Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-02-15T15:23:28.047Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-02-15T15:23:28.047Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-02-15T15:23:28.047Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-02-15T15:23:28.047Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-02-15T15:23:28.047Z] PASS [2022-02-15T15:23:28.047Z] coverage: 53.1% of statements [2022-02-15T15:23:28.047Z] ok github.com/docker/docker/errdefs 0.065s coverage: 53.1% of statements [2022-02-15T15:23:28.047Z] --- PASS: TestConcurrencyLimit (0.39s) [2022-02-15T15:23:28.047Z] === RUN TestInactiveJobs [2022-02-15T15:23:28.536Z] --- PASS: TestInactiveJobs (0.45s) [2022-02-15T15:23:28.536Z] === RUN TestWatchRelease [2022-02-15T15:23:28.536Z] --- PASS: TestWatchRelease (0.04s) [2022-02-15T15:23:28.536Z] === RUN TestWatchFinishedTransfer [2022-02-15T15:23:28.536Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-02-15T15:23:28.536Z] === RUN TestDuplicateTransfer [2022-02-15T15:23:28.689Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-02-15T15:23:28.689Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-02-15T15:23:28.689Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-02-15T15:23:29.027Z] --- PASS: TestDuplicateTransfer (0.05s) [2022-02-15T15:23:29.027Z] === RUN TestSuccessfulUpload [2022-02-15T15:23:29.027Z] --- PASS: TestWhenEmptyAuthConfig (1.27s) [2022-02-15T15:23:29.027Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-02-15T15:23:29.027Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-02-15T15:23:29.027Z] === RUN TestTokenPassThru [2022-02-15T15:23:29.027Z] --- PASS: TestTokenPassThru (0.01s) [2022-02-15T15:23:29.027Z] === RUN TestTokenPassThruDifferentHost [2022-02-15T15:23:29.027Z] --- PASS: TestTokenPassThruDifferentHost (0.02s) [2022-02-15T15:23:29.027Z] PASS [2022-02-15T15:23:29.027Z] coverage: 24.6% of statements [2022-02-15T15:23:29.027Z] ok github.com/docker/docker/distribution 1.756s coverage: 24.6% of statements [2022-02-15T15:23:29.027Z] time="2022-02-15T15:23:28Z" level=error msg="Upload failed, retrying: simulating retry" [2022-02-15T15:23:29.027Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-02-15T15:23:29.516Z] --- PASS: TestSuccessfulUpload (0.53s) [2022-02-15T15:23:29.516Z] === RUN TestCancelledUpload [2022-02-15T15:23:29.516Z] --- PASS: TestCancelledUpload (0.00s) [2022-02-15T15:23:29.516Z] PASS [2022-02-15T15:23:29.516Z] coverage: 77.1% of statements [2022-02-15T15:23:29.516Z] ok github.com/docker/docker/distribution/xfer 2.129s coverage: 77.1% of statements [2022-02-15T15:23:29.516Z] ? github.com/docker/docker/dockerversion [no test files] [2022-02-15T15:23:29.516Z] === RUN TestCompare [2022-02-15T15:23:29.516Z] --- PASS: TestCompare (0.00s) [2022-02-15T15:23:29.516Z] PASS [2022-02-15T15:23:29.516Z] coverage: 19.2% of statements [2022-02-15T15:23:29.516Z] ok github.com/docker/docker/image/cache 0.099s coverage: 19.2% of statements [2022-02-15T15:23:29.516Z] === RUN TestFSGetInvalidData [2022-02-15T15:23:29.516Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-02-15T15:23:29.516Z] === RUN TestFSInvalidSet [2022-02-15T15:23:30.005Z] --- PASS: TestFSInvalidSet (0.02s) [2022-02-15T15:23:30.005Z] === RUN TestFSInvalidRoot [2022-02-15T15:23:30.005Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-02-15T15:23:30.005Z] === RUN TestFSMetadataGetSet [2022-02-15T15:23:30.005Z] --- PASS: TestFSMetadataGetSet (0.05s) [2022-02-15T15:23:30.005Z] === RUN TestFSInvalidWalker [2022-02-15T15:23:30.005Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-02-15T15:23:30.005Z] === RUN TestFSGetSet [2022-02-15T15:23:30.005Z] --- PASS: TestFSGetSet (0.02s) [2022-02-15T15:23:30.005Z] === RUN TestFSGetUnsetKey [2022-02-15T15:23:30.005Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-02-15T15:23:30.005Z] === RUN TestFSGetEmptyData [2022-02-15T15:23:30.005Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-02-15T15:23:30.005Z] === RUN TestFSDelete [2022-02-15T15:23:30.005Z] --- PASS: TestFSDelete (0.03s) [2022-02-15T15:23:30.005Z] === RUN TestFSWalker [2022-02-15T15:23:30.005Z] --- PASS: TestFSWalker (0.02s) [2022-02-15T15:23:30.005Z] === RUN TestFSWalkerStopOnError [2022-02-15T15:23:30.005Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-02-15T15:23:30.005Z] === RUN TestNewFromJSON [2022-02-15T15:23:30.005Z] --- PASS: TestNewFromJSON (0.00s) [2022-02-15T15:23:30.005Z] === RUN TestNewFromJSONWithInvalidJSON [2022-02-15T15:23:30.005Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-02-15T15:23:30.005Z] === RUN TestMarshalKeyOrder [2022-02-15T15:23:30.005Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-02-15T15:23:30.005Z] === RUN TestHistoryEqual [2022-02-15T15:23:30.005Z] --- PASS: TestHistoryEqual (0.21s) [2022-02-15T15:23:30.005Z] === RUN TestImage [2022-02-15T15:23:30.005Z] --- PASS: TestImage (0.00s) [2022-02-15T15:23:30.005Z] === RUN TestImageOSNotEmpty [2022-02-15T15:23:30.005Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-02-15T15:23:30.005Z] === RUN TestNewChildImageFromImageWithRootFS [2022-02-15T15:23:30.005Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-02-15T15:23:30.005Z] === RUN TestCreate [2022-02-15T15:23:30.005Z] --- PASS: TestCreate (0.01s) [2022-02-15T15:23:30.005Z] === RUN TestRestore [2022-02-15T15:23:30.005Z] time="2022-02-15T15:23:29Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-02-15T15:23:30.005Z] --- PASS: TestRestore (0.03s) [2022-02-15T15:23:30.005Z] === RUN TestAddDelete [2022-02-15T15:23:30.005Z] --- PASS: TestAddDelete (0.03s) [2022-02-15T15:23:30.005Z] === RUN TestSearchAfterDelete [2022-02-15T15:23:30.005Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-02-15T15:23:30.005Z] === RUN TestParentReset [2022-02-15T15:23:30.185Z] --- PASS: TestInspectNetwork (7.95s) [2022-02-15T15:23:30.185Z] --- PASS: TestInspectNetwork/full_network_id (0.01s) [2022-02-15T15:23:30.185Z] --- PASS: TestInspectNetwork/partial_network_id (0.01s) [2022-02-15T15:23:30.185Z] --- PASS: TestInspectNetwork/network_name (0.01s) [2022-02-15T15:23:30.185Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-02-15T15:23:30.185Z] === RUN TestRunContainerWithBridgeNone [2022-02-15T15:23:30.496Z] --- PASS: TestParentReset (0.03s) [2022-02-15T15:23:30.496Z] === RUN TestGetAndSetLastUpdated [2022-02-15T15:23:30.496Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-02-15T15:23:30.496Z] === RUN TestStoreLen [2022-02-15T15:23:30.496Z] --- PASS: TestStoreLen (0.06s) [2022-02-15T15:23:30.496Z] PASS [2022-02-15T15:23:30.496Z] coverage: 86.6% of statements [2022-02-15T15:23:30.496Z] ok github.com/docker/docker/image 0.741s coverage: 86.6% of statements [2022-02-15T15:23:30.496Z] === RUN TestMakeV1ConfigFromConfig [2022-02-15T15:23:30.496Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-02-15T15:23:30.496Z] PASS [2022-02-15T15:23:30.496Z] coverage: 25.0% of statements [2022-02-15T15:23:30.496Z] ok github.com/docker/docker/image/v1 0.075s coverage: 25.0% of statements [2022-02-15T15:23:30.985Z] === RUN TestValidateManifest [2022-02-15T15:23:30.985Z] === RUN TestValidateManifest/nil [2022-02-15T15:23:30.985Z] === RUN TestValidateManifest/non-nil [2022-02-15T15:23:30.985Z] --- PASS: TestValidateManifest (0.00s) [2022-02-15T15:23:30.985Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-02-15T15:23:30.985Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-02-15T15:23:30.985Z] PASS [2022-02-15T15:23:30.985Z] coverage: 0.7% of statements [2022-02-15T15:23:30.985Z] ok github.com/docker/docker/image/tarexport 0.119s coverage: 0.7% of statements [2022-02-15T15:23:30.985Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-02-15T15:23:32.123Z] --- PASS: TestRunContainerWithBridgeNone (2.04s) [2022-02-15T15:23:32.123Z] === RUN TestNetworkInvalidJSON [2022-02-15T15:23:32.123Z] === RUN TestNetworkInvalidJSON//networks/create [2022-02-15T15:23:32.123Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-02-15T15:23:32.123Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:23:32.123Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:23:32.123Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:23:32.123Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:23:32.123Z] === CONT TestNetworkInvalidJSON//networks/create [2022-02-15T15:23:32.123Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:23:32.123Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:23:32.123Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-02-15T15:23:32.123Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-02-15T15:23:32.123Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-02-15T15:23:32.123Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-02-15T15:23:32.123Z] === RUN TestNetworkList [2022-02-15T15:23:32.123Z] === RUN TestNetworkList//networks [2022-02-15T15:23:32.123Z] === PAUSE TestNetworkList//networks [2022-02-15T15:23:32.123Z] === RUN TestNetworkList//networks/ [2022-02-15T15:23:32.123Z] === PAUSE TestNetworkList//networks/ [2022-02-15T15:23:32.123Z] === CONT TestNetworkList//networks [2022-02-15T15:23:32.123Z] === CONT TestNetworkList//networks/ [2022-02-15T15:23:32.123Z] --- PASS: TestNetworkList (0.01s) [2022-02-15T15:23:32.123Z] --- PASS: TestNetworkList//networks (0.00s) [2022-02-15T15:23:32.123Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-02-15T15:23:32.123Z] === RUN TestHostIPv4BridgeLabel [2022-02-15T15:23:32.384Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-02-15T15:23:32.613Z] === RUN TestSerialization [2022-02-15T15:23:32.613Z] --- PASS: TestSerialization (0.02s) [2022-02-15T15:23:32.613Z] PASS [2022-02-15T15:23:32.613Z] coverage: 100.0% of statements [2022-02-15T15:23:32.613Z] ok github.com/docker/docker/libcontainerd/queue 0.111s coverage: 100.0% of statements [2022-02-15T15:23:32.613Z] === RUN TestEmptyLayer [2022-02-15T15:23:32.613Z] --- PASS: TestEmptyLayer (0.00s) [2022-02-15T15:23:32.613Z] === RUN TestCommitFailure [2022-02-15T15:23:32.613Z] --- PASS: TestCommitFailure (0.01s) [2022-02-15T15:23:32.613Z] === RUN TestStartTransactionFailure [2022-02-15T15:23:32.613Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-02-15T15:23:32.613Z] === RUN TestGetOrphan [2022-02-15T15:23:32.613Z] --- PASS: TestGetOrphan (0.01s) [2022-02-15T15:23:32.613Z] === RUN TestMountAndRegister [2022-02-15T15:23:32.613Z] layer_test.go:270: Layer size: 14 [2022-02-15T15:23:32.613Z] --- PASS: TestMountAndRegister (0.05s) [2022-02-15T15:23:32.613Z] === RUN TestLayerRelease [2022-02-15T15:23:32.613Z] layer_test.go:303: Failing on Windows [2022-02-15T15:23:32.613Z] --- SKIP: TestLayerRelease (0.00s) [2022-02-15T15:23:32.613Z] === RUN TestStoreRestore [2022-02-15T15:23:32.613Z] layer_test.go:352: Failing on Windows [2022-02-15T15:23:32.613Z] --- SKIP: TestStoreRestore (0.00s) [2022-02-15T15:23:32.613Z] === RUN TestTarStreamStability [2022-02-15T15:23:32.613Z] layer_test.go:467: Failing on Windows [2022-02-15T15:23:32.613Z] --- SKIP: TestTarStreamStability (0.00s) [2022-02-15T15:23:32.613Z] === RUN TestRegisterExistingLayer [2022-02-15T15:23:32.644Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-02-15T15:23:32.905Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2022-02-15T15:23:32.905Z] === RUN TestDaemonRestartWithLiveRestore [2022-02-15T15:23:33.103Z] --- PASS: TestRegisterExistingLayer (0.15s) [2022-02-15T15:23:33.103Z] === RUN TestTarStreamVerification [2022-02-15T15:23:33.103Z] layer_test.go:696: Failing on Windows [2022-02-15T15:23:33.103Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-02-15T15:23:33.103Z] === RUN TestLayerMigration [2022-02-15T15:23:33.103Z] migration_test.go:45: Failing on Windows [2022-02-15T15:23:33.103Z] --- SKIP: TestLayerMigration (0.00s) [2022-02-15T15:23:33.103Z] === RUN TestLayerMigrationNoTarsplit [2022-02-15T15:23:33.103Z] migration_test.go:181: Failing on Windows [2022-02-15T15:23:33.103Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-02-15T15:23:33.103Z] === RUN TestMountInit [2022-02-15T15:23:33.103Z] mount_test.go:17: Failing on Windows [2022-02-15T15:23:33.103Z] --- SKIP: TestMountInit (0.00s) [2022-02-15T15:23:33.103Z] === RUN TestMountSize [2022-02-15T15:23:33.103Z] mount_test.go:76: Failing on Windows [2022-02-15T15:23:33.103Z] --- SKIP: TestMountSize (0.00s) [2022-02-15T15:23:33.103Z] === RUN TestMountChanges [2022-02-15T15:23:33.103Z] mount_test.go:125: Failing on Windows [2022-02-15T15:23:33.103Z] --- SKIP: TestMountChanges (0.00s) [2022-02-15T15:23:33.103Z] === RUN TestMountApply [2022-02-15T15:23:33.103Z] mount_test.go:212: Failing on Windows [2022-02-15T15:23:33.103Z] --- SKIP: TestMountApply (0.00s) [2022-02-15T15:23:33.103Z] PASS [2022-02-15T15:23:33.103Z] coverage: 30.1% of statements [2022-02-15T15:23:33.103Z] ok github.com/docker/docker/layer 0.344s coverage: 30.1% of statements [2022-02-15T15:23:33.103Z] === RUN TestEnvironmentParsing [2022-02-15T15:23:33.103Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-02-15T15:23:33.103Z] PASS [2022-02-15T15:23:33.103Z] coverage: 1.2% of statements [2022-02-15T15:23:33.103Z] ok github.com/docker/docker/libcontainerd/local 0.090s coverage: 1.2% of statements [2022-02-15T15:23:33.103Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-02-15T15:23:33.103Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-02-15T15:23:33.103Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-02-15T15:23:33.103Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-02-15T15:23:33.847Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2022-02-15T15:23:33.847Z] === RUN TestDaemonDefaultNetworkPools [2022-02-15T15:23:34.112Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-02-15T15:23:34.112Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-02-15T15:23:34.131Z] === RUN TestSequenceGetAvailableBit [2022-02-15T15:23:34.131Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-02-15T15:23:34.131Z] === RUN TestSequenceEqual [2022-02-15T15:23:34.131Z] --- PASS: TestSequenceEqual (0.00s) [2022-02-15T15:23:34.620Z] === RUN TestSequenceCopy [2022-02-15T15:23:34.620Z] --- PASS: TestSequenceCopy (0.00s) [2022-02-15T15:23:34.620Z] === RUN TestGetFirstAvailable [2022-02-15T15:23:34.620Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-02-15T15:23:34.620Z] === RUN TestFindSequence [2022-02-15T15:23:34.620Z] --- PASS: TestFindSequence (0.00s) [2022-02-15T15:23:34.620Z] === RUN TestCheckIfAvailable [2022-02-15T15:23:34.620Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-02-15T15:23:34.620Z] === RUN TestMergeSequences [2022-02-15T15:23:34.620Z] --- PASS: TestMergeSequences (0.00s) [2022-02-15T15:23:34.620Z] === RUN TestPushReservation [2022-02-15T15:23:34.620Z] --- PASS: TestPushReservation (0.00s) [2022-02-15T15:23:34.620Z] === RUN TestSerializeDeserialize [2022-02-15T15:23:34.620Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-02-15T15:23:34.620Z] === RUN TestSet [2022-02-15T15:23:34.620Z] --- PASS: TestSet (0.00s) [2022-02-15T15:23:34.620Z] === RUN TestSetUnset [2022-02-15T15:23:34.620Z] --- PASS: TestSetUnset (0.00s) [2022-02-15T15:23:34.620Z] === RUN TestOffsetSetUnset [2022-02-15T15:23:34.620Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-02-15T15:23:34.620Z] === RUN TestSetInRange [2022-02-15T15:23:34.620Z] --- PASS: TestSetInRange (0.00s) [2022-02-15T15:23:34.620Z] === RUN TestSetAnyInRange [2022-02-15T15:23:34.620Z] --- PASS: TestSetAnyInRange (0.00s) [2022-02-15T15:23:34.620Z] === RUN TestMethods [2022-02-15T15:23:34.620Z] --- PASS: TestMethods (0.00s) [2022-02-15T15:23:34.620Z] === RUN TestRandomAllocateDeallocate [2022-02-15T15:23:34.683Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2022-02-15T15:23:34.683Z] === RUN TestDaemonRestartWithExistingNetwork [2022-02-15T15:23:35.623Z] === RUN TestDockerSuite/TestBuildNetNone [2022-02-15T15:23:35.884Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2022-02-15T15:23:35.884Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-02-15T15:23:36.144Z] === RUN TestDockerSuite/TestBuildNoContext [2022-02-15T15:23:36.246Z] === RUN TestInvalidConfig [2022-02-15T15:23:36.247Z] --- PASS: TestInvalidConfig (0.00s) [2022-02-15T15:23:36.247Z] === RUN TestConfig [2022-02-15T15:23:36.247Z] --- PASS: TestConfig (0.00s) [2022-02-15T15:23:36.247Z] === RUN TestOptionsLabels [2022-02-15T15:23:36.247Z] --- PASS: TestOptionsLabels (0.00s) [2022-02-15T15:23:36.247Z] === RUN TestValidName [2022-02-15T15:23:36.247Z] --- PASS: TestValidName (0.00s) [2022-02-15T15:23:36.247Z] PASS [2022-02-15T15:23:36.247Z] coverage: 19.7% of statements [2022-02-15T15:23:36.247Z] ok github.com/docker/docker/libnetwork/config 0.100s coverage: 19.7% of statements [2022-02-15T15:23:36.809Z] === RUN TestKey [2022-02-15T15:23:36.809Z] --- PASS: TestKey (0.00s) [2022-02-15T15:23:36.809Z] === RUN TestParseKey [2022-02-15T15:23:36.809Z] --- PASS: TestParseKey (0.00s) [2022-02-15T15:23:36.809Z] === RUN TestInvalidDataStore [2022-02-15T15:23:36.809Z] --- PASS: TestInvalidDataStore (0.00s) [2022-02-15T15:23:36.809Z] === RUN TestKVObjectFlatKey [2022-02-15T15:23:36.809Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-02-15T15:23:36.809Z] === RUN TestAtomicKVObjectFlatKey [2022-02-15T15:23:36.809Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-02-15T15:23:36.809Z] PASS [2022-02-15T15:23:36.809Z] coverage: 21.9% of statements [2022-02-15T15:23:36.809Z] ok github.com/docker/docker/libnetwork/datastore 0.047s coverage: 21.9% of statements [2022-02-15T15:23:37.086Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-02-15T15:23:37.087Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s) [2022-02-15T15:23:37.087Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-02-15T15:23:37.298Z] === RUN TestErrorInterfaces [2022-02-15T15:23:37.298Z] --- PASS: TestErrorInterfaces (0.00s) [2022-02-15T15:23:37.298Z] === RUN TestNetworkMarshalling [2022-02-15T15:23:37.298Z] --- PASS: TestNetworkMarshalling (0.24s) [2022-02-15T15:23:37.298Z] === RUN TestEndpointMarshalling [2022-02-15T15:23:37.298Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-02-15T15:23:37.298Z] === RUN TestAuxAddresses [2022-02-15T15:23:37.298Z] time="2022-02-15T15:23:37Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-15T15:23:37.298Z] --- PASS: TestAuxAddresses (0.02s) [2022-02-15T15:23:37.298Z] === RUN TestSRVServiceQuery [2022-02-15T15:23:37.298Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:23:37.298Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-02-15T15:23:37.298Z] === RUN TestServiceVIPReuse [2022-02-15T15:23:37.298Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:23:37.298Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-02-15T15:23:37.298Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-02-15T15:23:37.298Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:23:37.298Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-02-15T15:23:37.298Z] === RUN TestDNSIPQuery [2022-02-15T15:23:37.298Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:23:37.298Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-02-15T15:23:37.298Z] === RUN TestDNSProxyServFail [2022-02-15T15:23:37.298Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:23:37.298Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-02-15T15:23:37.298Z] === RUN TestSandboxAddEmpty [2022-02-15T15:23:37.298Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:23:37.298Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-02-15T15:23:37.299Z] === RUN TestSandboxAddMultiPrio [2022-02-15T15:23:37.299Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:23:37.299Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-02-15T15:23:37.299Z] === RUN TestSandboxAddSamePrio [2022-02-15T15:23:37.299Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:23:37.299Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-02-15T15:23:37.299Z] === RUN TestCleanupServiceDiscovery [2022-02-15T15:23:37.299Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:23:37.299Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-02-15T15:23:37.299Z] === RUN TestDNSOptions [2022-02-15T15:23:37.299Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:23:37.299Z] --- SKIP: TestDNSOptions (0.00s) [2022-02-15T15:23:37.299Z] === RUN TestMultipleControllersWithSameStore [2022-02-15T15:23:37.299Z] time="2022-02-15T15:23:37Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-15T15:23:37.299Z] time="2022-02-15T15:23:37Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-15T15:23:37.299Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-02-15T15:23:37.299Z] PASS [2022-02-15T15:23:37.299Z] coverage: 8.5% of statements [2022-02-15T15:23:37.299Z] ok github.com/docker/docker/libnetwork 0.420s coverage: 8.5% of statements [2022-02-15T15:23:37.299Z] === RUN TestIPDataMarshalling [2022-02-15T15:23:37.299Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-02-15T15:23:37.299Z] === RUN TestValidateAndIsV6 [2022-02-15T15:23:37.299Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-02-15T15:23:37.299Z] PASS [2022-02-15T15:23:37.299Z] coverage: 68.9% of statements [2022-02-15T15:23:37.299Z] ok github.com/docker/docker/libnetwork/driverapi 0.059s coverage: 68.9% of statements [2022-02-15T15:23:37.706Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-02-15T15:23:37.706Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2022-02-15T15:23:37.706Z] === RUN TestServiceWithPredefinedNetwork [2022-02-15T15:23:38.334Z] === RUN TestDriver [2022-02-15T15:23:38.334Z] --- PASS: TestDriver (0.00s) [2022-02-15T15:23:38.334Z] PASS [2022-02-15T15:23:38.334Z] coverage: 34.8% of statements [2022-02-15T15:23:38.334Z] ok github.com/docker/docker/libnetwork/drivers/host 0.053s coverage: 34.8% of statements [2022-02-15T15:23:38.833Z] === RUN TestDriver [2022-02-15T15:23:38.833Z] --- PASS: TestDriver (0.00s) [2022-02-15T15:23:38.833Z] PASS [2022-02-15T15:23:38.833Z] coverage: 34.8% of statements [2022-02-15T15:23:38.833Z] ok github.com/docker/docker/libnetwork/drivers/null 0.086s coverage: 34.8% of statements [2022-02-15T15:23:38.833Z] === RUN TestNetworkAllocateFree [2022-02-15T15:23:38.833Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-02-15T15:23:38.833Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-02-15T15:23:38.833Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-02-15T15:23:38.833Z] PASS [2022-02-15T15:23:38.833Z] coverage: 63.6% of statements [2022-02-15T15:23:38.833Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.053s coverage: 63.6% of statements [2022-02-15T15:23:39.091Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-02-15T15:23:39.352Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-02-15T15:23:39.352Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-02-15T15:23:39.612Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-02-15T15:23:39.861Z] === RUN TestGetEmptyCapabilities [2022-02-15T15:23:39.861Z] --- PASS: TestGetEmptyCapabilities (0.02s) [2022-02-15T15:23:39.861Z] === RUN TestGetExtraCapabilities [2022-02-15T15:23:39.861Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-02-15T15:23:39.861Z] === RUN TestGetInvalidCapabilities [2022-02-15T15:23:39.861Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-02-15T15:23:39.861Z] === RUN TestRemoteDriver [2022-02-15T15:23:39.861Z] --- PASS: TestRemoteDriver (0.01s) [2022-02-15T15:23:39.861Z] === RUN TestDriverError [2022-02-15T15:23:39.861Z] --- PASS: TestDriverError (0.01s) [2022-02-15T15:23:39.861Z] === RUN TestMissingValues [2022-02-15T15:23:39.861Z] --- PASS: TestMissingValues (0.00s) [2022-02-15T15:23:39.861Z] === RUN TestRollback [2022-02-15T15:23:39.861Z] --- PASS: TestRollback (0.01s) [2022-02-15T15:23:39.861Z] PASS [2022-02-15T15:23:39.861Z] coverage: 57.4% of statements [2022-02-15T15:23:39.861Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.119s coverage: 57.4% of statements [2022-02-15T15:23:39.861Z] --- PASS: TestRandomAllocateDeallocate (5.41s) [2022-02-15T15:23:39.861Z] === RUN TestAllocateRandomDeallocate [2022-02-15T15:23:39.878Z] --- PASS: TestServiceWithPredefinedNetwork (2.20s) [2022-02-15T15:23:39.878Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-02-15T15:23:39.878Z] service_test.go:243: FLAKY_TEST [2022-02-15T15:23:39.878Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-15T15:23:39.878Z] === RUN TestServiceWithDataPathPortInit [2022-02-15T15:23:39.878Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-02-15T15:23:40.349Z] === RUN TestNAT [2022-02-15T15:23:40.349Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-02-15T15:23:40.349Z] --- SKIP: TestNAT (0.00s) [2022-02-15T15:23:40.349Z] === RUN TestTransparent [2022-02-15T15:23:40.349Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-02-15T15:23:40.349Z] --- SKIP: TestTransparent (0.00s) [2022-02-15T15:23:40.349Z] PASS [2022-02-15T15:23:40.349Z] coverage: 0.0% of statements [2022-02-15T15:23:40.349Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.056s coverage: 0.0% of statements [2022-02-15T15:23:40.349Z] === RUN TestBuildDefault [2022-02-15T15:23:40.349Z] --- PASS: TestBuildDefault (0.00s) [2022-02-15T15:23:40.349Z] === RUN TestBuildHostnameDomainname [2022-02-15T15:23:40.349Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-02-15T15:23:40.349Z] === RUN TestBuildHostname [2022-02-15T15:23:40.349Z] --- PASS: TestBuildHostname (0.00s) [2022-02-15T15:23:40.349Z] === RUN TestBuildHostnameFQDN [2022-02-15T15:23:40.349Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-02-15T15:23:40.349Z] === RUN TestBuildNoIP [2022-02-15T15:23:40.349Z] --- PASS: TestBuildNoIP (0.00s) [2022-02-15T15:23:40.349Z] === RUN TestUpdate [2022-02-15T15:23:40.349Z] --- PASS: TestUpdate (0.00s) [2022-02-15T15:23:40.349Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-02-15T15:23:40.349Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-02-15T15:23:40.349Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-02-15T15:23:40.349Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-02-15T15:23:40.349Z] === RUN TestAddEmpty [2022-02-15T15:23:40.349Z] --- PASS: TestAddEmpty (0.00s) [2022-02-15T15:23:40.349Z] === RUN TestAdd [2022-02-15T15:23:40.349Z] --- PASS: TestAdd (0.00s) [2022-02-15T15:23:40.349Z] === RUN TestDeleteEmpty [2022-02-15T15:23:40.349Z] --- PASS: TestDeleteEmpty (0.00s) [2022-02-15T15:23:40.349Z] === RUN TestDeleteNewline [2022-02-15T15:23:40.349Z] --- PASS: TestDeleteNewline (0.00s) [2022-02-15T15:23:40.349Z] === RUN TestDelete [2022-02-15T15:23:40.349Z] --- PASS: TestDelete (0.00s) [2022-02-15T15:23:40.349Z] === RUN TestConcurrentWrites [2022-02-15T15:23:40.451Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-02-15T15:23:40.839Z] === RUN TestNew [2022-02-15T15:23:40.839Z] --- PASS: TestNew (0.00s) [2022-02-15T15:23:40.839Z] === RUN TestAddDriver [2022-02-15T15:23:40.839Z] --- PASS: TestAddDriver (0.00s) [2022-02-15T15:23:40.839Z] === RUN TestAddDuplicateDriver [2022-02-15T15:23:40.839Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-02-15T15:23:40.839Z] === RUN TestIPAMDefaultAddressSpaces [2022-02-15T15:23:40.839Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-02-15T15:23:40.839Z] === RUN TestDriver [2022-02-15T15:23:40.839Z] --- PASS: TestDriver (0.00s) [2022-02-15T15:23:40.839Z] === RUN TestIPAM [2022-02-15T15:23:40.839Z] --- PASS: TestIPAM (0.00s) [2022-02-15T15:23:40.839Z] === RUN TestWalkIPAMs [2022-02-15T15:23:40.839Z] --- PASS: TestWalkIPAMs (0.00s) [2022-02-15T15:23:40.839Z] === RUN TestWalkDrivers [2022-02-15T15:23:40.839Z] --- PASS: TestWalkDrivers (0.00s) [2022-02-15T15:23:40.839Z] PASS [2022-02-15T15:23:40.839Z] coverage: 82.4% of statements [2022-02-15T15:23:40.839Z] ok github.com/docker/docker/libnetwork/drvregistry 0.089s coverage: 82.4% of statements [2022-02-15T15:23:40.839Z] --- PASS: TestConcurrentWrites (0.31s) [2022-02-15T15:23:40.839Z] PASS [2022-02-15T15:23:40.839Z] coverage: 81.2% of statements [2022-02-15T15:23:40.839Z] ok github.com/docker/docker/libnetwork/etchosts 0.389s coverage: 81.2% of statements [2022-02-15T15:23:40.839Z] --- PASS: TestAllocateRandomDeallocate (1.22s) [2022-02-15T15:23:40.839Z] === RUN TestAllocateRandomDeallocateSerialize [2022-02-15T15:23:41.329Z] === RUN TestNew [2022-02-15T15:23:41.329Z] --- PASS: TestNew (0.00s) [2022-02-15T15:23:41.329Z] === RUN TestAllocate [2022-02-15T15:23:41.329Z] --- PASS: TestAllocate (0.00s) [2022-02-15T15:23:41.329Z] === RUN TestUninitialized [2022-02-15T15:23:41.329Z] --- PASS: TestUninitialized (0.00s) [2022-02-15T15:23:41.329Z] === RUN TestAllocateInRange [2022-02-15T15:23:41.329Z] --- PASS: TestAllocateInRange (0.00s) [2022-02-15T15:23:41.329Z] === RUN TestAllocateSerial [2022-02-15T15:23:41.329Z] --- PASS: TestAllocateSerial (0.00s) [2022-02-15T15:23:41.329Z] PASS [2022-02-15T15:23:41.329Z] coverage: 87.5% of statements [2022-02-15T15:23:41.329Z] ok github.com/docker/docker/libnetwork/idm 0.061s coverage: 87.5% of statements [2022-02-15T15:23:41.329Z] === RUN TestCaller [2022-02-15T15:23:41.329Z] --- PASS: TestCaller (0.00s) [2022-02-15T15:23:41.329Z] PASS [2022-02-15T15:23:41.329Z] coverage: 100.0% of statements [2022-02-15T15:23:41.329Z] ok github.com/docker/docker/libnetwork/internal/caller 0.051s coverage: 100.0% of statements [2022-02-15T15:23:41.624Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-02-15T15:23:41.624Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-02-15T15:23:41.624Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-02-15T15:23:41.624Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-02-15T15:23:41.624Z] Cross building: bundles/cross/linux/s390x [2022-02-15T15:23:41.624Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-02-15T15:23:41.624Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-02-15T15:23:42.357Z] === RUN TestSetSerialInsertDelete [2022-02-15T15:23:42.357Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-02-15T15:23:42.357Z] === RUN TestSetParallelInsertDelete [2022-02-15T15:23:42.357Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.51s) [2022-02-15T15:23:42.357Z] === RUN TestRetrieveFromStore [2022-02-15T15:23:42.365Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-02-15T15:23:42.625Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-02-15T15:23:42.846Z] --- PASS: TestRetrieveFromStore (0.49s) [2022-02-15T15:23:42.846Z] === RUN TestIsCorrupted [2022-02-15T15:23:42.846Z] --- PASS: TestIsCorrupted (0.01s) [2022-02-15T15:23:42.846Z] === RUN TestSetRollover [2022-02-15T15:23:42.846Z] === RUN TestInt2IP2IntConversion [2022-02-15T15:23:43.874Z] --- PASS: TestInt2IP2IntConversion (0.53s) [2022-02-15T15:23:43.874Z] === RUN TestGetAddressVersion [2022-02-15T15:23:43.874Z] --- PASS: TestGetAddressVersion (0.00s) [2022-02-15T15:23:43.874Z] === RUN TestKeyString [2022-02-15T15:23:43.874Z] --- PASS: TestKeyString (0.00s) [2022-02-15T15:23:43.874Z] === RUN TestPoolDataMarshal [2022-02-15T15:23:43.874Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-02-15T15:23:43.874Z] === RUN TestSubnetsMarshal [2022-02-15T15:23:43.874Z] --- PASS: TestSubnetsMarshal (0.07s) [2022-02-15T15:23:43.874Z] === RUN TestAddSubnets [2022-02-15T15:23:43.874Z] --- PASS: TestAddSubnets (0.05s) [2022-02-15T15:23:43.874Z] === RUN TestDoublePoolRelease [2022-02-15T15:23:43.874Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-02-15T15:23:43.874Z] === RUN TestAddReleasePoolID [2022-02-15T15:23:43.874Z] --- PASS: TestAddReleasePoolID (0.07s) [2022-02-15T15:23:43.874Z] === RUN TestPredefinedPool [2022-02-15T15:23:43.874Z] --- PASS: TestPredefinedPool (0.03s) [2022-02-15T15:23:43.874Z] === RUN TestRemoveSubnet [2022-02-15T15:23:43.874Z] === RUN TestPoolRequest [2022-02-15T15:23:43.874Z] --- PASS: TestPoolRequest (0.00s) [2022-02-15T15:23:43.874Z] === RUN TestOtherRequests [2022-02-15T15:23:43.874Z] --- PASS: TestOtherRequests (0.00s) [2022-02-15T15:23:43.874Z] PASS [2022-02-15T15:23:43.874Z] coverage: 57.1% of statements [2022-02-15T15:23:43.874Z] ok github.com/docker/docker/libnetwork/ipams/null 0.048s coverage: 57.1% of statements [2022-02-15T15:23:43.874Z] --- PASS: TestRemoveSubnet (0.21s) [2022-02-15T15:23:43.874Z] === RUN TestGetSameAddress [2022-02-15T15:23:43.874Z] --- PASS: TestGetSameAddress (0.03s) [2022-02-15T15:23:43.874Z] === RUN TestPoolAllocationReuse [2022-02-15T15:23:44.363Z] --- PASS: TestSetRollover (1.47s) [2022-02-15T15:23:44.363Z] === RUN TestSetRolloverSerial [2022-02-15T15:23:44.537Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-02-15T15:23:45.396Z] === RUN TestGetCapabilities [2022-02-15T15:23:45.396Z] --- PASS: TestGetCapabilities (0.01s) [2022-02-15T15:23:45.396Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-02-15T15:23:45.396Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-02-15T15:23:45.396Z] === RUN TestGetDefaultAddressSpaces [2022-02-15T15:23:45.396Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-02-15T15:23:45.396Z] === RUN TestRemoteDriver [2022-02-15T15:23:45.396Z] --- PASS: TestRemoteDriver (0.01s) [2022-02-15T15:23:45.396Z] PASS [2022-02-15T15:23:45.396Z] coverage: 47.4% of statements [2022-02-15T15:23:45.396Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.094s coverage: 47.4% of statements [2022-02-15T15:23:45.479Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-02-15T15:23:45.886Z] --- PASS: TestPoolAllocationReuse (1.61s) [2022-02-15T15:23:45.886Z] === RUN TestGetAddressSubPoolEqualPool [2022-02-15T15:23:45.886Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-02-15T15:23:45.886Z] === RUN TestRequestReleaseAddressFromSubPool [2022-02-15T15:23:45.886Z] --- PASS: TestSetRolloverSerial (1.50s) [2022-02-15T15:23:45.886Z] === RUN TestGetFirstAvailableFromCurrent [2022-02-15T15:23:45.886Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-02-15T15:23:45.886Z] PASS [2022-02-15T15:23:45.886Z] coverage: 84.4% of statements [2022-02-15T15:23:45.886Z] ok github.com/docker/docker/libnetwork/bitseq 11.779s coverage: 84.4% of statements [2022-02-15T15:23:46.377Z] === RUN TestWindowsIPAM [2022-02-15T15:23:46.377Z] --- PASS: TestWindowsIPAM (0.00s) [2022-02-15T15:23:46.377Z] PASS [2022-02-15T15:23:46.377Z] coverage: 71.4% of statements [2022-02-15T15:23:46.377Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.052s coverage: 71.4% of statements [2022-02-15T15:23:46.868Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-02-15T15:23:46.869Z] === RUN TestDefaultNetwork [2022-02-15T15:23:47.358Z] --- PASS: TestDefaultNetwork (0.36s) [2022-02-15T15:23:47.358Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-02-15T15:23:47.808Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-02-15T15:23:47.852Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.28s) [2022-02-15T15:23:47.852Z] === RUN TestInitAddressPools [2022-02-15T15:23:47.852Z] --- PASS: TestInitAddressPools (0.00s) [2022-02-15T15:23:47.852Z] PASS [2022-02-15T15:23:47.852Z] coverage: 74.0% of statements [2022-02-15T15:23:47.852Z] ok github.com/docker/docker/libnetwork/ipamutils 0.726s coverage: 74.0% of statements [2022-02-15T15:23:48.344Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.48s) [2022-02-15T15:23:48.344Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-02-15T15:23:48.344Z] === RUN TestKeyValue [2022-02-15T15:23:48.344Z] --- PASS: TestKeyValue (0.00s) [2022-02-15T15:23:48.344Z] PASS [2022-02-15T15:23:48.344Z] coverage: 60.0% of statements [2022-02-15T15:23:48.344Z] ok github.com/docker/docker/libnetwork/netlabel 0.043s coverage: 60.0% of statements [2022-02-15T15:23:48.749Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-02-15T15:23:49.010Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-02-15T15:23:51.401Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.78s) [2022-02-15T15:23:51.401Z] === RUN TestGetAddress [2022-02-15T15:23:51.401Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-02-15T15:23:51.401Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-02-15T15:23:51.401Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-02-15T15:23:51.401Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-02-15T15:23:51.401Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-02-15T15:23:51.401Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-02-15T15:23:51.401Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-02-15T15:23:51.401Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-02-15T15:23:51.401Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-02-15T15:23:51.401Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-02-15T15:23:51.401Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-02-15T15:23:51.401Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-02-15T15:23:51.401Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-02-15T15:23:51.401Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-02-15T15:23:51.401Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-02-15T15:23:51.401Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-02-15T15:23:51.401Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-02-15T15:23:51.890Z] === RUN TestNetworkDBSimple [2022-02-15T15:23:52.311Z] === RUN TestDockerSuite/TestBuildPATH [2022-02-15T15:23:52.379Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-02-15T15:23:52.379Z] PASS [2022-02-15T15:23:52.379Z] coverage: 100.0% of statements [2022-02-15T15:23:52.379Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.060s coverage: 100.0% of statements [2022-02-15T15:23:52.379Z] === RUN TestGenerate [2022-02-15T15:23:52.379Z] --- PASS: TestGenerate (0.00s) [2022-02-15T15:23:52.379Z] === RUN TestGeneratePtr [2022-02-15T15:23:52.379Z] --- PASS: TestGeneratePtr (0.00s) [2022-02-15T15:23:52.379Z] === RUN TestGenerateMissingField [2022-02-15T15:23:52.379Z] --- PASS: TestGenerateMissingField (0.00s) [2022-02-15T15:23:52.379Z] === RUN TestFieldCannotBeSet [2022-02-15T15:23:52.379Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-02-15T15:23:52.379Z] === RUN TestTypeMismatchError [2022-02-15T15:23:52.379Z] --- PASS: TestTypeMismatchError (0.00s) [2022-02-15T15:23:52.379Z] PASS [2022-02-15T15:23:52.379Z] coverage: 100.0% of statements [2022-02-15T15:23:52.379Z] ok github.com/docker/docker/libnetwork/options 0.042s coverage: 100.0% of statements [2022-02-15T15:23:52.868Z] 2022/02/15 15:23:52 Closing DB instances... [2022-02-15T15:23:52.868Z] testing: warning: no tests to run [2022-02-15T15:23:52.868Z] PASS [2022-02-15T15:23:52.868Z] coverage: 0.0% of statements [2022-02-15T15:23:52.868Z] ok github.com/docker/docker/libnetwork/osl 0.046s coverage: 0.0% of statements [no tests to run] [2022-02-15T15:23:53.254Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-02-15T15:23:53.358Z] === RUN TestRequestNewPort [2022-02-15T15:23:53.358Z] --- PASS: TestRequestNewPort (0.00s) [2022-02-15T15:23:53.358Z] === RUN TestRequestSpecificPort [2022-02-15T15:23:53.358Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-02-15T15:23:53.358Z] === RUN TestReleasePort [2022-02-15T15:23:53.358Z] --- PASS: TestReleasePort (0.00s) [2022-02-15T15:23:53.358Z] === RUN TestReuseReleasedPort [2022-02-15T15:23:53.358Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-02-15T15:23:53.358Z] === RUN TestReleaseUnreadledPort [2022-02-15T15:23:53.358Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-02-15T15:23:53.358Z] === RUN TestUnknowProtocol [2022-02-15T15:23:53.358Z] --- PASS: TestUnknowProtocol (0.00s) [2022-02-15T15:23:53.358Z] === RUN TestAllocateAllPorts [2022-02-15T15:23:53.358Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-02-15T15:23:53.358Z] === RUN TestPortAllocation [2022-02-15T15:23:53.358Z] --- PASS: TestPortAllocation (0.00s) [2022-02-15T15:23:53.358Z] === RUN TestPortAllocationWithCustomRange [2022-02-15T15:23:53.358Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-02-15T15:23:53.358Z] === RUN TestNoDuplicateBPR [2022-02-15T15:23:53.358Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-02-15T15:23:53.358Z] === RUN TestChangePortRange [2022-02-15T15:23:53.358Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-02-15T15:23:53.358Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-02-15T15:23:53.358Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-02-15T15:23:53.358Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-02-15T15:23:53.358Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-02-15T15:23:53.358Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-02-15T15:23:53.358Z] --- PASS: TestChangePortRange (0.00s) [2022-02-15T15:23:53.358Z] PASS [2022-02-15T15:23:53.358Z] coverage: 88.6% of statements [2022-02-15T15:23:53.358Z] ok github.com/docker/docker/libnetwork/portallocator 0.046s coverage: 88.6% of statements [2022-02-15T15:23:53.514Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-02-15T15:23:53.847Z] testing: warning: no tests to run [2022-02-15T15:23:53.847Z] PASS [2022-02-15T15:23:53.847Z] coverage: 0.0% of statements [2022-02-15T15:23:53.847Z] ok github.com/docker/docker/libnetwork/portmapper 0.046s coverage: 0.0% of statements [no tests to run] [2022-02-15T15:23:53.847Z] === RUN TestHashData [2022-02-15T15:23:53.847Z] --- PASS: TestHashData (0.00s) [2022-02-15T15:23:53.847Z] PASS [2022-02-15T15:23:53.847Z] coverage: 2.8% of statements [2022-02-15T15:23:53.847Z] ok github.com/docker/docker/libnetwork/resolvconf 0.045s coverage: 2.8% of statements [2022-02-15T15:23:54.086Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-02-15T15:23:54.338Z] --- PASS: TestNetworkDBSimple (2.46s) [2022-02-15T15:23:54.338Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-02-15T15:23:54.827Z] === RUN TestErrorConstructors [2022-02-15T15:23:54.827Z] --- PASS: TestErrorConstructors (0.00s) [2022-02-15T15:23:54.827Z] === RUN TestCompareIPMask [2022-02-15T15:23:54.827Z] --- PASS: TestCompareIPMask (0.00s) [2022-02-15T15:23:54.827Z] === RUN TestUtilGetHostPartIP [2022-02-15T15:23:54.827Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-02-15T15:23:54.827Z] === RUN TestUtilGetBroadcastIP [2022-02-15T15:23:54.827Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-02-15T15:23:54.827Z] === RUN TestParseCIDR [2022-02-15T15:23:54.827Z] --- PASS: TestParseCIDR (0.00s) [2022-02-15T15:23:54.827Z] PASS [2022-02-15T15:23:54.827Z] coverage: 37.3% of statements [2022-02-15T15:23:54.827Z] ok github.com/docker/docker/libnetwork/types 0.053s coverage: 37.3% of statements [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-02-15T15:23:55.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-02-15T15:23:55.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-02-15T15:23:55.316Z] PASS [2022-02-15T15:23:55.316Z] coverage: 50.0% of statements [2022-02-15T15:23:55.316Z] ok github.com/docker/docker/oci 0.061s coverage: 50.0% of statements [2022-02-15T15:23:55.316Z] 2022/02/15 15:23:55 Closing DB instances... [2022-02-15T15:23:55.468Z] --- PASS: TestServiceWithDataPathPortInit (15.43s) [2022-02-15T15:23:55.468Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-02-15T15:23:56.343Z] === RUN TestParseVersion [2022-02-15T15:23:56.343Z] --- PASS: TestParseVersion (0.00s) [2022-02-15T15:23:56.343Z] PASS [2022-02-15T15:23:56.343Z] coverage: 52.9% of statements [2022-02-15T15:23:56.343Z] ok github.com/docker/docker/pkg/aaparser 0.043s coverage: 52.9% of statements [2022-02-15T15:23:56.343Z] === RUN TestAddressPoolOpt [2022-02-15T15:23:56.343Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/a [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/something [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/_=a [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/env1=value1 [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/_env1=value1 [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/env2=value2=value3 [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/env3=abc!qwe [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/env_4=value_4 [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/PATH [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/=a [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/PATH= [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/PATH=something [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/asd!qwe [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/1asd [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/123 [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/some_space [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/__some_space_before [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/some_space_after__ [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/= [2022-02-15T15:23:56.343Z] === RUN TestValidateEnv/PaTh [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/a (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/something (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/= (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestParseHost [2022-02-15T15:23:56.343Z] --- PASS: TestParseHost (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestParseDockerDaemonHost [2022-02-15T15:23:56.343Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestParseTCP [2022-02-15T15:23:56.343Z] --- PASS: TestParseTCP (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestParseInvalidUnixAddrInvalid [2022-02-15T15:23:56.343Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestValidateExtraHosts [2022-02-15T15:23:56.343Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestIpOptString [2022-02-15T15:23:56.343Z] --- PASS: TestIpOptString (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestNewIpOptInvalidDefaultVal [2022-02-15T15:23:56.343Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestNewIpOptValidDefaultVal [2022-02-15T15:23:56.343Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestIpOptSetInvalidVal [2022-02-15T15:23:56.343Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestValidateIPAddress [2022-02-15T15:23:56.343Z] --- PASS: TestValidateIPAddress (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestMapOpts [2022-02-15T15:23:56.343Z] --- PASS: TestMapOpts (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestListOptsWithoutValidator [2022-02-15T15:23:56.343Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestListOptsWithValidator [2022-02-15T15:23:56.343Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestValidateDNSSearch [2022-02-15T15:23:56.343Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestValidateLabel [2022-02-15T15:23:56.343Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-02-15T15:23:56.343Z] === RUN TestValidateLabel/label_with_general_format [2022-02-15T15:23:56.343Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-02-15T15:23:56.343Z] === RUN TestValidateLabel/label_with_one_more [2022-02-15T15:23:56.343Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-02-15T15:23:56.343Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-02-15T15:23:56.343Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-02-15T15:23:56.343Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-02-15T15:23:56.343Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-02-15T15:23:56.343Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-02-15T15:23:56.343Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-02-15T15:23:56.343Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-02-15T15:23:56.343Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-02-15T15:23:56.343Z] --- PASS: TestValidateLabel (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-02-15T15:23:56.343Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestNamedListOpts [2022-02-15T15:23:56.343Z] --- PASS: TestNamedListOpts (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestNamedMapOpts [2022-02-15T15:23:56.343Z] --- PASS: TestNamedMapOpts (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestParseLink [2022-02-15T15:23:56.343Z] --- PASS: TestParseLink (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestQuotedStringSetWithQuotes [2022-02-15T15:23:56.343Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-02-15T15:23:56.343Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestQuotedStringSetWithNoQuotes [2022-02-15T15:23:56.343Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-02-15T15:23:56.343Z] === RUN TestUlimitOpt [2022-02-15T15:23:56.343Z] --- PASS: TestUlimitOpt (0.00s) [2022-02-15T15:23:56.343Z] PASS [2022-02-15T15:23:56.343Z] coverage: 67.1% of statements [2022-02-15T15:23:56.343Z] ok github.com/docker/docker/opts 0.089s coverage: 67.1% of statements [2022-02-15T15:23:57.371Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.85s) [2022-02-15T15:23:57.371Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-02-15T15:23:58.398Z] 2022/02/15 15:23:57 Closing DB instances... [2022-02-15T15:23:58.398Z] === RUN TestPeerCertificateMarshalJSON [2022-02-15T15:23:58.773Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:z96hrvwm8w3oiz4ewwice0efn Created:2022-02-15 15:23:56.736078538 +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[46a213bc0ae007cd6d708c93794c532cf25f2d7abda62d19ff81cba5015e7d7b:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.slc8hwvfgyriyl8snbaz4qowf EndpointID:c776066b9cb2fcef0186b9bdd031d1cf9a6593ab3dde3dc564be68203c235301 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ff6bbc416df1c679e20c4d01569463ee75d1fb20ac9306c5f8dfb901f5f078a8 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:ef2580aee982 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.slc8hwvfgyriyl8snbaz4qowf EndpointID:c776066b9cb2fcef0186b9bdd031d1cf9a6593ab3dde3dc564be68203c235301 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-02-15T15:23:58.887Z] === RUN TestIsArchivePathDir [2022-02-15T15:23:58.887Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-02-15T15:23:58.887Z] === RUN TestIsArchivePathInvalidFile [2022-02-15T15:23:58.887Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-02-15T15:23:58.887Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-02-15T15:23:58.887Z] --- PASS: TestPeerCertificateMarshalJSON (0.54s) [2022-02-15T15:23:58.887Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-02-15T15:23:58.887Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-02-15T15:23:58.887Z] === RUN TestMiddleware [2022-02-15T15:23:58.887Z] --- PASS: TestMiddleware (0.00s) [2022-02-15T15:23:58.887Z] === RUN TestNewResponseModifier [2022-02-15T15:23:58.887Z] --- PASS: TestNewResponseModifier (0.00s) [2022-02-15T15:23:58.887Z] PASS [2022-02-15T15:23:58.887Z] coverage: 26.8% of statements [2022-02-15T15:23:58.887Z] ok github.com/docker/docker/pkg/authorization 0.598s coverage: 26.8% of statements [2022-02-15T15:23:58.887Z] --- PASS: TestIsArchivePathInvalidFile (0.16s) [2022-02-15T15:23:58.887Z] === RUN TestIsArchivePathTar [2022-02-15T15:23:59.376Z] --- PASS: TestIsArchivePathTar (0.21s) [2022-02-15T15:23:59.376Z] === RUN TestDecompressStreamGzip [2022-02-15T15:23:59.376Z] --- PASS: TestDecompressStreamGzip (0.15s) [2022-02-15T15:23:59.376Z] === RUN TestDecompressStreamBzip2 [2022-02-15T15:23:59.376Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2022-02-15T15:23:59.376Z] === RUN TestDecompressStreamXz [2022-02-15T15:23:59.376Z] archive_test.go:133: Xz not present in msys2 [2022-02-15T15:23:59.376Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-02-15T15:23:59.376Z] === RUN TestDecompressStreamZstd [2022-02-15T15:23:59.376Z] archive_test.go:140: zstd not installed [2022-02-15T15:23:59.376Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-02-15T15:23:59.376Z] === RUN TestCompressStreamXzUnsupported [2022-02-15T15:23:59.376Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-02-15T15:23:59.376Z] === RUN TestCompressStreamBzip2Unsupported [2022-02-15T15:23:59.376Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-02-15T15:23:59.376Z] === RUN TestCompressStreamInvalid [2022-02-15T15:23:59.376Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-02-15T15:23:59.376Z] === RUN TestExtensionInvalid [2022-02-15T15:23:59.376Z] --- PASS: TestExtensionInvalid (0.00s) [2022-02-15T15:23:59.376Z] === RUN TestExtensionUncompressed [2022-02-15T15:23:59.376Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-02-15T15:23:59.376Z] === RUN TestExtensionBzip2 [2022-02-15T15:23:59.376Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-02-15T15:23:59.376Z] === RUN TestExtensionGzip [2022-02-15T15:23:59.376Z] --- PASS: TestExtensionGzip (0.00s) [2022-02-15T15:23:59.376Z] === RUN TestExtensionXz [2022-02-15T15:23:59.376Z] --- PASS: TestExtensionXz (0.00s) [2022-02-15T15:23:59.376Z] === RUN TestExtensionZstd [2022-02-15T15:23:59.376Z] --- PASS: TestExtensionZstd (0.00s) [2022-02-15T15:23:59.376Z] === RUN TestCmdStreamLargeStderr [2022-02-15T15:23:59.865Z] === RUN TestUnbuffered [2022-02-15T15:23:59.865Z] --- PASS: TestUnbuffered (0.00s) [2022-02-15T15:23:59.865Z] === RUN TestRaceUnbuffered [2022-02-15T15:23:59.865Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-02-15T15:23:59.865Z] PASS [2022-02-15T15:23:59.865Z] coverage: 100.0% of statements [2022-02-15T15:23:59.865Z] ok github.com/docker/docker/pkg/broadcaster 0.045s coverage: 100.0% of statements [2022-02-15T15:23:59.865Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-02-15T15:23:59.865Z] === RUN TestCmdStreamBad [2022-02-15T15:23:59.865Z] archive_test.go:252: Failing on Windows CI machines [2022-02-15T15:23:59.865Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-02-15T15:23:59.865Z] === RUN TestCmdStreamGood [2022-02-15T15:23:59.865Z] --- PASS: TestCmdStreamGood (0.06s) [2022-02-15T15:23:59.865Z] === RUN TestUntarPathWithInvalidDest [2022-02-15T15:23:59.865Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-02-15T15:23:59.865Z] === RUN TestUntarPathWithInvalidSrc [2022-02-15T15:23:59.865Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-02-15T15:23:59.865Z] === RUN TestUntarPath [2022-02-15T15:23:59.865Z] --- PASS: TestUntarPath (0.09s) [2022-02-15T15:23:59.865Z] === RUN TestUntarPathWithDestinationFile [2022-02-15T15:23:59.865Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-02-15T15:23:59.865Z] === RUN TestNetworkDBCRUDTableEntry [2022-02-15T15:23:59.865Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-02-15T15:23:59.865Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-02-15T15:23:59.865Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s) [2022-02-15T15:23:59.865Z] === RUN TestCopyWithTarInvalidSrc [2022-02-15T15:23:59.865Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-02-15T15:23:59.865Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-02-15T15:23:59.865Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-02-15T15:23:59.865Z] === RUN TestCopyWithTarSrcFile [2022-02-15T15:23:59.865Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-02-15T15:23:59.865Z] === RUN TestCopyWithTarSrcFolder [2022-02-15T15:23:59.865Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-02-15T15:23:59.865Z] === RUN TestCopyFileWithTarInvalidSrc [2022-02-15T15:23:59.865Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.01s) [2022-02-15T15:23:59.865Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-02-15T15:23:59.865Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-02-15T15:23:59.865Z] === RUN TestCopyFileWithTarSrcFolder [2022-02-15T15:23:59.865Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-02-15T15:23:59.865Z] === RUN TestCopyFileWithTarSrcFile [2022-02-15T15:23:59.865Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-02-15T15:23:59.865Z] === RUN TestTarFiles [2022-02-15T15:24:00.359Z] === RUN TestMatch [2022-02-15T15:24:00.359Z] === RUN TestMatch/[[]] [2022-02-15T15:24:00.359Z] === RUN TestMatch/[[foo]] [2022-02-15T15:24:00.359Z] === RUN TestMatch/[[bar]_[foo]] [2022-02-15T15:24:00.359Z] === RUN TestMatch/[[foo_bar]] [2022-02-15T15:24:00.359Z] === RUN TestMatch/[[qux]_[foo]] [2022-02-15T15:24:00.359Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-02-15T15:24:00.359Z] === RUN TestMatch/[] [2022-02-15T15:24:00.359Z] === RUN TestMatch/[]#01 [2022-02-15T15:24:00.359Z] === RUN TestMatch/[[qux]] [2022-02-15T15:24:00.359Z] === RUN TestMatch/[[foo_bar_qux]] [2022-02-15T15:24:00.359Z] === RUN TestMatch/[[qux]_[baz]] [2022-02-15T15:24:00.359Z] === RUN TestMatch/[[foo_baz]] [2022-02-15T15:24:00.359Z] --- PASS: TestMatch (0.00s) [2022-02-15T15:24:00.359Z] --- PASS: TestMatch/[[]] (0.00s) [2022-02-15T15:24:00.359Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-02-15T15:24:00.359Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-02-15T15:24:00.359Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-02-15T15:24:00.359Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-02-15T15:24:00.359Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-02-15T15:24:00.359Z] --- PASS: TestMatch/[] (0.00s) [2022-02-15T15:24:00.359Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-02-15T15:24:00.359Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-02-15T15:24:00.359Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-02-15T15:24:00.359Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-02-15T15:24:00.359Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-02-15T15:24:00.359Z] PASS [2022-02-15T15:24:00.359Z] coverage: 87.5% of statements [2022-02-15T15:24:00.359Z] ok github.com/docker/docker/pkg/capabilities 0.047s coverage: 87.5% of statements [2022-02-15T15:24:00.688Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-02-15T15:24:01.988Z] === RUN TestChrootTarUntar [2022-02-15T15:24:01.988Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:24:01.988Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-02-15T15:24:01.988Z] === RUN TestChrootUntarWithHugeExcludesList [2022-02-15T15:24:01.988Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:24:01.988Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-02-15T15:24:01.988Z] === RUN TestChrootUntarEmptyArchive [2022-02-15T15:24:01.988Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-02-15T15:24:01.988Z] === RUN TestChrootTarUntarWithSymlink [2022-02-15T15:24:01.988Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:24:01.988Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-02-15T15:24:01.988Z] === RUN TestChrootCopyWithTar [2022-02-15T15:24:01.988Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:24:01.988Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-02-15T15:24:01.988Z] === RUN TestChrootCopyFileWithTar [2022-02-15T15:24:01.988Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:24:01.988Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-02-15T15:24:01.988Z] === RUN TestChrootUntarPath [2022-02-15T15:24:01.988Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:24:01.988Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-02-15T15:24:01.988Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-02-15T15:24:01.988Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:24:01.988Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-02-15T15:24:01.988Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-02-15T15:24:01.988Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:24:01.988Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-02-15T15:24:01.988Z] === RUN TestChrootApplyDotDotFile [2022-02-15T15:24:01.988Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:24:01.988Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-02-15T15:24:01.988Z] PASS [2022-02-15T15:24:01.988Z] coverage: 15.1% of statements [2022-02-15T15:24:01.988Z] ok github.com/docker/docker/pkg/chrootarchive 0.111s coverage: 15.1% of statements [2022-02-15T15:24:01.988Z] 2022/02/15 15:24:01 Closing DB instances... [2022-02-15T15:24:02.477Z] === RUN TestSizeEmpty [2022-02-15T15:24:02.477Z] --- PASS: TestSizeEmpty (0.00s) [2022-02-15T15:24:02.477Z] === RUN TestSizeEmptyFile [2022-02-15T15:24:02.477Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-02-15T15:24:02.477Z] === RUN TestSizeNonemptyFile [2022-02-15T15:24:02.477Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-02-15T15:24:02.477Z] === RUN TestSizeNestedDirectoryEmpty [2022-02-15T15:24:02.477Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-02-15T15:24:02.477Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-02-15T15:24:02.477Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-02-15T15:24:02.477Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-02-15T15:24:02.477Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-02-15T15:24:02.477Z] === RUN TestMoveToSubdir [2022-02-15T15:24:02.477Z] --- PASS: TestMoveToSubdir (0.01s) [2022-02-15T15:24:02.477Z] === RUN TestSizeNonExistingDirectory [2022-02-15T15:24:02.477Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-02-15T15:24:02.477Z] PASS [2022-02-15T15:24:02.477Z] coverage: 80.0% of statements [2022-02-15T15:24:02.477Z] ok github.com/docker/docker/pkg/directory 0.060s coverage: 80.0% of statements [2022-02-15T15:24:03.240Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-02-15T15:24:03.240Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.76s) [2022-02-15T15:24:03.240Z] PASS [2022-02-15T15:24:03.240Z] [2022-02-15T15:24:03.240Z] === Skipped [2022-02-15T15:24:03.240Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-15T15:24:03.240Z] service_test.go:243: FLAKY_TEST [2022-02-15T15:24:03.240Z] [2022-02-15T15:24:03.240Z] DONE 26 tests, 1 skipped in 48.340s [2022-02-15T15:24:03.240Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-02-15T15:24:03.240Z] ++ 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-02-15T15:24:03.240Z] ++ set -e [2022-02-15T15:24:03.240Z] ++ '[' -n 0 ']' [2022-02-15T15:24:03.240Z] ++ set -x [2022-02-15T15:24:03.240Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-15T15:24:03.240Z] INFO: Testing against a local daemon [2022-02-15T15:24:03.240Z] === RUN TestDockerNetworkIpvlanPersistance [2022-02-15T15:24:03.240Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-15T15:24:03.240Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-02-15T15:24:03.240Z] === RUN TestDockerNetworkIpvlan [2022-02-15T15:24:03.240Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-15T15:24:03.240Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-02-15T15:24:03.240Z] PASS [2022-02-15T15:24:03.240Z] [2022-02-15T15:24:03.240Z] === Skipped [2022-02-15T15:24:03.240Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-02-15T15:24:03.240Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-15T15:24:03.240Z] [2022-02-15T15:24:03.240Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-02-15T15:24:03.240Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-02-15T15:24:03.240Z] [2022-02-15T15:24:03.240Z] DONE 2 tests, 2 skipped in 0.134s [2022-02-15T15:24:03.240Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-02-15T15:24:03.240Z] ++ 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-02-15T15:24:03.240Z] ++ set -e [2022-02-15T15:24:03.240Z] ++ '[' -n 0 ']' [2022-02-15T15:24:03.240Z] ++ set -x [2022-02-15T15:24:03.241Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-02-15T15:24:03.505Z] INFO: Testing against a local daemon [2022-02-15T15:24:03.505Z] === RUN TestDockerNetworkMacvlanPersistance [2022-02-15T15:24:03.586Z] === RUN TestPollerAddRemove [2022-02-15T15:24:03.587Z] --- PASS: TestPollerAddRemove (0.00s) [2022-02-15T15:24:03.587Z] === RUN TestPollerEvent [2022-02-15T15:24:03.587Z] poller_test.go:40: No chmod on Windows [2022-02-15T15:24:03.587Z] --- SKIP: TestPollerEvent (0.00s) [2022-02-15T15:24:03.587Z] === RUN TestPollerClose [2022-02-15T15:24:03.587Z] --- PASS: TestPollerClose (0.00s) [2022-02-15T15:24:03.587Z] PASS [2022-02-15T15:24:03.587Z] coverage: 43.6% of statements [2022-02-15T15:24:03.587Z] ok github.com/docker/docker/pkg/filenotify 0.047s coverage: 43.6% of statements [2022-02-15T15:24:04.455Z] === RUN TestDockerSuite/TestBuildRm [2022-02-15T15:24:04.618Z] --- PASS: TestNetworkDBCRUDTableEntry (4.49s) [2022-02-15T15:24:04.618Z] === RUN TestNetworkDBCRUDTableEntries [2022-02-15T15:24:04.618Z] === RUN TestCopyFileWithInvalidSrc [2022-02-15T15:24:04.618Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestCopyFileWithInvalidDest [2022-02-15T15:24:04.618Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestCopyFileWithSameSrcAndDest [2022-02-15T15:24:04.618Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-02-15T15:24:04.618Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestCopyFile [2022-02-15T15:24:04.618Z] --- PASS: TestCopyFile (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-02-15T15:24:04.618Z] fileutils_test.go:133: Needs porting to Windows [2022-02-15T15:24:04.618Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-02-15T15:24:04.618Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestReadSymlinkedDirectoryToFile [2022-02-15T15:24:04.618Z] fileutils_test.go:179: Needs porting to Windows [2022-02-15T15:24:04.618Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestWildcardMatches [2022-02-15T15:24:04.618Z] --- PASS: TestWildcardMatches (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestPatternMatches [2022-02-15T15:24:04.618Z] --- PASS: TestPatternMatches (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-02-15T15:24:04.618Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestPatternMatchesFolderExclusions [2022-02-15T15:24:04.618Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-02-15T15:24:04.618Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-02-15T15:24:04.618Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-02-15T15:24:04.618Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-02-15T15:24:04.618Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestSingleExclamationError [2022-02-15T15:24:04.618Z] --- PASS: TestSingleExclamationError (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestMatchesWithNoPatterns [2022-02-15T15:24:04.618Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestMatchesWithMalformedPatterns [2022-02-15T15:24:04.618Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestMatches [2022-02-15T15:24:04.618Z] === RUN TestMatches/MatchesOrParentMatches [2022-02-15T15:24:04.618Z] === RUN TestMatches/MatchesUsingParentResult [2022-02-15T15:24:04.618Z] === RUN TestMatches/MatchesUsingParentResults [2022-02-15T15:24:04.618Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-02-15T15:24:04.618Z] --- PASS: TestMatches (0.01s) [2022-02-15T15:24:04.618Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-02-15T15:24:04.618Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-02-15T15:24:04.618Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-02-15T15:24:04.618Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestCleanPatterns [2022-02-15T15:24:04.618Z] --- PASS: TestCleanPatterns (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-02-15T15:24:04.618Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestCleanPatternsExceptionFlag [2022-02-15T15:24:04.618Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-02-15T15:24:04.618Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-02-15T15:24:04.618Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestCleanPatternsErrorSingleException [2022-02-15T15:24:04.618Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestCreateIfNotExistsDir [2022-02-15T15:24:04.618Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestCreateIfNotExistsFile [2022-02-15T15:24:04.618Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-02-15T15:24:04.618Z] === RUN TestMatch [2022-02-15T15:24:04.618Z] --- PASS: TestMatch (0.00s) [2022-02-15T15:24:04.618Z] === RUN TestCompile [2022-02-15T15:24:04.618Z] === RUN TestCompile/slash [2022-02-15T15:24:04.618Z] === RUN TestCompile/backslash [2022-02-15T15:24:04.618Z] --- PASS: TestCompile (0.00s) [2022-02-15T15:24:04.618Z] --- PASS: TestCompile/slash (0.00s) [2022-02-15T15:24:04.618Z] --- PASS: TestCompile/backslash (0.00s) [2022-02-15T15:24:04.618Z] PASS [2022-02-15T15:24:04.618Z] coverage: 84.7% of statements [2022-02-15T15:24:04.618Z] ok github.com/docker/docker/pkg/fileutils 0.088s coverage: 84.7% of statements [2022-02-15T15:24:04.716Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.37s) [2022-02-15T15:24:04.716Z] === RUN TestDockerNetworkMacvlan [2022-02-15T15:24:05.650Z] === RUN TestGet [2022-02-15T15:24:05.650Z] --- PASS: TestGet (0.00s) [2022-02-15T15:24:05.650Z] === RUN TestGetShortcutString [2022-02-15T15:24:05.650Z] --- PASS: TestGetShortcutString (0.00s) [2022-02-15T15:24:05.650Z] PASS [2022-02-15T15:24:05.650Z] coverage: 42.9% of statements [2022-02-15T15:24:05.650Z] ok github.com/docker/docker/pkg/homedir 0.070s coverage: 42.9% of statements [2022-02-15T15:24:05.659Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-02-15T15:24:05.660Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-02-15T15:24:06.138Z] 2022/02/15 15:24:06 Closing DB instances... [2022-02-15T15:24:06.138Z] --- PASS: TestTarFiles (6.27s) [2022-02-15T15:24:06.138Z] === RUN TestDetectCompressionZstd [2022-02-15T15:24:06.138Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-02-15T15:24:06.138Z] === RUN TestTarUntar [2022-02-15T15:24:06.602Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-02-15T15:24:06.632Z] --- PASS: TestTarUntar (0.05s) [2022-02-15T15:24:06.632Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-02-15T15:24:06.632Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-02-15T15:24:06.632Z] === RUN TestTarWithOptions [2022-02-15T15:24:06.632Z] --- PASS: TestTarWithOptions (0.04s) [2022-02-15T15:24:06.632Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-02-15T15:24:06.632Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-02-15T15:24:06.632Z] === RUN TestUntarUstarGnuConflict [2022-02-15T15:24:06.632Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-02-15T15:24:06.632Z] === RUN TestUntarInvalidFilenames [2022-02-15T15:24:06.632Z] === RUN TestCreateIDMapOrder [2022-02-15T15:24:06.632Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-02-15T15:24:06.632Z] PASS [2022-02-15T15:24:06.632Z] coverage: 7.2% of statements [2022-02-15T15:24:06.632Z] ok github.com/docker/docker/pkg/idtools 0.052s coverage: 7.2% of statements [2022-02-15T15:24:06.632Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3604093540\\dest" [2022-02-15T15:24:06.632Z] --- PASS: TestUntarInvalidFilenames (0.22s) [2022-02-15T15:24:06.632Z] === RUN TestUntarHardlinkToSymlink [2022-02-15T15:24:06.632Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-02-15T15:24:06.632Z] === RUN TestUntarInvalidHardlink [2022-02-15T15:24:06.632Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4133794151\\victim\\hello" -> "../victim/hello" [2022-02-15T15:24:06.632Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3589926160\\victim\\hello" -> "/../victim/hello" [2022-02-15T15:24:06.632Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3861593858\\victim" -> "../victim" [2022-02-15T15:24:06.632Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1452858656\\victim" -> "../victim" [2022-02-15T15:24:06.632Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink859639324\\victim" -> "../victim" [2022-02-15T15:24:06.632Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink718519391\\victim" -> "../victim" [2022-02-15T15:24:06.632Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-02-15T15:24:06.632Z] === RUN TestUntarInvalidSymlink [2022-02-15T15:24:06.632Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1448956184\\dest\\dotdot" -> "../victim/hello" [2022-02-15T15:24:06.632Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2499950343\\dest\\slash-dotdot" -> "/../victim/hello" [2022-02-15T15:24:06.632Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3092238771\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:24:06.632Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3345649600\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:24:06.632Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3137315499\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:24:06.632Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink648344182\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:24:06.632Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3908268875\\dest\\dir\\loophole" -> "../../victim" [2022-02-15T15:24:06.632Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-02-15T15:24:06.632Z] === RUN TestTempArchiveCloseMultipleTimes [2022-02-15T15:24:06.632Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-02-15T15:24:06.632Z] === RUN TestXGlobalNoParent [2022-02-15T15:24:06.632Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-02-15T15:24:06.632Z] === RUN TestReplaceFileTarWrapper [2022-02-15T15:24:06.863Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-02-15T15:24:07.121Z] --- PASS: TestReplaceFileTarWrapper (0.22s) [2022-02-15T15:24:07.121Z] === RUN TestPrefixHeaderReadable [2022-02-15T15:24:07.121Z] --- PASS: TestPrefixHeaderReadable (0.04s) [2022-02-15T15:24:07.121Z] === RUN TestDisablePigz [2022-02-15T15:24:07.121Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-02-15T15:24:07.121Z] --- PASS: TestDisablePigz (0.21s) [2022-02-15T15:24:07.121Z] === RUN TestPigz [2022-02-15T15:24:07.435Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-02-15T15:24:07.610Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-02-15T15:24:07.610Z] --- PASS: TestPigz (0.19s) [2022-02-15T15:24:07.610Z] === RUN TestCopyFileWithInvalidDest [2022-02-15T15:24:07.610Z] archive_windows_test.go:16: Currently fails [2022-02-15T15:24:07.610Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-02-15T15:24:07.610Z] === RUN TestCanonicalTarNameForPath [2022-02-15T15:24:07.610Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-02-15T15:24:07.610Z] === RUN TestCanonicalTarName [2022-02-15T15:24:07.610Z] --- PASS: TestCanonicalTarName (0.00s) [2022-02-15T15:24:07.610Z] === RUN TestChmodTarEntry [2022-02-15T15:24:07.610Z] --- PASS: TestChmodTarEntry (0.00s) [2022-02-15T15:24:07.610Z] === RUN TestHardLinkOrder [2022-02-15T15:24:07.610Z] --- PASS: TestHardLinkOrder (0.10s) [2022-02-15T15:24:07.610Z] === RUN TestChangeString [2022-02-15T15:24:07.610Z] --- PASS: TestChangeString (0.00s) [2022-02-15T15:24:07.610Z] === RUN TestChangesWithNoChanges [2022-02-15T15:24:07.610Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-02-15T15:24:07.610Z] === RUN TestChangesWithChanges [2022-02-15T15:24:07.610Z] --- PASS: TestChangesWithChanges (0.04s) [2022-02-15T15:24:07.610Z] === RUN TestChangesWithChangesGH13590 [2022-02-15T15:24:07.610Z] changes_test.go:195: needs more investigation [2022-02-15T15:24:07.610Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-02-15T15:24:07.610Z] === RUN TestChangesDirsEmpty [2022-02-15T15:24:07.610Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-02-15T15:24:07.610Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-02-15T15:24:07.610Z] === RUN TestChangesDirsMutated [2022-02-15T15:24:07.610Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-02-15T15:24:07.610Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-02-15T15:24:07.610Z] === RUN TestApplyLayer [2022-02-15T15:24:07.610Z] changes_test.go:432: needs further investigation [2022-02-15T15:24:07.610Z] --- SKIP: TestApplyLayer (0.00s) [2022-02-15T15:24:07.610Z] === RUN TestChangesSizeWithHardlinks [2022-02-15T15:24:07.610Z] changes_test.go:468: needs further investigation [2022-02-15T15:24:07.610Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-02-15T15:24:07.610Z] === RUN TestChangesSizeWithNoChanges [2022-02-15T15:24:07.610Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-02-15T15:24:07.610Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-02-15T15:24:07.610Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-02-15T15:24:07.610Z] === RUN TestChangesSize [2022-02-15T15:24:07.610Z] --- PASS: TestChangesSize (0.00s) [2022-02-15T15:24:07.610Z] === RUN TestApplyLayerInvalidFilenames [2022-02-15T15:24:07.610Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames896072035\\dest" [2022-02-15T15:24:07.610Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-02-15T15:24:07.610Z] === RUN TestApplyLayerInvalidHardlink [2022-02-15T15:24:07.610Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3622503701\\victim\\hello" -> "../victim/hello" [2022-02-15T15:24:07.610Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3270004987\\victim\\hello" -> "/../victim/hello" [2022-02-15T15:24:07.610Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3524741983\\victim" -> "../victim" [2022-02-15T15:24:07.610Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1604598126\\victim" -> "../victim" [2022-02-15T15:24:07.610Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2827664277\\victim" -> "../victim" [2022-02-15T15:24:07.610Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2165484314\\victim" -> "../victim" [2022-02-15T15:24:07.610Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-02-15T15:24:07.610Z] === RUN TestApplyLayerInvalidSymlink [2022-02-15T15:24:07.610Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3083811035\\dest\\dotdot" -> "../victim/hello" [2022-02-15T15:24:07.610Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink527712260\\dest\\slash-dotdot" -> "/../victim/hello" [2022-02-15T15:24:07.610Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1439402111\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:24:07.610Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1101897167\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:24:07.610Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3481657332\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:24:07.610Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1134711895\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:24:07.610Z] --- PASS: TestApplyLayerInvalidSymlink (0.05s) [2022-02-15T15:24:07.610Z] === RUN TestApplyLayerWhiteouts [2022-02-15T15:24:07.610Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-02-15T15:24:07.610Z] === RUN TestGenerateEmptyFile [2022-02-15T15:24:07.610Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-02-15T15:24:07.610Z] === RUN TestGenerateWithContent [2022-02-15T15:24:07.610Z] --- PASS: TestGenerateWithContent (0.00s) [2022-02-15T15:24:07.610Z] PASS [2022-02-15T15:24:07.610Z] coverage: 62.0% of statements [2022-02-15T15:24:07.610Z] ok github.com/docker/docker/pkg/archive 9.070s coverage: 62.0% of statements [2022-02-15T15:24:07.610Z] --- PASS: TestNetworkDBCRUDTableEntries (3.45s) [2022-02-15T15:24:07.610Z] === RUN TestNetworkDBNodeLeave [2022-02-15T15:24:07.697Z] docker_api_swarm_test.go:304: [df87b50e348a4] joining swarm manager [d6730ce3e20a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:24:07.960Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-02-15T15:24:08.098Z] === RUN TestFixedBufferCap [2022-02-15T15:24:08.099Z] --- PASS: TestFixedBufferCap (0.00s) [2022-02-15T15:24:08.099Z] === RUN TestFixedBufferLen [2022-02-15T15:24:08.099Z] --- PASS: TestFixedBufferLen (0.00s) [2022-02-15T15:24:08.099Z] === RUN TestFixedBufferString [2022-02-15T15:24:08.099Z] --- PASS: TestFixedBufferString (0.00s) [2022-02-15T15:24:08.099Z] === RUN TestFixedBufferWrite [2022-02-15T15:24:08.099Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-02-15T15:24:08.099Z] === RUN TestFixedBufferRead [2022-02-15T15:24:08.099Z] --- PASS: TestFixedBufferRead (0.00s) [2022-02-15T15:24:08.099Z] === RUN TestBytesPipeRead [2022-02-15T15:24:08.099Z] --- PASS: TestBytesPipeRead (0.00s) [2022-02-15T15:24:08.099Z] === RUN TestBytesPipeWrite [2022-02-15T15:24:08.099Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-02-15T15:24:08.099Z] === RUN TestBytesPipeWriteRandomChunks [2022-02-15T15:24:08.593Z] --- PASS: TestBytesPipeWriteRandomChunks (0.55s) [2022-02-15T15:24:08.593Z] === RUN TestAtomicWriteToFile [2022-02-15T15:24:08.593Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-02-15T15:24:08.593Z] === RUN TestAtomicWriteSetCommit [2022-02-15T15:24:08.593Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-02-15T15:24:08.593Z] === RUN TestAtomicWriteSetCancel [2022-02-15T15:24:08.593Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-02-15T15:24:08.593Z] === RUN TestReadCloserWrapperClose [2022-02-15T15:24:08.593Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-02-15T15:24:08.593Z] === RUN TestReaderErrWrapperReadOnError [2022-02-15T15:24:08.593Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-02-15T15:24:08.593Z] === RUN TestReaderErrWrapperRead [2022-02-15T15:24:08.593Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-02-15T15:24:08.593Z] === RUN TestCancelReadCloser [2022-02-15T15:24:08.593Z] --- PASS: TestCancelReadCloser (0.10s) [2022-02-15T15:24:08.593Z] === RUN TestWriteCloserWrapperClose [2022-02-15T15:24:08.593Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-02-15T15:24:08.593Z] === RUN TestNopWriteCloser [2022-02-15T15:24:08.593Z] --- PASS: TestNopWriteCloser (0.00s) [2022-02-15T15:24:08.593Z] === RUN TestNopWriter [2022-02-15T15:24:08.593Z] --- PASS: TestNopWriter (0.00s) [2022-02-15T15:24:08.593Z] === RUN TestWriteCounter [2022-02-15T15:24:08.593Z] --- PASS: TestWriteCounter (0.00s) [2022-02-15T15:24:08.593Z] PASS [2022-02-15T15:24:08.593Z] coverage: 70.1% of statements [2022-02-15T15:24:08.593Z] ok github.com/docker/docker/pkg/ioutils 0.733s coverage: 70.1% of statements [2022-02-15T15:24:09.349Z] docker_api_swarm_test.go:305: [dab61d4c79966] joining swarm manager [d6730ce3e20a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:24:09.349Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-02-15T15:24:09.625Z] === RUN TestError [2022-02-15T15:24:09.625Z] --- PASS: TestError (0.00s) [2022-02-15T15:24:09.625Z] === RUN TestProgressString [2022-02-15T15:24:09.625Z] === RUN TestProgressString/no_progress [2022-02-15T15:24:09.625Z] === RUN TestProgressString/progress_1 [2022-02-15T15:24:09.625Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-02-15T15:24:09.625Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-02-15T15:24:09.625Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-02-15T15:24:09.625Z] === RUN TestProgressString/with_units [2022-02-15T15:24:09.625Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-02-15T15:24:09.625Z] === RUN TestProgressString/hide_counts [2022-02-15T15:24:09.625Z] --- PASS: TestProgressString (0.00s) [2022-02-15T15:24:09.625Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-02-15T15:24:09.625Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-02-15T15:24:09.625Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-02-15T15:24:09.625Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-02-15T15:24:09.625Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-02-15T15:24:09.625Z] --- PASS: TestProgressString/with_units (0.00s) [2022-02-15T15:24:09.625Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-02-15T15:24:09.625Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-02-15T15:24:09.625Z] === RUN TestJSONMessageDisplay [2022-02-15T15:24:09.921Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-02-15T15:24:09.921Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-02-15T15:24:10.117Z] --- PASS: TestJSONMessageDisplay (0.20s) [2022-02-15T15:24:10.117Z] === RUN TestJSONMessageDisplayWithJSONError [2022-02-15T15:24:10.117Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-02-15T15:24:10.117Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-02-15T15:24:10.117Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-02-15T15:24:10.117Z] === RUN TestDisplayJSONMessagesStream [2022-02-15T15:24:10.117Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-02-15T15:24:10.117Z] PASS [2022-02-15T15:24:10.117Z] coverage: 91.7% of statements [2022-02-15T15:24:10.117Z] ok github.com/docker/docker/pkg/jsonmessage 0.252s coverage: 91.7% of statements [2022-02-15T15:24:10.184Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-02-15T15:24:10.444Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-02-15T15:24:10.606Z] --- PASS: TestNetworkDBNodeLeave (2.84s) [2022-02-15T15:24:10.606Z] === RUN TestNetworkDBWatch [2022-02-15T15:24:10.606Z] === RUN TestStandardLongPath [2022-02-15T15:24:10.606Z] --- PASS: TestStandardLongPath (0.00s) [2022-02-15T15:24:10.606Z] === RUN TestUNCLongPath [2022-02-15T15:24:10.606Z] --- PASS: TestUNCLongPath (0.00s) [2022-02-15T15:24:10.606Z] PASS [2022-02-15T15:24:10.606Z] coverage: 100.0% of statements [2022-02-15T15:24:10.606Z] ok github.com/docker/docker/pkg/longpath 0.052s coverage: 100.0% of statements [2022-02-15T15:24:11.386Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-02-15T15:24:11.634Z] === RUN TestNameFormat [2022-02-15T15:24:11.634Z] --- PASS: TestNameFormat (0.00s) [2022-02-15T15:24:11.634Z] === RUN TestNameRetries [2022-02-15T15:24:11.634Z] --- PASS: TestNameRetries (0.00s) [2022-02-15T15:24:11.634Z] PASS [2022-02-15T15:24:11.634Z] coverage: 85.7% of statements [2022-02-15T15:24:11.634Z] ok github.com/docker/docker/pkg/namesgenerator 0.045s coverage: 85.7% of statements [2022-02-15T15:24:12.125Z] === RUN TestParseKeyValueOpt [2022-02-15T15:24:12.125Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-02-15T15:24:12.125Z] === RUN TestParseUintList [2022-02-15T15:24:12.125Z] --- PASS: TestParseUintList (0.00s) [2022-02-15T15:24:12.125Z] === RUN TestParseUintListMaximumLimits [2022-02-15T15:24:12.125Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-02-15T15:24:12.125Z] PASS [2022-02-15T15:24:12.125Z] coverage: 97.0% of statements [2022-02-15T15:24:12.125Z] ok github.com/docker/docker/pkg/parsers 0.045s coverage: 97.0% of statements [2022-02-15T15:24:12.329Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-02-15T15:24:12.330Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-02-15T15:24:12.615Z] 2022/02/15 15:24:12 Closing DB instances... [2022-02-15T15:24:13.104Z] === RUN TestNewAndRemove [2022-02-15T15:24:13.104Z] --- PASS: TestNewAndRemove (0.00s) [2022-02-15T15:24:13.104Z] === RUN TestRemoveInvalidPath [2022-02-15T15:24:13.104Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-02-15T15:24:13.104Z] PASS [2022-02-15T15:24:13.104Z] coverage: 82.6% of statements [2022-02-15T15:24:13.104Z] ok github.com/docker/docker/pkg/pidfile 0.049s coverage: 82.6% of statements [2022-02-15T15:24:13.273Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-02-15T15:24:14.136Z] --- PASS: TestNetworkDBWatch (3.24s) [2022-02-15T15:24:14.136Z] === RUN TestNetworkDBBulkSync [2022-02-15T15:24:15.167Z] === RUN TestFailedConnection [2022-02-15T15:24:15.167Z] 2022/02/15 15:24:14 Closing DB instances... [2022-02-15T15:24:16.196Z] --- PASS: TestGetAddress (25.20s) [2022-02-15T15:24:16.196Z] === RUN TestRequestSyntaxCheck [2022-02-15T15:24:16.196Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-02-15T15:24:16.196Z] === RUN TestRequest [2022-02-15T15:24:16.600Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-02-15T15:24:16.601Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-02-15T15:24:16.601Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-02-15T15:24:16.684Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2022-02-15T15:24:16.685Z] === RUN TestNetworkDBCRUDMediumCluster [2022-02-15T15:24:16.861Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-02-15T15:24:16.861Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-02-15T15:24:17.121Z] === RUN TestDockerSuite/TestBuildSpaces [2022-02-15T15:24:17.175Z] --- PASS: TestFailedConnection (2.22s) [2022-02-15T15:24:17.175Z] === RUN TestFailOnce [2022-02-15T15:24:17.383Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-02-15T15:24:17.643Z] --- PASS: TestDockerNetworkMacvlan (12.89s) [2022-02-15T15:24:17.643Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2022-02-15T15:24:17.643Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2022-02-15T15:24:17.643Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.28s) [2022-02-15T15:24:17.643Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.27s) [2022-02-15T15:24:17.643Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.89s) [2022-02-15T15:24:17.643Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.90s) [2022-02-15T15:24:17.643Z] PASS [2022-02-15T15:24:17.643Z] [2022-02-15T15:24:17.643Z] DONE 8 tests in 14.357s [2022-02-15T15:24:17.643Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-02-15T15:24:17.643Z] ++ 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-02-15T15:24:17.643Z] ++ set -e [2022-02-15T15:24:17.643Z] ++ '[' -n 0 ']' [2022-02-15T15:24:17.643Z] ++ set -x [2022-02-15T15:24:17.643Z] ++ 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-02-15T15:24:17.643Z] testing: warning: no tests to run [2022-02-15T15:24:17.643Z] PASS [2022-02-15T15:24:17.643Z] [2022-02-15T15:24:17.643Z] DONE 0 tests in 0.032s [2022-02-15T15:24:17.643Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-02-15T15:24:17.643Z] ++ 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-02-15T15:24:17.643Z] ++ set -e [2022-02-15T15:24:17.643Z] ++ '[' -n 0 ']' [2022-02-15T15:24:17.643Z] ++ set -x [2022-02-15T15:24:17.643Z] ++ 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-02-15T15:24:17.663Z] 2022/02/15 15:24:17 http: panic serving 127.0.0.1:49277: Plugin not ready [2022-02-15T15:24:17.663Z] goroutine 18 [running]: [2022-02-15T15:24:17.663Z] net/http.(*conn).serve.func1() [2022-02-15T15:24:17.663Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-02-15T15:24:17.663Z] panic({0x133bc20, 0x1449a70}) [2022-02-15T15:24:17.663Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-02-15T15:24:17.663Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x340b6711f9a437a}, 0xc000051a98) [2022-02-15T15:24:17.663Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-02-15T15:24:17.663Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x1456810, 0xc00015e0e0}, 0x12905e6) [2022-02-15T15:24:17.663Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-02-15T15:24:17.664Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x1456810, 0xc00015e0e0}, 0xc0001a0000) [2022-02-15T15:24:17.664Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-02-15T15:24:17.664Z] net/http.serverHandler.ServeHTTP({0x1454e10}, {0x1456810, 0xc00015e0e0}, 0xc0001a0000) [2022-02-15T15:24:17.664Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-02-15T15:24:17.664Z] net/http.(*conn).serve(0xc00018e000, {0x14586a0, 0xc00008a0c0}) [2022-02-15T15:24:17.664Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-02-15T15:24:17.664Z] created by net/http.(*Server).Serve [2022-02-15T15:24:17.664Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-02-15T15:24:17.664Z] time="2022-02-15T15:24:17Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49276/Test.FailOnce: Post \"http://127.0.0.1:49276/Test.FailOnce\": EOF, retrying in 1s" [2022-02-15T15:24:17.904Z] INFO: Testing against a local daemon [2022-02-15T15:24:17.904Z] === RUN TestAuthZPluginAllowRequest [2022-02-15T15:24:18.165Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-02-15T15:24:18.165Z] === RUN TestDockerSuite/TestBuildStderr [2022-02-15T15:24:18.691Z] --- PASS: TestFailOnce (1.20s) [2022-02-15T15:24:18.691Z] === RUN TestEchoInputOutput [2022-02-15T15:24:18.691Z] --- PASS: TestEchoInputOutput (0.00s) [2022-02-15T15:24:18.691Z] === RUN TestBackoff [2022-02-15T15:24:18.691Z] --- PASS: TestBackoff (0.00s) [2022-02-15T15:24:18.691Z] === RUN TestAbortRetry [2022-02-15T15:24:18.691Z] --- PASS: TestAbortRetry (0.00s) [2022-02-15T15:24:18.691Z] === RUN TestClientScheme [2022-02-15T15:24:18.691Z] --- PASS: TestClientScheme (0.00s) [2022-02-15T15:24:18.691Z] === RUN TestNewClientWithTimeout [2022-02-15T15:24:19.105Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-02-15T15:24:19.179Z] time="2022-02-15T15:24:18Z" 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-02-15T15:24:19.366Z] --- PASS: TestAuthZPluginAllowRequest (1.43s) [2022-02-15T15:24:19.366Z] === RUN TestAuthZPluginTLS [2022-02-15T15:24:19.668Z] 2022/02/15 15:24:19 Closing DB instances... [2022-02-15T15:24:19.668Z] time="2022-02-15T15:24:19Z" level=error msg="node: 14bbf2c6f885 is unknown to memberlist" [2022-02-15T15:24:19.938Z] --- PASS: TestAuthZPluginTLS (0.58s) [2022-02-15T15:24:19.938Z] === RUN TestAuthZPluginDenyRequest [2022-02-15T15:24:20.511Z] --- PASS: TestAuthZPluginDenyRequest (0.58s) [2022-02-15T15:24:20.511Z] === RUN TestAuthZPluginAPIDenyResponse [2022-02-15T15:24:20.695Z] time="2022-02-15T15:24:20Z" 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-02-15T15:24:21.083Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2022-02-15T15:24:21.083Z] === RUN TestAuthZPluginDenyResponse [2022-02-15T15:24:21.654Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-02-15T15:24:21.654Z] === RUN TestAuthZPluginAllowEventStream [2022-02-15T15:24:21.915Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-02-15T15:24:22.329Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.31s) [2022-02-15T15:24:22.329Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-02-15T15:24:22.818Z] time="2022-02-15T15:24:22Z" 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-02-15T15:24:22.855Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-02-15T15:24:22.855Z] --- PASS: TestAuthZPluginAllowEventStream (1.36s) [2022-02-15T15:24:22.855Z] === RUN TestAuthZPluginErrorResponse [2022-02-15T15:24:23.307Z] 2022/02/15 15:24:22 Closing DB instances... [2022-02-15T15:24:23.427Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-02-15T15:24:23.427Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2022-02-15T15:24:23.427Z] === RUN TestAuthZPluginErrorRequest [2022-02-15T15:24:24.012Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-02-15T15:24:24.012Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2022-02-15T15:24:24.012Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-02-15T15:24:24.584Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-02-15T15:24:24.584Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-02-15T15:24:24.584Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-02-15T15:24:24.939Z] --- PASS: TestRequest (8.41s) [2022-02-15T15:24:24.939Z] === RUN TestOverlappingRequests [2022-02-15T15:24:24.939Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.82s) [2022-02-15T15:24:24.939Z] === RUN TestNetworkDBGarbageCollection [2022-02-15T15:24:24.939Z] --- PASS: TestOverlappingRequests (0.43s) [2022-02-15T15:24:24.939Z] === RUN TestRelease [2022-02-15T15:24:25.526Z] === RUN TestDockerSuite/TestBuildUser [2022-02-15T15:24:26.099Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.64s) [2022-02-15T15:24:26.099Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-02-15T15:24:26.567Z] --- PASS: TestRelease (1.58s) [2022-02-15T15:24:26.567Z] === RUN TestAllocateRandomDeallocate [2022-02-15T15:24:27.044Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-02-15T15:24:27.599Z] time="2022-02-15T15:24:27Z" 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-02-15T15:24:27.988Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.76s) [2022-02-15T15:24:27.988Z] === RUN TestAuthZPluginHeader [2022-02-15T15:24:28.250Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-02-15T15:24:28.822Z] --- PASS: TestAuthZPluginHeader (0.92s) [2022-02-15T15:24:28.822Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-02-15T15:24:30.206Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-02-15T15:24:31.519Z] --- PASS: TestAllocateRandomDeallocate (4.66s) [2022-02-15T15:24:31.519Z] === RUN TestRetrieveFromStore [2022-02-15T15:24:33.144Z] --- PASS: TestRetrieveFromStore (1.64s) [2022-02-15T15:24:33.144Z] === RUN TestRequestReleaseAddressDuplicate [2022-02-15T15:24:33.144Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-02-15T15:24:33.144Z] === RUN TestParallelPredefinedRequest1 [2022-02-15T15:24:33.144Z] === PAUSE TestParallelPredefinedRequest1 [2022-02-15T15:24:33.144Z] === RUN TestParallelPredefinedRequest2 [2022-02-15T15:24:33.144Z] === PAUSE TestParallelPredefinedRequest2 [2022-02-15T15:24:33.144Z] === RUN TestParallelPredefinedRequest3 [2022-02-15T15:24:33.144Z] === PAUSE TestParallelPredefinedRequest3 [2022-02-15T15:24:33.144Z] === RUN TestParallelPredefinedRequest4 [2022-02-15T15:24:33.144Z] === PAUSE TestParallelPredefinedRequest4 [2022-02-15T15:24:33.144Z] === RUN TestParallelPredefinedRequest5 [2022-02-15T15:24:33.144Z] === PAUSE TestParallelPredefinedRequest5 [2022-02-15T15:24:33.144Z] === RUN TestDebug [2022-02-15T15:24:33.144Z] --- PASS: TestDebug (0.00s) [2022-02-15T15:24:33.144Z] === RUN TestRequestPoolParallel [2022-02-15T15:24:33.509Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.32s) [2022-02-15T15:24:33.509Z] === RUN TestAuthZPluginV2Disable [2022-02-15T15:24:33.636Z] --- PASS: TestRequestPoolParallel (0.67s) [2022-02-15T15:24:33.636Z] === RUN TestFullAllocateRelease [2022-02-15T15:24:34.127Z] --- PASS: TestFullAllocateRelease (0.56s) [2022-02-15T15:24:34.127Z] === RUN TestOddAllocateRelease [2022-02-15T15:24:34.616Z] --- PASS: TestOddAllocateRelease (0.39s) [2022-02-15T15:24:34.616Z] === RUN TestFullAllocateSerialReleaseParallel [2022-02-15T15:24:34.616Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-02-15T15:24:34.616Z] === RUN TestOddAllocateSerialReleaseParallel [2022-02-15T15:24:34.616Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.07s) [2022-02-15T15:24:34.616Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-02-15T15:24:34.616Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.07s) [2022-02-15T15:24:34.616Z] === CONT TestParallelPredefinedRequest1 [2022-02-15T15:24:34.616Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:24:34.616Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-02-15T15:24:34.616Z] === CONT TestParallelPredefinedRequest5 [2022-02-15T15:24:34.616Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:24:34.616Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-02-15T15:24:34.616Z] === CONT TestParallelPredefinedRequest4 [2022-02-15T15:24:34.616Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:24:34.616Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-02-15T15:24:34.616Z] === CONT TestParallelPredefinedRequest3 [2022-02-15T15:24:34.616Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:24:34.616Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-02-15T15:24:34.616Z] === CONT TestParallelPredefinedRequest2 [2022-02-15T15:24:34.616Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:24:34.616Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-02-15T15:24:34.616Z] PASS [2022-02-15T15:24:34.616Z] coverage: 85.3% of statements [2022-02-15T15:24:34.616Z] ok github.com/docker/docker/libnetwork/ipam 51.805s coverage: 85.3% of statements [2022-02-15T15:24:35.104Z] === RUN TestParseEmptyInterface [2022-02-15T15:24:35.105Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-02-15T15:24:35.105Z] === RUN TestParseNonInterfaceType [2022-02-15T15:24:35.105Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-02-15T15:24:35.105Z] === RUN TestParseWithOneFunction [2022-02-15T15:24:35.105Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-02-15T15:24:35.105Z] === RUN TestParseWithMultipleFuncs [2022-02-15T15:24:35.105Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-02-15T15:24:35.105Z] === RUN TestParseWithUnnamedReturn [2022-02-15T15:24:35.105Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-02-15T15:24:35.105Z] === RUN TestEmbeddedInterface [2022-02-15T15:24:35.105Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-02-15T15:24:35.105Z] === RUN TestParsedImports [2022-02-15T15:24:35.105Z] --- PASS: TestParsedImports (0.00s) [2022-02-15T15:24:35.105Z] === RUN TestAliasedImports [2022-02-15T15:24:35.105Z] --- PASS: TestAliasedImports (0.00s) [2022-02-15T15:24:35.105Z] PASS [2022-02-15T15:24:35.105Z] coverage: 56.8% of statements [2022-02-15T15:24:35.105Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.059s coverage: 56.8% of statements [2022-02-15T15:24:36.134Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-02-15T15:24:36.134Z] === RUN TestClientStream [2022-02-15T15:24:36.134Z] --- PASS: TestClientStream (0.00s) [2022-02-15T15:24:36.134Z] === RUN TestClientSendFile [2022-02-15T15:24:36.134Z] --- PASS: TestClientSendFile (0.00s) [2022-02-15T15:24:36.134Z] === RUN TestClientWithRequestTimeout [2022-02-15T15:24:36.134Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-02-15T15:24:36.134Z] === RUN TestFileSpecPlugin [2022-02-15T15:24:36.134Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-02-15T15:24:36.134Z] === RUN TestFileJSONSpecPlugin [2022-02-15T15:24:36.134Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-02-15T15:24:36.134Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-02-15T15:24:36.134Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2022-02-15T15:24:36.134Z] === RUN TestPluginAddHandler [2022-02-15T15:24:36.134Z] --- PASS: TestPluginAddHandler (0.00s) [2022-02-15T15:24:36.134Z] === RUN TestPluginWaitBadPlugin [2022-02-15T15:24:36.134Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-02-15T15:24:36.134Z] === RUN TestGet [2022-02-15T15:24:36.134Z] time="2022-02-15T15:24:35Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-02-15T15:24:36.134Z] === RUN TestHTTPTransport [2022-02-15T15:24:36.134Z] --- PASS: TestHTTPTransport (0.00s) [2022-02-15T15:24:36.134Z] PASS [2022-02-15T15:24:36.134Z] coverage: 85.7% of statements [2022-02-15T15:24:36.134Z] ok github.com/docker/docker/pkg/plugins/transport 0.047s coverage: 85.7% of statements [2022-02-15T15:24:37.162Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-02-15T15:24:37.162Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-02-15T15:24:37.162Z] === RUN TestBufioReaderPoolPutAndGet [2022-02-15T15:24:37.162Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-02-15T15:24:37.162Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-02-15T15:24:37.162Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-02-15T15:24:37.162Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-02-15T15:24:37.162Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-02-15T15:24:37.162Z] === RUN TestBufioWriterPoolPutAndGet [2022-02-15T15:24:37.162Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-02-15T15:24:37.162Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-02-15T15:24:37.162Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-02-15T15:24:37.162Z] === RUN TestBufferPoolPutAndGet [2022-02-15T15:24:37.162Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-02-15T15:24:37.162Z] PASS [2022-02-15T15:24:37.162Z] coverage: 88.2% of statements [2022-02-15T15:24:37.162Z] time="2022-02-15T15:24:36Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-02-15T15:24:37.162Z] ok github.com/docker/docker/pkg/pools 0.047s coverage: 88.2% of statements [2022-02-15T15:24:37.651Z] === RUN TestOutputOnPrematureClose [2022-02-15T15:24:37.651Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-02-15T15:24:37.651Z] === RUN TestCompleteSilently [2022-02-15T15:24:37.651Z] --- PASS: TestCompleteSilently (0.00s) [2022-02-15T15:24:37.651Z] PASS [2022-02-15T15:24:37.651Z] coverage: 75.9% of statements [2022-02-15T15:24:37.651Z] ok github.com/docker/docker/pkg/progress 0.042s coverage: 75.9% of statements [2022-02-15T15:24:37.711Z] --- PASS: TestAuthZPluginV2Disable (3.81s) [2022-02-15T15:24:37.711Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-02-15T15:24:38.683Z] === RUN TestSendToOneSub [2022-02-15T15:24:38.683Z] --- PASS: TestSendToOneSub (0.00s) [2022-02-15T15:24:38.683Z] === RUN TestSendToMultipleSubs [2022-02-15T15:24:38.683Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-02-15T15:24:38.683Z] === RUN TestEvictOneSub [2022-02-15T15:24:38.683Z] --- PASS: TestEvictOneSub (0.00s) [2022-02-15T15:24:38.683Z] === RUN TestClosePublisher [2022-02-15T15:24:38.683Z] --- PASS: TestClosePublisher (0.00s) [2022-02-15T15:24:38.683Z] === RUN TestPubSubRace [2022-02-15T15:24:39.173Z] time="2022-02-15T15:24:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-02-15T15:24:39.625Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-02-15T15:24:39.664Z] --- PASS: TestPubSubRace (1.06s) [2022-02-15T15:24:39.664Z] PASS [2022-02-15T15:24:39.664Z] coverage: 75.0% of statements [2022-02-15T15:24:39.664Z] ok github.com/docker/docker/pkg/pubsub 1.108s coverage: 75.0% of statements [2022-02-15T15:24:40.258Z] 1bd78008c728: Pull complete [2022-02-15T15:24:40.258Z] Digest: sha256:d8c2b69511a49e9eb6fd2a17f2727ae011b0382cd11562fa5cb4c70bb460cf12 [2022-02-15T15:24:40.259Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:24:40.259Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-02-15T15:24:40.259Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-02-15T15:24:40.259Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2565' [2022-02-15T15:24:40.259Z] WARN: Skipping validation tests [2022-02-15T15:24:40.259Z] INFO: Running unit tests at 02/15/2022 15:24:36... [2022-02-15T15:24:40.567Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.58s) [2022-02-15T15:24:40.568Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-02-15T15:24:40.697Z] === RUN TestRegister [2022-02-15T15:24:40.697Z] --- PASS: TestRegister (0.00s) [2022-02-15T15:24:40.697Z] === RUN TestCommand [2022-02-15T15:24:40.697Z] --- PASS: TestCommand (0.04s) [2022-02-15T15:24:40.697Z] === RUN TestNaiveSelf [2022-02-15T15:24:40.697Z] --- PASS: TestNaiveSelf (0.04s) [2022-02-15T15:24:40.697Z] PASS [2022-02-15T15:24:40.697Z] coverage: 82.4% of statements [2022-02-15T15:24:40.697Z] ok github.com/docker/docker/pkg/reexec 0.119s coverage: 82.4% of statements [2022-02-15T15:24:41.511Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-02-15T15:24:41.725Z] === RUN TestDump [2022-02-15T15:24:41.725Z] goroutine 21 [running]: [2022-02-15T15:24:41.725Z] github.com/docker/docker/pkg/stack.dump(0xa2b6b7) [2022-02-15T15:24:41.725Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-02-15T15:24:41.725Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-02-15T15:24:41.725Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-02-15T15:24:41.725Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-02-15T15:24:41.725Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-02-15T15:24:41.725Z] testing.tRunner(0xc0000856c0, 0xb98e68) [2022-02-15T15:24:41.725Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-15T15:24:41.725Z] created by testing.(*T).Run [2022-02-15T15:24:41.725Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-02-15T15:24:41.725Z] [2022-02-15T15:24:41.725Z] goroutine 1 [chan receive]: [2022-02-15T15:24:41.725Z] testing.(*T).Run(0xc000085520, {0xb8a52e, 0xa0a413}, 0xb98e68) [2022-02-15T15:24:41.725Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-02-15T15:24:41.725Z] testing.runTests.func1(0xc0000c6720) [2022-02-15T15:24:41.725Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-02-15T15:24:41.725Z] testing.tRunner(0xc000085520, 0xc0000d1ce0) [2022-02-15T15:24:41.725Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-15T15:24:41.725Z] testing.runTests(0xc0000dc080, {0xcfcba0, 0x3, 0x3}, {0xa2a90d, 0xb8c228, 0xd01640}) [2022-02-15T15:24:41.725Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-02-15T15:24:41.725Z] testing.(*M).Run(0xc0000dc080) [2022-02-15T15:24:41.725Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-02-15T15:24:41.725Z] main.main() [2022-02-15T15:24:41.725Z] _testmain.go:95 +0x1f5 [2022-02-15T15:24:41.725Z] --- PASS: TestDump (0.00s) [2022-02-15T15:24:41.725Z] === RUN TestDumpToFile [2022-02-15T15:24:41.725Z] --- PASS: TestDumpToFile (0.22s) [2022-02-15T15:24:41.725Z] === RUN TestDumpToFileWithEmptyInput [2022-02-15T15:24:41.725Z] goroutine 23 [running]: [2022-02-15T15:24:41.725Z] github.com/docker/docker/pkg/stack.dump(0xa986f4) [2022-02-15T15:24:41.725Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-02-15T15:24:41.725Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xa98aa0}) [2022-02-15T15:24:41.725Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-02-15T15:24:41.725Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0000856c0) [2022-02-15T15:24:41.725Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-02-15T15:24:41.725Z] testing.tRunner(0xc000085ba0, 0xb98e58) [2022-02-15T15:24:41.725Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-15T15:24:41.725Z] created by testing.(*T).Run [2022-02-15T15:24:41.725Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-02-15T15:24:41.725Z] [2022-02-15T15:24:41.725Z] goroutine 1 [chan receive]: [2022-02-15T15:24:41.725Z] testing.(*T).Run(0xc000085520, {0xb912ba, 0xa0a413}, 0xb98e58) [2022-02-15T15:24:41.725Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-02-15T15:24:41.725Z] testing.runTests.func1(0xc0000c6720) [2022-02-15T15:24:41.725Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-02-15T15:24:41.725Z] testing.tRunner(0xc000085520, 0xc0000d1ce0) [2022-02-15T15:24:41.725Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-15T15:24:41.725Z] testing.runTests(0xc0000dc080, {0xcfcba0, 0x3, 0x3}, {0xa2a90d, 0xb8c228, 0xd01640}) [2022-02-15T15:24:41.725Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-02-15T15:24:41.725Z] testing.(*M).Run(0xc0000dc080) [2022-02-15T15:24:41.725Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-02-15T15:24:41.725Z] main.main() [2022-02-15T15:24:41.725Z] _testmain.go:95 +0x1f5 [2022-02-15T15:24:41.725Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-02-15T15:24:41.725Z] PASS [2022-02-15T15:24:41.725Z] coverage: 90.9% of statements [2022-02-15T15:24:41.725Z] ok github.com/docker/docker/pkg/stack 0.270s coverage: 90.9% of statements [2022-02-15T15:24:41.772Z] docker_api_swarm_test.go:272: [dba093d59d284] joining swarm manager [d2d49d8ea488a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:24:42.343Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-02-15T15:24:42.604Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-02-15T15:24:42.752Z] === RUN TestNewStdWriter [2022-02-15T15:24:42.752Z] --- PASS: TestNewStdWriter (0.00s) [2022-02-15T15:24:42.752Z] === RUN TestWriteWithUninitializedStdWriter [2022-02-15T15:24:42.752Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-02-15T15:24:42.752Z] === RUN TestWriteWithNilBytes [2022-02-15T15:24:42.752Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-02-15T15:24:42.752Z] === RUN TestWrite [2022-02-15T15:24:42.752Z] --- PASS: TestWrite (0.00s) [2022-02-15T15:24:42.752Z] === RUN TestWriteWithWriterError [2022-02-15T15:24:42.752Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-02-15T15:24:42.752Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-02-15T15:24:42.752Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-02-15T15:24:42.752Z] === RUN TestStdCopyWriteAndRead [2022-02-15T15:24:42.753Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-02-15T15:24:42.753Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-02-15T15:24:42.753Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-02-15T15:24:42.753Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-02-15T15:24:42.753Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-02-15T15:24:42.753Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-02-15T15:24:42.753Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-02-15T15:24:42.753Z] === RUN TestStdCopyWithInvalidInputHeader [2022-02-15T15:24:42.753Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-02-15T15:24:42.753Z] === RUN TestStdCopyWithCorruptedPrefix [2022-02-15T15:24:42.753Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-02-15T15:24:42.753Z] === RUN TestStdCopyReturnsWriteErrors [2022-02-15T15:24:42.753Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-02-15T15:24:42.753Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-02-15T15:24:42.753Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-02-15T15:24:42.753Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-02-15T15:24:42.753Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-02-15T15:24:42.753Z] PASS [2022-02-15T15:24:42.753Z] coverage: 100.0% of statements [2022-02-15T15:24:42.753Z] ok github.com/docker/docker/pkg/stdcopy 0.047s coverage: 100.0% of statements [2022-02-15T15:24:43.156Z] INFO: make.ps1 starting at 02/15/2022 15:24:42 [2022-02-15T15:24:43.177Z] docker_api_swarm_test.go:273: [dc81d4e3c607b] joining swarm manager [d2d49d8ea488a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:24:43.242Z] time="2022-02-15T15:24:42Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-02-15T15:24:43.242Z] === RUN TestRawProgressFormatterFormatStatus [2022-02-15T15:24:43.242Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-02-15T15:24:43.242Z] === RUN TestRawProgressFormatterFormatProgress [2022-02-15T15:24:43.242Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-02-15T15:24:43.242Z] === RUN TestFormatStatus [2022-02-15T15:24:43.242Z] --- PASS: TestFormatStatus (0.00s) [2022-02-15T15:24:43.242Z] === RUN TestFormatError [2022-02-15T15:24:43.242Z] --- PASS: TestFormatError (0.00s) [2022-02-15T15:24:43.242Z] === RUN TestFormatJSONError [2022-02-15T15:24:43.242Z] --- PASS: TestFormatJSONError (0.00s) [2022-02-15T15:24:43.242Z] === RUN TestJsonProgressFormatterFormatProgress [2022-02-15T15:24:43.438Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-02-15T15:24:43.621Z] INFO: Git commit (2ac898c232) assumed from DOCKER_GITCOMMIT environment variable [2022-02-15T15:24:43.621Z] INFO: Invoking autogen... [2022-02-15T15:24:43.731Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-02-15T15:24:43.731Z] === RUN TestJsonProgressFormatterFormatStatus [2022-02-15T15:24:43.731Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-02-15T15:24:43.731Z] === RUN TestNewJSONProgressOutput [2022-02-15T15:24:43.731Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-02-15T15:24:43.731Z] === RUN TestAuxFormatterEmit [2022-02-15T15:24:43.731Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-02-15T15:24:43.731Z] === RUN TestStreamWriterStdout [2022-02-15T15:24:43.731Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-02-15T15:24:43.731Z] === RUN TestStreamWriterStderr [2022-02-15T15:24:43.731Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-02-15T15:24:43.731Z] PASS [2022-02-15T15:24:43.731Z] coverage: 66.2% of statements [2022-02-15T15:24:43.731Z] ok github.com/docker/docker/pkg/streamformatter 0.054s coverage: 66.2% of statements [2022-02-15T15:24:44.220Z] === RUN TestGenerateRandomID [2022-02-15T15:24:44.220Z] --- PASS: TestGenerateRandomID (0.00s) [2022-02-15T15:24:44.220Z] === RUN TestShortenId [2022-02-15T15:24:44.220Z] --- PASS: TestShortenId (0.00s) [2022-02-15T15:24:44.220Z] === RUN TestShortenSha256Id [2022-02-15T15:24:44.220Z] --- PASS: TestShortenSha256Id (0.00s) [2022-02-15T15:24:44.220Z] === RUN TestShortenIdEmpty [2022-02-15T15:24:44.220Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-02-15T15:24:44.220Z] === RUN TestShortenIdInvalid [2022-02-15T15:24:44.220Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-02-15T15:24:44.220Z] === RUN TestIsShortIDNonHex [2022-02-15T15:24:44.220Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-02-15T15:24:44.220Z] === RUN TestIsShortIDNotCorrectSize [2022-02-15T15:24:44.220Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-02-15T15:24:44.220Z] PASS [2022-02-15T15:24:44.220Z] coverage: 70.6% of statements [2022-02-15T15:24:44.220Z] ok github.com/docker/docker/pkg/stringid 0.048s coverage: 70.6% of statements [2022-02-15T15:24:44.381Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-02-15T15:24:44.587Z] INFO: Running unit tests... [2022-02-15T15:24:45.248Z] === RUN TestIsCpusetListAvailable [2022-02-15T15:24:45.248Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-02-15T15:24:45.248Z] PASS [2022-02-15T15:24:45.248Z] coverage: 39.4% of statements [2022-02-15T15:24:45.248Z] ok github.com/docker/docker/pkg/sysinfo 0.045s coverage: 39.4% of statements [2022-02-15T15:24:46.296Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-02-15T15:24:46.296Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-02-15T15:24:46.296Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-02-15T15:24:46.296Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-02-15T15:24:46.296Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-02-15T15:24:46.296Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-02-15T15:24:46.296Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-02-15T15:24:46.296Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-02-15T15:24:46.296Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-02-15T15:24:46.882Z] === RUN TestChtimes [2022-02-15T15:24:46.882Z] --- PASS: TestChtimes (0.00s) [2022-02-15T15:24:46.882Z] === RUN TestChtimesWindows [2022-02-15T15:24:46.882Z] --- PASS: TestChtimesWindows (0.01s) [2022-02-15T15:24:46.882Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-02-15T15:24:46.882Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-02-15T15:24:46.882Z] === RUN TestEnsureRemoveAllNotExist [2022-02-15T15:24:46.882Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-02-15T15:24:46.882Z] === RUN TestEnsureRemoveAllWithDir [2022-02-15T15:24:46.882Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-02-15T15:24:46.882Z] === RUN TestEnsureRemoveAllWithFile [2022-02-15T15:24:46.882Z] --- PASS: TestEnsureRemoveAllWithFile (0.01s) [2022-02-15T15:24:46.882Z] PASS [2022-02-15T15:24:46.882Z] coverage: 12.9% of statements [2022-02-15T15:24:46.882Z] ok github.com/docker/docker/pkg/system 0.065s coverage: 12.9% of statements [2022-02-15T15:24:47.921Z] === RUN TestTailFile [2022-02-15T15:24:47.921Z] --- PASS: TestTailFile (0.00s) [2022-02-15T15:24:47.921Z] === RUN TestTailFileManyLines [2022-02-15T15:24:47.921Z] --- PASS: TestTailFileManyLines (0.00s) [2022-02-15T15:24:47.921Z] === RUN TestTailEmptyFile [2022-02-15T15:24:47.921Z] --- PASS: TestTailEmptyFile (0.00s) [2022-02-15T15:24:47.921Z] === RUN TestTailNegativeN [2022-02-15T15:24:47.921Z] --- PASS: TestTailNegativeN (0.00s) [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader [2022-02-15T15:24:47.921Z] === PAUSE TestNewTailReader [2022-02-15T15:24:47.921Z] === CONT TestNewTailReader [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/12_byte_delimiter [2022-02-15T15:24:47.921Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/no_delimiter [2022-02-15T15:24:47.921Z] === PAUSE TestNewTailReader/no_delimiter [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/single_byte_delimiter [2022-02-15T15:24:47.921Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/2_byte_delimiter [2022-02-15T15:24:47.921Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/4_byte_delimiter [2022-02-15T15:24:47.921Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/8_byte_delimiter [2022-02-15T15:24:47.921Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/truncated_last_line [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-02-15T15:24:47.921Z] === CONT TestNewTailReader/12_byte_delimiter [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-15T15:24:47.921Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-15T15:24:47.921Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-15T15:24:47.921Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:47.921Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:47.921Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:47.921Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:47.921Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-15T15:24:47.922Z] === CONT TestNewTailReader/8_byte_delimiter [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-15T15:24:47.922Z] === CONT TestNewTailReader/single_byte_delimiter [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-15T15:24:47.922Z] === CONT TestNewTailReader/4_byte_delimiter [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-15T15:24:47.922Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:47.922Z] === CONT TestNewTailReader/2_byte_delimiter [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-15T15:24:47.922Z] === CONT TestNewTailReader/no_delimiter [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-15T15:24:47.922Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:47.922Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:47.922Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:47.922Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:47.922Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:47.922Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:47.922Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:47.922Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:47.922Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:47.922Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:48.211Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-02-15T15:24:48.211Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:24:48.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:24:48.412Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-15T15:24:48.412Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.413Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:48.413Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:48.413Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-15T15:24:48.413Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.414Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:48.414Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:48.414Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:48.415Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.415Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:48.415Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:48.415Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-15T15:24:48.415Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-15T15:24:48.415Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-15T15:24:48.904Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-15T15:24:48.904Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-15T15:24:48.904Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-15T15:24:48.904Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-15T15:24:48.904Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-15T15:24:48.904Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-15T15:24:48.904Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-15T15:24:48.904Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-15T15:24:48.904Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:48.904Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:48.904Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-02-15T15:24:48.904Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-15T15:24:48.904Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-15T15:24:48.904Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-15T15:24:48.904Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-15T15:24:48.904Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-15T15:24:48.904Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-15T15:24:48.904Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:48.904Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-15T15:24:48.904Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:24:48.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:24:48.904Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:48.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-15T15:24:48.904Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:48.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:48.904Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:48.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:24:48.904Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:48.905Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:48.905Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:24:48.906Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:24:49.153Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-02-15T15:24:49.395Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:24:49.395Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:24:49.395Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:24:49.395Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:24:49.395Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:24:49.395Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:24:49.395Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:24:49.395Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:24:49.395Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:24:49.395Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:24:49.395Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:24:49.395Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:24:49.395Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:24:49.395Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:24:49.395Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:24:49.396Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.02s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.01s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.01s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.02s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.01s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.01s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.01s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.01s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:24:49.396Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.02s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.02s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.04s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.06s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.01s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.01s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.01s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:24:49.397Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.05s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.01s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.01s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.01s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:24:49.398Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:24:49.398Z] PASS [2022-02-15T15:24:49.398Z] coverage: 88.6% of statements [2022-02-15T15:24:49.398Z] ok github.com/docker/docker/pkg/tailfile 0.394s coverage: 88.6% of statements [2022-02-15T15:24:49.724Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-02-15T15:24:49.887Z] === RUN TestTarSumRemoveNonExistent [2022-02-15T15:24:49.887Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-02-15T15:24:49.887Z] === RUN TestTarSumRemove [2022-02-15T15:24:49.887Z] --- PASS: TestTarSumRemove (0.00s) [2022-02-15T15:24:49.887Z] === RUN TestSortFileInfoSums [2022-02-15T15:24:49.887Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-02-15T15:24:49.887Z] === RUN TestNewTarSumForLabelInvalid [2022-02-15T15:24:49.887Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-02-15T15:24:49.887Z] === RUN TestNewTarSumForLabel [2022-02-15T15:24:49.887Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-02-15T15:24:49.887Z] === RUN TestEmptyTar [2022-02-15T15:24:49.887Z] --- PASS: TestEmptyTar (0.00s) [2022-02-15T15:24:49.887Z] === RUN TestTarSumsReadSize [2022-02-15T15:24:49.887Z] --- PASS: TestTarSumsReadSize (0.01s) [2022-02-15T15:24:49.887Z] === RUN TestTarSums [2022-02-15T15:24:49.887Z] --- PASS: TestTarSums (0.08s) [2022-02-15T15:24:49.887Z] === RUN TestIteration [2022-02-15T15:24:49.887Z] --- PASS: TestIteration (0.00s) [2022-02-15T15:24:49.887Z] === RUN TestVersionLabelForChecksum [2022-02-15T15:24:49.887Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-02-15T15:24:49.887Z] === RUN TestVersion [2022-02-15T15:24:49.887Z] --- PASS: TestVersion (0.00s) [2022-02-15T15:24:49.887Z] === RUN TestGetVersion [2022-02-15T15:24:49.887Z] --- PASS: TestGetVersion (0.00s) [2022-02-15T15:24:49.887Z] === RUN TestGetVersions [2022-02-15T15:24:49.887Z] --- PASS: TestGetVersions (0.00s) [2022-02-15T15:24:49.887Z] PASS [2022-02-15T15:24:49.887Z] coverage: 89.3% of statements [2022-02-15T15:24:49.887Z] ok github.com/docker/docker/pkg/tarsum 0.148s coverage: 89.3% of statements [2022-02-15T15:24:50.295Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-02-15T15:24:50.295Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-02-15T15:24:50.914Z] testing: warning: no tests to run [2022-02-15T15:24:50.914Z] PASS [2022-02-15T15:24:50.914Z] coverage: [no statements] [2022-02-15T15:24:50.914Z] ok github.com/docker/docker/pkg/term/windows 0.052s coverage: [no statements] [no tests to run] [2022-02-15T15:24:50.914Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-02-15T15:24:50.914Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-02-15T15:24:50.914Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-02-15T15:24:50.914Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-02-15T15:24:51.402Z] --- PASS: TestGet (15.01s) [2022-02-15T15:24:51.402Z] === RUN TestPluginWithNoManifest [2022-02-15T15:24:51.402Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-02-15T15:24:51.402Z] === RUN TestGetAll [2022-02-15T15:24:51.402Z] --- PASS: TestGetAll (0.00s) [2022-02-15T15:24:51.402Z] PASS [2022-02-15T15:24:51.402Z] coverage: 73.2% of statements [2022-02-15T15:24:51.402Z] ok github.com/docker/docker/pkg/plugins 36.143s coverage: 73.2% of statements [2022-02-15T15:24:51.402Z] === RUN TestIsGIT [2022-02-15T15:24:51.402Z] --- PASS: TestIsGIT (0.00s) [2022-02-15T15:24:51.402Z] === RUN TestIsTransport [2022-02-15T15:24:51.402Z] --- PASS: TestIsTransport (0.00s) [2022-02-15T15:24:51.402Z] PASS [2022-02-15T15:24:51.402Z] coverage: 100.0% of statements [2022-02-15T15:24:51.402Z] === RUN TestTruncIndex [2022-02-15T15:24:51.402Z] ok github.com/docker/docker/pkg/urlutil 0.041s coverage: 100.0% of statements [2022-02-15T15:24:51.402Z] --- PASS: TestTruncIndex (0.10s) [2022-02-15T15:24:51.402Z] PASS [2022-02-15T15:24:51.402Z] coverage: 91.5% of statements [2022-02-15T15:24:51.402Z] ok github.com/docker/docker/pkg/truncindex 0.146s coverage: 91.5% of statements [2022-02-15T15:24:51.892Z] === RUN TestVersionInfo [2022-02-15T15:24:51.892Z] --- PASS: TestVersionInfo (0.00s) [2022-02-15T15:24:51.892Z] === RUN TestAppendVersions [2022-02-15T15:24:51.892Z] --- PASS: TestAppendVersions (0.00s) [2022-02-15T15:24:51.892Z] PASS [2022-02-15T15:24:51.892Z] coverage: 88.9% of statements [2022-02-15T15:24:51.892Z] ok github.com/docker/docker/pkg/useragent 0.048s coverage: 88.9% of statements [2022-02-15T15:24:52.215Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-02-15T15:24:52.215Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.76s) [2022-02-15T15:24:52.215Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-02-15T15:24:52.920Z] === RUN TestNewSettable [2022-02-15T15:24:52.920Z] --- PASS: TestNewSettable (0.00s) [2022-02-15T15:24:52.920Z] === RUN TestIsSettable [2022-02-15T15:24:52.920Z] --- PASS: TestIsSettable (0.00s) [2022-02-15T15:24:52.920Z] === RUN TestUpdateSettingsEnv [2022-02-15T15:24:52.920Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-02-15T15:24:52.920Z] PASS [2022-02-15T15:24:52.920Z] coverage: 20.0% of statements [2022-02-15T15:24:52.920Z] ok github.com/docker/docker/plugin/v2 0.046s coverage: 20.0% of statements [2022-02-15T15:24:53.409Z] === RUN TestValidatePrivileges [2022-02-15T15:24:53.409Z] --- PASS: TestValidatePrivileges (0.00s) [2022-02-15T15:24:53.409Z] === RUN TestFilterByCapNeg [2022-02-15T15:24:53.409Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-02-15T15:24:53.409Z] === RUN TestFilterByCapPos [2022-02-15T15:24:53.409Z] --- PASS: TestFilterByCapPos (0.00s) [2022-02-15T15:24:53.409Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-02-15T15:24:53.409Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-02-15T15:24:53.409Z] PASS [2022-02-15T15:24:53.409Z] coverage: 12.0% of statements [2022-02-15T15:24:53.409Z] ok github.com/docker/docker/plugin 0.065s coverage: 12.0% of statements [2022-02-15T15:24:53.598Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-02-15T15:24:53.898Z] === RUN TestLoad [2022-02-15T15:24:53.898Z] --- PASS: TestLoad (0.01s) [2022-02-15T15:24:53.898Z] === RUN TestSave [2022-02-15T15:24:53.898Z] --- PASS: TestSave (0.15s) [2022-02-15T15:24:53.898Z] === RUN TestAddDeleteGet [2022-02-15T15:24:54.227Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-02-15T15:24:54.390Z] --- PASS: TestAddDeleteGet (0.11s) [2022-02-15T15:24:54.390Z] === RUN TestInvalidTags [2022-02-15T15:24:54.390Z] --- PASS: TestInvalidTags (0.01s) [2022-02-15T15:24:54.390Z] PASS [2022-02-15T15:24:54.390Z] coverage: 84.4% of statements [2022-02-15T15:24:54.390Z] ok github.com/docker/docker/reference 0.387s coverage: 84.4% of statements [2022-02-15T15:24:54.497Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-02-15T15:24:54.891Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-02-15T15:24:55.076Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-02-15T15:24:55.076Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-02-15T15:24:55.076Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-02-15T15:24:55.337Z] === RUN TestDockerSuite/TestBuildXZHost [2022-02-15T15:24:55.418Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-02-15T15:24:55.418Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-02-15T15:24:55.418Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-02-15T15:24:55.418Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.04s) [2022-02-15T15:24:55.418Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-02-15T15:24:55.418Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-02-15T15:24:55.418Z] === RUN TestResumableRequestReaderWithReadError [2022-02-15T15:24:55.418Z] time="2022-02-15T15:24:55Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-02-15T15:24:55.418Z] --- PASS: TestResumableRequestReaderWithReadError (0.20s) [2022-02-15T15:24:55.418Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-02-15T15:24:55.418Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-02-15T15:24:55.418Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-02-15T15:24:55.418Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-02-15T15:24:55.418Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-02-15T15:24:55.418Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-02-15T15:24:55.418Z] === RUN TestResumableRequestReader [2022-02-15T15:24:55.418Z] --- PASS: TestResumableRequestReader (0.00s) [2022-02-15T15:24:55.418Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-02-15T15:24:55.418Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-02-15T15:24:55.418Z] PASS [2022-02-15T15:24:55.418Z] coverage: 100.0% of statements [2022-02-15T15:24:55.418Z] ok github.com/docker/docker/registry/resumable 0.380s coverage: 100.0% of statements [2022-02-15T15:24:55.418Z] === RUN TestResolveAuthConfigIndexServer [2022-02-15T15:24:55.418Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-02-15T15:24:55.418Z] === RUN TestResolveAuthConfigFullURL [2022-02-15T15:24:55.418Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-02-15T15:24:55.418Z] === RUN TestLoadAllowNondistributableArtifacts [2022-02-15T15:24:55.418Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-02-15T15:24:55.418Z] === RUN TestValidateMirror [2022-02-15T15:24:55.418Z] --- PASS: TestValidateMirror (0.00s) [2022-02-15T15:24:55.418Z] === RUN TestLoadInsecureRegistries [2022-02-15T15:24:55.418Z] === RUN TestRestartManagerTimeout [2022-02-15T15:24:55.418Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-02-15T15:24:55.418Z] === RUN TestRestartManagerTimeoutReset [2022-02-15T15:24:55.418Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-02-15T15:24:55.418Z] PASS [2022-02-15T15:24:55.418Z] coverage: 45.3% of statements [2022-02-15T15:24:55.418Z] ok github.com/docker/docker/restartmanager 0.043s coverage: 45.3% of statements [2022-02-15T15:24:55.909Z] time="2022-02-15T15:24:55Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-02-15T15:24:55.909Z] time="2022-02-15T15:24:55Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-02-15T15:24:55.909Z] time="2022-02-15T15:24:55Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-02-15T15:24:55.909Z] --- PASS: TestLoadInsecureRegistries (0.22s) [2022-02-15T15:24:55.909Z] === RUN TestNewServiceConfig [2022-02-15T15:24:55.909Z] --- PASS: TestNewServiceConfig (0.00s) [2022-02-15T15:24:55.909Z] === RUN TestValidateIndexName [2022-02-15T15:24:55.909Z] --- PASS: TestValidateIndexName (0.00s) [2022-02-15T15:24:55.909Z] === RUN TestValidateIndexNameWithError [2022-02-15T15:24:55.909Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-02-15T15:24:55.909Z] === RUN TestEndpointParse [2022-02-15T15:24:55.909Z] --- PASS: TestEndpointParse (0.00s) [2022-02-15T15:24:55.909Z] === RUN TestEndpointParseInvalid [2022-02-15T15:24:55.909Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-02-15T15:24:55.909Z] === RUN TestValidateEndpoint [2022-02-15T15:24:55.909Z] --- PASS: TestValidateEndpoint (0.01s) [2022-02-15T15:24:55.909Z] === RUN TestPing [2022-02-15T15:24:55.909Z] --- PASS: TestPing (0.01s) [2022-02-15T15:24:55.909Z] === RUN TestPingRegistryEndpoint [2022-02-15T15:24:55.909Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:24:55.909Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-02-15T15:24:55.909Z] === RUN TestEndpoint [2022-02-15T15:24:55.909Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:24:55.909Z] --- SKIP: TestEndpoint (0.00s) [2022-02-15T15:24:55.909Z] === RUN TestParseRepositoryInfo [2022-02-15T15:24:55.909Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-02-15T15:24:55.909Z] === RUN TestNewIndexInfo [2022-02-15T15:24:55.909Z] --- PASS: TestNewIndexInfo (0.00s) [2022-02-15T15:24:55.909Z] === RUN TestMirrorEndpointLookup [2022-02-15T15:24:55.909Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:24:55.909Z] --- SKIP: TestMirrorEndpointLookup (0.02s) [2022-02-15T15:24:55.909Z] === RUN TestSearchRepositories [2022-02-15T15:24:55.909Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-02-15T15:24:55.909Z] Host: 127.0.0.1:49348 [2022-02-15T15:24:55.909Z] User-Agent: docker test client [2022-02-15T15:24:55.909Z] Authorization: Token fake-token [2022-02-15T15:24:55.909Z] X-Docker-Token: true [2022-02-15T15:24:55.909Z] Accept-Encoding: gzip [2022-02-15T15:24:55.909Z] [2022-02-15T15:24:55.909Z] [2022-02-15T15:24:55.909Z] registry_test.go:730: HTTP/1.1 200 OK [2022-02-15T15:24:55.909Z] Connection: close [2022-02-15T15:24:55.909Z] Content-Length: 144 [2022-02-15T15:24:55.909Z] Cache-Control: no-cache [2022-02-15T15:24:55.909Z] Content-Type: application/json [2022-02-15T15:24:55.909Z] Date: Tue, 15 Feb 2022 15:24:55 GMT [2022-02-15T15:24:55.909Z] Expires: -1 [2022-02-15T15:24:55.909Z] Pragma: no-cache [2022-02-15T15:24:55.909Z] Server: docker-tests/mock [2022-02-15T15:24:55.909Z] X-Docker-Registry-Config: mock [2022-02-15T15:24:55.909Z] X-Docker-Registry-Version: 0.0.0 [2022-02-15T15:24:55.909Z] [2022-02-15T15:24:55.909Z] [2022-02-15T15:24:55.909Z] --- PASS: TestSearchRepositories (0.01s) [2022-02-15T15:24:55.909Z] === RUN TestTrustedLocation [2022-02-15T15:24:55.909Z] --- PASS: TestTrustedLocation (0.00s) [2022-02-15T15:24:55.909Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-02-15T15:24:55.909Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-02-15T15:24:55.909Z] === RUN TestAllowNondistributableArtifacts [2022-02-15T15:24:55.909Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-02-15T15:24:55.909Z] === RUN TestIsSecureIndex [2022-02-15T15:24:55.909Z] --- PASS: TestIsSecureIndex (0.00s) [2022-02-15T15:24:55.909Z] PASS [2022-02-15T15:24:55.909Z] coverage: 51.2% of statements [2022-02-15T15:24:55.909Z] ok github.com/docker/docker/registry 0.336s coverage: 51.2% of statements [2022-02-15T15:24:56.400Z] === RUN TestDecodeContainerConfig [2022-02-15T15:24:56.400Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-02-15T15:24:56.400Z] === RUN TestDecodeContainerConfigIsolation [2022-02-15T15:24:56.400Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-02-15T15:24:56.400Z] === RUN TestValidatePrivileged [2022-02-15T15:24:56.400Z] --- PASS: TestValidatePrivileged (0.00s) [2022-02-15T15:24:56.400Z] PASS [2022-02-15T15:24:56.400Z] coverage: 52.6% of statements [2022-02-15T15:24:56.400Z] ok github.com/docker/docker/runconfig 0.077s coverage: 52.6% of statements [2022-02-15T15:24:56.400Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-02-15T15:24:56.400Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-02-15T15:24:56.400Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-02-15T15:24:56.400Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-02-15T15:24:56.400Z] PASS [2022-02-15T15:24:56.400Z] coverage: 62.5% of statements [2022-02-15T15:24:56.400Z] ok github.com/docker/docker/testutil 0.074s coverage: 62.5% of statements [2022-02-15T15:24:56.722Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-02-15T15:24:56.722Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-02-15T15:24:56.722Z] docker_cli_sni_test.go:18: Flakey test [2022-02-15T15:24:56.722Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-02-15T15:24:57.294Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-02-15T15:24:57.836Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-02-15T15:24:57.836Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-02-15T15:24:57.836Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-02-15T15:24:57.836Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-02-15T15:24:57.836Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-02-15T15:24:57.836Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-02-15T15:24:57.836Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-02-15T15:24:57.836Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-02-15T15:24:57.836Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-02-15T15:24:57.836Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-02-15T15:24:57.836Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-02-15T15:24:57.836Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-02-15T15:24:57.836Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-02-15T15:24:57.865Z] === RUN TestDockerSuite/TestCommitChange [2022-02-15T15:24:58.304Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-02-15T15:24:58.436Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-02-15T15:24:59.008Z] === RUN TestDockerSuite/TestCommitHardlink [2022-02-15T15:24:59.290Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-02-15T15:24:59.457Z] === RUN TestGetDriver [2022-02-15T15:24:59.457Z] --- PASS: TestGetDriver (0.00s) [2022-02-15T15:24:59.457Z] === RUN TestVolumeRequestError [2022-02-15T15:24:59.457Z] --- PASS: TestVolumeRequestError (0.01s) [2022-02-15T15:24:59.457Z] PASS [2022-02-15T15:24:59.457Z] coverage: 36.1% of statements [2022-02-15T15:24:59.457Z] ok github.com/docker/docker/volume/drivers 0.066s coverage: 36.1% of statements [2022-02-15T15:24:59.457Z] === RUN TestGetAddress [2022-02-15T15:24:59.457Z] --- PASS: TestGetAddress (0.00s) [2022-02-15T15:24:59.457Z] === RUN TestRemove [2022-02-15T15:24:59.457Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-02-15T15:24:59.457Z] --- SKIP: TestRemove (0.00s) [2022-02-15T15:24:59.457Z] === RUN TestInitializeWithVolumes [2022-02-15T15:24:59.457Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-02-15T15:24:59.457Z] === RUN TestCreate [2022-02-15T15:24:59.457Z] --- PASS: TestCreate (0.01s) [2022-02-15T15:24:59.457Z] === RUN TestValidateName [2022-02-15T15:24:59.457Z] --- PASS: TestValidateName (0.00s) [2022-02-15T15:24:59.457Z] === RUN TestCreateWithOpts [2022-02-15T15:24:59.457Z] local_test.go:180: runtime.GOOS == "windows" [2022-02-15T15:24:59.457Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-02-15T15:24:59.457Z] === RUN TestRelaodNoOpts [2022-02-15T15:24:59.457Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-02-15T15:24:59.457Z] PASS [2022-02-15T15:24:59.457Z] coverage: 41.5% of statements [2022-02-15T15:24:59.457Z] ok github.com/docker/docker/volume/local 0.091s coverage: 41.5% of statements [2022-02-15T15:24:59.946Z] === RUN TestLCOWParseMountRaw [2022-02-15T15:24:59.947Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-02-15T15:24:59.947Z] === RUN TestLCOWParseMountRawSplit [2022-02-15T15:24:59.947Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-02-15T15:24:59.947Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-02-15T15:24:59.947Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-02-15T15:24:59.947Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-02-15T15:24:59.947Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-02-15T15:24:59.947Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-02-15T15:24:59.947Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-02-15T15:24:59.947Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-02-15T15:24:59.947Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-02-15T15:24:59.947Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-02-15T15:24:59.947Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-02-15T15:24:59.947Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-02-15T15:24:59.947Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-02-15T15:24:59.947Z] === RUN TestLinuxParseMountRaw [2022-02-15T15:24:59.947Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-02-15T15:24:59.947Z] === RUN TestLinuxParseMountRawSplit [2022-02-15T15:24:59.947Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-02-15T15:24:59.947Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-02-15T15:24:59.947Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-02-15T15:24:59.947Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-02-15T15:24:59.947Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-02-15T15:24:59.947Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-02-15T15:24:59.947Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-02-15T15:24:59.947Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-02-15T15:24:59.947Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-02-15T15:24:59.947Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-02-15T15:24:59.947Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-02-15T15:24:59.947Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-02-15T15:24:59.947Z] === RUN TestConvertTmpfsOptions [2022-02-15T15:24:59.947Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-02-15T15:24:59.947Z] linux_parser_test.go:209: data="ro" [2022-02-15T15:24:59.947Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-02-15T15:24:59.947Z] === RUN TestParseMountSpec [2022-02-15T15:24:59.947Z] parser_test.go:62: case 0 [2022-02-15T15:24:59.947Z] parser_test.go:62: case 1 [2022-02-15T15:24:59.947Z] parser_test.go:62: case 2 [2022-02-15T15:24:59.947Z] parser_test.go:62: case 3 [2022-02-15T15:24:59.947Z] parser_test.go:62: case 4 [2022-02-15T15:24:59.947Z] parser_test.go:62: case 5 [2022-02-15T15:24:59.947Z] --- PASS: TestParseMountSpec (0.01s) [2022-02-15T15:24:59.947Z] === RUN TestValidateMount [2022-02-15T15:24:59.947Z] --- PASS: TestValidateMount (0.00s) [2022-02-15T15:24:59.947Z] === RUN TestWindowsParseMountRaw [2022-02-15T15:24:59.947Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-02-15T15:24:59.947Z] === RUN TestWindowsParseMountRawSplit [2022-02-15T15:24:59.947Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-02-15T15:24:59.947Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-02-15T15:24:59.947Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-02-15T15:24:59.947Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-02-15T15:24:59.947Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-02-15T15:24:59.947Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-02-15T15:24:59.947Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-02-15T15:24:59.947Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-02-15T15:24:59.947Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-02-15T15:24:59.947Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-02-15T15:24:59.947Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-02-15T15:24:59.947Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-02-15T15:24:59.947Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-02-15T15:24:59.947Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-02-15T15:24:59.947Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-02-15T15:24:59.947Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-02-15T15:24:59.947Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-02-15T15:24:59.947Z] PASS [2022-02-15T15:24:59.947Z] coverage: 67.6% of statements [2022-02-15T15:24:59.947Z] ok github.com/docker/docker/volume/mounts 0.109s coverage: 67.6% of statements [2022-02-15T15:24:59.957Z] === RUN TestDockerSuite/TestCommitNewFile [2022-02-15T15:25:00.898Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-02-15T15:25:00.984Z] === RUN TestSetGetMeta [2022-02-15T15:25:00.984Z] === PAUSE TestSetGetMeta [2022-02-15T15:25:00.984Z] === RUN TestRestore [2022-02-15T15:25:00.984Z] === PAUSE TestRestore [2022-02-15T15:25:00.984Z] === RUN TestServiceCreate [2022-02-15T15:25:00.984Z] === PAUSE TestServiceCreate [2022-02-15T15:25:00.984Z] === RUN TestServiceList [2022-02-15T15:25:00.984Z] === PAUSE TestServiceList [2022-02-15T15:25:00.984Z] === RUN TestServiceRemove [2022-02-15T15:25:00.984Z] === PAUSE TestServiceRemove [2022-02-15T15:25:00.984Z] === RUN TestServiceGet [2022-02-15T15:25:00.984Z] === PAUSE TestServiceGet [2022-02-15T15:25:00.984Z] === RUN TestServicePrune [2022-02-15T15:25:00.984Z] === PAUSE TestServicePrune [2022-02-15T15:25:00.984Z] === RUN TestCreate [2022-02-15T15:25:00.984Z] === PAUSE TestCreate [2022-02-15T15:25:00.984Z] === RUN TestRemove [2022-02-15T15:25:00.984Z] === PAUSE TestRemove [2022-02-15T15:25:00.984Z] === RUN TestList [2022-02-15T15:25:00.984Z] === PAUSE TestList [2022-02-15T15:25:00.984Z] === RUN TestFindByDriver [2022-02-15T15:25:00.984Z] === PAUSE TestFindByDriver [2022-02-15T15:25:00.984Z] === RUN TestFindByReferenced [2022-02-15T15:25:00.984Z] === PAUSE TestFindByReferenced [2022-02-15T15:25:00.984Z] === RUN TestDerefMultipleOfSameRef [2022-02-15T15:25:00.984Z] === PAUSE TestDerefMultipleOfSameRef [2022-02-15T15:25:00.984Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-15T15:25:00.984Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-15T15:25:00.984Z] === RUN TestDefererencePluginOnCreateError [2022-02-15T15:25:00.984Z] === PAUSE TestDefererencePluginOnCreateError [2022-02-15T15:25:00.984Z] === RUN TestRefDerefRemove [2022-02-15T15:25:00.984Z] === PAUSE TestRefDerefRemove [2022-02-15T15:25:00.984Z] === RUN TestGet [2022-02-15T15:25:00.984Z] === PAUSE TestGet [2022-02-15T15:25:00.984Z] === RUN TestGetWithReference [2022-02-15T15:25:00.984Z] === PAUSE TestGetWithReference [2022-02-15T15:25:00.984Z] === RUN TestFilterFunc [2022-02-15T15:25:00.984Z] === RUN TestFilterFunc/test_nil_list [2022-02-15T15:25:00.984Z] === PAUSE TestFilterFunc/test_nil_list [2022-02-15T15:25:00.984Z] === RUN TestFilterFunc/test_empty_list [2022-02-15T15:25:00.984Z] === PAUSE TestFilterFunc/test_empty_list [2022-02-15T15:25:00.984Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-02-15T15:25:00.984Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-02-15T15:25:00.984Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-15T15:25:00.984Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-15T15:25:00.984Z] === RUN TestFilterFunc/test_filter_some [2022-02-15T15:25:00.984Z] === PAUSE TestFilterFunc/test_filter_some [2022-02-15T15:25:00.984Z] === RUN TestFilterFunc/test_filter_middle [2022-02-15T15:25:00.984Z] === PAUSE TestFilterFunc/test_filter_middle [2022-02-15T15:25:00.984Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-02-15T15:25:00.984Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-02-15T15:25:00.984Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-02-15T15:25:00.984Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-02-15T15:25:00.984Z] === CONT TestFilterFunc/test_nil_list [2022-02-15T15:25:00.984Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-15T15:25:00.984Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-02-15T15:25:00.984Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-02-15T15:25:00.984Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-02-15T15:25:00.984Z] === CONT TestFilterFunc/test_filter_some [2022-02-15T15:25:00.984Z] === CONT TestFilterFunc/test_filter_middle [2022-02-15T15:25:00.984Z] === CONT TestFilterFunc/test_empty_list [2022-02-15T15:25:00.984Z] --- PASS: TestFilterFunc (0.00s) [2022-02-15T15:25:00.984Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-02-15T15:25:00.984Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-02-15T15:25:00.984Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-02-15T15:25:00.984Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-02-15T15:25:00.984Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-02-15T15:25:00.984Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-02-15T15:25:00.984Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-02-15T15:25:00.984Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-02-15T15:25:00.984Z] === CONT TestSetGetMeta [2022-02-15T15:25:00.984Z] === CONT TestList [2022-02-15T15:25:00.984Z] === CONT TestServiceGet [2022-02-15T15:25:00.984Z] === CONT TestCreate [2022-02-15T15:25:00.984Z] --- PASS: TestSetGetMeta (0.02s) [2022-02-15T15:25:00.984Z] === CONT TestRemove [2022-02-15T15:25:00.984Z] --- PASS: TestCreate (0.02s) [2022-02-15T15:25:00.984Z] === CONT TestServicePrune [2022-02-15T15:25:00.984Z] --- PASS: TestList (0.04s) [2022-02-15T15:25:00.984Z] === CONT TestServiceList [2022-02-15T15:25:00.984Z] --- PASS: TestRemove (0.03s) [2022-02-15T15:25:00.984Z] === CONT TestServiceRemove [2022-02-15T15:25:01.469Z] === RUN TestDockerSuite/TestCommitTTY [2022-02-15T15:25:01.475Z] --- PASS: TestServiceGet (0.18s) [2022-02-15T15:25:01.475Z] === CONT TestServiceCreate [2022-02-15T15:25:01.475Z] time="2022-02-15T15:25:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-15T15:25:01.475Z] --- PASS: TestServiceRemove (0.15s) [2022-02-15T15:25:01.475Z] === CONT TestDefererencePluginOnCreateError [2022-02-15T15:25:01.475Z] time="2022-02-15T15:25:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-15T15:25:01.475Z] --- PASS: TestServiceList (0.16s) [2022-02-15T15:25:01.475Z] === CONT TestGetWithReference [2022-02-15T15:25:01.475Z] time="2022-02-15T15:25:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-15T15:25:01.475Z] time="2022-02-15T15:25:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-02-15T15:25:01.475Z] === CONT TestGet [2022-02-15T15:25:01.475Z] --- PASS: TestServiceCreate (0.03s) [2022-02-15T15:25:01.475Z] time="2022-02-15T15:25:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-15T15:25:01.475Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-02-15T15:25:01.475Z] === CONT TestRefDerefRemove [2022-02-15T15:25:01.475Z] --- PASS: TestServicePrune (0.20s) [2022-02-15T15:25:01.475Z] === CONT TestDerefMultipleOfSameRef [2022-02-15T15:25:01.475Z] --- PASS: TestGetWithReference (0.03s) [2022-02-15T15:25:01.475Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-15T15:25:01.475Z] --- PASS: TestGet (0.03s) [2022-02-15T15:25:01.475Z] === CONT TestRestore [2022-02-15T15:25:01.475Z] --- PASS: TestRefDerefRemove (0.03s) [2022-02-15T15:25:01.475Z] === CONT TestFindByReferenced [2022-02-15T15:25:01.475Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2022-02-15T15:25:01.475Z] === CONT TestFindByDriver [2022-02-15T15:25:01.475Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-02-15T15:25:01.475Z] --- PASS: TestFindByReferenced (0.02s) [2022-02-15T15:25:01.475Z] --- PASS: TestRestore (0.03s) [2022-02-15T15:25:01.475Z] --- PASS: TestFindByDriver (0.02s) [2022-02-15T15:25:01.475Z] PASS [2022-02-15T15:25:01.475Z] coverage: 69.0% of statements [2022-02-15T15:25:01.475Z] ok github.com/docker/docker/volume/service 0.329s coverage: 69.0% of statements [2022-02-15T15:25:02.411Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-02-15T15:25:02.982Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-02-15T15:25:03.076Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-02-15T15:25:03.191Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-02-15T15:25:03.192Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-02-15T15:25:03.192Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-02-15T15:25:03.192Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-02-15T15:25:03.192Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-02-15T15:25:03.536Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-02-15T15:25:03.825Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43241/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 hack/test/unit [2022-02-15T15:25:03.927Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-02-15T15:25:04.086Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-02-15T15:25:04.086Z] + TESTFLAGS+=' -test.timeout=5m' [2022-02-15T15:25:04.086Z] + TESTDIRS=./... [2022-02-15T15:25:04.086Z] + exclude_paths='/vendor/|/integration' [2022-02-15T15:25:04.086Z] ++ grep -vE '(/vendor/|/integration)' [2022-02-15T15:25:04.086Z] ++ go list ./... [2022-02-15T15:25:04.193Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-02-15T15:25:04.771Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-02-15T15:25:04.771Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-02-15T15:25:04.771Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-02-15T15:25:04.771Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-02-15T15:25:04.771Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-02-15T15:25:04.771Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-02-15T15:25:04.771Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-02-15T15:25:05.034Z] + pkg_list='github.com/docker/docker/api [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server/backend/build [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server/httputils [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server/middleware [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server/router [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server/router/build [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server/router/container [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server/router/debug [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server/router/distribution [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server/router/grpc [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server/router/image [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server/router/network [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server/router/plugin [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server/router/session [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server/router/swarm [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server/router/system [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/server/router/volume [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/backend [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/blkiodev [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/container [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/events [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/filters [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/image [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/mount [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/network [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/registry [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/strslice [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/swarm [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/time [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/versions [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-15T15:25:05.034Z] github.com/docker/docker/api/types/volume [2022-02-15T15:25:05.034Z] github.com/docker/docker/builder [2022-02-15T15:25:05.034Z] github.com/docker/docker/builder/builder-next [2022-02-15T15:25:05.034Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-15T15:25:05.034Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-15T15:25:05.034Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-15T15:25:05.034Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-15T15:25:05.034Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-15T15:25:05.034Z] github.com/docker/docker/builder/builder-next/worker [2022-02-15T15:25:05.034Z] github.com/docker/docker/builder/dockerfile [2022-02-15T15:25:05.034Z] github.com/docker/docker/builder/dockerignore [2022-02-15T15:25:05.034Z] github.com/docker/docker/builder/remotecontext [2022-02-15T15:25:05.034Z] github.com/docker/docker/builder/remotecontext/git [2022-02-15T15:25:05.034Z] github.com/docker/docker/cli [2022-02-15T15:25:05.034Z] github.com/docker/docker/cli/config [2022-02-15T15:25:05.034Z] github.com/docker/docker/cli/debug [2022-02-15T15:25:05.034Z] github.com/docker/docker/client [2022-02-15T15:25:05.034Z] github.com/docker/docker/cmd/docker-proxy [2022-02-15T15:25:05.034Z] github.com/docker/docker/cmd/dockerd [2022-02-15T15:25:05.034Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-15T15:25:05.034Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-15T15:25:05.034Z] github.com/docker/docker/container [2022-02-15T15:25:05.034Z] github.com/docker/docker/container/stream [2022-02-15T15:25:05.034Z] github.com/docker/docker/contrib/apparmor [2022-02-15T15:25:05.034Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-15T15:25:05.034Z] github.com/docker/docker/contrib/httpserver [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/cluster [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/cluster/convert [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/cluster/executor [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/cluster/provider [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/config [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/events [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/events/testutils [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/exec [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/graphdriver [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/images [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/initlayer [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/links [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/listeners [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/logger [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/logger/gelf [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/logger/journald [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/logger/local [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/logger/logentries [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/logger/splunk [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/logger/syslog [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/logger/templates [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/names [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/network [2022-02-15T15:25:05.034Z] github.com/docker/docker/daemon/stats [2022-02-15T15:25:05.034Z] github.com/docker/docker/distribution [2022-02-15T15:25:05.034Z] github.com/docker/docker/distribution/metadata [2022-02-15T15:25:05.034Z] github.com/docker/docker/distribution/utils [2022-02-15T15:25:05.034Z] github.com/docker/docker/distribution/xfer [2022-02-15T15:25:05.034Z] github.com/docker/docker/dockerversion [2022-02-15T15:25:05.034Z] github.com/docker/docker/errdefs [2022-02-15T15:25:05.034Z] github.com/docker/docker/image [2022-02-15T15:25:05.034Z] github.com/docker/docker/image/cache [2022-02-15T15:25:05.034Z] github.com/docker/docker/image/tarexport [2022-02-15T15:25:05.034Z] github.com/docker/docker/image/v1 [2022-02-15T15:25:05.034Z] github.com/docker/docker/internal/test/suite [2022-02-15T15:25:05.034Z] github.com/docker/docker/layer [2022-02-15T15:25:05.034Z] github.com/docker/docker/libcontainerd [2022-02-15T15:25:05.034Z] github.com/docker/docker/libcontainerd/queue [2022-02-15T15:25:05.034Z] github.com/docker/docker/libcontainerd/remote [2022-02-15T15:25:05.034Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-15T15:25:05.034Z] github.com/docker/docker/libcontainerd/types [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/bitseq [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/cluster [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/config [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/datastore [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/driverapi [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/etchosts [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/idm [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/ipam [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/iptables [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/netlabel [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/netutils [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/networkdb [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/ns [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/options [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/osl [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/portallocator [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/portmapper [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/testutils [2022-02-15T15:25:05.034Z] github.com/docker/docker/libnetwork/types [2022-02-15T15:25:05.034Z] github.com/docker/docker/oci [2022-02-15T15:25:05.034Z] github.com/docker/docker/oci/caps [2022-02-15T15:25:05.034Z] github.com/docker/docker/opts [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/aaparser [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/archive [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/authorization [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/broadcaster [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/capabilities [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/chrootarchive [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/containerfs [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/devicemapper [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/directory [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/dmesg [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/filenotify [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/fileutils [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/fsutils [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/homedir [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/idtools [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/ioutils [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/jsonmessage [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/locker [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/longpath [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/loopback [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/mount [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/namesgenerator [2022-02-15T15:25:05.034Z] github.com/docker/docker/pkg/parsers [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/pidfile [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/platform [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/plugingetter [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/plugins [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/plugins/transport [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/pools [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/progress [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/pubsub [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/reexec [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/signal [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/stack [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/stdcopy [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/streamformatter [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/stringid [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/symlink [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/sysinfo [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/system [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/tailfile [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/tarsum [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/term [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/term/windows [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/truncindex [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/urlutil [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/useragent [2022-02-15T15:25:05.035Z] github.com/docker/docker/plugin [2022-02-15T15:25:05.035Z] github.com/docker/docker/plugin/executor/containerd [2022-02-15T15:25:05.035Z] github.com/docker/docker/plugin/v2 [2022-02-15T15:25:05.035Z] github.com/docker/docker/profiles/apparmor [2022-02-15T15:25:05.035Z] github.com/docker/docker/profiles/seccomp [2022-02-15T15:25:05.035Z] github.com/docker/docker/quota [2022-02-15T15:25:05.035Z] github.com/docker/docker/reference [2022-02-15T15:25:05.035Z] github.com/docker/docker/registry [2022-02-15T15:25:05.035Z] github.com/docker/docker/registry/resumable [2022-02-15T15:25:05.035Z] github.com/docker/docker/restartmanager [2022-02-15T15:25:05.035Z] github.com/docker/docker/rootless [2022-02-15T15:25:05.035Z] github.com/docker/docker/rootless/specconv [2022-02-15T15:25:05.035Z] github.com/docker/docker/runconfig [2022-02-15T15:25:05.035Z] github.com/docker/docker/runconfig/opts [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/daemon [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/environment [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/fakecontext [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/fakegit [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/fakestorage [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/fixtures/load [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/registry [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/request [2022-02-15T15:25:05.035Z] github.com/docker/docker/volume [2022-02-15T15:25:05.035Z] github.com/docker/docker/volume/drivers [2022-02-15T15:25:05.035Z] github.com/docker/docker/volume/local [2022-02-15T15:25:05.035Z] github.com/docker/docker/volume/mounts [2022-02-15T15:25:05.035Z] github.com/docker/docker/volume/service [2022-02-15T15:25:05.035Z] github.com/docker/docker/volume/service/opts [2022-02-15T15:25:05.035Z] github.com/docker/docker/volume/testutils' [2022-02-15T15:25:05.035Z] ++ grep --fixed-strings -v /libnetwork [2022-02-15T15:25:05.035Z] ++ echo 'github.com/docker/docker/api [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/backend/build [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/httputils [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/middleware [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/build [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/container [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/debug [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/distribution [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/grpc [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/image [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/network [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/plugin [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/session [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/swarm [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/system [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/volume [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/backend [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/blkiodev [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/container [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/events [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/filters [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/image [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/mount [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/network [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/registry [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/strslice [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/swarm [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/time [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/versions [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/types/volume [2022-02-15T15:25:05.035Z] github.com/docker/docker/builder [2022-02-15T15:25:05.035Z] github.com/docker/docker/builder/builder-next [2022-02-15T15:25:05.035Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-15T15:25:05.035Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-15T15:25:05.035Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-15T15:25:05.035Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-15T15:25:05.035Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-15T15:25:05.035Z] github.com/docker/docker/builder/builder-next/worker [2022-02-15T15:25:05.035Z] github.com/docker/docker/builder/dockerfile [2022-02-15T15:25:05.035Z] github.com/docker/docker/builder/dockerignore [2022-02-15T15:25:05.035Z] github.com/docker/docker/builder/remotecontext [2022-02-15T15:25:05.035Z] github.com/docker/docker/builder/remotecontext/git [2022-02-15T15:25:05.035Z] github.com/docker/docker/cli [2022-02-15T15:25:05.035Z] github.com/docker/docker/cli/config [2022-02-15T15:25:05.035Z] github.com/docker/docker/cli/debug [2022-02-15T15:25:05.035Z] github.com/docker/docker/client [2022-02-15T15:25:05.035Z] github.com/docker/docker/cmd/docker-proxy [2022-02-15T15:25:05.035Z] github.com/docker/docker/cmd/dockerd [2022-02-15T15:25:05.035Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-15T15:25:05.035Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-15T15:25:05.035Z] github.com/docker/docker/container [2022-02-15T15:25:05.035Z] github.com/docker/docker/container/stream [2022-02-15T15:25:05.035Z] github.com/docker/docker/contrib/apparmor [2022-02-15T15:25:05.035Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-15T15:25:05.035Z] github.com/docker/docker/contrib/httpserver [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/cluster [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/cluster/convert [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/cluster/executor [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/cluster/provider [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/config [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/events [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/events/testutils [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/exec [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/graphdriver [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/images [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/initlayer [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/links [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/listeners [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/logger [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/logger/gelf [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/logger/journald [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/logger/local [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/logger/logentries [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/logger/splunk [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/logger/syslog [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/logger/templates [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/names [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/network [2022-02-15T15:25:05.035Z] github.com/docker/docker/daemon/stats [2022-02-15T15:25:05.035Z] github.com/docker/docker/distribution [2022-02-15T15:25:05.035Z] github.com/docker/docker/distribution/metadata [2022-02-15T15:25:05.035Z] github.com/docker/docker/distribution/utils [2022-02-15T15:25:05.035Z] github.com/docker/docker/distribution/xfer [2022-02-15T15:25:05.035Z] github.com/docker/docker/dockerversion [2022-02-15T15:25:05.035Z] github.com/docker/docker/errdefs [2022-02-15T15:25:05.035Z] github.com/docker/docker/image [2022-02-15T15:25:05.035Z] github.com/docker/docker/image/cache [2022-02-15T15:25:05.035Z] github.com/docker/docker/image/tarexport [2022-02-15T15:25:05.035Z] github.com/docker/docker/image/v1 [2022-02-15T15:25:05.035Z] github.com/docker/docker/internal/test/suite [2022-02-15T15:25:05.035Z] github.com/docker/docker/layer [2022-02-15T15:25:05.035Z] github.com/docker/docker/libcontainerd [2022-02-15T15:25:05.035Z] github.com/docker/docker/libcontainerd/queue [2022-02-15T15:25:05.035Z] github.com/docker/docker/libcontainerd/remote [2022-02-15T15:25:05.035Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-15T15:25:05.035Z] github.com/docker/docker/libcontainerd/types [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/bitseq [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/cluster [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/config [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/datastore [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/driverapi [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/etchosts [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/idm [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/ipam [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/iptables [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/netlabel [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/netutils [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/networkdb [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/ns [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/options [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/osl [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/portallocator [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/portmapper [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/testutils [2022-02-15T15:25:05.035Z] github.com/docker/docker/libnetwork/types [2022-02-15T15:25:05.035Z] github.com/docker/docker/oci [2022-02-15T15:25:05.035Z] github.com/docker/docker/oci/caps [2022-02-15T15:25:05.035Z] github.com/docker/docker/opts [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/aaparser [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/archive [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/authorization [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/broadcaster [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/capabilities [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/chrootarchive [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/containerfs [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/devicemapper [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/directory [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/dmesg [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/filenotify [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/fileutils [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/fsutils [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/homedir [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/idtools [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/ioutils [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/jsonmessage [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/locker [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/longpath [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/loopback [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/mount [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/namesgenerator [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/parsers [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/pidfile [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/platform [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/plugingetter [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/plugins [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/plugins/transport [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/pools [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/progress [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/pubsub [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/reexec [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/signal [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/stack [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/stdcopy [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/streamformatter [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/stringid [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/symlink [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/sysinfo [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/system [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/tailfile [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/tarsum [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/term [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/term/windows [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/truncindex [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/urlutil [2022-02-15T15:25:05.035Z] github.com/docker/docker/pkg/useragent [2022-02-15T15:25:05.035Z] github.com/docker/docker/plugin [2022-02-15T15:25:05.035Z] github.com/docker/docker/plugin/executor/containerd [2022-02-15T15:25:05.035Z] github.com/docker/docker/plugin/v2 [2022-02-15T15:25:05.035Z] github.com/docker/docker/profiles/apparmor [2022-02-15T15:25:05.035Z] github.com/docker/docker/profiles/seccomp [2022-02-15T15:25:05.035Z] github.com/docker/docker/quota [2022-02-15T15:25:05.035Z] github.com/docker/docker/reference [2022-02-15T15:25:05.035Z] github.com/docker/docker/registry [2022-02-15T15:25:05.035Z] github.com/docker/docker/registry/resumable [2022-02-15T15:25:05.035Z] github.com/docker/docker/restartmanager [2022-02-15T15:25:05.035Z] github.com/docker/docker/rootless [2022-02-15T15:25:05.035Z] github.com/docker/docker/rootless/specconv [2022-02-15T15:25:05.035Z] github.com/docker/docker/runconfig [2022-02-15T15:25:05.035Z] github.com/docker/docker/runconfig/opts [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/daemon [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/environment [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/fakecontext [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/fakegit [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/fakestorage [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/fixtures/load [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/registry [2022-02-15T15:25:05.035Z] github.com/docker/docker/testutil/request [2022-02-15T15:25:05.035Z] github.com/docker/docker/volume [2022-02-15T15:25:05.035Z] github.com/docker/docker/volume/drivers [2022-02-15T15:25:05.035Z] github.com/docker/docker/volume/local [2022-02-15T15:25:05.035Z] github.com/docker/docker/volume/mounts [2022-02-15T15:25:05.035Z] github.com/docker/docker/volume/service [2022-02-15T15:25:05.035Z] github.com/docker/docker/volume/service/opts [2022-02-15T15:25:05.035Z] github.com/docker/docker/volume/testutils' [2022-02-15T15:25:05.035Z] + base_pkg_list='github.com/docker/docker/api [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/backend/build [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/httputils [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/middleware [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/build [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/container [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/debug [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/distribution [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/grpc [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/image [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/network [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/plugin [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/session [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/swarm [2022-02-15T15:25:05.035Z] github.com/docker/docker/api/server/router/system [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/router/volume [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/backend [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/blkiodev [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/container [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/events [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/filters [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/image [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/mount [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/network [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/registry [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/strslice [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/swarm [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/time [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/versions [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/volume [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/builder-next [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/builder-next/worker [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/dockerfile [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/dockerignore [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/remotecontext [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/remotecontext/git [2022-02-15T15:25:05.036Z] github.com/docker/docker/cli [2022-02-15T15:25:05.036Z] github.com/docker/docker/cli/config [2022-02-15T15:25:05.036Z] github.com/docker/docker/cli/debug [2022-02-15T15:25:05.036Z] github.com/docker/docker/client [2022-02-15T15:25:05.036Z] github.com/docker/docker/cmd/docker-proxy [2022-02-15T15:25:05.036Z] github.com/docker/docker/cmd/dockerd [2022-02-15T15:25:05.036Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-15T15:25:05.036Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-15T15:25:05.036Z] github.com/docker/docker/container [2022-02-15T15:25:05.036Z] github.com/docker/docker/container/stream [2022-02-15T15:25:05.036Z] github.com/docker/docker/contrib/apparmor [2022-02-15T15:25:05.036Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-15T15:25:05.036Z] github.com/docker/docker/contrib/httpserver [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/cluster [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/cluster/convert [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/cluster/executor [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/cluster/provider [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/config [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/events [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/events/testutils [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/exec [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/images [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/initlayer [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/links [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/listeners [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/gelf [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/journald [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/local [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/logentries [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/splunk [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/syslog [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/templates [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/names [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/network [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/stats [2022-02-15T15:25:05.036Z] github.com/docker/docker/distribution [2022-02-15T15:25:05.036Z] github.com/docker/docker/distribution/metadata [2022-02-15T15:25:05.036Z] github.com/docker/docker/distribution/utils [2022-02-15T15:25:05.036Z] github.com/docker/docker/distribution/xfer [2022-02-15T15:25:05.036Z] github.com/docker/docker/dockerversion [2022-02-15T15:25:05.036Z] github.com/docker/docker/errdefs [2022-02-15T15:25:05.036Z] github.com/docker/docker/image [2022-02-15T15:25:05.036Z] github.com/docker/docker/image/cache [2022-02-15T15:25:05.036Z] github.com/docker/docker/image/tarexport [2022-02-15T15:25:05.036Z] github.com/docker/docker/image/v1 [2022-02-15T15:25:05.036Z] github.com/docker/docker/internal/test/suite [2022-02-15T15:25:05.036Z] github.com/docker/docker/layer [2022-02-15T15:25:05.036Z] github.com/docker/docker/libcontainerd [2022-02-15T15:25:05.036Z] github.com/docker/docker/libcontainerd/queue [2022-02-15T15:25:05.036Z] github.com/docker/docker/libcontainerd/remote [2022-02-15T15:25:05.036Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-15T15:25:05.036Z] github.com/docker/docker/libcontainerd/types [2022-02-15T15:25:05.036Z] github.com/docker/docker/oci [2022-02-15T15:25:05.036Z] github.com/docker/docker/oci/caps [2022-02-15T15:25:05.036Z] github.com/docker/docker/opts [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/aaparser [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/archive [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/authorization [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/broadcaster [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/capabilities [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/chrootarchive [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/containerfs [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/devicemapper [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/directory [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/dmesg [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/filenotify [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/fileutils [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/fsutils [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/homedir [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/idtools [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/ioutils [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/jsonmessage [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/locker [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/longpath [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/loopback [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/mount [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/namesgenerator [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/parsers [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/pidfile [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/platform [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/plugingetter [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/plugins [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/plugins/transport [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/pools [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/progress [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/pubsub [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/reexec [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/signal [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/stack [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/stdcopy [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/streamformatter [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/stringid [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/symlink [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/sysinfo [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/system [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/tailfile [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/tarsum [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/term [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/term/windows [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/truncindex [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/urlutil [2022-02-15T15:25:05.036Z] github.com/docker/docker/pkg/useragent [2022-02-15T15:25:05.036Z] github.com/docker/docker/plugin [2022-02-15T15:25:05.036Z] github.com/docker/docker/plugin/executor/containerd [2022-02-15T15:25:05.036Z] github.com/docker/docker/plugin/v2 [2022-02-15T15:25:05.036Z] github.com/docker/docker/profiles/apparmor [2022-02-15T15:25:05.036Z] github.com/docker/docker/profiles/seccomp [2022-02-15T15:25:05.036Z] github.com/docker/docker/quota [2022-02-15T15:25:05.036Z] github.com/docker/docker/reference [2022-02-15T15:25:05.036Z] github.com/docker/docker/registry [2022-02-15T15:25:05.036Z] github.com/docker/docker/registry/resumable [2022-02-15T15:25:05.036Z] github.com/docker/docker/restartmanager [2022-02-15T15:25:05.036Z] github.com/docker/docker/rootless [2022-02-15T15:25:05.036Z] github.com/docker/docker/rootless/specconv [2022-02-15T15:25:05.036Z] github.com/docker/docker/runconfig [2022-02-15T15:25:05.036Z] github.com/docker/docker/runconfig/opts [2022-02-15T15:25:05.036Z] github.com/docker/docker/testutil [2022-02-15T15:25:05.036Z] github.com/docker/docker/testutil/daemon [2022-02-15T15:25:05.036Z] github.com/docker/docker/testutil/environment [2022-02-15T15:25:05.036Z] github.com/docker/docker/testutil/fakecontext [2022-02-15T15:25:05.036Z] github.com/docker/docker/testutil/fakegit [2022-02-15T15:25:05.036Z] github.com/docker/docker/testutil/fakestorage [2022-02-15T15:25:05.036Z] github.com/docker/docker/testutil/fixtures/load [2022-02-15T15:25:05.036Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-15T15:25:05.036Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-15T15:25:05.036Z] github.com/docker/docker/testutil/registry [2022-02-15T15:25:05.036Z] github.com/docker/docker/testutil/request [2022-02-15T15:25:05.036Z] github.com/docker/docker/volume [2022-02-15T15:25:05.036Z] github.com/docker/docker/volume/drivers [2022-02-15T15:25:05.036Z] github.com/docker/docker/volume/local [2022-02-15T15:25:05.036Z] github.com/docker/docker/volume/mounts [2022-02-15T15:25:05.036Z] github.com/docker/docker/volume/service [2022-02-15T15:25:05.036Z] github.com/docker/docker/volume/service/opts [2022-02-15T15:25:05.036Z] github.com/docker/docker/volume/testutils' [2022-02-15T15:25:05.036Z] ++ grep --fixed-strings /libnetwork [2022-02-15T15:25:05.036Z] ++ echo 'github.com/docker/docker/api [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/backend/build [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/httputils [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/middleware [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/router [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/router/build [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/router/container [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/router/debug [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/router/distribution [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/router/grpc [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/router/image [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/router/network [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/router/plugin [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/router/session [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/router/swarm [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/router/system [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/server/router/volume [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/backend [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/blkiodev [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/container [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/events [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/filters [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/image [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/mount [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/network [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/registry [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/strslice [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/swarm [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/time [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/versions [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-15T15:25:05.036Z] github.com/docker/docker/api/types/volume [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/builder-next [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/builder-next/worker [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/dockerfile [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/dockerignore [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/remotecontext [2022-02-15T15:25:05.036Z] github.com/docker/docker/builder/remotecontext/git [2022-02-15T15:25:05.036Z] github.com/docker/docker/cli [2022-02-15T15:25:05.036Z] github.com/docker/docker/cli/config [2022-02-15T15:25:05.036Z] github.com/docker/docker/cli/debug [2022-02-15T15:25:05.036Z] github.com/docker/docker/client [2022-02-15T15:25:05.036Z] github.com/docker/docker/cmd/docker-proxy [2022-02-15T15:25:05.036Z] github.com/docker/docker/cmd/dockerd [2022-02-15T15:25:05.036Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-15T15:25:05.036Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-15T15:25:05.036Z] github.com/docker/docker/container [2022-02-15T15:25:05.036Z] github.com/docker/docker/container/stream [2022-02-15T15:25:05.036Z] github.com/docker/docker/contrib/apparmor [2022-02-15T15:25:05.036Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-15T15:25:05.036Z] github.com/docker/docker/contrib/httpserver [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/cluster [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/cluster/convert [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/cluster/executor [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/cluster/provider [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/config [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/events [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/events/testutils [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/exec [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/images [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/initlayer [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/links [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/listeners [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/gelf [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/journald [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/local [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/logentries [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/splunk [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/syslog [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/logger/templates [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/names [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/network [2022-02-15T15:25:05.036Z] github.com/docker/docker/daemon/stats [2022-02-15T15:25:05.036Z] github.com/docker/docker/distribution [2022-02-15T15:25:05.036Z] github.com/docker/docker/distribution/metadata [2022-02-15T15:25:05.036Z] github.com/docker/docker/distribution/utils [2022-02-15T15:25:05.036Z] github.com/docker/docker/distribution/xfer [2022-02-15T15:25:05.036Z] github.com/docker/docker/dockerversion [2022-02-15T15:25:05.036Z] github.com/docker/docker/errdefs [2022-02-15T15:25:05.036Z] github.com/docker/docker/image [2022-02-15T15:25:05.036Z] github.com/docker/docker/image/cache [2022-02-15T15:25:05.036Z] github.com/docker/docker/image/tarexport [2022-02-15T15:25:05.036Z] github.com/docker/docker/image/v1 [2022-02-15T15:25:05.036Z] github.com/docker/docker/internal/test/suite [2022-02-15T15:25:05.036Z] github.com/docker/docker/layer [2022-02-15T15:25:05.036Z] github.com/docker/docker/libcontainerd [2022-02-15T15:25:05.036Z] github.com/docker/docker/libcontainerd/queue [2022-02-15T15:25:05.036Z] github.com/docker/docker/libcontainerd/remote [2022-02-15T15:25:05.036Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-15T15:25:05.036Z] github.com/docker/docker/libcontainerd/types [2022-02-15T15:25:05.036Z] github.com/docker/docker/libnetwork [2022-02-15T15:25:05.036Z] github.com/docker/docker/libnetwork/bitseq [2022-02-15T15:25:05.036Z] github.com/docker/docker/libnetwork/cluster [2022-02-15T15:25:05.036Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-15T15:25:05.036Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-15T15:25:05.036Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-15T15:25:05.036Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-15T15:25:05.036Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-15T15:25:05.036Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-15T15:25:05.036Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-15T15:25:05.036Z] github.com/docker/docker/libnetwork/config [2022-02-15T15:25:05.036Z] github.com/docker/docker/libnetwork/datastore [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/driverapi [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/etchosts [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/idm [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipam [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/iptables [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/netlabel [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/netutils [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/networkdb [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ns [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/options [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/osl [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/portallocator [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/portmapper [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/testutils [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/types [2022-02-15T15:25:05.037Z] github.com/docker/docker/oci [2022-02-15T15:25:05.037Z] github.com/docker/docker/oci/caps [2022-02-15T15:25:05.037Z] github.com/docker/docker/opts [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/aaparser [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/archive [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/authorization [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/broadcaster [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/capabilities [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/chrootarchive [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/containerfs [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/devicemapper [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/directory [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/dmesg [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/filenotify [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/fileutils [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/fsutils [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/homedir [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/idtools [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/ioutils [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/jsonmessage [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/locker [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/longpath [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/loopback [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/mount [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/namesgenerator [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/parsers [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/pidfile [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/platform [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/plugingetter [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/plugins [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/plugins/transport [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/pools [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/progress [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/pubsub [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/reexec [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/signal [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/stack [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/stdcopy [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/streamformatter [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/stringid [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/symlink [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/sysinfo [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/system [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/tailfile [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/tarsum [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/term [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/term/windows [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/truncindex [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/urlutil [2022-02-15T15:25:05.037Z] github.com/docker/docker/pkg/useragent [2022-02-15T15:25:05.037Z] github.com/docker/docker/plugin [2022-02-15T15:25:05.037Z] github.com/docker/docker/plugin/executor/containerd [2022-02-15T15:25:05.037Z] github.com/docker/docker/plugin/v2 [2022-02-15T15:25:05.037Z] github.com/docker/docker/profiles/apparmor [2022-02-15T15:25:05.037Z] github.com/docker/docker/profiles/seccomp [2022-02-15T15:25:05.037Z] github.com/docker/docker/quota [2022-02-15T15:25:05.037Z] github.com/docker/docker/reference [2022-02-15T15:25:05.037Z] github.com/docker/docker/registry [2022-02-15T15:25:05.037Z] github.com/docker/docker/registry/resumable [2022-02-15T15:25:05.037Z] github.com/docker/docker/restartmanager [2022-02-15T15:25:05.037Z] github.com/docker/docker/rootless [2022-02-15T15:25:05.037Z] github.com/docker/docker/rootless/specconv [2022-02-15T15:25:05.037Z] github.com/docker/docker/runconfig [2022-02-15T15:25:05.037Z] github.com/docker/docker/runconfig/opts [2022-02-15T15:25:05.037Z] github.com/docker/docker/testutil [2022-02-15T15:25:05.037Z] github.com/docker/docker/testutil/daemon [2022-02-15T15:25:05.037Z] github.com/docker/docker/testutil/environment [2022-02-15T15:25:05.037Z] github.com/docker/docker/testutil/fakecontext [2022-02-15T15:25:05.037Z] github.com/docker/docker/testutil/fakegit [2022-02-15T15:25:05.037Z] github.com/docker/docker/testutil/fakestorage [2022-02-15T15:25:05.037Z] github.com/docker/docker/testutil/fixtures/load [2022-02-15T15:25:05.037Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-15T15:25:05.037Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-15T15:25:05.037Z] github.com/docker/docker/testutil/registry [2022-02-15T15:25:05.037Z] github.com/docker/docker/testutil/request [2022-02-15T15:25:05.037Z] github.com/docker/docker/volume [2022-02-15T15:25:05.037Z] github.com/docker/docker/volume/drivers [2022-02-15T15:25:05.037Z] github.com/docker/docker/volume/local [2022-02-15T15:25:05.037Z] github.com/docker/docker/volume/mounts [2022-02-15T15:25:05.037Z] github.com/docker/docker/volume/service [2022-02-15T15:25:05.037Z] github.com/docker/docker/volume/service/opts [2022-02-15T15:25:05.037Z] github.com/docker/docker/volume/testutils' [2022-02-15T15:25:05.037Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/bitseq [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/cluster [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/config [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/datastore [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/driverapi [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/etchosts [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/idm [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipam [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/iptables [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/netlabel [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/netutils [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/networkdb [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ns [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/options [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/osl [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/portallocator [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/portmapper [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/testutils [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/types' [2022-02-15T15:25:05.037Z] + echo 'github.com/docker/docker/libnetwork [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/bitseq [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/cluster [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/config [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/datastore [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/driverapi [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/etchosts [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/idm [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipam [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/iptables [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/netlabel [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/netutils [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/networkdb [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/ns [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/options [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/osl [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/portallocator [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/portmapper [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/testutils [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/types' [2022-02-15T15:25:05.037Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-15T15:25:05.037Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-15T15:25:05.037Z] + type docker-proxy [2022-02-15T15:25:05.037Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-02-15T15:25:05.037Z] + hack/make.sh binary-proxy install-proxy [2022-02-15T15:25:05.037Z] [2022-02-15T15:25:05.287Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-02-15T15:25:05.287Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-02-15T15:25:05.287Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-02-15T15:25:05.287Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-02-15T15:25:05.287Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-02-15T15:25:05.287Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-02-15T15:25:05.298Z] Removing bundles/ [2022-02-15T15:25:05.298Z] [2022-02-15T15:25:05.298Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-02-15T15:25:05.298Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-02-15T15:25:05.298Z] GOOS="" GOARCH="" GOARM="" [2022-02-15T15:25:06.155Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-02-15T15:25:07.277Z] ? github.com/docker/docker/api [no test files] [2022-02-15T15:25:07.538Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-02-15T15:25:07.538Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-02-15T15:25:07.800Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-02-15T15:25:08.372Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-02-15T15:25:08.633Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-02-15T15:25:08.893Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2022-02-15T15:25:08.893Z] PASS [2022-02-15T15:25:08.893Z] [2022-02-15T15:25:08.893Z] DONE 17 tests in 51.220s [2022-02-15T15:25:08.893Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-02-15T15:25:08.893Z] ++ 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-02-15T15:25:08.893Z] ++ set -e [2022-02-15T15:25:08.893Z] ++ '[' -n 0 ']' [2022-02-15T15:25:08.893Z] ++ set -x [2022-02-15T15:25:08.893Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-02-15T15:25:09.154Z] INFO: Testing against a local daemon [2022-02-15T15:25:09.154Z] === RUN TestPluginInvalidJSON [2022-02-15T15:25:09.154Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:25:09.154Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:25:09.154Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:25:09.154Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-02-15T15:25:09.154Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-02-15T15:25:09.154Z] === RUN TestPluginInstall [2022-02-15T15:25:09.154Z] === RUN TestPluginInstall/no_auth [2022-02-15T15:25:09.154Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-02-15T15:25:09.204Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-02-15T15:25:09.726Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-02-15T15:25:09.726Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-02-15T15:25:09.726Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-02-15T15:25:10.297Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-02-15T15:25:10.297Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-02-15T15:25:10.297Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-02-15T15:25:10.558Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-02-15T15:25:10.558Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-02-15T15:25:11.130Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-02-15T15:25:11.391Z] time="2022-02-15T15:25:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:25:11.391Z] time="2022-02-15T15:25:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:843da8d97979c3bc385260d1456d07597e20307e2f8b24384464799ac9a1766f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:25:11.391Z] time="2022-02-15T15:25:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:25:11.391Z] time="2022-02-15T15:25:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:843da8d97979c3bc385260d1456d07597e20307e2f8b24384464799ac9a1766f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:25:11.651Z] === RUN TestPluginInstall/with_htpasswd [2022-02-15T15:25:11.886Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-02-15T15:25:11.886Z] [2022-02-15T15:25:11.886Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-02-15T15:25:11.886Z] Installing docker-proxy to /usr/local/bin/ [2022-02-15T15:25:11.886Z] [2022-02-15T15:25:11.886Z] + mkdir -p bundles [2022-02-15T15:25:11.886Z] + '[' -n 'github.com/docker/docker/api [2022-02-15T15:25:11.886Z] github.com/docker/docker/api/server [2022-02-15T15:25:11.886Z] github.com/docker/docker/api/server/backend/build [2022-02-15T15:25:11.886Z] github.com/docker/docker/api/server/httputils [2022-02-15T15:25:11.886Z] github.com/docker/docker/api/server/middleware [2022-02-15T15:25:11.886Z] github.com/docker/docker/api/server/router [2022-02-15T15:25:11.886Z] github.com/docker/docker/api/server/router/build [2022-02-15T15:25:11.886Z] github.com/docker/docker/api/server/router/checkpoint [2022-02-15T15:25:11.886Z] github.com/docker/docker/api/server/router/container [2022-02-15T15:25:11.886Z] github.com/docker/docker/api/server/router/debug [2022-02-15T15:25:11.886Z] github.com/docker/docker/api/server/router/distribution [2022-02-15T15:25:11.886Z] github.com/docker/docker/api/server/router/grpc [2022-02-15T15:25:11.886Z] github.com/docker/docker/api/server/router/image [2022-02-15T15:25:11.886Z] github.com/docker/docker/api/server/router/network [2022-02-15T15:25:11.886Z] github.com/docker/docker/api/server/router/plugin [2022-02-15T15:25:11.886Z] github.com/docker/docker/api/server/router/session [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/server/router/swarm [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/server/router/system [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/server/router/volume [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/backend [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/blkiodev [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/container [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/events [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/filters [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/image [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/mount [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/network [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/plugins/logdriver [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/registry [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/strslice [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/swarm [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/swarm/runtime [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/time [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/versions [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/versions/v1p19 [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/versions/v1p20 [2022-02-15T15:25:11.887Z] github.com/docker/docker/api/types/volume [2022-02-15T15:25:11.887Z] github.com/docker/docker/builder [2022-02-15T15:25:11.887Z] github.com/docker/docker/builder/builder-next [2022-02-15T15:25:11.887Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-02-15T15:25:11.887Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-02-15T15:25:11.887Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-02-15T15:25:11.887Z] github.com/docker/docker/builder/builder-next/exporter [2022-02-15T15:25:11.887Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-02-15T15:25:11.887Z] github.com/docker/docker/builder/builder-next/worker [2022-02-15T15:25:11.887Z] github.com/docker/docker/builder/dockerfile [2022-02-15T15:25:11.887Z] github.com/docker/docker/builder/dockerignore [2022-02-15T15:25:11.887Z] github.com/docker/docker/builder/remotecontext [2022-02-15T15:25:11.887Z] github.com/docker/docker/builder/remotecontext/git [2022-02-15T15:25:11.887Z] github.com/docker/docker/cli [2022-02-15T15:25:11.887Z] github.com/docker/docker/cli/config [2022-02-15T15:25:11.887Z] github.com/docker/docker/cli/debug [2022-02-15T15:25:11.887Z] github.com/docker/docker/client [2022-02-15T15:25:11.887Z] github.com/docker/docker/cmd/docker-proxy [2022-02-15T15:25:11.887Z] github.com/docker/docker/cmd/dockerd [2022-02-15T15:25:11.887Z] github.com/docker/docker/cmd/dockerd/trap [2022-02-15T15:25:11.887Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-02-15T15:25:11.887Z] github.com/docker/docker/container [2022-02-15T15:25:11.887Z] github.com/docker/docker/container/stream [2022-02-15T15:25:11.887Z] github.com/docker/docker/contrib/apparmor [2022-02-15T15:25:11.887Z] github.com/docker/docker/contrib/docker-device-tool [2022-02-15T15:25:11.887Z] github.com/docker/docker/contrib/httpserver [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/cluster [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/cluster/convert [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/cluster/executor [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/cluster/executor/container [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/cluster/provider [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/config [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/events [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/events/testutils [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/exec [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/graphdriver [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/graphdriver/copy [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/graphdriver/register [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/images [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/initlayer [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/links [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/listeners [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/logger [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/logger/awslogs [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/logger/fluentd [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/logger/gcplogs [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/logger/gelf [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/logger/journald [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/logger/local [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/logger/logentries [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/logger/loggerutils [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/logger/splunk [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/logger/syslog [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/logger/templates [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/names [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/network [2022-02-15T15:25:11.887Z] github.com/docker/docker/daemon/stats [2022-02-15T15:25:11.887Z] github.com/docker/docker/distribution [2022-02-15T15:25:11.887Z] github.com/docker/docker/distribution/metadata [2022-02-15T15:25:11.887Z] github.com/docker/docker/distribution/utils [2022-02-15T15:25:11.887Z] github.com/docker/docker/distribution/xfer [2022-02-15T15:25:11.887Z] github.com/docker/docker/dockerversion [2022-02-15T15:25:11.887Z] github.com/docker/docker/errdefs [2022-02-15T15:25:11.887Z] github.com/docker/docker/image [2022-02-15T15:25:11.887Z] github.com/docker/docker/image/cache [2022-02-15T15:25:11.887Z] github.com/docker/docker/image/tarexport [2022-02-15T15:25:11.887Z] github.com/docker/docker/image/v1 [2022-02-15T15:25:11.887Z] github.com/docker/docker/internal/test/suite [2022-02-15T15:25:11.887Z] github.com/docker/docker/layer [2022-02-15T15:25:11.887Z] github.com/docker/docker/libcontainerd [2022-02-15T15:25:11.887Z] github.com/docker/docker/libcontainerd/queue [2022-02-15T15:25:11.887Z] github.com/docker/docker/libcontainerd/remote [2022-02-15T15:25:11.887Z] github.com/docker/docker/libcontainerd/supervisor [2022-02-15T15:25:11.887Z] github.com/docker/docker/libcontainerd/types [2022-02-15T15:25:11.887Z] github.com/docker/docker/oci [2022-02-15T15:25:11.887Z] github.com/docker/docker/oci/caps [2022-02-15T15:25:11.887Z] github.com/docker/docker/opts [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/aaparser [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/archive [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/authorization [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/broadcaster [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/capabilities [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/chrootarchive [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/containerfs [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/devicemapper [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/directory [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/dmesg [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/filenotify [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/fileutils [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/fsutils [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/homedir [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/idtools [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/ioutils [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/jsonmessage [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/locker [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/longpath [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/loopback [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/mount [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/namesgenerator [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/parsers [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/parsers/kernel [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/pidfile [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/platform [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/plugingetter [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/plugins [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/plugins/transport [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/pools [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/progress [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/pubsub [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/reexec [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/signal [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/stack [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/stdcopy [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/streamformatter [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/stringid [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/symlink [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/sysinfo [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/system [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/tailfile [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/tarsum [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/term [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/term/windows [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/truncindex [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/urlutil [2022-02-15T15:25:11.887Z] github.com/docker/docker/pkg/useragent [2022-02-15T15:25:11.887Z] github.com/docker/docker/plugin [2022-02-15T15:25:11.887Z] github.com/docker/docker/plugin/executor/containerd [2022-02-15T15:25:11.887Z] github.com/docker/docker/plugin/v2 [2022-02-15T15:25:11.887Z] github.com/docker/docker/profiles/apparmor [2022-02-15T15:25:11.887Z] github.com/docker/docker/profiles/seccomp [2022-02-15T15:25:11.887Z] github.com/docker/docker/quota [2022-02-15T15:25:11.887Z] github.com/docker/docker/reference [2022-02-15T15:25:11.887Z] github.com/docker/docker/registry [2022-02-15T15:25:11.887Z] github.com/docker/docker/registry/resumable [2022-02-15T15:25:11.887Z] github.com/docker/docker/restartmanager [2022-02-15T15:25:11.887Z] github.com/docker/docker/rootless [2022-02-15T15:25:11.887Z] github.com/docker/docker/rootless/specconv [2022-02-15T15:25:11.887Z] github.com/docker/docker/runconfig [2022-02-15T15:25:11.887Z] github.com/docker/docker/runconfig/opts [2022-02-15T15:25:11.887Z] github.com/docker/docker/testutil [2022-02-15T15:25:11.887Z] github.com/docker/docker/testutil/daemon [2022-02-15T15:25:11.887Z] github.com/docker/docker/testutil/environment [2022-02-15T15:25:11.887Z] github.com/docker/docker/testutil/fakecontext [2022-02-15T15:25:11.887Z] github.com/docker/docker/testutil/fakegit [2022-02-15T15:25:11.887Z] github.com/docker/docker/testutil/fakestorage [2022-02-15T15:25:11.887Z] github.com/docker/docker/testutil/fixtures/load [2022-02-15T15:25:11.887Z] github.com/docker/docker/testutil/fixtures/plugin [2022-02-15T15:25:11.887Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-02-15T15:25:11.887Z] github.com/docker/docker/testutil/registry [2022-02-15T15:25:11.887Z] github.com/docker/docker/testutil/request [2022-02-15T15:25:11.887Z] github.com/docker/docker/volume [2022-02-15T15:25:11.887Z] github.com/docker/docker/volume/drivers [2022-02-15T15:25:11.887Z] github.com/docker/docker/volume/local [2022-02-15T15:25:11.887Z] github.com/docker/docker/volume/mounts [2022-02-15T15:25:11.887Z] github.com/docker/docker/volume/service [2022-02-15T15:25:11.887Z] github.com/docker/docker/volume/service/opts [2022-02-15T15:25:11.887Z] github.com/docker/docker/volume/testutils' ']' [2022-02-15T15:25:11.888Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-02-15T15:25:11.912Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-02-15T15:25:12.174Z] time="2022-02-15T15:25:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:25:12.174Z] time="2022-02-15T15:25:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4b4fc215d79e3acfb65fb7d965777d2c7d87ba51500ca667574ed355fd82bb88" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:25:12.174Z] time="2022-02-15T15:25:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:25:12.174Z] time="2022-02-15T15:25:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4b4fc215d79e3acfb65fb7d965777d2c7d87ba51500ca667574ed355fd82bb88" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:25:12.435Z] === RUN TestPluginInstall/with_insecure [2022-02-15T15:25:12.435Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-02-15T15:25:12.435Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-02-15T15:25:13.272Z] ? github.com/docker/docker/api [no test files] [2022-02-15T15:25:13.378Z] time="2022-02-15T15:25:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:25:13.379Z] time="2022-02-15T15:25:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:093dd3701348e87d42a9a5b80b9a6a0d68d92aa65f52d1a4b7be2c01820fbd57" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:25:13.379Z] time="2022-02-15T15:25:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-02-15T15:25:13.379Z] time="2022-02-15T15:25:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:093dd3701348e87d42a9a5b80b9a6a0d68d92aa65f52d1a4b7be2c01820fbd57" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-02-15T15:25:13.640Z] plugin_test.go:165: [d3980cd4393c0] daemon is not started [2022-02-15T15:25:13.640Z] --- PASS: TestPluginInstall (4.53s) [2022-02-15T15:25:13.640Z] --- PASS: TestPluginInstall/no_auth (2.52s) [2022-02-15T15:25:13.640Z] --- PASS: TestPluginInstall/with_htpasswd (0.79s) [2022-02-15T15:25:13.640Z] --- PASS: TestPluginInstall/with_insecure (1.23s) [2022-02-15T15:25:13.640Z] === RUN TestPluginsWithRuntimes [2022-02-15T15:25:13.640Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-02-15T15:25:14.212Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-02-15T15:25:14.212Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-02-15T15:25:14.783Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-02-15T15:25:15.354Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-02-15T15:25:15.354Z] === RUN TestPluginsWithRuntimes/No_Args [2022-02-15T15:25:15.927Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-02-15T15:25:16.498Z] === RUN TestPluginsWithRuntimes/With_Args [2022-02-15T15:25:16.498Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-02-15T15:25:16.498Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-02-15T15:25:17.069Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-02-15T15:25:17.641Z] --- PASS: TestPluginsWithRuntimes (3.86s) [2022-02-15T15:25:17.641Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.07s) [2022-02-15T15:25:17.641Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.05s) [2022-02-15T15:25:17.641Z] === RUN TestPluginBackCompatMediaTypes [2022-02-15T15:25:17.641Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-02-15T15:25:18.214Z] --- PASS: TestPluginBackCompatMediaTypes (0.76s) [2022-02-15T15:25:18.214Z] PASS [2022-02-15T15:25:18.214Z] [2022-02-15T15:25:18.214Z] DONE 10 tests in 9.318s [2022-02-15T15:25:18.214Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-02-15T15:25:18.214Z] ++ 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-02-15T15:25:18.214Z] ++ set -e [2022-02-15T15:25:18.214Z] ++ '[' -n 0 ']' [2022-02-15T15:25:18.214Z] ++ set -x [2022-02-15T15:25:18.214Z] ++ 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-02-15T15:25:18.214Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-02-15T15:25:18.474Z] INFO: Testing against a local daemon [2022-02-15T15:25:18.474Z] === RUN TestExternalGraphDriver [2022-02-15T15:25:18.474Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-02-15T15:25:18.474Z] === RUN TestExternalGraphDriver/json [2022-02-15T15:25:19.045Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-02-15T15:25:19.720Z] 2022/02/15 15:25:16 Closing DB instances... [2022-02-15T15:25:19.720Z] --- PASS: TestNetworkDBGarbageCollection (54.46s) [2022-02-15T15:25:19.720Z] === RUN TestFindNode [2022-02-15T15:25:19.720Z] 2022/02/15 15:25:19 Closing DB instances... [2022-02-15T15:25:19.720Z] --- PASS: TestFindNode (0.02s) [2022-02-15T15:25:19.720Z] === RUN TestChangeNodeState [2022-02-15T15:25:19.720Z] 2022/02/15 15:25:19 Closing DB instances... [2022-02-15T15:25:19.720Z] --- PASS: TestChangeNodeState (0.02s) [2022-02-15T15:25:19.720Z] === RUN TestNodeReincarnation [2022-02-15T15:25:19.720Z] 2022/02/15 15:25:19 Closing DB instances... [2022-02-15T15:25:19.988Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-02-15T15:25:20.249Z] === RUN TestExternalGraphDriver/spec [2022-02-15T15:25:21.193Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-02-15T15:25:21.193Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-02-15T15:25:21.193Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-02-15T15:25:21.193Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-02-15T15:25:21.193Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-02-15T15:25:21.765Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-02-15T15:25:22.026Z] === RUN TestExternalGraphDriver/pull [2022-02-15T15:25:23.968Z] --- PASS: TestExternalGraphDriver (5.23s) [2022-02-15T15:25:23.968Z] --- PASS: TestExternalGraphDriver/json (1.79s) [2022-02-15T15:25:23.968Z] --- PASS: TestExternalGraphDriver/spec (1.77s) [2022-02-15T15:25:23.968Z] --- PASS: TestExternalGraphDriver/pull (1.62s) [2022-02-15T15:25:23.968Z] === RUN TestGraphdriverPluginV2 [2022-02-15T15:25:24.196Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-02-15T15:25:24.615Z] time="2022-02-15T15:25:24Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-02-15T15:25:24.615Z] --- PASS: TestNodeReincarnation (5.02s) [2022-02-15T15:25:24.615Z] === RUN TestParallelCreate [2022-02-15T15:25:24.615Z] 2022/02/15 15:25:24 Closing DB instances... [2022-02-15T15:25:24.615Z] --- PASS: TestParallelCreate (0.02s) [2022-02-15T15:25:24.615Z] === RUN TestParallelDelete [2022-02-15T15:25:24.615Z] 2022/02/15 15:25:24 Closing DB instances... [2022-02-15T15:25:24.615Z] --- PASS: TestParallelDelete (0.02s) [2022-02-15T15:25:24.615Z] === RUN TestNetworkDBIslands [2022-02-15T15:25:24.615Z] time="2022-02-15T15:25:24Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:72159dfd398d with config:&{NodeID:72159dfd398d 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-02-15T15:25:24.615Z] time="2022-02-15T15:25:24Z" level=info msg="Node 72159dfd398d/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:24.615Z] time="2022-02-15T15:25:24Z" level=info msg="Node 72159dfd398d/172.21.70.12, added to nodes list" [2022-02-15T15:25:24.615Z] time="2022-02-15T15:25:24Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:c518b61328f7 with config:&{NodeID:c518b61328f7 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-02-15T15:25:24.615Z] time="2022-02-15T15:25:24Z" level=info msg="Node c518b61328f7/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:24.615Z] time="2022-02-15T15:25:24Z" level=info msg="Node c518b61328f7/172.21.70.12, added to nodes list" [2022-02-15T15:25:24.615Z] time="2022-02-15T15:25:24Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-02-15T15:25:24.615Z] time="2022-02-15T15:25:24Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-02-15T15:25:24.616Z] time="2022-02-15T15:25:24Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2022-02-15T15:25:24.616Z] time="2022-02-15T15:25:24Z" level=info msg="Node c518b61328f7/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:24.616Z] time="2022-02-15T15:25:24Z" level=info msg="Node c518b61328f7/172.21.70.12, added to nodes list" [2022-02-15T15:25:24.616Z] time="2022-02-15T15:25:24Z" level=info msg="Node 72159dfd398d/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:24.616Z] time="2022-02-15T15:25:24Z" level=info msg="Node 72159dfd398d/172.21.70.12, added to nodes list" [2022-02-15T15:25:24.616Z] time="2022-02-15T15:25:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-02-15T15:25:24.616Z] time="2022-02-15T15:25:24Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2022-02-15T15:25:25.079Z] === RUN TestMiddlewares [2022-02-15T15:25:25.079Z] --- PASS: TestMiddlewares (0.00s) [2022-02-15T15:25:25.079Z] PASS [2022-02-15T15:25:25.079Z] coverage: 9.0% of statements [2022-02-15T15:25:25.079Z] ok github.com/docker/docker/api/server 0.061s coverage: 9.0% of statements [2022-02-15T15:25:25.107Z] time="2022-02-15T15:25:24Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:509dd089259b with config:&{NodeID:509dd089259b 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-02-15T15:25:25.107Z] time="2022-02-15T15:25:25Z" level=info msg="Node 509dd089259b/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:25.107Z] time="2022-02-15T15:25:25Z" level=info msg="Node 509dd089259b/172.21.70.12, added to nodes list" [2022-02-15T15:25:25.107Z] time="2022-02-15T15:25:25Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-02-15T15:25:25.107Z] time="2022-02-15T15:25:25Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-02-15T15:25:25.107Z] time="2022-02-15T15:25:25Z" level=debug msg="memberlist: Stream connection from=[::1]:49369" [2022-02-15T15:25:25.107Z] time="2022-02-15T15:25:25Z" level=info msg="Node 509dd089259b/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:25.107Z] time="2022-02-15T15:25:25Z" level=info msg="Node 509dd089259b/172.21.70.12, added to nodes list" [2022-02-15T15:25:25.107Z] time="2022-02-15T15:25:25Z" level=info msg="Node 72159dfd398d/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:25.107Z] time="2022-02-15T15:25:25Z" level=info msg="Node 72159dfd398d/172.21.70.12, added to nodes list" [2022-02-15T15:25:25.107Z] time="2022-02-15T15:25:25Z" level=info msg="Node c518b61328f7/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:25.107Z] time="2022-02-15T15:25:25Z" level=info msg="Node c518b61328f7/172.21.70.12, added to nodes list" [2022-02-15T15:25:25.107Z] time="2022-02-15T15:25:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-02-15T15:25:25.107Z] time="2022-02-15T15:25:25Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49370" [2022-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=info msg="Node 509dd089259b/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=info msg="Node 509dd089259b/172.21.70.12, added to nodes list" [2022-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:437d613e01a8 with config:&{NodeID:437d613e01a8 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-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=info msg="Node 437d613e01a8/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=info msg="Node 437d613e01a8/172.21.70.12, added to nodes list" [2022-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=debug msg="memberlist: Stream connection from=[::1]:49371" [2022-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=info msg="Node 437d613e01a8/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=info msg="Node 437d613e01a8/172.21.70.12, added to nodes list" [2022-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=info msg="Node c518b61328f7/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=info msg="Node c518b61328f7/172.21.70.12, added to nodes list" [2022-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=info msg="Node 509dd089259b/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=info msg="Node 509dd089259b/172.21.70.12, added to nodes list" [2022-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=info msg="Node 72159dfd398d/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=info msg="Node 72159dfd398d/172.21.70.12, added to nodes list" [2022-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-02-15T15:25:25.595Z] time="2022-02-15T15:25:25Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49372" [2022-02-15T15:25:25.882Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="Node 437d613e01a8/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="Node 437d613e01a8/172.21.70.12, added to nodes list" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="Node 437d613e01a8/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="Node 437d613e01a8/172.21.70.12, added to nodes list" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:31ec546ed958 with config:&{NodeID:31ec546ed958 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-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="Node 31ec546ed958/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="Node 31ec546ed958/172.21.70.12, added to nodes list" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=debug msg="memberlist: Stream connection from=[::1]:49373" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="Node 31ec546ed958/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="Node 31ec546ed958/172.21.70.12, added to nodes list" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="Node c518b61328f7/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="Node c518b61328f7/172.21.70.12, added to nodes list" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="Node 72159dfd398d/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="Node 72159dfd398d/172.21.70.12, added to nodes list" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="Node 437d613e01a8/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="Node 437d613e01a8/172.21.70.12, added to nodes list" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="Node 509dd089259b/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=info msg="Node 509dd089259b/172.21.70.12, added to nodes list" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49374" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:26Z" level=info msg="Node 31ec546ed958/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:26Z" level=info msg="Node 31ec546ed958/172.21.70.12, added to nodes list" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:26Z" level=info msg="Node 31ec546ed958/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:26.084Z] time="2022-02-15T15:25:26Z" level=info msg="Node 31ec546ed958/172.21.70.12, added to nodes list" [2022-02-15T15:25:26.454Z] === RUN TestDockerSuite/TestContainerAPITop [2022-02-15T15:25:26.573Z] time="2022-02-15T15:25:26Z" level=info msg="Node 31ec546ed958/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:26.573Z] time="2022-02-15T15:25:26Z" level=info msg="Node 31ec546ed958/172.21.70.12, added to nodes list" [2022-02-15T15:25:26.573Z] networkdb_test.go:835: Re-joining: 3 [2022-02-15T15:25:26.573Z] time="2022-02-15T15:25:26Z" level=info msg="The new bootstrap node list is:[172.21.70.12:10033 172.21.70.12:10034 172.21.70.12:10035]" [2022-02-15T15:25:26.573Z] time="2022-02-15T15:25:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.70.12:10033" [2022-02-15T15:25:26.573Z] time="2022-02-15T15:25:26Z" level=debug msg="memberlist: Stream connection from=172.21.70.12:49375" [2022-02-15T15:25:26.573Z] time="2022-02-15T15:25:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.70.12:10034" [2022-02-15T15:25:26.573Z] time="2022-02-15T15:25:26Z" level=debug msg="memberlist: Stream connection from=172.21.70.12:49376" [2022-02-15T15:25:26.573Z] time="2022-02-15T15:25:26Z" level=debug msg="memberlist: Stream connection from=172.21.70.12:49377" [2022-02-15T15:25:26.573Z] time="2022-02-15T15:25:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.70.12:10035" [2022-02-15T15:25:26.573Z] networkdb_test.go:835: Re-joining: 4 [2022-02-15T15:25:26.573Z] time="2022-02-15T15:25:26Z" level=info msg="The new bootstrap node list is:[172.21.70.12:10033 172.21.70.12:10034 172.21.70.12:10035]" [2022-02-15T15:25:26.573Z] time="2022-02-15T15:25:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.70.12:10033" [2022-02-15T15:25:26.573Z] time="2022-02-15T15:25:26Z" level=debug msg="memberlist: Stream connection from=172.21.70.12:49378" [2022-02-15T15:25:26.573Z] time="2022-02-15T15:25:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.70.12:10034" [2022-02-15T15:25:26.573Z] time="2022-02-15T15:25:26Z" level=debug msg="memberlist: Stream connection from=172.21.70.12:49379" [2022-02-15T15:25:26.573Z] time="2022-02-15T15:25:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.70.12:10035" [2022-02-15T15:25:26.573Z] time="2022-02-15T15:25:26Z" level=debug msg="memberlist: Stream connection from=172.21.70.12:49380" [2022-02-15T15:25:26.573Z] time="2022-02-15T15:25:26Z" level=info msg="node 0 leaving" [2022-02-15T15:25:27.027Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-02-15T15:25:27.027Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2022-02-15T15:25:27.027Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-02-15T15:25:27.027Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="Node 72159dfd398d change state NodeActive --> NodeLeft" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="node5(31ec546ed958): Node leave event for 72159dfd398d/172.21.70.12" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="Node 72159dfd398d change state NodeActive --> NodeLeft" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="node4(437d613e01a8): Node leave event for 72159dfd398d/172.21.70.12" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="Node 72159dfd398d change state NodeActive --> NodeLeft" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="node3(509dd089259b): Node leave event for 72159dfd398d/172.21.70.12" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="Node 72159dfd398d change state NodeActive --> NodeLeft" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="node1(72159dfd398d): Node leave event for 72159dfd398d/172.21.70.12" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="Node 72159dfd398d change state NodeActive --> NodeLeft" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="node2(c518b61328f7): Node leave event for 72159dfd398d/172.21.70.12" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="Node 72159dfd398d/172.21.70.12, left gossip cluster" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="Node 72159dfd398d/172.21.70.12, left gossip cluster" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="Node 72159dfd398d/172.21.70.12, left gossip cluster" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="Node 72159dfd398d/172.21.70.12, left gossip cluster" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="Node 72159dfd398d/172.21.70.12, left gossip cluster" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="node 1 leaving" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="Node c518b61328f7 change state NodeActive --> NodeLeft" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="node5(31ec546ed958): Node leave event for c518b61328f7/172.21.70.12" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="Node c518b61328f7 change state NodeActive --> NodeLeft" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="node4(437d613e01a8): Node leave event for c518b61328f7/172.21.70.12" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="Node c518b61328f7 change state NodeActive --> NodeLeft" [2022-02-15T15:25:27.062Z] time="2022-02-15T15:25:26Z" level=info msg="node3(509dd089259b): Node leave event for c518b61328f7/172.21.70.12" [2022-02-15T15:25:27.551Z] time="2022-02-15T15:25:27Z" level=info msg="Node c518b61328f7 change state NodeActive --> NodeLeft" [2022-02-15T15:25:27.551Z] time="2022-02-15T15:25:27Z" level=info msg="node2(c518b61328f7): Node leave event for c518b61328f7/172.21.70.12" [2022-02-15T15:25:27.551Z] time="2022-02-15T15:25:27Z" level=info msg="Node c518b61328f7/172.21.70.12, left gossip cluster" [2022-02-15T15:25:27.551Z] time="2022-02-15T15:25:27Z" level=info msg="Node c518b61328f7/172.21.70.12, left gossip cluster" [2022-02-15T15:25:27.551Z] time="2022-02-15T15:25:27Z" level=info msg="Node c518b61328f7/172.21.70.12, left gossip cluster" [2022-02-15T15:25:27.551Z] time="2022-02-15T15:25:27Z" level=info msg="Node c518b61328f7/172.21.70.12, left gossip cluster" [2022-02-15T15:25:27.551Z] time="2022-02-15T15:25:27Z" level=info msg="node 2 leaving" [2022-02-15T15:25:27.551Z] time="2022-02-15T15:25:27Z" level=info msg="Node 509dd089259b change state NodeActive --> NodeLeft" [2022-02-15T15:25:27.551Z] time="2022-02-15T15:25:27Z" level=info msg="node4(437d613e01a8): Node leave event for 509dd089259b/172.21.70.12" [2022-02-15T15:25:27.551Z] time="2022-02-15T15:25:27Z" level=info msg="Node 509dd089259b change state NodeActive --> NodeLeft" [2022-02-15T15:25:27.551Z] time="2022-02-15T15:25:27Z" level=info msg="node5(31ec546ed958): Node leave event for 509dd089259b/172.21.70.12" [2022-02-15T15:25:27.551Z] time="2022-02-15T15:25:27Z" level=info msg="Node 509dd089259b change state NodeActive --> NodeLeft" [2022-02-15T15:25:27.551Z] time="2022-02-15T15:25:27Z" level=info msg="node3(509dd089259b): Node leave event for 509dd089259b/172.21.70.12" [2022-02-15T15:25:27.600Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-02-15T15:25:28.039Z] time="2022-02-15T15:25:27Z" level=info msg="Node 509dd089259b/172.21.70.12, left gossip cluster" [2022-02-15T15:25:28.039Z] time="2022-02-15T15:25:27Z" level=info msg="Node 509dd089259b/172.21.70.12, left gossip cluster" [2022-02-15T15:25:28.039Z] time="2022-02-15T15:25:27Z" level=info msg="Node 509dd089259b/172.21.70.12, left gossip cluster" [2022-02-15T15:25:28.172Z] --- PASS: TestGraphdriverPluginV2 (4.37s) [2022-02-15T15:25:28.172Z] PASS [2022-02-15T15:25:28.172Z] [2022-02-15T15:25:28.172Z] DONE 5 tests in 9.722s [2022-02-15T15:25:28.172Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-02-15T15:25:28.172Z] ++ 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-02-15T15:25:28.172Z] ++ set -e [2022-02-15T15:25:28.172Z] ++ '[' -n 0 ']' [2022-02-15T15:25:28.172Z] ++ set -x [2022-02-15T15:25:28.172Z] ++ 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-02-15T15:25:28.172Z] INFO: Testing against a local daemon [2022-02-15T15:25:28.172Z] === RUN TestContinueAfterPluginCrash [2022-02-15T15:25:28.172Z] === PAUSE TestContinueAfterPluginCrash [2022-02-15T15:25:28.172Z] === RUN TestReadPluginNoRead [2022-02-15T15:25:28.172Z] === PAUSE TestReadPluginNoRead [2022-02-15T15:25:28.172Z] === RUN TestDaemonStartWithLogOpt [2022-02-15T15:25:28.172Z] === PAUSE TestDaemonStartWithLogOpt [2022-02-15T15:25:28.172Z] === CONT TestContinueAfterPluginCrash [2022-02-15T15:25:28.172Z] === CONT TestDaemonStartWithLogOpt [2022-02-15T15:25:28.180Z] ok github.com/docker/docker/api/server 0.011s coverage: 9.0% of statements [2022-02-15T15:25:28.532Z] networkdb_test.go:867: node4: OK [2022-02-15T15:25:28.532Z] networkdb_test.go:867: node5: OK [2022-02-15T15:25:28.532Z] time="2022-02-15T15:25:28Z" level=info msg="node 0 coming back" [2022-02-15T15:25:28.532Z] time="2022-02-15T15:25:28Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:8f1b38e888a3 with config:&{NodeID:8f1b38e888a3 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-02-15T15:25:28.532Z] time="2022-02-15T15:25:28Z" level=info msg="Node 8f1b38e888a3/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:28.532Z] time="2022-02-15T15:25:28Z" level=info msg="Node 8f1b38e888a3/172.21.70.12, added to nodes list" [2022-02-15T15:25:28.532Z] time="2022-02-15T15:25:28Z" level=info msg="node 1 coming back" [2022-02-15T15:25:28.532Z] time="2022-02-15T15:25:28Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:434fff106fc0 with config:&{NodeID:434fff106fc0 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-02-15T15:25:28.532Z] time="2022-02-15T15:25:28Z" level=info msg="Node 434fff106fc0/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:28.532Z] time="2022-02-15T15:25:28Z" level=info msg="Node 434fff106fc0/172.21.70.12, added to nodes list" [2022-02-15T15:25:28.532Z] time="2022-02-15T15:25:28Z" level=info msg="node 2 coming back" [2022-02-15T15:25:28.532Z] time="2022-02-15T15:25:28Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:1a2d0449e41e with config:&{NodeID:1a2d0449e41e 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-02-15T15:25:28.532Z] time="2022-02-15T15:25:28Z" level=info msg="Node 1a2d0449e41e/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:28.532Z] time="2022-02-15T15:25:28Z" level=info msg="Node 1a2d0449e41e/172.21.70.12, added to nodes list" [2022-02-15T15:25:30.061Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-02-15T15:25:30.090Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-02-15T15:25:30.529Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-02-15T15:25:30.529Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-02-15T15:25:30.529Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-02-15T15:25:31.033Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-02-15T15:25:31.584Z] time="2022-02-15T15:25:31Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.21.70.12:10033 172.21.70.12:10034 172.21.70.12:10035]" [2022-02-15T15:25:32.073Z] time="2022-02-15T15:25:31Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.21.70.12:10033 172.21.70.12:10034 172.21.70.12:10035]" [2022-02-15T15:25:34.618Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-02-15T15:25:34.618Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-02-15T15:25:34.618Z] --- PASS: TestDaemonStartWithLogOpt (5.43s) [2022-02-15T15:25:34.618Z] === CONT TestReadPluginNoRead [2022-02-15T15:25:34.743Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.70.12:10033" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=debug msg="memberlist: Stream connection from=172.21.70.12:49381" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 437d613e01a8/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 437d613e01a8/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 31ec546ed958/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 31ec546ed958/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 8f1b38e888a3/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 8f1b38e888a3/172.21.70.12, is the new incarnation of the shutdown node 72159dfd398d/172.21.70.12" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 8f1b38e888a3/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.70.12:10034" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 8f1b38e888a3/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 8f1b38e888a3/172.21.70.12, is the new incarnation of the shutdown node 72159dfd398d/172.21.70.12" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 8f1b38e888a3/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=debug msg="memberlist: Stream connection from=172.21.70.12:49382" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 8f1b38e888a3/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 8f1b38e888a3/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 31ec546ed958/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 31ec546ed958/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 437d613e01a8/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 434fff106fc0/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 437d613e01a8/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 434fff106fc0/172.21.70.12, is the new incarnation of the shutdown node c518b61328f7/172.21.70.12" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 434fff106fc0/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=debug msg="memberlist: Stream connection from=172.21.70.12:49383" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.70.12:10035" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 8f1b38e888a3/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 8f1b38e888a3/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 31ec546ed958/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 31ec546ed958/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 434fff106fc0/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 434fff106fc0/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 437d613e01a8/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 437d613e01a8/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 1a2d0449e41e/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 1a2d0449e41e/172.21.70.12, is the new incarnation of the shutdown node 509dd089259b/172.21.70.12" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 1a2d0449e41e/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 434fff106fc0/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 434fff106fc0/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 1a2d0449e41e/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 1a2d0449e41e/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 1a2d0449e41e/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 1a2d0449e41e/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 434fff106fc0/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 434fff106fc0/172.21.70.12, is the new incarnation of the shutdown node c518b61328f7/172.21.70.12" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 434fff106fc0/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 1a2d0449e41e/172.21.70.12, joined gossip cluster" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 1a2d0449e41e/172.21.70.12, is the new incarnation of the shutdown node 509dd089259b/172.21.70.12" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=info msg="Node 1a2d0449e41e/172.21.70.12, added to nodes list" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.70.12:10033" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=debug msg="memberlist: Stream connection from=172.21.70.12:49384" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.70.12:10034" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=debug msg="memberlist: Stream connection from=172.21.70.12:49385" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.70.12:10035" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:32Z" level=debug msg="memberlist: Stream connection from=172.21.70.12:49386" [2022-02-15T15:25:34.756Z] 2022/02/15 15:25:33 Closing DB instances... [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:33Z" level=info msg="Node 8f1b38e888a3 change state NodeActive --> NodeLeft" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:33Z" level=info msg="node5(31ec546ed958): Node leave event for 8f1b38e888a3/172.21.70.12" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:33Z" level=info msg="Node 8f1b38e888a3 change state NodeActive --> NodeLeft" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:33Z" level=info msg="node4(437d613e01a8): Node leave event for 8f1b38e888a3/172.21.70.12" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:33Z" level=info msg="Node 8f1b38e888a3 change state NodeActive --> NodeLeft" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:33Z" level=info msg="node2(434fff106fc0): Node leave event for 8f1b38e888a3/172.21.70.12" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:33Z" level=info msg="Node 8f1b38e888a3 change state NodeActive --> NodeLeft" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:33Z" level=info msg="node1(8f1b38e888a3): Node leave event for 8f1b38e888a3/172.21.70.12" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:33Z" level=info msg="Node 8f1b38e888a3 change state NodeActive --> NodeLeft" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:33Z" level=info msg="node3(1a2d0449e41e): Node leave event for 8f1b38e888a3/172.21.70.12" [2022-02-15T15:25:34.756Z] time="2022-02-15T15:25:33Z" level=info msg="Node 8f1b38e888a3/172.21.70.12, left gossip cluster" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:33Z" level=info msg="Node 8f1b38e888a3/172.21.70.12, left gossip cluster" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:33Z" level=info msg="Node 8f1b38e888a3/172.21.70.12, left gossip cluster" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:33Z" level=info msg="Node 8f1b38e888a3/172.21.70.12, left gossip cluster" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:33Z" level=info msg="Node 8f1b38e888a3/172.21.70.12, left gossip cluster" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:33Z" level=info msg="Node 434fff106fc0 change state NodeActive --> NodeLeft" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:33Z" level=info msg="node3(1a2d0449e41e): Node leave event for 434fff106fc0/172.21.70.12" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:33Z" level=info msg="Node 434fff106fc0 change state NodeActive --> NodeLeft" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:33Z" level=info msg="node5(31ec546ed958): Node leave event for 434fff106fc0/172.21.70.12" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:33Z" level=info msg="Node 434fff106fc0 change state NodeActive --> NodeLeft" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:33Z" level=info msg="node4(437d613e01a8): Node leave event for 434fff106fc0/172.21.70.12" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:33Z" level=info msg="Node 434fff106fc0 change state NodeActive --> NodeLeft" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:33Z" level=info msg="node2(434fff106fc0): Node leave event for 434fff106fc0/172.21.70.12" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:33Z" level=info msg="Node 434fff106fc0/172.21.70.12, left gossip cluster" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:33Z" level=info msg="Node 434fff106fc0/172.21.70.12, left gossip cluster" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:33Z" level=info msg="Node 434fff106fc0/172.21.70.12, left gossip cluster" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:33Z" level=info msg="Node 434fff106fc0/172.21.70.12, left gossip cluster" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:34Z" level=info msg="Node 1a2d0449e41e change state NodeActive --> NodeLeft" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:34Z" level=info msg="node4(437d613e01a8): Node leave event for 1a2d0449e41e/172.21.70.12" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:34Z" level=info msg="Node 1a2d0449e41e change state NodeActive --> NodeLeft" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:34Z" level=info msg="node5(31ec546ed958): Node leave event for 1a2d0449e41e/172.21.70.12" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:34Z" level=info msg="Node 1a2d0449e41e change state NodeActive --> NodeLeft" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:34Z" level=info msg="node3(1a2d0449e41e): Node leave event for 1a2d0449e41e/172.21.70.12" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:34Z" level=info msg="Node 1a2d0449e41e/172.21.70.12, left gossip cluster" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:34Z" level=info msg="Node 1a2d0449e41e/172.21.70.12, left gossip cluster" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:34Z" level=info msg="Node 1a2d0449e41e/172.21.70.12, left gossip cluster" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:34Z" level=debug msg="memberlist: Failed ping: 1a2d0449e41e (timeout reached)" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:34Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.21.70.12:10037: use of closed network connection" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:34Z" level=info msg="Node 437d613e01a8 change state NodeActive --> NodeLeft" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:34Z" level=info msg="node5(31ec546ed958): Node leave event for 437d613e01a8/172.21.70.12" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:34Z" level=info msg="Node 437d613e01a8 change state NodeActive --> NodeLeft" [2022-02-15T15:25:34.757Z] time="2022-02-15T15:25:34Z" level=info msg="node4(437d613e01a8): Node leave event for 437d613e01a8/172.21.70.12" [2022-02-15T15:25:34.885Z] docker_api_swarm_node_test.go:20: [db7615b461406] joining swarm manager [d0cb87b414602]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:25:35.245Z] time="2022-02-15T15:25:35Z" level=info msg="Node 437d613e01a8/172.21.70.12, left gossip cluster" [2022-02-15T15:25:35.245Z] time="2022-02-15T15:25:35Z" level=info msg="memberlist: Suspect 1a2d0449e41e has failed, no acks received" [2022-02-15T15:25:35.733Z] time="2022-02-15T15:25:35Z" level=info msg="Node 437d613e01a8/172.21.70.12, left gossip cluster" [2022-02-15T15:25:35.733Z] time="2022-02-15T15:25:35Z" level=warning msg="memberlist: Failed to send gossip to 172.21.70.12:10037: write udp [::]:10036->172.21.70.12:10037: use of closed network connection" [2022-02-15T15:25:35.733Z] time="2022-02-15T15:25:35Z" level=info msg="Node 31ec546ed958/172.21.70.12, left gossip cluster" [2022-02-15T15:25:35.733Z] time="2022-02-15T15:25:35Z" level=info msg="Node 31ec546ed958 change state NodeActive --> NodeFailed" [2022-02-15T15:25:35.733Z] time="2022-02-15T15:25:35Z" level=info msg="Node 31ec546ed958/172.21.70.12, added to failed nodes list" [2022-02-15T15:25:35.733Z] --- PASS: TestNetworkDBIslands (11.48s) [2022-02-15T15:25:35.733Z] PASS [2022-02-15T15:25:35.733Z] coverage: 60.0% of statements [2022-02-15T15:25:35.733Z] ok github.com/docker/docker/libnetwork/networkdb 104.220s coverage: 60.0% of statements [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/oci/caps [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/pkg/term [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/quota [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/rootless [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/testutil/request [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/volume [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-02-15T15:25:35.733Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-02-15T15:25:35.834Z] docker_api_swarm_node_test.go:21: [d309f55f04921] joining swarm manager [d0cb87b414602]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:25:36.305Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-02-15T15:25:36.409Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-02-15T15:25:36.671Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-02-15T15:25:36.932Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-02-15T15:25:37.876Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-02-15T15:25:38.448Z] === RUN TestReadPluginNoRead/default [2022-02-15T15:25:38.448Z] --- PASS: TestContinueAfterPluginCrash (10.40s) [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === Skipped [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-02-15T15:25:38.786Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-02-15T15:25:38.786Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-02-15T15:25:38.786Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-02-15T15:25:38.786Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-02-15T15:25:38.786Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-02-15T15:25:38.786Z] client_test.go:23: runtime.GOOS == "windows" [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-02-15T15:25:38.786Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-02-15T15:25:38.786Z] network_proxy_test.go:208: No support for dual stack yet [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-02-15T15:25:38.786Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-02-15T15:25:38.786Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-02-15T15:25:38.786Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-02-15T15:25:38.786Z] daemon_test.go:145: root required [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-02-15T15:25:38.786Z] reload_test.go:342: root required [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2022-02-15T15:25:38.786Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-02-15T15:25:38.786Z] pull_v2_test.go:73: Needs fixing on Windows [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-02-15T15:25:38.786Z] pull_v2_test.go:118: Needs fixing on Windows [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-02-15T15:25:38.786Z] download_test.go:267: Needs fixing on Windows [2022-02-15T15:25:38.786Z] [2022-02-15T15:25:38.786Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-02-15T15:25:38.787Z] layer_test.go:303: Failing on Windows [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-02-15T15:25:38.787Z] layer_test.go:352: Failing on Windows [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-02-15T15:25:38.787Z] layer_test.go:467: Failing on Windows [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-02-15T15:25:38.787Z] layer_test.go:696: Failing on Windows [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-02-15T15:25:38.787Z] migration_test.go:45: Failing on Windows [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-02-15T15:25:38.787Z] migration_test.go:181: Failing on Windows [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-02-15T15:25:38.787Z] mount_test.go:17: Failing on Windows [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-02-15T15:25:38.787Z] mount_test.go:76: Failing on Windows [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-02-15T15:25:38.787Z] mount_test.go:125: Failing on Windows [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-02-15T15:25:38.787Z] mount_test.go:212: Failing on Windows [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-02-15T15:25:38.787Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-02-15T15:25:38.787Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-02-15T15:25:38.787Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-02-15T15:25:38.787Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-02-15T15:25:38.787Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-02-15T15:25:38.787Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-02-15T15:25:38.787Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-02-15T15:25:38.787Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-02-15T15:25:38.787Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-02-15T15:25:38.787Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-02-15T15:25:38.787Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-02-15T15:25:38.787Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-02-15T15:25:38.787Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-02-15T15:25:38.787Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-02-15T15:25:38.787Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-02-15T15:25:38.787Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-02-15T15:25:38.787Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-02-15T15:25:38.787Z] archive_test.go:133: Xz not present in msys2 [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-02-15T15:25:38.787Z] archive_test.go:140: zstd not installed [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-02-15T15:25:38.787Z] archive_test.go:252: Failing on Windows CI machines [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-02-15T15:25:38.787Z] archive_windows_test.go:16: Currently fails [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-02-15T15:25:38.787Z] changes_test.go:195: needs more investigation [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-02-15T15:25:38.787Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-02-15T15:25:38.787Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-02-15T15:25:38.787Z] changes_test.go:432: needs further investigation [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-02-15T15:25:38.787Z] changes_test.go:468: needs further investigation [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-02-15T15:25:38.787Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-02-15T15:25:38.787Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-02-15T15:25:38.787Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-02-15T15:25:38.787Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-02-15T15:25:38.787Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-02-15T15:25:38.787Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-02-15T15:25:38.787Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-02-15T15:25:38.787Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-02-15T15:25:38.787Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-02-15T15:25:38.787Z] poller_test.go:40: No chmod on Windows [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-02-15T15:25:38.787Z] fileutils_test.go:133: Needs porting to Windows [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-02-15T15:25:38.787Z] fileutils_test.go:179: Needs porting to Windows [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-02-15T15:25:38.787Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-02-15T15:25:38.787Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.02s) [2022-02-15T15:25:38.787Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-02-15T15:25:38.787Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-02-15T15:25:38.787Z] local_test.go:180: runtime.GOOS == "windows" [2022-02-15T15:25:38.787Z] [2022-02-15T15:25:38.787Z] DONE 2070 tests, 70 skipped in 292.906s [2022-02-15T15:25:39.019Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-02-15T15:25:39.276Z] INFO: make.ps1 ended at 02/15/2022 15:25:38 [2022-02-15T15:25:39.961Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-02-15T15:25:39.961Z] === RUN TestReadPluginNoRead/disabled_caching [2022-02-15T15:25:40.902Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-02-15T15:25:40.902Z] INFO: Unit tests ended at 02/15/2022 15:25:40. Duration:00:05:09.3159445 [2022-02-15T15:25:40.902Z] INFO: Building busybox [2022-02-15T15:25:40.902Z] Sending build context to Docker daemon 5.12kB [2022-02-15T15:25:40.902Z] [2022-02-15T15:25:40.902Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-02-15T15:25:40.902Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-02-15T15:25:40.902Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-02-15T15:25:40.902Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-02-15T15:25:40.902Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-02-15T15:25:40.902Z] ---> bdeb13086b9f [2022-02-15T15:25:40.902Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-02-15T15:25:41.344Z] === CONT TestReadPluginNoRead [2022-02-15T15:25:41.344Z] read_test.go:92: [dcbffb388f59a] daemon is not started [2022-02-15T15:25:41.344Z] --- PASS: TestReadPluginNoRead (7.65s) [2022-02-15T15:25:41.344Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.57s) [2022-02-15T15:25:41.344Z] --- PASS: TestReadPluginNoRead/default (1.47s) [2022-02-15T15:25:41.344Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.25s) [2022-02-15T15:25:41.344Z] PASS [2022-02-15T15:25:41.344Z] [2022-02-15T15:25:41.344Z] DONE 6 tests in 13.202s [2022-02-15T15:25:41.344Z] 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-02-15T15:25:41.344Z] ++ 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-02-15T15:25:41.344Z] ++ set -e [2022-02-15T15:25:41.344Z] ++ '[' -n 0 ']' [2022-02-15T15:25:41.344Z] ++ set -x [2022-02-15T15:25:41.345Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-15T15:25:41.345Z] testing: warning: no tests to run [2022-02-15T15:25:41.345Z] PASS [2022-02-15T15:25:41.345Z] [2022-02-15T15:25:41.345Z] DONE 0 tests in 0.043s [2022-02-15T15:25:41.345Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-02-15T15:25:41.345Z] ++ 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-02-15T15:25:41.345Z] ++ set -e [2022-02-15T15:25:41.345Z] ++ '[' -n 0 ']' [2022-02-15T15:25:41.345Z] ++ set -x [2022-02-15T15:25:41.345Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-15T15:25:41.345Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-02-15T15:25:41.345Z] INFO: Testing against a local daemon [2022-02-15T15:25:41.345Z] === RUN TestPluginWithDevMounts [2022-02-15T15:25:41.345Z] === PAUSE TestPluginWithDevMounts [2022-02-15T15:25:41.345Z] === CONT TestPluginWithDevMounts [2022-02-15T15:25:41.390Z] ---> Running in 31b8b07442dd [2022-02-15T15:25:41.916Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-02-15T15:25:43.331Z] --- PASS: TestPluginWithDevMounts (1.69s) [2022-02-15T15:25:43.331Z] PASS [2022-02-15T15:25:43.331Z] [2022-02-15T15:25:43.331Z] DONE 1 tests in 1.785s [2022-02-15T15:25:43.331Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-02-15T15:25:43.331Z] ++ 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-02-15T15:25:43.331Z] ++ set -e [2022-02-15T15:25:43.331Z] ++ '[' -n 0 ']' [2022-02-15T15:25:43.331Z] ++ set -x [2022-02-15T15:25:43.331Z] ++ 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-02-15T15:25:43.331Z] INFO: Testing against a local daemon [2022-02-15T15:25:43.331Z] === RUN TestSecretInspect [2022-02-15T15:25:43.331Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-02-15T15:25:43.468Z] === RUN TestDockerSuite/TestBuildAddScript [2022-02-15T15:25:43.468Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-02-15T15:25:43.468Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-02-15T15:25:43.468Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-02-15T15:25:43.468Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-02-15T15:25:43.468Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-02-15T15:25:43.468Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-02-15T15:25:43.468Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-02-15T15:25:43.468Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-02-15T15:25:43.468Z] === RUN TestDockerSuite/TestBuildAddTar [2022-02-15T15:25:44.716Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000cc4090_} [2022-02-15T15:25:45.655Z] --- PASS: TestSecretInspect (2.27s) [2022-02-15T15:25:45.655Z] === RUN TestSecretList [2022-02-15T15:25:45.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1768601063_/foo_false____} [2022-02-15T15:25:46.488Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-02-15T15:25:47.423Z] Removing intermediate container 31b8b07442dd [2022-02-15T15:25:47.423Z] ---> bf17ad210986 [2022-02-15T15:25:47.423Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-02-15T15:25:47.423Z] ---> Running in 59ec5ca0106b [2022-02-15T15:25:47.433Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1768601063_/foo_true____} [2022-02-15T15:25:47.912Z] Removing intermediate container 59ec5ca0106b [2022-02-15T15:25:47.912Z] ---> 55791bda866b [2022-02-15T15:25:47.912Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-02-15T15:25:47.912Z] ---> Running in a75de3598a95 [2022-02-15T15:25:48.005Z] --- PASS: TestSecretList (2.37s) [2022-02-15T15:25:48.005Z] === RUN TestSecretsCreateAndDelete [2022-02-15T15:25:48.400Z] Removing intermediate container a75de3598a95 [2022-02-15T15:25:48.400Z] ---> 1751121e24fd [2022-02-15T15:25:48.400Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-02-15T15:25:48.946Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33915374366_/foo_false____} [2022-02-15T15:25:50.027Z] [2022-02-15T15:25:50.336Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33915374366_/foo_true____} [2022-02-15T15:25:50.336Z] docker_api_swarm_test.go:502: [d429c63696b39] joining swarm manager [d9e50af4e6888]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:25:50.516Z] ---> 01039842446c [2022-02-15T15:25:50.516Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-02-15T15:25:50.516Z] ---> Running in fd84406c4480 [2022-02-15T15:25:50.598Z] --- PASS: TestSecretsCreateAndDelete (2.83s) [2022-02-15T15:25:50.598Z] === RUN TestSecretsUpdate [2022-02-15T15:25:51.982Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33915374366_/foo_true__0xc000cc40c0__} [2022-02-15T15:25:52.922Z] --- PASS: TestSecretsUpdate (2.29s) [2022-02-15T15:25:52.922Z] === RUN TestTemplatedSecret [2022-02-15T15:25:53.493Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000cc40d8_} [2022-02-15T15:25:54.878Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000cc40f0_} [2022-02-15T15:25:55.451Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000cc4108_} [2022-02-15T15:25:55.712Z] --- PASS: TestTemplatedSecret (2.76s) [2022-02-15T15:25:55.712Z] === RUN TestSecretCreateResolve [2022-02-15T15:25:57.095Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000cc4120_} [2022-02-15T15:25:58.036Z] --- PASS: TestSecretCreateResolve (2.30s) [2022-02-15T15:25:58.036Z] PASS [2022-02-15T15:25:58.036Z] [2022-02-15T15:25:58.036Z] DONE 6 tests in 14.920s [2022-02-15T15:25:58.036Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-02-15T15:25:58.036Z] ++ 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-02-15T15:25:58.036Z] ++ set -e [2022-02-15T15:25:58.036Z] ++ '[' -n 0 ']' [2022-02-15T15:25:58.036Z] ++ set -x [2022-02-15T15:25:58.036Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-02-15T15:25:58.036Z] INFO: Testing against a local daemon [2022-02-15T15:25:58.036Z] === RUN TestServiceCreateInit [2022-02-15T15:25:58.036Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-02-15T15:25:58.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-02-15T15:25:59.683Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-02-15T15:26:01.171Z] Removing intermediate container fd84406c4480 [2022-02-15T15:26:01.171Z] ---> 7ea18847a4de [2022-02-15T15:26:01.171Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-02-15T15:26:01.171Z] ---> Running in 45834572ffe0 [2022-02-15T15:26:02.231Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-02-15T15:26:02.492Z] docker_api_swarm_test.go:507: [df02fd9453e8f] joining swarm manager [d9e50af4e6888]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:26:02.492Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-02-15T15:26:03.447Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-02-15T15:26:03.471Z] [2022-02-15T15:26:03.471Z] SUCCESS: Specified value was saved. [2022-02-15T15:26:05.993Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-02-15T15:26:06.530Z] Removing intermediate container 45834572ffe0 [2022-02-15T15:26:06.530Z] ---> e9dd6139b4ce [2022-02-15T15:26:06.530Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-02-15T15:26:06.936Z] --- PASS: TestServiceCreateInit (8.87s) [2022-02-15T15:26:06.936Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.44s) [2022-02-15T15:26:06.936Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.42s) [2022-02-15T15:26:06.936Z] === RUN TestCreateServiceMultipleTimes [2022-02-15T15:26:06.936Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-02-15T15:26:07.019Z] ---> Running in 4fa4270726b5 [2022-02-15T15:26:07.197Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-02-15T15:26:07.770Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-02-15T15:26:08.341Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-02-15T15:26:09.284Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-02-15T15:26:09.856Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-02-15T15:26:10.798Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-02-15T15:26:11.369Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-02-15T15:26:11.920Z] Cannot create a file when that file already exists. [2022-02-15T15:26:12.315Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-02-15T15:26:13.258Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-02-15T15:26:13.829Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-02-15T15:26:14.399Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-02-15T15:26:15.340Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-02-15T15:26:15.600Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-02-15T15:26:16.543Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-02-15T15:26:17.488Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-02-15T15:26:17.960Z] Removing intermediate container 4fa4270726b5 [2022-02-15T15:26:17.960Z] ---> 25ed30d031e8 [2022-02-15T15:26:17.960Z] Step 13/13 : CMD ["sh"] [2022-02-15T15:26:17.960Z] ---> Running in acc0e4c7845e [2022-02-15T15:26:17.960Z] Removing intermediate container acc0e4c7845e [2022-02-15T15:26:17.960Z] ---> 818f81c457ec [2022-02-15T15:26:17.960Z] Successfully built 818f81c457ec [2022-02-15T15:26:17.960Z] Successfully tagged busybox:latest [2022-02-15T15:26:17.960Z] INFO: Docker images of the daemon under test [2022-02-15T15:26:17.960Z] [2022-02-15T15:26:17.960Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-02-15T15:26:17.960Z] busybox latest 818f81c457ec Less than a second ago 5.01GB [2022-02-15T15:26:17.960Z] microsoft/windowsservercore latest bdeb13086b9f 2 weeks ago 4.96GB [2022-02-15T15:26:17.960Z] mcr.microsoft.com/windows/servercore ltsc2022 bdeb13086b9f 2 weeks ago 4.96GB [2022-02-15T15:26:17.960Z] [2022-02-15T15:26:17.960Z] INFO: Running integration tests at 02/15/2022 15:26:17... [2022-02-15T15:26:17.960Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-02-15T15:26:17.960Z] INFO: Integration API tests being run from the host: [2022-02-15T15:26:18.431Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-02-15T15:26:18.452Z] INFO: make.ps1 starting at 02/15/2022 15:26:17 [2022-02-15T15:26:18.691Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-02-15T15:26:18.691Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-02-15T15:26:19.262Z] === RUN TestDockerSuite/TestCpRelativePath [2022-02-15T15:26:19.483Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-02-15T15:26:19.835Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-02-15T15:26:20.409Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-02-15T15:26:20.980Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-02-15T15:26:21.558Z] === RUN TestDockerSuite/TestCpToCaseA [2022-02-15T15:26:22.504Z] === RUN TestDockerSuite/TestCpToCaseB [2022-02-15T15:26:22.765Z] === RUN TestDockerSuite/TestCpToCaseC [2022-02-15T15:26:23.709Z] --- PASS: TestCreateServiceMultipleTimes (16.54s) [2022-02-15T15:26:23.709Z] === RUN TestCreateServiceConflict [2022-02-15T15:26:24.655Z] === RUN TestDockerSuite/TestCpToCaseD [2022-02-15T15:26:26.039Z] --- PASS: TestCreateServiceConflict (2.51s) [2022-02-15T15:26:26.039Z] === RUN TestCreateServiceMaxReplicas [2022-02-15T15:26:26.151Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-02-15T15:26:26.151Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-02-15T15:26:26.151Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-02-15T15:26:26.151Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-02-15T15:26:26.151Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-02-15T15:26:27.860Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-02-15T15:26:27.860Z] === RUN TestBoolValue [2022-02-15T15:26:27.860Z] --- PASS: TestBoolValue (0.00s) [2022-02-15T15:26:27.860Z] === RUN TestBoolValueOrDefault [2022-02-15T15:26:27.860Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-02-15T15:26:27.860Z] === RUN TestInt64ValueOrZero [2022-02-15T15:26:27.860Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-02-15T15:26:27.860Z] === RUN TestInt64ValueOrDefault [2022-02-15T15:26:27.860Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-02-15T15:26:27.860Z] === RUN TestInt64ValueOrDefaultWithError [2022-02-15T15:26:27.860Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-02-15T15:26:27.860Z] === RUN TestJsonContentType [2022-02-15T15:26:27.860Z] --- PASS: TestJsonContentType (0.00s) [2022-02-15T15:26:27.860Z] PASS [2022-02-15T15:26:27.860Z] coverage: 14.7% of statements [2022-02-15T15:26:27.860Z] ok github.com/docker/docker/api/server/httputils 0.091s coverage: 14.7% of statements [2022-02-15T15:26:27.860Z] === RUN TestMaskSecretKeys [2022-02-15T15:26:27.860Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-02-15T15:26:27.860Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-02-15T15:26:27.860Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-02-15T15:26:27.860Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-02-15T15:26:27.860Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-02-15T15:26:27.860Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-02-15T15:26:27.860Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-02-15T15:26:27.860Z] === RUN TestVersionMiddlewareVersion [2022-02-15T15:26:27.860Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-02-15T15:26:27.860Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-02-15T15:26:27.860Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-02-15T15:26:27.860Z] PASS [2022-02-15T15:26:27.860Z] coverage: 37.7% of statements [2022-02-15T15:26:27.860Z] ok github.com/docker/docker/api/server/middleware 0.103s coverage: 37.7% of statements [2022-02-15T15:26:27.860Z] ? github.com/docker/docker/api/server/router [no test files] [2022-02-15T15:26:27.860Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-02-15T15:26:27.860Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-02-15T15:26:27.860Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-02-15T15:26:27.860Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-02-15T15:26:27.860Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-02-15T15:26:27.860Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-02-15T15:26:27.860Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-02-15T15:26:27.860Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-02-15T15:26:27.957Z] === RUN TestDockerSuite/TestCpToCaseE [2022-02-15T15:26:28.330Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-02-15T15:26:28.330Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-02-15T15:26:28.799Z] === RUN TestAdjustForAPIVersion [2022-02-15T15:26:28.799Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-02-15T15:26:28.799Z] PASS [2022-02-15T15:26:28.799Z] coverage: 5.7% of statements [2022-02-15T15:26:28.799Z] ok github.com/docker/docker/api/server/router/swarm 0.056s coverage: 5.7% of statements [2022-02-15T15:26:28.799Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-02-15T15:26:28.799Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-02-15T15:26:28.799Z] ? github.com/docker/docker/api/types [no test files] [2022-02-15T15:26:28.799Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-02-15T15:26:28.799Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-02-15T15:26:28.799Z] ? github.com/docker/docker/api/types/container [no test files] [2022-02-15T15:26:28.799Z] ? github.com/docker/docker/api/types/events [no test files] [2022-02-15T15:26:29.268Z] === RUN TestStrSliceMarshalJSON [2022-02-15T15:26:29.268Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestStrSliceUnmarshalJSON [2022-02-15T15:26:29.268Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestStrSliceUnmarshalString [2022-02-15T15:26:29.268Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestStrSliceUnmarshalSlice [2022-02-15T15:26:29.268Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-02-15T15:26:29.268Z] PASS [2022-02-15T15:26:29.268Z] coverage: 90.0% of statements [2022-02-15T15:26:29.268Z] ok github.com/docker/docker/api/types/strslice 0.041s coverage: 90.0% of statements [2022-02-15T15:26:29.268Z] === RUN TestToJSON [2022-02-15T15:26:29.268Z] --- PASS: TestToJSON (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestToParamWithVersion [2022-02-15T15:26:29.268Z] --- PASS: TestToParamWithVersion (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestFromJSON [2022-02-15T15:26:29.268Z] --- PASS: TestFromJSON (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestEmpty [2022-02-15T15:26:29.268Z] --- PASS: TestEmpty (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestArgsMatchKVListEmptySources [2022-02-15T15:26:29.268Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestArgsMatchKVList [2022-02-15T15:26:29.268Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestArgsMatch [2022-02-15T15:26:29.268Z] --- PASS: TestArgsMatch (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestAdd [2022-02-15T15:26:29.268Z] --- PASS: TestAdd (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestDel [2022-02-15T15:26:29.268Z] --- PASS: TestDel (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestLen [2022-02-15T15:26:29.268Z] --- PASS: TestLen (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestExactMatch [2022-02-15T15:26:29.268Z] --- PASS: TestExactMatch (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestOnlyOneExactMatch [2022-02-15T15:26:29.268Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestContains [2022-02-15T15:26:29.268Z] --- PASS: TestContains (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestValidate [2022-02-15T15:26:29.268Z] --- PASS: TestValidate (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestWalkValues [2022-02-15T15:26:29.268Z] --- PASS: TestWalkValues (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestFuzzyMatch [2022-02-15T15:26:29.268Z] --- PASS: TestFuzzyMatch (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestClone [2022-02-15T15:26:29.268Z] --- PASS: TestClone (0.00s) [2022-02-15T15:26:29.268Z] PASS [2022-02-15T15:26:29.268Z] coverage: 92.2% of statements [2022-02-15T15:26:29.268Z] ok github.com/docker/docker/api/types/filters 0.046s coverage: 92.2% of statements [2022-02-15T15:26:29.268Z] ? github.com/docker/docker/api/types/image [no test files] [2022-02-15T15:26:29.268Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-02-15T15:26:29.268Z] ? github.com/docker/docker/api/types/network [no test files] [2022-02-15T15:26:29.268Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-02-15T15:26:29.268Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-02-15T15:26:29.268Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-02-15T15:26:29.268Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-02-15T15:26:29.268Z] === RUN TestDurationToSecondsString [2022-02-15T15:26:29.268Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-02-15T15:26:29.268Z] === RUN TestGetTimestamp [2022-02-15T15:26:29.268Z] --- PASS: TestGetTimestamp (0.22s) [2022-02-15T15:26:29.268Z] === RUN TestParseTimestamps [2022-02-15T15:26:29.268Z] --- PASS: TestParseTimestamps (0.00s) [2022-02-15T15:26:29.268Z] PASS [2022-02-15T15:26:29.268Z] coverage: 100.0% of statements [2022-02-15T15:26:29.341Z] --- PASS: TestCreateServiceMaxReplicas (3.21s) [2022-02-15T15:26:29.341Z] === RUN TestCreateWithDuplicateNetworkNames [2022-02-15T15:26:29.736Z] ok github.com/docker/docker/api/types/time 0.274s coverage: 100.0% of statements [2022-02-15T15:26:29.736Z] === RUN TestCompareVersion [2022-02-15T15:26:29.736Z] --- PASS: TestCompareVersion (0.00s) [2022-02-15T15:26:29.736Z] PASS [2022-02-15T15:26:29.736Z] coverage: 77.3% of statements [2022-02-15T15:26:29.736Z] ok github.com/docker/docker/api/types/versions 0.044s coverage: 77.3% of statements [2022-02-15T15:26:29.736Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-02-15T15:26:29.736Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-02-15T15:26:29.736Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-02-15T15:26:29.736Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-02-15T15:26:29.736Z] ? github.com/docker/docker/builder [no test files] [2022-02-15T15:26:29.736Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-02-15T15:26:29.736Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-02-15T15:26:29.736Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-02-15T15:26:29.736Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-02-15T15:26:29.736Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-02-15T15:26:29.736Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-02-15T15:26:29.736Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-02-15T15:26:30.284Z] === RUN TestDockerSuite/TestCpToCaseF [2022-02-15T15:26:30.856Z] === RUN TestDockerSuite/TestCpToCaseG [2022-02-15T15:26:31.304Z] === RUN TestParseRemoteURL [2022-02-15T15:26:31.304Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-02-15T15:26:31.304Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-02-15T15:26:31.304Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-02-15T15:26:31.304Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-02-15T15:26:31.304Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-02-15T15:26:31.304Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-02-15T15:26:31.304Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-02-15T15:26:31.304Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-02-15T15:26:31.304Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-02-15T15:26:31.304Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-02-15T15:26:31.304Z] --- PASS: TestParseRemoteURL (0.00s) [2022-02-15T15:26:31.304Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-02-15T15:26:31.304Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-02-15T15:26:31.304Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-02-15T15:26:31.304Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-02-15T15:26:31.304Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-02-15T15:26:31.304Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-02-15T15:26:31.304Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-02-15T15:26:31.304Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-02-15T15:26:31.304Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-02-15T15:26:31.304Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-02-15T15:26:31.304Z] === RUN TestCloneArgsSmartHttp [2022-02-15T15:26:31.304Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-02-15T15:26:31.304Z] === RUN TestCloneArgsDumbHttp [2022-02-15T15:26:31.304Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-02-15T15:26:31.304Z] === RUN TestCloneArgsGit [2022-02-15T15:26:31.304Z] --- PASS: TestCloneArgsGit (0.00s) [2022-02-15T15:26:31.304Z] === RUN TestCheckoutGit [2022-02-15T15:26:32.869Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-02-15T15:26:32.869Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-02-15T15:26:32.869Z] === RUN TestProcessNoDockerignore [2022-02-15T15:26:32.869Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-02-15T15:26:33.338Z] === RUN TestProcessShouldLeaveAllFiles [2022-02-15T15:26:33.339Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-02-15T15:26:33.339Z] === RUN TestDetectContentType [2022-02-15T15:26:33.339Z] --- PASS: TestDetectContentType (0.00s) [2022-02-15T15:26:33.339Z] === RUN TestSelectAcceptableMIME [2022-02-15T15:26:33.339Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-02-15T15:26:33.339Z] === RUN TestInspectEmptyResponse [2022-02-15T15:26:33.339Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-02-15T15:26:33.339Z] === RUN TestInspectResponseBinary [2022-02-15T15:26:33.339Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-02-15T15:26:33.339Z] === RUN TestResponseUnsupportedContentType [2022-02-15T15:26:33.339Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-02-15T15:26:33.339Z] === RUN TestInspectResponseTextSimple [2022-02-15T15:26:33.339Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-02-15T15:26:33.339Z] === RUN TestInspectResponseEmptyContentType [2022-02-15T15:26:33.339Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-02-15T15:26:33.339Z] === RUN TestUnknownContentLength [2022-02-15T15:26:33.339Z] --- PASS: TestUnknownContentLength (0.00s) [2022-02-15T15:26:33.339Z] === RUN TestDownloadRemote [2022-02-15T15:26:33.339Z] === RUN TestEnable [2022-02-15T15:26:33.339Z] --- PASS: TestEnable (0.00s) [2022-02-15T15:26:33.339Z] === RUN TestDisable [2022-02-15T15:26:33.339Z] --- PASS: TestDisable (0.00s) [2022-02-15T15:26:33.339Z] === RUN TestEnabled [2022-02-15T15:26:33.339Z] --- PASS: TestEnabled (0.00s) [2022-02-15T15:26:33.339Z] PASS [2022-02-15T15:26:33.339Z] coverage: 100.0% of statements [2022-02-15T15:26:33.339Z] ok github.com/docker/docker/cli/debug 0.060s coverage: 100.0% of statements [2022-02-15T15:26:33.339Z] --- PASS: TestDownloadRemote (0.11s) [2022-02-15T15:26:33.339Z] === RUN TestGetWithStatusError [2022-02-15T15:26:33.339Z] --- PASS: TestGetWithStatusError (0.00s) [2022-02-15T15:26:33.339Z] === RUN TestCloseRootDirectory [2022-02-15T15:26:33.339Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:26:33.339Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-02-15T15:26:33.339Z] === RUN TestHashFile [2022-02-15T15:26:33.339Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:26:33.339Z] --- SKIP: TestHashFile (0.00s) [2022-02-15T15:26:33.339Z] === RUN TestHashSubdir [2022-02-15T15:26:33.339Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:26:33.339Z] --- SKIP: TestHashSubdir (0.00s) [2022-02-15T15:26:33.339Z] === RUN TestRemoveDirectory [2022-02-15T15:26:33.339Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:26:33.339Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-02-15T15:26:33.339Z] PASS [2022-02-15T15:26:33.339Z] coverage: 9.3% of statements [2022-02-15T15:26:33.339Z] ok github.com/docker/docker/builder/remotecontext 0.321s coverage: 9.3% of statements [2022-02-15T15:26:33.807Z] === RUN TestGetAllAllowed [2022-02-15T15:26:33.807Z] --- PASS: TestGetAllAllowed (0.00s) [2022-02-15T15:26:33.807Z] === RUN TestGetAllMeta [2022-02-15T15:26:33.807Z] --- PASS: TestGetAllMeta (0.00s) [2022-02-15T15:26:33.807Z] === RUN TestWarnOnUnusedBuildArgs [2022-02-15T15:26:33.807Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-02-15T15:26:33.807Z] === RUN TestIsUnreferencedBuiltin [2022-02-15T15:26:33.807Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-02-15T15:26:33.807Z] === RUN TestIsExistingDirectory [2022-02-15T15:26:33.807Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-02-15T15:26:33.807Z] === RUN TestGetFilenameForDownload [2022-02-15T15:26:33.807Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-02-15T15:26:33.807Z] === RUN TestEnv2Variables [2022-02-15T15:26:33.807Z] --- PASS: TestEnv2Variables (0.00s) [2022-02-15T15:26:33.807Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-02-15T15:26:33.807Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-02-15T15:26:33.807Z] === RUN TestMaintainer [2022-02-15T15:26:33.807Z] --- PASS: TestMaintainer (0.00s) [2022-02-15T15:26:33.807Z] === RUN TestLabel [2022-02-15T15:26:33.807Z] --- PASS: TestLabel (0.00s) [2022-02-15T15:26:33.807Z] === RUN TestFromScratch [2022-02-15T15:26:33.807Z] --- PASS: TestFromScratch (0.00s) [2022-02-15T15:26:33.807Z] === RUN TestFromWithArg [2022-02-15T15:26:33.807Z] --- PASS: TestFromWithArg (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-02-15T15:26:33.808Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestFromWithUndefinedArg [2022-02-15T15:26:33.808Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestFromMultiStageWithNamedStage [2022-02-15T15:26:33.808Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestOnbuild [2022-02-15T15:26:33.808Z] --- PASS: TestOnbuild (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestWorkdir [2022-02-15T15:26:33.808Z] --- PASS: TestWorkdir (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestCmd [2022-02-15T15:26:33.808Z] --- PASS: TestCmd (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestHealthcheckNone [2022-02-15T15:26:33.808Z] --- PASS: TestHealthcheckNone (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestHealthcheckCmd [2022-02-15T15:26:33.808Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestEntrypoint [2022-02-15T15:26:33.808Z] --- PASS: TestEntrypoint (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestExpose [2022-02-15T15:26:33.808Z] --- PASS: TestExpose (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestUser [2022-02-15T15:26:33.808Z] --- PASS: TestUser (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestVolume [2022-02-15T15:26:33.808Z] --- PASS: TestVolume (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestStopSignal [2022-02-15T15:26:33.808Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-02-15T15:26:33.808Z] --- SKIP: TestStopSignal (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestArg [2022-02-15T15:26:33.808Z] --- PASS: TestArg (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestShell [2022-02-15T15:26:33.808Z] --- PASS: TestShell (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestPrependEnvOnCmd [2022-02-15T15:26:33.808Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestRunWithBuildArgs [2022-02-15T15:26:33.808Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestRunIgnoresHealthcheck [2022-02-15T15:26:33.808Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestDispatchUnsupportedOptions [2022-02-15T15:26:33.808Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-02-15T15:26:33.808Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-02-15T15:26:33.808Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-02-15T15:26:33.808Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-02-15T15:26:33.808Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-02-15T15:26:33.808Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-02-15T15:26:33.808Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestNormalizeWorkdir [2022-02-15T15:26:33.808Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestDispatch [2022-02-15T15:26:33.808Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-02-15T15:26:33.808Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-02-15T15:26:33.808Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-02-15T15:26:33.808Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-02-15T15:26:33.808Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-02-15T15:26:33.808Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-02-15T15:26:33.808Z] === RUN TestDispatch/COPY_url [2022-02-15T15:26:33.808Z] --- PASS: TestDispatch (0.10s) [2022-02-15T15:26:33.808Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s) [2022-02-15T15:26:33.808Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.03s) [2022-02-15T15:26:33.808Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-02-15T15:26:33.808Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-02-15T15:26:33.808Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-02-15T15:26:33.808Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.01s) [2022-02-15T15:26:33.808Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestAddScratchImageAddsToMounts [2022-02-15T15:26:33.808Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestAddFromScratchPopulatesPlatform [2022-02-15T15:26:33.808Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-02-15T15:26:33.808Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-02-15T15:26:33.808Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestImageSourceGetAddsToMounts [2022-02-15T15:26:33.808Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestEmptyDockerfile [2022-02-15T15:26:33.808Z] --- PASS: TestEmptyDockerfile (0.02s) [2022-02-15T15:26:33.808Z] === RUN TestSymlinkDockerfile [2022-02-15T15:26:33.808Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-02-15T15:26:33.808Z] === RUN TestDockerfileOutsideTheBuildContext [2022-02-15T15:26:33.808Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2022-02-15T15:26:33.808Z] === RUN TestNonExistingDockerfile [2022-02-15T15:26:33.808Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestCopyRunConfig [2022-02-15T15:26:33.808Z] --- PASS: TestCopyRunConfig (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestDeepCopyRunConfig [2022-02-15T15:26:33.808Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestExportImage [2022-02-15T15:26:33.808Z] --- PASS: TestExportImage (0.00s) [2022-02-15T15:26:33.808Z] === RUN TestNormalizeDest [2022-02-15T15:26:33.808Z] --- PASS: TestNormalizeDest (0.00s) [2022-02-15T15:26:33.808Z] PASS [2022-02-15T15:26:33.808Z] coverage: 46.8% of statements [2022-02-15T15:26:34.163Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-02-15T15:26:34.277Z] ok github.com/docker/docker/builder/dockerfile 0.292s coverage: 46.8% of statements [2022-02-15T15:26:34.277Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-02-15T15:26:34.277Z] === RUN TestTCP4Proxy [2022-02-15T15:26:34.423Z] === RUN TestDockerSuite/TestCpToCaseH [2022-02-15T15:26:34.745Z] --- PASS: TestTCP4Proxy (0.01s) [2022-02-15T15:26:34.745Z] === RUN TestTCP4ProxyHalfClose [2022-02-15T15:26:34.745Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-02-15T15:26:34.745Z] === RUN TestTCP6Proxy [2022-02-15T15:26:34.745Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-02-15T15:26:34.745Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-02-15T15:26:34.745Z] === RUN TestTCPDualStackProxy [2022-02-15T15:26:34.745Z] network_proxy_test.go:208: No support for dual stack yet [2022-02-15T15:26:34.745Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-02-15T15:26:34.745Z] === RUN TestUDP4Proxy [2022-02-15T15:26:34.745Z] --- PASS: TestUDP4Proxy (0.00s) [2022-02-15T15:26:34.745Z] === RUN TestUDP6Proxy [2022-02-15T15:26:34.745Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-02-15T15:26:34.745Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-02-15T15:26:34.745Z] === RUN TestUDPWriteError [2022-02-15T15:26:34.745Z] --- PASS: TestUDPWriteError (0.00s) [2022-02-15T15:26:34.745Z] === RUN TestSCTP4Proxy [2022-02-15T15:26:34.745Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-02-15T15:26:34.745Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-02-15T15:26:34.745Z] === RUN TestSCTP6Proxy [2022-02-15T15:26:34.745Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-02-15T15:26:34.745Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-02-15T15:26:34.745Z] PASS [2022-02-15T15:26:34.745Z] coverage: 49.4% of statements [2022-02-15T15:26:34.745Z] ok github.com/docker/docker/cmd/docker-proxy 0.077s coverage: 49.4% of statements [2022-02-15T15:26:36.338Z] docker_api_swarm_node_test.go:81: [decf27b7e23fd] joining swarm manager [de7df86f57fdd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:26:36.910Z] === RUN TestDockerSuite/TestCpToCaseI [2022-02-15T15:26:37.481Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-02-15T15:26:40.783Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-02-15T15:26:41.043Z] === RUN TestDockerSuite/TestCpToDot [2022-02-15T15:26:41.613Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-02-15T15:26:42.555Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-02-15T15:26:43.503Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.08s) [2022-02-15T15:26:43.503Z] === RUN TestCreateServiceSecretFileMode [2022-02-15T15:26:44.445Z] === RUN TestDockerSuite/TestCpToStdout [2022-02-15T15:26:45.017Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-02-15T15:26:46.403Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-02-15T15:26:46.403Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-02-15T15:26:46.974Z] === RUN TestDockerSuite/TestCpVolumePath [2022-02-15T15:26:47.245Z] === RUN TestCheckpointCreateError [2022-02-15T15:26:47.245Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestCheckpointCreate [2022-02-15T15:26:47.245Z] --- PASS: TestCheckpointCreate (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestCheckpointDeleteError [2022-02-15T15:26:47.245Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestCheckpointDelete [2022-02-15T15:26:47.245Z] --- PASS: TestCheckpointDelete (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestCheckpointListError [2022-02-15T15:26:47.245Z] --- PASS: TestCheckpointListError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestCheckpointList [2022-02-15T15:26:47.245Z] --- PASS: TestCheckpointList (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestCheckpointListContainerNotFound [2022-02-15T15:26:47.245Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestNewClientWithOpsFromEnv [2022-02-15T15:26:47.245Z] client_test.go:23: runtime.GOOS == "windows" [2022-02-15T15:26:47.245Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestGetAPIPath [2022-02-15T15:26:47.245Z] --- PASS: TestGetAPIPath (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestParseHostURL [2022-02-15T15:26:47.245Z] --- PASS: TestParseHostURL (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-02-15T15:26:47.245Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestNegotiateAPIVersionEmpty [2022-02-15T15:26:47.245Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestNegotiateAPIVersion [2022-02-15T15:26:47.245Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestNegotiateAPVersionOverride [2022-02-15T15:26:47.245Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestNegotiateAPIVersionAutomatic [2022-02-15T15:26:47.245Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-02-15T15:26:47.245Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-02-15T15:26:47.245Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestClientRedirect [2022-02-15T15:26:47.245Z] --- PASS: TestClientRedirect (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigCreateUnsupported [2022-02-15T15:26:47.245Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigCreateError [2022-02-15T15:26:47.245Z] --- PASS: TestConfigCreateError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigCreate [2022-02-15T15:26:47.245Z] --- PASS: TestConfigCreate (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigInspectNotFound [2022-02-15T15:26:47.245Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigInspectWithEmptyID [2022-02-15T15:26:47.245Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigInspectUnsupported [2022-02-15T15:26:47.245Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigInspectError [2022-02-15T15:26:47.245Z] --- PASS: TestConfigInspectError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigInspectConfigNotFound [2022-02-15T15:26:47.245Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigInspect [2022-02-15T15:26:47.245Z] --- PASS: TestConfigInspect (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigListUnsupported [2022-02-15T15:26:47.245Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigListError [2022-02-15T15:26:47.245Z] --- PASS: TestConfigListError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigList [2022-02-15T15:26:47.245Z] --- PASS: TestConfigList (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigRemoveUnsupported [2022-02-15T15:26:47.245Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigRemoveError [2022-02-15T15:26:47.245Z] --- PASS: TestConfigRemoveError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigRemove [2022-02-15T15:26:47.245Z] --- PASS: TestConfigRemove (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigUpdateUnsupported [2022-02-15T15:26:47.245Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigUpdateError [2022-02-15T15:26:47.245Z] --- PASS: TestConfigUpdateError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestConfigUpdate [2022-02-15T15:26:47.245Z] --- PASS: TestConfigUpdate (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerCommitError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerCommitError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerCommit [2022-02-15T15:26:47.245Z] --- PASS: TestContainerCommit (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerStatPathError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerStatPathError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerStatPathNotFoundError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerStatPathNoHeaderError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerStatPath [2022-02-15T15:26:47.245Z] --- PASS: TestContainerStatPath (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestCopyToContainerError [2022-02-15T15:26:47.245Z] --- PASS: TestCopyToContainerError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestCopyToContainerNotFoundError [2022-02-15T15:26:47.245Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestCopyToContainerNotStatusOKError [2022-02-15T15:26:47.245Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestCopyToContainer [2022-02-15T15:26:47.245Z] --- PASS: TestCopyToContainer (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestCopyFromContainerError [2022-02-15T15:26:47.245Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestCopyFromContainerNotFoundError [2022-02-15T15:26:47.245Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestCopyFromContainerNotStatusOKError [2022-02-15T15:26:47.245Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestCopyFromContainerNoHeaderError [2022-02-15T15:26:47.245Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestCopyFromContainer [2022-02-15T15:26:47.245Z] --- PASS: TestCopyFromContainer (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerCreateError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerCreateError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerCreateImageNotFound [2022-02-15T15:26:47.245Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerCreateWithName [2022-02-15T15:26:47.245Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerCreateAutoRemove [2022-02-15T15:26:47.245Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerDiffError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerDiffError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerDiff [2022-02-15T15:26:47.245Z] --- PASS: TestContainerDiff (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerExecCreateError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerExecCreate [2022-02-15T15:26:47.245Z] --- PASS: TestContainerExecCreate (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerExecStartError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerExecStartError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerExecStart [2022-02-15T15:26:47.245Z] --- PASS: TestContainerExecStart (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerExecInspectError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerExecInspect [2022-02-15T15:26:47.245Z] --- PASS: TestContainerExecInspect (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerExportError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerExportError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerExport [2022-02-15T15:26:47.245Z] --- PASS: TestContainerExport (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerInspectError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerInspectError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerInspectContainerNotFound [2022-02-15T15:26:47.245Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerInspectWithEmptyID [2022-02-15T15:26:47.245Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerInspect [2022-02-15T15:26:47.245Z] --- PASS: TestContainerInspect (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerInspectNode [2022-02-15T15:26:47.245Z] --- PASS: TestContainerInspectNode (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerKillError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerKillError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerKill [2022-02-15T15:26:47.245Z] --- PASS: TestContainerKill (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerListError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerListError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerList [2022-02-15T15:26:47.245Z] --- PASS: TestContainerList (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerLogsNotFoundError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerLogsError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerLogsError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerLogs [2022-02-15T15:26:47.245Z] --- PASS: TestContainerLogs (0.22s) [2022-02-15T15:26:47.245Z] === RUN TestContainerPauseError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerPauseError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerPause [2022-02-15T15:26:47.245Z] --- PASS: TestContainerPause (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainersPruneError [2022-02-15T15:26:47.245Z] --- PASS: TestContainersPruneError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainersPrune [2022-02-15T15:26:47.245Z] --- PASS: TestContainersPrune (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerRemoveError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerRemoveError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerRemoveNotFoundError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerRemove [2022-02-15T15:26:47.245Z] --- PASS: TestContainerRemove (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerRenameError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerRenameError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerRename [2022-02-15T15:26:47.245Z] --- PASS: TestContainerRename (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerResizeError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerResizeError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerExecResizeError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerResize [2022-02-15T15:26:47.245Z] --- PASS: TestContainerResize (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerExecResize [2022-02-15T15:26:47.245Z] --- PASS: TestContainerExecResize (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerRestartError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerRestartError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerRestart [2022-02-15T15:26:47.245Z] --- PASS: TestContainerRestart (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerStartError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerStartError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerStart [2022-02-15T15:26:47.245Z] --- PASS: TestContainerStart (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerStatsError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerStatsError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerStats [2022-02-15T15:26:47.245Z] --- PASS: TestContainerStats (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerStopError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerStopError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerStop [2022-02-15T15:26:47.245Z] --- PASS: TestContainerStop (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerTopError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerTopError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerTop [2022-02-15T15:26:47.245Z] --- PASS: TestContainerTop (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerUnpauseError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerUnpause [2022-02-15T15:26:47.245Z] --- PASS: TestContainerUnpause (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerUpdateError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerUpdateError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerUpdate [2022-02-15T15:26:47.245Z] --- PASS: TestContainerUpdate (0.03s) [2022-02-15T15:26:47.245Z] === RUN TestContainerWaitError [2022-02-15T15:26:47.245Z] --- PASS: TestContainerWaitError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestContainerWait [2022-02-15T15:26:47.245Z] --- PASS: TestContainerWait (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestDiskUsageError [2022-02-15T15:26:47.245Z] --- PASS: TestDiskUsageError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestDiskUsage [2022-02-15T15:26:47.245Z] --- PASS: TestDiskUsage (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestDistributionInspectUnsupported [2022-02-15T15:26:47.245Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestDistributionInspectWithEmptyID [2022-02-15T15:26:47.245Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestEventsErrorInOptions [2022-02-15T15:26:47.245Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestEventsErrorFromServer [2022-02-15T15:26:47.245Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestEvents [2022-02-15T15:26:47.245Z] --- PASS: TestEvents (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestTLSCloseWriter [2022-02-15T15:26:47.245Z] === PAUSE TestTLSCloseWriter [2022-02-15T15:26:47.245Z] === RUN TestImageBuildError [2022-02-15T15:26:47.245Z] --- PASS: TestImageBuildError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImageBuild [2022-02-15T15:26:47.245Z] --- PASS: TestImageBuild (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestGetDockerOS [2022-02-15T15:26:47.245Z] --- PASS: TestGetDockerOS (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImageCreateError [2022-02-15T15:26:47.245Z] --- PASS: TestImageCreateError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImageCreate [2022-02-15T15:26:47.245Z] --- PASS: TestImageCreate (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImageHistoryError [2022-02-15T15:26:47.245Z] --- PASS: TestImageHistoryError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImageHistory [2022-02-15T15:26:47.245Z] --- PASS: TestImageHistory (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImageImportError [2022-02-15T15:26:47.245Z] --- PASS: TestImageImportError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImageImport [2022-02-15T15:26:47.245Z] --- PASS: TestImageImport (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImageInspectError [2022-02-15T15:26:47.245Z] --- PASS: TestImageInspectError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImageInspectImageNotFound [2022-02-15T15:26:47.245Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImageInspectWithEmptyID [2022-02-15T15:26:47.245Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImageInspect [2022-02-15T15:26:47.245Z] --- PASS: TestImageInspect (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImageListError [2022-02-15T15:26:47.245Z] --- PASS: TestImageListError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImageList [2022-02-15T15:26:47.245Z] --- PASS: TestImageList (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImageListApiBefore125 [2022-02-15T15:26:47.245Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImageLoadError [2022-02-15T15:26:47.245Z] --- PASS: TestImageLoadError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImageLoad [2022-02-15T15:26:47.245Z] --- PASS: TestImageLoad (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImagesPruneError [2022-02-15T15:26:47.245Z] --- PASS: TestImagesPruneError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImagesPrune [2022-02-15T15:26:47.245Z] --- PASS: TestImagesPrune (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImagePullReferenceParseError [2022-02-15T15:26:47.245Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImagePullAnyError [2022-02-15T15:26:47.245Z] --- PASS: TestImagePullAnyError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImagePullStatusUnauthorizedError [2022-02-15T15:26:47.245Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-15T15:26:47.245Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-15T15:26:47.245Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-02-15T15:26:47.245Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImagePullWithoutErrors [2022-02-15T15:26:47.245Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImagePushReferenceError [2022-02-15T15:26:47.245Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImagePushAnyError [2022-02-15T15:26:47.245Z] --- PASS: TestImagePushAnyError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImagePushStatusUnauthorizedError [2022-02-15T15:26:47.245Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-15T15:26:47.245Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-15T15:26:47.245Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-15T15:26:47.246Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-02-15T15:26:47.246Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImagePushWithoutErrors [2022-02-15T15:26:47.246Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-02-15T15:26:47.246Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-02-15T15:26:47.246Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-02-15T15:26:47.246Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-02-15T15:26:47.246Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-02-15T15:26:47.246Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-02-15T15:26:47.246Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-02-15T15:26:47.246Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-02-15T15:26:47.246Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImageRemoveError [2022-02-15T15:26:47.246Z] --- PASS: TestImageRemoveError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImageRemoveImageNotFound [2022-02-15T15:26:47.246Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImageRemove [2022-02-15T15:26:47.246Z] --- PASS: TestImageRemove (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImageSaveError [2022-02-15T15:26:47.246Z] --- PASS: TestImageSaveError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImageSave [2022-02-15T15:26:47.246Z] --- PASS: TestImageSave (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImageSearchAnyError [2022-02-15T15:26:47.246Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImageSearchStatusUnauthorizedError [2022-02-15T15:26:47.246Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-02-15T15:26:47.246Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-02-15T15:26:47.246Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-02-15T15:26:47.246Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImageSearchWithoutErrors [2022-02-15T15:26:47.246Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImageTagError [2022-02-15T15:26:47.246Z] --- PASS: TestImageTagError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImageTagInvalidReference [2022-02-15T15:26:47.246Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImageTagInvalidSourceImageName [2022-02-15T15:26:47.246Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImageTagHexSource [2022-02-15T15:26:47.246Z] --- PASS: TestImageTagHexSource (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestImageTag [2022-02-15T15:26:47.246Z] --- PASS: TestImageTag (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestInfoServerError [2022-02-15T15:26:47.246Z] --- PASS: TestInfoServerError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestInfoInvalidResponseJSONError [2022-02-15T15:26:47.246Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestInfo [2022-02-15T15:26:47.246Z] --- PASS: TestInfo (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNetworkConnectError [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkConnectError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNetworkConnect [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkConnect (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNetworkCreateError [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkCreateError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNetworkCreate [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkCreate (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNetworkDisconnectError [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNetworkDisconnect [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNetworkInspect [2022-02-15T15:26:47.246Z] === RUN TestNetworkInspect/empty_ID [2022-02-15T15:26:47.246Z] === RUN TestNetworkInspect/no_options [2022-02-15T15:26:47.246Z] === RUN TestNetworkInspect/verbose [2022-02-15T15:26:47.246Z] === RUN TestNetworkInspect/global_scope [2022-02-15T15:26:47.246Z] === RUN TestNetworkInspect/unknown_network [2022-02-15T15:26:47.246Z] === RUN TestNetworkInspect/server_error [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkInspect (0.00s) [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNetworkListError [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkListError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNetworkList [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkList (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNetworksPruneError [2022-02-15T15:26:47.246Z] --- PASS: TestNetworksPruneError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNetworksPrune [2022-02-15T15:26:47.246Z] --- PASS: TestNetworksPrune (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNetworkRemoveError [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNetworkRemove [2022-02-15T15:26:47.246Z] --- PASS: TestNetworkRemove (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNodeInspectError [2022-02-15T15:26:47.246Z] --- PASS: TestNodeInspectError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNodeInspectNodeNotFound [2022-02-15T15:26:47.246Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNodeInspectWithEmptyID [2022-02-15T15:26:47.246Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNodeInspect [2022-02-15T15:26:47.246Z] --- PASS: TestNodeInspect (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNodeListError [2022-02-15T15:26:47.246Z] --- PASS: TestNodeListError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNodeList [2022-02-15T15:26:47.246Z] --- PASS: TestNodeList (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNodeRemoveError [2022-02-15T15:26:47.246Z] --- PASS: TestNodeRemoveError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNodeRemove [2022-02-15T15:26:47.246Z] --- PASS: TestNodeRemove (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNodeUpdateError [2022-02-15T15:26:47.246Z] --- PASS: TestNodeUpdateError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestNodeUpdate [2022-02-15T15:26:47.246Z] --- PASS: TestNodeUpdate (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestOptionWithHostFromEnv [2022-02-15T15:26:47.246Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestOptionWithTimeout [2022-02-15T15:26:47.246Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestOptionWithVersionFromEnv [2022-02-15T15:26:47.246Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPingFail [2022-02-15T15:26:47.246Z] --- PASS: TestPingFail (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPingWithError [2022-02-15T15:26:47.246Z] 2022/02/15 15:26:46 RoundTripper returned a response & error; ignoring response [2022-02-15T15:26:47.246Z] 2022/02/15 15:26:46 RoundTripper returned a response & error; ignoring response [2022-02-15T15:26:47.246Z] --- PASS: TestPingWithError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPingSuccess [2022-02-15T15:26:47.246Z] --- PASS: TestPingSuccess (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPingHeadFallback [2022-02-15T15:26:47.246Z] === RUN TestPingHeadFallback/OK [2022-02-15T15:26:47.246Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-02-15T15:26:47.246Z] === RUN TestPingHeadFallback/Not_Found [2022-02-15T15:26:47.246Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-02-15T15:26:47.246Z] --- PASS: TestPingHeadFallback (0.00s) [2022-02-15T15:26:47.246Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-02-15T15:26:47.246Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-02-15T15:26:47.246Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-02-15T15:26:47.246Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPluginDisableError [2022-02-15T15:26:47.246Z] --- PASS: TestPluginDisableError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPluginDisable [2022-02-15T15:26:47.246Z] --- PASS: TestPluginDisable (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPluginEnableError [2022-02-15T15:26:47.246Z] --- PASS: TestPluginEnableError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPluginEnable [2022-02-15T15:26:47.246Z] --- PASS: TestPluginEnable (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPluginInspectError [2022-02-15T15:26:47.246Z] --- PASS: TestPluginInspectError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPluginInspectWithEmptyID [2022-02-15T15:26:47.246Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPluginInspect [2022-02-15T15:26:47.246Z] --- PASS: TestPluginInspect (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPluginListError [2022-02-15T15:26:47.246Z] --- PASS: TestPluginListError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPluginList [2022-02-15T15:26:47.246Z] --- PASS: TestPluginList (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPluginPushError [2022-02-15T15:26:47.246Z] --- PASS: TestPluginPushError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPluginPush [2022-02-15T15:26:47.246Z] --- PASS: TestPluginPush (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPluginRemoveError [2022-02-15T15:26:47.246Z] --- PASS: TestPluginRemoveError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPluginRemove [2022-02-15T15:26:47.246Z] --- PASS: TestPluginRemove (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPluginSetError [2022-02-15T15:26:47.246Z] --- PASS: TestPluginSetError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPluginSet [2022-02-15T15:26:47.246Z] --- PASS: TestPluginSet (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSetHostHeader [2022-02-15T15:26:47.246Z] --- PASS: TestSetHostHeader (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestPlainTextError [2022-02-15T15:26:47.246Z] --- PASS: TestPlainTextError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestInfiniteError [2022-02-15T15:26:47.246Z] --- PASS: TestInfiniteError (0.04s) [2022-02-15T15:26:47.246Z] === RUN TestCanceledContext [2022-02-15T15:26:47.246Z] 2022/02/15 15:26:46 RoundTripper returned a response & error; ignoring response [2022-02-15T15:26:47.246Z] --- PASS: TestCanceledContext (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestDeadlineExceededContext [2022-02-15T15:26:47.246Z] 2022/02/15 15:26:46 RoundTripper returned a response & error; ignoring response [2022-02-15T15:26:47.246Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSecretCreateUnsupported [2022-02-15T15:26:47.246Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSecretCreateError [2022-02-15T15:26:47.246Z] --- PASS: TestSecretCreateError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSecretCreate [2022-02-15T15:26:47.246Z] --- PASS: TestSecretCreate (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSecretInspectUnsupported [2022-02-15T15:26:47.246Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSecretInspectError [2022-02-15T15:26:47.246Z] --- PASS: TestSecretInspectError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSecretInspectSecretNotFound [2022-02-15T15:26:47.246Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSecretInspectWithEmptyID [2022-02-15T15:26:47.246Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSecretInspect [2022-02-15T15:26:47.246Z] --- PASS: TestSecretInspect (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSecretListUnsupported [2022-02-15T15:26:47.246Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSecretListError [2022-02-15T15:26:47.246Z] --- PASS: TestSecretListError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSecretList [2022-02-15T15:26:47.246Z] --- PASS: TestSecretList (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSecretRemoveUnsupported [2022-02-15T15:26:47.246Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSecretRemoveError [2022-02-15T15:26:47.246Z] --- PASS: TestSecretRemoveError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSecretRemove [2022-02-15T15:26:47.246Z] --- PASS: TestSecretRemove (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSecretUpdateUnsupported [2022-02-15T15:26:47.246Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSecretUpdateError [2022-02-15T15:26:47.246Z] --- PASS: TestSecretUpdateError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSecretUpdate [2022-02-15T15:26:47.246Z] --- PASS: TestSecretUpdate (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestServiceCreateError [2022-02-15T15:26:47.246Z] --- PASS: TestServiceCreateError (0.01s) [2022-02-15T15:26:47.246Z] === RUN TestServiceCreate [2022-02-15T15:26:47.246Z] --- PASS: TestServiceCreate (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestServiceCreateCompatiblePlatforms [2022-02-15T15:26:47.246Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestServiceCreateDigestPinning [2022-02-15T15:26:47.246Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestServiceInspectError [2022-02-15T15:26:47.246Z] --- PASS: TestServiceInspectError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestServiceInspectServiceNotFound [2022-02-15T15:26:47.246Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestServiceInspectWithEmptyID [2022-02-15T15:26:47.246Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestServiceInspect [2022-02-15T15:26:47.246Z] --- PASS: TestServiceInspect (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestServiceListError [2022-02-15T15:26:47.246Z] --- PASS: TestServiceListError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestServiceList [2022-02-15T15:26:47.246Z] --- PASS: TestServiceList (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestServiceLogsError [2022-02-15T15:26:47.246Z] --- PASS: TestServiceLogsError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestServiceLogs [2022-02-15T15:26:47.246Z] --- PASS: TestServiceLogs (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestServiceRemoveError [2022-02-15T15:26:47.246Z] --- PASS: TestServiceRemoveError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestServiceRemoveNotFoundError [2022-02-15T15:26:47.246Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestServiceRemove [2022-02-15T15:26:47.246Z] --- PASS: TestServiceRemove (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestServiceUpdateError [2022-02-15T15:26:47.246Z] --- PASS: TestServiceUpdateError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestServiceUpdate [2022-02-15T15:26:47.246Z] --- PASS: TestServiceUpdate (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSwarmGetUnlockKeyError [2022-02-15T15:26:47.246Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSwarmGetUnlockKey [2022-02-15T15:26:47.246Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSwarmInitError [2022-02-15T15:26:47.246Z] --- PASS: TestSwarmInitError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSwarmInit [2022-02-15T15:26:47.246Z] --- PASS: TestSwarmInit (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSwarmInspectError [2022-02-15T15:26:47.246Z] --- PASS: TestSwarmInspectError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSwarmInspect [2022-02-15T15:26:47.246Z] --- PASS: TestSwarmInspect (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSwarmJoinError [2022-02-15T15:26:47.246Z] --- PASS: TestSwarmJoinError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSwarmJoin [2022-02-15T15:26:47.246Z] --- PASS: TestSwarmJoin (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSwarmLeaveError [2022-02-15T15:26:47.246Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSwarmLeave [2022-02-15T15:26:47.246Z] --- PASS: TestSwarmLeave (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSwarmUnlockError [2022-02-15T15:26:47.246Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSwarmUnlock [2022-02-15T15:26:47.246Z] --- PASS: TestSwarmUnlock (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSwarmUpdateError [2022-02-15T15:26:47.246Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestSwarmUpdate [2022-02-15T15:26:47.246Z] --- PASS: TestSwarmUpdate (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestTaskInspectError [2022-02-15T15:26:47.246Z] --- PASS: TestTaskInspectError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestTaskInspectWithEmptyID [2022-02-15T15:26:47.246Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestTaskInspect [2022-02-15T15:26:47.246Z] --- PASS: TestTaskInspect (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestTaskListError [2022-02-15T15:26:47.246Z] --- PASS: TestTaskListError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestTaskList [2022-02-15T15:26:47.246Z] --- PASS: TestTaskList (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestVolumeCreateError [2022-02-15T15:26:47.246Z] --- PASS: TestVolumeCreateError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestVolumeCreate [2022-02-15T15:26:47.246Z] --- PASS: TestVolumeCreate (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestVolumeInspectError [2022-02-15T15:26:47.246Z] --- PASS: TestVolumeInspectError (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestVolumeInspectNotFound [2022-02-15T15:26:47.246Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestVolumeInspectWithEmptyID [2022-02-15T15:26:47.246Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestVolumeInspect [2022-02-15T15:26:47.246Z] --- PASS: TestVolumeInspect (0.00s) [2022-02-15T15:26:47.246Z] === RUN TestVolumeListError [2022-02-15T15:26:47.246Z] --- PASS: TestVolumeListError (0.00s) [2022-02-15T15:26:47.247Z] === RUN TestVolumeList [2022-02-15T15:26:47.247Z] --- PASS: TestVolumeList (0.00s) [2022-02-15T15:26:47.247Z] === RUN TestVolumeRemoveError [2022-02-15T15:26:47.247Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-02-15T15:26:47.247Z] === RUN TestVolumeRemove [2022-02-15T15:26:47.247Z] --- PASS: TestVolumeRemove (0.00s) [2022-02-15T15:26:47.247Z] === CONT TestTLSCloseWriter [2022-02-15T15:26:47.247Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-02-15T15:26:47.247Z] PASS [2022-02-15T15:26:47.247Z] coverage: 75.3% of statements [2022-02-15T15:26:47.247Z] ok github.com/docker/docker/client 0.526s coverage: 75.3% of statements [2022-02-15T15:26:47.369Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-02-15T15:26:47.369Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-02-15T15:26:47.546Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-02-15T15:26:47.546Z] === RUN TestDockerSuite/TestCreateArgs [2022-02-15T15:26:47.807Z] === RUN TestDockerSuite/TestCreateByImageID [2022-02-15T15:26:47.839Z] === RUN TestDockerSuite/TestBuildBlankName [2022-02-15T15:26:48.068Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-02-15T15:26:48.305Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-02-15T15:26:48.639Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-02-15T15:26:48.639Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-02-15T15:26:48.639Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-02-15T15:26:48.639Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-02-15T15:26:48.899Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-02-15T15:26:49.159Z] === RUN TestDockerSuite/TestCreateLabels [2022-02-15T15:26:49.159Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-02-15T15:26:49.420Z] === RUN TestDockerSuite/TestCreateRM [2022-02-15T15:26:49.420Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-02-15T15:26:49.420Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-02-15T15:26:49.420Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-02-15T15:26:49.420Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-02-15T15:26:49.681Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-02-15T15:26:49.681Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-02-15T15:26:51.066Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-02-15T15:26:51.066Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-02-15T15:26:51.326Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-02-15T15:26:51.923Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2022-02-15T15:26:51.923Z] ok github.com/docker/docker/api/server/middleware 0.010s coverage: 37.7% of statements [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/server/router [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-02-15T15:26:51.923Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/types [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/types/container [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/types/events [no test files] [2022-02-15T15:26:51.923Z] ok github.com/docker/docker/api/types/strslice 0.012s coverage: 90.0% of statements [2022-02-15T15:26:51.923Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/types/image [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/types/network [no test files] [2022-02-15T15:26:51.923Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-02-15T15:26:51.924Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-02-15T15:26:51.924Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-02-15T15:26:51.924Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-02-15T15:26:51.924Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2022-02-15T15:26:51.924Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-02-15T15:26:51.924Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-02-15T15:26:51.924Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-02-15T15:26:51.924Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-02-15T15:26:51.924Z] ? github.com/docker/docker/builder [no test files] [2022-02-15T15:26:51.924Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-02-15T15:26:51.924Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-02-15T15:26:51.924Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-02-15T15:26:51.924Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-02-15T15:26:51.924Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-02-15T15:26:51.924Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-02-15T15:26:51.924Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-02-15T15:26:51.924Z] ok github.com/docker/docker/builder/remotecontext 0.101s coverage: 13.7% of statements [2022-02-15T15:26:52.184Z] ok github.com/docker/docker/builder/dockerfile 0.227s coverage: 49.0% of statements [2022-02-15T15:26:52.184Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-02-15T15:26:52.271Z] docker_api_swarm_node_test.go:53: [d3d3703508f62] joining swarm manager [d69dbc1e45436]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:26:53.126Z] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements [2022-02-15T15:26:53.217Z] docker_api_swarm_node_test.go:54: [df3dbf7eb8111] joining swarm manager [d69dbc1e45436]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:26:54.066Z] ok github.com/docker/docker/builder/remotecontext/git 1.388s coverage: 86.3% of statements [2022-02-15T15:26:54.066Z] ? github.com/docker/docker/cli [no test files] [2022-02-15T15:26:54.066Z] ? github.com/docker/docker/cli/config [no test files] [2022-02-15T15:26:54.602Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-02-15T15:26:54.602Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-02-15T15:26:54.602Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-02-15T15:26:54.862Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-02-15T15:26:54.862Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-02-15T15:26:54.862Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-02-15T15:26:55.019Z] ok github.com/docker/docker/cmd/docker-proxy 0.122s coverage: 67.6% of statements [2022-02-15T15:26:55.435Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-02-15T15:26:55.962Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:26:55.962Z] INFO: Testing against a local daemon [2022-02-15T15:26:55.962Z] === RUN TestBuildWithSession [2022-02-15T15:26:55.962Z] build_session_test.go:25: TODO: BuildKit [2022-02-15T15:26:55.962Z] --- SKIP: TestBuildWithSession (0.00s) [2022-02-15T15:26:55.962Z] === RUN TestBuildSquashParent [2022-02-15T15:26:55.962Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:26:55.962Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-02-15T15:26:55.962Z] === RUN TestBuildWithRemoveAndForceRemove [2022-02-15T15:26:55.962Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:26:55.962Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:26:55.962Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:26:55.962Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:26:55.962Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:26:55.962Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:26:55.962Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:26:55.962Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:26:55.962Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:26:55.962Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:26:55.962Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:26:55.962Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:26:55.962Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:26:55.962Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:26:55.962Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:26:55.962Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:26:56.376Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-02-15T15:26:56.376Z] --- PASS: TestCreateServiceSecretFileMode (13.08s) [2022-02-15T15:26:56.376Z] === RUN TestCreateServiceConfigFileMode [2022-02-15T15:26:56.949Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-02-15T15:26:57.565Z] ok github.com/docker/docker/client 0.161s coverage: 75.8% of statements [2022-02-15T15:26:57.890Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-02-15T15:26:58.730Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-02-15T15:26:58.730Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-02-15T15:26:58.730Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-02-15T15:26:59.275Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-02-15T15:26:59.845Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-02-15T15:27:00.105Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-02-15T15:27:00.106Z] === RUN TestDockerSuite/TestDevicePermissions [2022-02-15T15:27:00.677Z] === RUN TestDockerSuite/TestDockerFails [2022-02-15T15:27:00.677Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-02-15T15:27:00.677Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-02-15T15:27:00.677Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-02-15T15:27:01.628Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-02-15T15:27:01.888Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-02-15T15:27:03.271Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-02-15T15:27:03.271Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-02-15T15:27:03.271Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-02-15T15:27:03.271Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-02-15T15:27:04.583Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-02-15T15:27:08.489Z] --- PASS: TestCheckoutGit (37.11s) [2022-02-15T15:27:08.489Z] === RUN TestValidGitTransport [2022-02-15T15:27:08.489Z] --- PASS: TestValidGitTransport (0.00s) [2022-02-15T15:27:08.489Z] === RUN TestGitInvalidRef [2022-02-15T15:27:08.489Z] --- PASS: TestGitInvalidRef (0.27s) [2022-02-15T15:27:08.489Z] PASS [2022-02-15T15:27:08.489Z] coverage: 86.3% of statements [2022-02-15T15:27:08.489Z] ok github.com/docker/docker/builder/remotecontext/git 37.459s coverage: 86.3% of statements [2022-02-15T15:27:08.555Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-02-15T15:27:09.476Z] ? github.com/docker/docker/cli [no test files] [2022-02-15T15:27:09.476Z] ? github.com/docker/docker/cli/config [no test files] [2022-02-15T15:27:09.498Z] --- PASS: TestCreateServiceConfigFileMode (12.85s) [2022-02-15T15:27:09.498Z] === RUN TestCreateServiceSysctls [2022-02-15T15:27:10.439Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-02-15T15:27:12.984Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-02-15T15:27:12.984Z] --- PASS: TestCreateServiceSysctls (3.64s) [2022-02-15T15:27:12.984Z] === RUN TestCreateServiceCapabilities [2022-02-15T15:27:13.811Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:27:13.811Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:27:13.926Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-02-15T15:27:14.869Z] === RUN TestDockerSuite/TestEventsAttach [2022-02-15T15:27:15.003Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-02-15T15:27:15.344Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-02-15T15:27:15.344Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-02-15T15:27:15.344Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-02-15T15:27:15.344Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-02-15T15:27:15.344Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-02-15T15:27:15.344Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.01s) [2022-02-15T15:27:15.344Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-02-15T15:27:15.344Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-02-15T15:27:15.344Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-02-15T15:27:15.344Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-02-15T15:27:15.344Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-02-15T15:27:15.344Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-02-15T15:27:15.344Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-02-15T15:27:15.344Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-02-15T15:27:15.344Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-02-15T15:27:15.344Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-02-15T15:27:15.344Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-02-15T15:27:15.344Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-02-15T15:27:15.344Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-02-15T15:27:15.344Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-02-15T15:27:15.344Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-02-15T15:27:15.344Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-02-15T15:27:15.344Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-02-15T15:27:15.344Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-02-15T15:27:15.344Z] === RUN TestConfigureDaemonLogs [2022-02-15T15:27:15.344Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-02-15T15:27:15.344Z] === RUN TestCommonOptionsInstallFlags [2022-02-15T15:27:15.344Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-02-15T15:27:15.344Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-02-15T15:27:15.344Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-02-15T15:27:15.344Z] PASS [2022-02-15T15:27:15.344Z] coverage: 18.6% of statements [2022-02-15T15:27:15.344Z] ok github.com/docker/docker/cmd/dockerd 0.239s coverage: 18.6% of statements [2022-02-15T15:27:15.344Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-02-15T15:27:15.344Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-02-15T15:27:15.440Z] === RUN TestDockerSuite/TestEventsCommit [2022-02-15T15:27:15.701Z] --- PASS: TestCreateServiceCapabilities (2.82s) [2022-02-15T15:27:15.701Z] === RUN TestInspect [2022-02-15T15:27:16.271Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-02-15T15:27:16.842Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-02-15T15:27:16.913Z] === RUN TestContainerStopSignal [2022-02-15T15:27:16.913Z] --- PASS: TestContainerStopSignal (0.00s) [2022-02-15T15:27:16.913Z] === RUN TestContainerStopTimeout [2022-02-15T15:27:16.913Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-02-15T15:27:16.913Z] === RUN TestContainerSecretReferenceDestTarget [2022-02-15T15:27:16.913Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-02-15T15:27:16.913Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-02-15T15:27:16.913Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-02-15T15:27:16.913Z] === RUN TestContainerLogPathSetForRingLogger [2022-02-15T15:27:16.913Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-02-15T15:27:16.913Z] === RUN TestReplaceAndAppendEnvVars [2022-02-15T15:27:16.913Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-02-15T15:27:16.913Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-02-15T15:27:16.913Z] === RUN TestNewMemoryStore [2022-02-15T15:27:16.913Z] --- PASS: TestNewMemoryStore (0.00s) [2022-02-15T15:27:16.913Z] === RUN TestAddContainers [2022-02-15T15:27:16.913Z] --- PASS: TestAddContainers (0.00s) [2022-02-15T15:27:16.913Z] === RUN TestGetContainer [2022-02-15T15:27:16.913Z] --- PASS: TestGetContainer (0.00s) [2022-02-15T15:27:16.913Z] === RUN TestDeleteContainer [2022-02-15T15:27:16.913Z] --- PASS: TestDeleteContainer (0.00s) [2022-02-15T15:27:16.913Z] === RUN TestListContainers [2022-02-15T15:27:16.913Z] --- PASS: TestListContainers (0.00s) [2022-02-15T15:27:16.913Z] === RUN TestFirstContainer [2022-02-15T15:27:16.913Z] --- PASS: TestFirstContainer (0.00s) [2022-02-15T15:27:16.913Z] === RUN TestApplyAllContainer [2022-02-15T15:27:16.913Z] --- PASS: TestApplyAllContainer (0.00s) [2022-02-15T15:27:16.913Z] === RUN TestIsValidHealthString [2022-02-15T15:27:16.913Z] --- PASS: TestIsValidHealthString (0.00s) [2022-02-15T15:27:16.913Z] === RUN TestStateRunStop [2022-02-15T15:27:16.913Z] --- PASS: TestStateRunStop (0.00s) [2022-02-15T15:27:16.913Z] === RUN TestStateTimeoutWait [2022-02-15T15:27:16.913Z] state_test.go:141: Stop callback fired [2022-02-15T15:27:16.913Z] state_test.go:165: Stop callback fired [2022-02-15T15:27:16.913Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-02-15T15:27:16.913Z] === RUN TestIsValidStateString [2022-02-15T15:27:16.913Z] --- PASS: TestIsValidStateString (0.00s) [2022-02-15T15:27:16.913Z] === RUN TestViewSaveDelete [2022-02-15T15:27:16.913Z] --- PASS: TestViewSaveDelete (0.01s) [2022-02-15T15:27:16.913Z] === RUN TestViewAll [2022-02-15T15:27:16.913Z] --- PASS: TestViewAll (0.02s) [2022-02-15T15:27:16.913Z] === RUN TestViewGet [2022-02-15T15:27:16.913Z] --- PASS: TestViewGet (0.01s) [2022-02-15T15:27:16.913Z] === RUN TestNames [2022-02-15T15:27:16.913Z] --- PASS: TestNames (0.00s) [2022-02-15T15:27:16.913Z] === RUN TestViewWithHealthCheck [2022-02-15T15:27:16.913Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-02-15T15:27:16.913Z] PASS [2022-02-15T15:27:16.913Z] coverage: 41.5% of statements [2022-02-15T15:27:16.913Z] ok github.com/docker/docker/container 0.259s coverage: 41.5% of statements [2022-02-15T15:27:17.382Z] ? github.com/docker/docker/container/stream [no test files] [2022-02-15T15:27:17.382Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-02-15T15:27:17.382Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-02-15T15:27:17.382Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-02-15T15:27:17.414Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-02-15T15:27:18.355Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-02-15T15:27:18.370Z] === RUN TestPrepare [2022-02-15T15:27:18.370Z] --- PASS: TestPrepare (0.00s) [2022-02-15T15:27:18.370Z] === RUN TestStart [2022-02-15T15:27:18.370Z] --- PASS: TestStart (0.00s) [2022-02-15T15:27:18.370Z] === RUN TestWaitCancel [2022-02-15T15:27:18.370Z] --- PASS: TestWaitCancel (0.00s) [2022-02-15T15:27:18.370Z] === RUN TestWaitDisabled [2022-02-15T15:27:18.370Z] --- PASS: TestWaitDisabled (0.00s) [2022-02-15T15:27:18.370Z] === RUN TestWaitEnabled [2022-02-15T15:27:18.370Z] --- PASS: TestWaitEnabled (0.00s) [2022-02-15T15:27:18.370Z] === RUN TestRemove [2022-02-15T15:27:18.370Z] --- PASS: TestRemove (0.00s) [2022-02-15T15:27:18.371Z] PASS [2022-02-15T15:27:18.371Z] coverage: 65.3% of statements [2022-02-15T15:27:18.371Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.076s coverage: 65.3% of statements [2022-02-15T15:27:18.925Z] --- PASS: TestInspect (3.18s) [2022-02-15T15:27:18.925Z] === RUN TestCreateJob [2022-02-15T15:27:19.866Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-02-15T15:27:20.589Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-02-15T15:27:20.589Z] === RUN TestNewListSecretsFilters [2022-02-15T15:27:20.589Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-02-15T15:27:20.589Z] === RUN TestNewListConfigsFilters [2022-02-15T15:27:20.589Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-02-15T15:27:20.589Z] PASS [2022-02-15T15:27:20.589Z] coverage: 0.5% of statements [2022-02-15T15:27:20.589Z] ok github.com/docker/docker/daemon/cluster 0.775s coverage: 0.5% of statements [2022-02-15T15:27:20.589Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.21s) [2022-02-15T15:27:20.589Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-02-15T15:27:20.589Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-02-15T15:27:20.589Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-02-15T15:27:20.589Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-02-15T15:27:20.589Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-02-15T15:27:20.589Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-02-15T15:27:20.589Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-02-15T15:27:20.589Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-02-15T15:27:20.589Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-02-15T15:27:20.589Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-02-15T15:27:20.589Z] === RUN TestServiceConvertToGRPCIsolation [2022-02-15T15:27:20.589Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-02-15T15:27:20.589Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-02-15T15:27:20.589Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-02-15T15:27:20.589Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-02-15T15:27:20.589Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-02-15T15:27:20.589Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-02-15T15:27:20.589Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-02-15T15:27:20.589Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-02-15T15:27:20.589Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-02-15T15:27:20.589Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-02-15T15:27:20.589Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-02-15T15:27:20.809Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertFromGRPCIsolation [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-02-15T15:27:21.058Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-02-15T15:27:21.058Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertFromGRPCConfigs [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertToGRPCConfigs [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-02-15T15:27:21.058Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-02-15T15:27:21.058Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-02-15T15:27:21.058Z] PASS [2022-02-15T15:27:21.058Z] coverage: 35.9% of statements [2022-02-15T15:27:21.058Z] ok github.com/docker/docker/daemon/cluster/convert 0.504s coverage: 35.9% of statements [2022-02-15T15:27:22.722Z] --- PASS: TestCreateJob (3.76s) [2022-02-15T15:27:22.722Z] === RUN TestReplicatedJob [2022-02-15T15:27:23.293Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-02-15T15:27:24.029Z] === RUN TestBuilderGC [2022-02-15T15:27:24.029Z] --- PASS: TestBuilderGC (0.00s) [2022-02-15T15:27:24.029Z] === RUN TestDaemonConfigurationNotFound [2022-02-15T15:27:24.029Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-02-15T15:27:24.029Z] === RUN TestDaemonBrokenConfiguration [2022-02-15T15:27:24.029Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-02-15T15:27:24.029Z] === RUN TestFindConfigurationConflicts [2022-02-15T15:27:24.029Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-02-15T15:27:24.029Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-02-15T15:27:24.029Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-02-15T15:27:24.029Z] === RUN TestDaemonConfigurationMergeConflicts [2022-02-15T15:27:24.029Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-02-15T15:27:24.030Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-02-15T15:27:24.030Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-02-15T15:27:24.030Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-02-15T15:27:24.030Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-02-15T15:27:24.030Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-02-15T15:27:24.030Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-02-15T15:27:24.030Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-02-15T15:27:24.030Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-02-15T15:27:24.030Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-02-15T15:27:24.030Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-02-15T15:27:24.030Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-02-15T15:27:24.030Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-02-15T15:27:24.030Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-02-15T15:27:24.030Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-02-15T15:27:24.030Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-02-15T15:27:24.030Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-02-15T15:27:24.030Z] === RUN TestValidateConfigurationErrors [2022-02-15T15:27:24.030Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-02-15T15:27:24.030Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-02-15T15:27:24.030Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-02-15T15:27:24.030Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-02-15T15:27:24.030Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-02-15T15:27:24.030Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-02-15T15:27:24.030Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-02-15T15:27:24.030Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-02-15T15:27:24.030Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-02-15T15:27:24.030Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-02-15T15:27:24.030Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-02-15T15:27:24.030Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-02-15T15:27:24.030Z] === RUN TestValidateConfiguration [2022-02-15T15:27:24.030Z] === RUN TestValidateConfiguration/with_label [2022-02-15T15:27:24.030Z] === RUN TestValidateConfiguration/with_dns [2022-02-15T15:27:24.030Z] === RUN TestValidateConfiguration/with_dns-search [2022-02-15T15:27:24.030Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-02-15T15:27:24.030Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-02-15T15:27:24.030Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-02-15T15:27:24.030Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-02-15T15:27:24.030Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfiguration (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-02-15T15:27:24.030Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-02-15T15:27:24.030Z] === RUN TestReloadSetConfigFileNotExist [2022-02-15T15:27:24.030Z] time="2022-02-15T15:27:23Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-02-15T15:27:24.030Z] --- PASS: TestReloadSetConfigFileNotExist (0.20s) [2022-02-15T15:27:24.030Z] === RUN TestReloadDefaultConfigNotExist [2022-02-15T15:27:24.030Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:27:24.030Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-02-15T15:27:24.030Z] === RUN TestReloadBadDefaultConfig [2022-02-15T15:27:24.030Z] time="2022-02-15T15:27:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3880316134" [2022-02-15T15:27:24.030Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-02-15T15:27:24.030Z] === RUN TestReloadWithConflictingLabels [2022-02-15T15:27:24.030Z] time="2022-02-15T15:27:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3086257610" [2022-02-15T15:27:24.030Z] --- PASS: TestReloadWithConflictingLabels (0.01s) [2022-02-15T15:27:24.030Z] === RUN TestReloadWithDuplicateLabels [2022-02-15T15:27:24.030Z] time="2022-02-15T15:27:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1610467630" [2022-02-15T15:27:24.030Z] --- PASS: TestReloadWithDuplicateLabels (0.03s) [2022-02-15T15:27:24.030Z] === RUN TestMaskURLCredentials [2022-02-15T15:27:24.030Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-02-15T15:27:24.030Z] === RUN TestDaemonConfigurationMerge [2022-02-15T15:27:24.030Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-02-15T15:27:24.030Z] PASS [2022-02-15T15:27:24.030Z] coverage: 79.2% of statements [2022-02-15T15:27:24.030Z] ok github.com/docker/docker/daemon/config 0.382s coverage: 79.2% of statements [2022-02-15T15:27:24.237Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-02-15T15:27:24.237Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (21.46s) [2022-02-15T15:27:24.237Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (21.46s) [2022-02-15T15:27:24.237Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (21.62s) [2022-02-15T15:27:24.237Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (21.84s) [2022-02-15T15:27:24.237Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (11.19s) [2022-02-15T15:27:24.237Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.40s) [2022-02-15T15:27:24.237Z] === RUN TestBuildMultiStageCopy [2022-02-15T15:27:24.237Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-02-15T15:27:25.019Z] === RUN TestEventsLog [2022-02-15T15:27:25.019Z] --- PASS: TestEventsLog (0.00s) [2022-02-15T15:27:25.019Z] === RUN TestEventsLogTimeout [2022-02-15T15:27:25.019Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-02-15T15:27:25.019Z] === RUN TestLogEvents [2022-02-15T15:27:25.019Z] --- PASS: TestLogEvents (0.05s) [2022-02-15T15:27:25.019Z] === RUN TestLoadBufferedEvents [2022-02-15T15:27:25.019Z] --- PASS: TestLoadBufferedEvents (0.16s) [2022-02-15T15:27:25.019Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-02-15T15:27:25.019Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-02-15T15:27:25.019Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-02-15T15:27:25.019Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-02-15T15:27:25.019Z] PASS [2022-02-15T15:27:25.019Z] coverage: 50.0% of statements [2022-02-15T15:27:25.019Z] ok github.com/docker/docker/daemon/events 0.270s coverage: 50.0% of statements [2022-02-15T15:27:25.213Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-02-15T15:27:25.417Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-02-15T15:27:25.417Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-02-15T15:27:25.474Z] === RUN TestDockerSuite/TestEventsCopy [2022-02-15T15:27:25.494Z] === RUN TestWaitNodeAttachment [2022-02-15T15:27:25.885Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-02-15T15:27:25.962Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-02-15T15:27:25.962Z] === RUN TestIsolationConversion [2022-02-15T15:27:25.962Z] === RUN TestIsolationConversion/default [2022-02-15T15:27:25.962Z] === RUN TestIsolationConversion/process [2022-02-15T15:27:25.962Z] === RUN TestIsolationConversion/hyperv [2022-02-15T15:27:25.962Z] --- PASS: TestIsolationConversion (0.00s) [2022-02-15T15:27:25.962Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-02-15T15:27:25.962Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-02-15T15:27:25.962Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-02-15T15:27:25.962Z] === RUN TestContainerLabels [2022-02-15T15:27:25.962Z] --- PASS: TestContainerLabels (0.00s) [2022-02-15T15:27:25.962Z] === RUN TestCredentialSpecConversion [2022-02-15T15:27:25.962Z] === RUN TestCredentialSpecConversion/none [2022-02-15T15:27:25.962Z] === RUN TestCredentialSpecConversion/config [2022-02-15T15:27:25.962Z] === RUN TestCredentialSpecConversion/file [2022-02-15T15:27:25.962Z] === RUN TestCredentialSpecConversion/registry [2022-02-15T15:27:25.962Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-02-15T15:27:25.962Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-02-15T15:27:25.962Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-02-15T15:27:25.962Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-02-15T15:27:25.962Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-02-15T15:27:25.962Z] === RUN TestControllerValidateMountBind [2022-02-15T15:27:25.962Z] --- PASS: TestControllerValidateMountBind (0.01s) [2022-02-15T15:27:25.962Z] === RUN TestControllerValidateMountVolume [2022-02-15T15:27:25.962Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-02-15T15:27:25.962Z] === RUN TestControllerValidateMountTarget [2022-02-15T15:27:25.962Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-02-15T15:27:25.962Z] === RUN TestControllerValidateMountTmpfs [2022-02-15T15:27:25.962Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-02-15T15:27:25.962Z] === RUN TestControllerValidateMountInvalidType [2022-02-15T15:27:25.962Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-02-15T15:27:25.962Z] === RUN TestControllerValidateMountNamedPipe [2022-02-15T15:27:25.962Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-02-15T15:27:25.962Z] PASS [2022-02-15T15:27:25.962Z] coverage: 11.0% of statements [2022-02-15T15:27:25.962Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.606s coverage: 11.0% of statements [2022-02-15T15:27:26.435Z] === RUN TestIsEmptyDir [2022-02-15T15:27:26.435Z] --- PASS: TestIsEmptyDir (0.01s) [2022-02-15T15:27:26.435Z] PASS [2022-02-15T15:27:26.435Z] coverage: 2.3% of statements [2022-02-15T15:27:26.435Z] ok github.com/docker/docker/daemon/graphdriver 0.081s coverage: 2.3% of statements [2022-02-15T15:27:26.903Z] === RUN TestLinkNaming [2022-02-15T15:27:26.903Z] --- PASS: TestLinkNaming (0.00s) [2022-02-15T15:27:26.903Z] === RUN TestLinkNew [2022-02-15T15:27:26.903Z] --- PASS: TestLinkNew (0.00s) [2022-02-15T15:27:26.903Z] === RUN TestLinkEnv [2022-02-15T15:27:26.903Z] --- PASS: TestLinkEnv (0.00s) [2022-02-15T15:27:26.903Z] === RUN TestLinkMultipleEnv [2022-02-15T15:27:26.903Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-02-15T15:27:26.903Z] === RUN TestLinkPortRangeEnv [2022-02-15T15:27:26.903Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-02-15T15:27:26.903Z] PASS [2022-02-15T15:27:26.903Z] coverage: 93.0% of statements [2022-02-15T15:27:26.903Z] ok github.com/docker/docker/daemon/links 0.047s coverage: 93.0% of statements [2022-02-15T15:27:27.373Z] === RUN TestVerifyNetworkingConfig [2022-02-15T15:27:27.373Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-02-15T15:27:27.373Z] === RUN TestGetContainer [2022-02-15T15:27:27.373Z] --- PASS: TestGetContainer (0.00s) [2022-02-15T15:27:27.373Z] === RUN TestValidContainerNames [2022-02-15T15:27:27.373Z] --- PASS: TestValidContainerNames (0.00s) [2022-02-15T15:27:27.373Z] === RUN TestContainerInitDNS [2022-02-15T15:27:27.373Z] daemon_test.go:145: root required [2022-02-15T15:27:27.373Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-02-15T15:27:27.373Z] === RUN TestMerge [2022-02-15T15:27:27.373Z] --- PASS: TestMerge (0.00s) [2022-02-15T15:27:27.373Z] === RUN TestValidateContainerIsolation [2022-02-15T15:27:27.373Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-02-15T15:27:27.373Z] === RUN TestFindNetworkErrorType [2022-02-15T15:27:27.373Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-02-15T15:27:27.373Z] === RUN TestEnsureServicesExist [2022-02-15T15:27:27.373Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-02-15T15:27:27.373Z] === RUN TestEnsureServicesExistErrors [2022-02-15T15:27:27.373Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-02-15T15:27:27.373Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-02-15T15:27:27.373Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-02-15T15:27:27.373Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-02-15T15:27:27.373Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-02-15T15:27:27.373Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-02-15T15:27:27.373Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-02-15T15:27:27.373Z] === RUN TestContainerDelete [2022-02-15T15:27:27.373Z] --- PASS: TestContainerDelete (0.01s) [2022-02-15T15:27:27.373Z] === RUN TestContainerDoubleDelete [2022-02-15T15:27:27.373Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-02-15T15:27:27.373Z] === RUN TestLogContainerEventCopyLabels [2022-02-15T15:27:27.373Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-02-15T15:27:27.373Z] === RUN TestLogContainerEventWithAttributes [2022-02-15T15:27:27.373Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-02-15T15:27:27.373Z] === RUN TestNoneHealthcheck [2022-02-15T15:27:27.373Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-02-15T15:27:27.373Z] === RUN TestHealthStates [2022-02-15T15:27:27.373Z] time="2022-02-15T15:27:26Z" 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-02-15T15:27:27.373Z] time="2022-02-15T15:27:27Z" 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-02-15T15:27:27.373Z] time="2022-02-15T15:27:27Z" 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-02-15T15:27:27.373Z] time="2022-02-15T15:27:27Z" 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-02-15T15:27:27.373Z] time="2022-02-15T15:27:27Z" 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-02-15T15:27:27.373Z] time="2022-02-15T15:27:27Z" 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-02-15T15:27:27.373Z] time="2022-02-15T15:27:27Z" 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-02-15T15:27:27.373Z] time="2022-02-15T15:27:27Z" 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-02-15T15:27:27.373Z] time="2022-02-15T15:27:27Z" 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-02-15T15:27:27.373Z] time="2022-02-15T15:27:27Z" 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-02-15T15:27:27.373Z] --- PASS: TestHealthStates (0.20s) [2022-02-15T15:27:27.373Z] === RUN TestGetInspectData [2022-02-15T15:27:27.373Z] --- PASS: TestGetInspectData (0.00s) [2022-02-15T15:27:27.373Z] === RUN TestFillLicense [2022-02-15T15:27:27.373Z] --- PASS: TestFillLicense (0.00s) [2022-02-15T15:27:27.373Z] === RUN TestListInvalidFilter [2022-02-15T15:27:27.389Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-02-15T15:27:27.843Z] --- PASS: TestListInvalidFilter (0.00s) [2022-02-15T15:27:27.843Z] === RUN TestNameFilter [2022-02-15T15:27:27.843Z] --- PASS: TestNameFilter (0.00s) [2022-02-15T15:27:27.843Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-02-15T15:27:27.843Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-02-15T15:27:27.843Z] === 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-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-02-15T15:27:27.843Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-02-15T15:27:27.843Z] --- 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-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-02-15T15:27:27.843Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-02-15T15:27:27.843Z] === RUN TestDaemonReloadLabels [2022-02-15T15:27:27.843Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-02-15T15:27:27.843Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-02-15T15:27:27.843Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-02-15T15:27:27.843Z] === RUN TestDaemonReloadMirrors [2022-02-15T15:27:27.843Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-02-15T15:27:27.843Z] === RUN TestDaemonReloadInsecureRegistries [2022-02-15T15:27:27.843Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-02-15T15:27:27.843Z] === RUN TestDaemonReloadNotAffectOthers [2022-02-15T15:27:27.843Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-02-15T15:27:27.843Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-02-15T15:27:27.843Z] reload_test.go:342: root required [2022-02-15T15:27:27.843Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-02-15T15:27:27.843Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-02-15T15:27:27.843Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-02-15T15:27:27.843Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-02-15T15:27:27.843Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.04s) [2022-02-15T15:27:27.843Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-02-15T15:27:27.843Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.06s) [2022-02-15T15:27:27.843Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-02-15T15:27:27.843Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-02-15T15:27:27.843Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-02-15T15:27:27.843Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-02-15T15:27:27.843Z] === RUN TestParseVolumesFrom [2022-02-15T15:27:28.312Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-02-15T15:27:28.312Z] PASS [2022-02-15T15:27:28.312Z] coverage: 8.6% of statements [2022-02-15T15:27:28.312Z] ok github.com/docker/docker/daemon 0.645s coverage: 8.6% of statements [2022-02-15T15:27:28.312Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-02-15T15:27:28.312Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-02-15T15:27:28.312Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-02-15T15:27:28.312Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-02-15T15:27:28.312Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-02-15T15:27:28.312Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-02-15T15:27:28.312Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-02-15T15:27:28.312Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-02-15T15:27:28.312Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-02-15T15:27:28.312Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-02-15T15:27:28.312Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-02-15T15:27:28.312Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-02-15T15:27:28.312Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-02-15T15:27:28.312Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-02-15T15:27:28.774Z] --- PASS: TestReplicatedJob (5.81s) [2022-02-15T15:27:28.775Z] === RUN TestUpdateReplicatedJob [2022-02-15T15:27:28.775Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-02-15T15:27:29.300Z] === RUN TestAdapterReadLogs [2022-02-15T15:27:29.300Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-02-15T15:27:29.300Z] === RUN TestCopier [2022-02-15T15:27:29.300Z] --- PASS: TestCopier (0.00s) [2022-02-15T15:27:29.300Z] === RUN TestCopierLongLines [2022-02-15T15:27:29.300Z] --- PASS: TestCopierLongLines (0.00s) [2022-02-15T15:27:29.300Z] === RUN TestCopierSlow [2022-02-15T15:27:29.769Z] --- PASS: TestCopierSlow (0.22s) [2022-02-15T15:27:29.769Z] === RUN TestCopierWithSized [2022-02-15T15:27:29.769Z] === RUN TestCopierWithSized/as_is [2022-02-15T15:27:29.769Z] === RUN TestCopierWithSized/With_RingLogger [2022-02-15T15:27:29.769Z] --- PASS: TestCopierWithSized (0.08s) [2022-02-15T15:27:29.769Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-02-15T15:27:29.769Z] --- PASS: TestCopierWithSized/With_RingLogger (0.08s) [2022-02-15T15:27:29.769Z] === RUN TestCopierWithPartial [2022-02-15T15:27:29.769Z] --- PASS: TestCopierWithPartial (0.00s) [2022-02-15T15:27:29.769Z] === RUN TestRingLogger [2022-02-15T15:27:29.769Z] --- PASS: TestRingLogger (0.00s) [2022-02-15T15:27:29.769Z] === RUN TestRingCap [2022-02-15T15:27:29.769Z] --- PASS: TestRingCap (0.00s) [2022-02-15T15:27:29.769Z] === RUN TestRingClose [2022-02-15T15:27:29.769Z] --- PASS: TestRingClose (0.00s) [2022-02-15T15:27:29.769Z] === RUN TestRingDrain [2022-02-15T15:27:29.769Z] --- PASS: TestRingDrain (0.00s) [2022-02-15T15:27:29.769Z] PASS [2022-02-15T15:27:29.769Z] coverage: 43.8% of statements [2022-02-15T15:27:29.769Z] ok github.com/docker/docker/daemon/logger 0.416s coverage: 43.8% of statements [2022-02-15T15:27:30.239Z] === RUN TestNewStreamConfig [2022-02-15T15:27:30.239Z] === RUN TestNewStreamConfig/defaults [2022-02-15T15:27:30.239Z] === RUN TestNewStreamConfig/invalid_create_group [2022-02-15T15:27:30.239Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-02-15T15:27:30.239Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-02-15T15:27:30.239Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-02-15T15:27:30.239Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-02-15T15:27:30.239Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-02-15T15:27:30.239Z] --- PASS: TestNewStreamConfig (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-02-15T15:27:30.239Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-02-15T15:27:30.239Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-02-15T15:27:30.239Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-02-15T15:27:30.239Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-02-15T15:27:30.239Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestNewAWSLogsClientRegionDetect [2022-02-15T15:27:30.239Z] === RUN TestValidateLogOptReconnectInterval [2022-02-15T15:27:30.239Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-02-15T15:27:30.239Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-02-15T15:27:30.239Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-02-15T15:27:30.239Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-02-15T15:27:30.239Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-02-15T15:27:30.239Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-02-15T15:27:30.239Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-02-15T15:27:30.239Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-02-15T15:27:30.239Z] PASS [2022-02-15T15:27:30.239Z] coverage: 33.6% of statements [2022-02-15T15:27:30.239Z] ok github.com/docker/docker/daemon/logger/fluentd 0.062s coverage: 33.6% of statements [2022-02-15T15:27:30.239Z] time="2022-02-15T15:27:29Z" level=info msg="Trying to get region from EC2 Metadata" [2022-02-15T15:27:30.239Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.20s) [2022-02-15T15:27:30.239Z] === RUN TestCreateSuccess [2022-02-15T15:27:30.239Z] --- PASS: TestCreateSuccess (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestCreateStreamSkipped [2022-02-15T15:27:30.239Z] time="2022-02-15T15:27:29Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-02-15T15:27:30.239Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestCreateLogGroupSuccess [2022-02-15T15:27:30.239Z] time="2022-02-15T15:27:29Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-02-15T15:27:30.239Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestCreateError [2022-02-15T15:27:30.239Z] --- PASS: TestCreateError (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestCreateAlreadyExists [2022-02-15T15:27:30.239Z] time="2022-02-15T15:27:29Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-02-15T15:27:30.239Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestLogClosed [2022-02-15T15:27:30.239Z] --- PASS: TestLogClosed (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestLogBlocking [2022-02-15T15:27:30.239Z] --- PASS: TestLogBlocking (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestLogNonBlockingBufferEmpty [2022-02-15T15:27:30.239Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestLogNonBlockingBufferFull [2022-02-15T15:27:30.239Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestPublishBatchSuccess [2022-02-15T15:27:30.239Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestPublishBatchError [2022-02-15T15:27:30.239Z] time="2022-02-15T15:27:29Z" level=error msg=error [2022-02-15T15:27:30.239Z] --- PASS: TestPublishBatchError (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-02-15T15:27:30.239Z] time="2022-02-15T15:27:29Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-02-15T15:27:30.239Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestPublishBatchAlreadyAccepted [2022-02-15T15:27:30.239Z] time="2022-02-15T15:27:29Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-02-15T15:27:30.239Z] time="2022-02-15T15:27:29Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-02-15T15:27:30.239Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestCollectBatchSimple [2022-02-15T15:27:30.239Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestCollectBatchTicker [2022-02-15T15:27:30.239Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestCollectBatchMultilinePattern [2022-02-15T15:27:30.239Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-02-15T15:27:30.239Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-02-15T15:27:30.239Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-02-15T15:27:30.239Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2022-02-15T15:27:30.239Z] === RUN TestCollectBatchClose [2022-02-15T15:27:30.239Z] --- PASS: TestCollectBatchClose (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestEffectiveLen [2022-02-15T15:27:30.239Z] === RUN TestEffectiveLen/0/Hello [2022-02-15T15:27:30.239Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-02-15T15:27:30.239Z] === RUN TestEffectiveLen/2/🙃 [2022-02-15T15:27:30.239Z] === RUN TestEffectiveLen/3/���� [2022-02-15T15:27:30.239Z] === RUN TestEffectiveLen/4/He��o [2022-02-15T15:27:30.239Z] === RUN TestEffectiveLen/5/ [2022-02-15T15:27:30.239Z] --- PASS: TestEffectiveLen (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestFindValidSplit [2022-02-15T15:27:30.239Z] === RUN TestFindValidSplit/0/ [2022-02-15T15:27:30.239Z] cloudwatchlogs_test.go:1076: [2022-02-15T15:27:30.239Z] cloudwatchlogs_test.go:1077: [2022-02-15T15:27:30.239Z] === RUN TestFindValidSplit/1/Hello [2022-02-15T15:27:30.239Z] cloudwatchlogs_test.go:1076: Hello [2022-02-15T15:27:30.239Z] cloudwatchlogs_test.go:1077: [2022-02-15T15:27:30.239Z] === RUN TestFindValidSplit/2/Hello [2022-02-15T15:27:30.239Z] cloudwatchlogs_test.go:1076: He [2022-02-15T15:27:30.239Z] cloudwatchlogs_test.go:1077: llo [2022-02-15T15:27:30.239Z] === RUN TestFindValidSplit/3/Hello [2022-02-15T15:27:30.239Z] cloudwatchlogs_test.go:1076: [2022-02-15T15:27:30.239Z] cloudwatchlogs_test.go:1077: Hello [2022-02-15T15:27:30.239Z] === RUN TestFindValidSplit/4/🙃 [2022-02-15T15:27:30.239Z] cloudwatchlogs_test.go:1076: [2022-02-15T15:27:30.239Z] cloudwatchlogs_test.go:1077: 🙃 [2022-02-15T15:27:30.239Z] === RUN TestFindValidSplit/5/🙃 [2022-02-15T15:27:30.239Z] cloudwatchlogs_test.go:1076: 🙃 [2022-02-15T15:27:30.239Z] cloudwatchlogs_test.go:1077: [2022-02-15T15:27:30.239Z] === RUN TestFindValidSplit/6/a� [2022-02-15T15:27:30.239Z] cloudwatchlogs_test.go:1076: a [2022-02-15T15:27:30.239Z] cloudwatchlogs_test.go:1077: � [2022-02-15T15:27:30.239Z] === RUN TestFindValidSplit/7/a� [2022-02-15T15:27:30.239Z] cloudwatchlogs_test.go:1076: a� [2022-02-15T15:27:30.239Z] cloudwatchlogs_test.go:1077: [2022-02-15T15:27:30.239Z] --- PASS: TestFindValidSplit (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-02-15T15:27:30.239Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestProcessEventEmoji [2022-02-15T15:27:30.239Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-02-15T15:27:30.239Z] === RUN TestCollectBatchLineSplit [2022-02-15T15:27:30.239Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-02-15T15:27:30.239Z] === RUN TestCollectBatchLineSplitWithBinary [2022-02-15T15:27:30.239Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.03s) [2022-02-15T15:27:30.239Z] === RUN TestCollectBatchMaxEvents [2022-02-15T15:27:30.239Z] --- PASS: TestCollectBatchMaxEvents (0.11s) [2022-02-15T15:27:30.239Z] === RUN TestCollectBatchMaxTotalBytes [2022-02-15T15:27:30.239Z] --- PASS: TestCollectBatchMaxTotalBytes (0.04s) [2022-02-15T15:27:30.239Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-02-15T15:27:30.239Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-02-15T15:27:30.239Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-02-15T15:27:30.708Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-02-15T15:27:30.708Z] === RUN TestParseLogOptionsMultilinePattern [2022-02-15T15:27:30.708Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-02-15T15:27:30.708Z] === RUN TestParseLogOptionsDatetimeFormat [2022-02-15T15:27:30.708Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-02-15T15:27:30.708Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-02-15T15:27:30.708Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-02-15T15:27:30.708Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-02-15T15:27:30.708Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-02-15T15:27:30.708Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-02-15T15:27:30.708Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-02-15T15:27:30.708Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2022-02-15T15:27:30.708Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-02-15T15:27:30.708Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-02-15T15:27:30.708Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-02-15T15:27:30.708Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-02-15T15:27:30.708Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-02-15T15:27:30.708Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-02-15T15:27:30.708Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-02-15T15:27:30.708Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-02-15T15:27:30.708Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-02-15T15:27:30.708Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-02-15T15:27:30.708Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-02-15T15:27:30.708Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-02-15T15:27:30.708Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-02-15T15:27:30.708Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-02-15T15:27:30.708Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-02-15T15:27:30.708Z] === RUN TestValidateLogOptionsFormat [2022-02-15T15:27:30.708Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-02-15T15:27:30.708Z] === RUN TestValidateLogOptionsFormat/1/random [2022-02-15T15:27:30.708Z] === RUN TestValidateLogOptionsFormat/2/ [2022-02-15T15:27:30.708Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-02-15T15:27:30.708Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-02-15T15:27:30.708Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-02-15T15:27:30.708Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-02-15T15:27:30.708Z] === RUN TestCreateTagSuccess [2022-02-15T15:27:30.708Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-02-15T15:27:30.708Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-02-15T15:27:30.708Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-02-15T15:27:30.708Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-02-15T15:27:30.708Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-02-15T15:27:30.708Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-02-15T15:27:30.708Z] === RUN TestSearchRegistryForImagesErrors [2022-02-15T15:27:30.708Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-02-15T15:27:30.708Z] === RUN TestSearchRegistryForImages [2022-02-15T15:27:30.708Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-02-15T15:27:30.708Z] === RUN TestOnlyPlatformWithFallback [2022-02-15T15:27:30.708Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-02-15T15:27:30.708Z] === RUN TestImageDelete [2022-02-15T15:27:30.708Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2022-02-15T15:27:30.708Z] PASS [2022-02-15T15:27:30.708Z] coverage: 80.2% of statements [2022-02-15T15:27:30.708Z] === RUN TestImageDelete/no_lease [2022-02-15T15:27:30.708Z] ok github.com/docker/docker/daemon/logger/awslogs 0.638s coverage: 80.2% of statements [2022-02-15T15:27:30.708Z] === RUN TestImageDelete/lease_exists [2022-02-15T15:27:30.708Z] --- PASS: TestImageDelete (0.07s) [2022-02-15T15:27:30.708Z] --- PASS: TestImageDelete/no_lease (0.02s) [2022-02-15T15:27:30.708Z] --- PASS: TestImageDelete/lease_exists (0.03s) [2022-02-15T15:27:30.708Z] === RUN TestContentStoreForPull [2022-02-15T15:27:30.708Z] --- PASS: TestContentStoreForPull (0.23s) [2022-02-15T15:27:30.708Z] PASS [2022-02-15T15:27:30.708Z] coverage: 6.7% of statements [2022-02-15T15:27:30.708Z] ok github.com/docker/docker/daemon/images 0.466s coverage: 6.7% of statements [2022-02-15T15:27:31.180Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-02-15T15:27:31.180Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-02-15T15:27:31.180Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-02-15T15:27:31.180Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-02-15T15:27:31.180Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-02-15T15:27:31.180Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-02-15T15:27:31.180Z] === RUN TestJSONLogsMarshalJSONBuf [2022-02-15T15:27:31.180Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-02-15T15:27:31.180Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-02-15T15:27:31.180Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.22s) [2022-02-15T15:27:31.180Z] === RUN TestFastTimeMarshalJSON [2022-02-15T15:27:31.180Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-02-15T15:27:31.180Z] PASS [2022-02-15T15:27:31.180Z] coverage: 87.2% of statements [2022-02-15T15:27:31.180Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.280s coverage: 87.2% of statements [2022-02-15T15:27:31.650Z] === RUN TestJSONFileLogger [2022-02-15T15:27:31.650Z] --- PASS: TestJSONFileLogger (0.00s) [2022-02-15T15:27:31.650Z] === RUN TestJSONFileLoggerWithTags [2022-02-15T15:27:31.650Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-02-15T15:27:31.650Z] === RUN TestJSONFileLoggerWithOpts [2022-02-15T15:27:31.650Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-02-15T15:27:31.650Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-02-15T15:27:31.650Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-02-15T15:27:31.650Z] === RUN TestEncodeDecode [2022-02-15T15:27:31.650Z] === PAUSE TestEncodeDecode [2022-02-15T15:27:31.650Z] === RUN TestUnexpectedEOF [2022-02-15T15:27:32.073Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-02-15T15:27:32.073Z] --- PASS: TestUpdateReplicatedJob (3.35s) [2022-02-15T15:27:32.073Z] === RUN TestServiceListWithStatuses [2022-02-15T15:27:32.073Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-02-15T15:27:32.073Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-02-15T15:27:32.073Z] === RUN TestDockerNetworkConnectAlias [2022-02-15T15:27:32.118Z] time="2022-02-15T15:27:31Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-02-15T15:27:32.118Z] time="2022-02-15T15:27:31Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-02-15T15:27:32.118Z] --- PASS: TestUnexpectedEOF (0.19s) [2022-02-15T15:27:32.118Z] === CONT TestEncodeDecode [2022-02-15T15:27:32.118Z] --- PASS: TestEncodeDecode (0.00s) [2022-02-15T15:27:32.118Z] PASS [2022-02-15T15:27:32.118Z] coverage: 69.9% of statements [2022-02-15T15:27:32.118Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.289s coverage: 69.9% of statements [2022-02-15T15:27:33.032Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-02-15T15:27:33.032Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-02-15T15:27:33.032Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-02-15T15:27:33.032Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-02-15T15:27:33.032Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-02-15T15:27:33.106Z] === RUN TestWriteLog [2022-02-15T15:27:33.106Z] === PAUSE TestWriteLog [2022-02-15T15:27:33.106Z] === RUN TestReadLog [2022-02-15T15:27:33.106Z] === PAUSE TestReadLog [2022-02-15T15:27:33.106Z] === RUN TestDecode [2022-02-15T15:27:33.106Z] --- PASS: TestDecode (0.02s) [2022-02-15T15:27:33.106Z] === CONT TestWriteLog [2022-02-15T15:27:33.106Z] === CONT TestReadLog [2022-02-15T15:27:33.106Z] === RUN TestReadLog/tail_exact [2022-02-15T15:27:33.106Z] --- PASS: TestWriteLog (0.02s) [2022-02-15T15:27:33.106Z] === RUN TestReadLog/tail_less_than_available [2022-02-15T15:27:33.106Z] === RUN TestOpenFileDelete [2022-02-15T15:27:33.106Z] === RUN TestReadLog/tail_more_than_available [2022-02-15T15:27:33.106Z] --- PASS: TestOpenFileDelete (0.00s) [2022-02-15T15:27:33.106Z] === RUN TestOpenFileRename [2022-02-15T15:27:33.106Z] --- PASS: TestOpenFileRename (0.00s) [2022-02-15T15:27:33.106Z] === RUN TestHandleDecoderErr [2022-02-15T15:27:33.106Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-02-15T15:27:33.106Z] === RUN TestParseLogTagDefaultTag [2022-02-15T15:27:33.106Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-02-15T15:27:33.106Z] === RUN TestParseLogTag [2022-02-15T15:27:33.106Z] --- PASS: TestParseLogTag (0.00s) [2022-02-15T15:27:33.106Z] === RUN TestParseLogTagEmptyTag [2022-02-15T15:27:33.106Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-02-15T15:27:33.106Z] === RUN TestTailFiles [2022-02-15T15:27:33.106Z] --- PASS: TestTailFiles (0.00s) [2022-02-15T15:27:33.106Z] === RUN TestFollowLogsConsumerGone [2022-02-15T15:27:33.106Z] --- PASS: TestReadLog (0.21s) [2022-02-15T15:27:33.106Z] --- PASS: TestReadLog/tail_exact (0.20s) [2022-02-15T15:27:33.106Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2022-02-15T15:27:33.106Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-02-15T15:27:33.106Z] PASS [2022-02-15T15:27:33.106Z] coverage: 78.7% of statements [2022-02-15T15:27:33.106Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-02-15T15:27:33.106Z] === RUN TestFollowLogsProducerGone [2022-02-15T15:27:33.106Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-02-15T15:27:33.106Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-02-15T15:27:33.106Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-02-15T15:27:33.106Z] === RUN TestCheckCapacityAndRotate [2022-02-15T15:27:33.106Z] ok github.com/docker/docker/daemon/logger/local 0.461s coverage: 78.7% of statements [2022-02-15T15:27:33.106Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-02-15T15:27:33.106Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-02-15T15:27:33.106Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-02-15T15:27:33.106Z] === RUN TestLog [2022-02-15T15:27:33.106Z] --- PASS: TestCheckCapacityAndRotate (0.16s) [2022-02-15T15:27:33.106Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2022-02-15T15:27:33.106Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2022-02-15T15:27:33.106Z] PASS [2022-02-15T15:27:33.106Z] coverage: 55.5% of statements [2022-02-15T15:27:33.106Z] --- PASS: TestLog (0.01s) [2022-02-15T15:27:33.106Z] PASS [2022-02-15T15:27:33.106Z] coverage: 31.5% of statements [2022-02-15T15:27:33.106Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.279s coverage: 55.5% of statements [2022-02-15T15:27:33.106Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.063s coverage: 31.5% of statements [2022-02-15T15:27:33.984Z] docker_api_swarm_test.go:202: [d69894908fc0d] joining swarm manager [d1e732868e62d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:27:33.984Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-02-15T15:27:34.096Z] === RUN TestNewParse [2022-02-15T15:27:34.096Z] --- PASS: TestNewParse (0.00s) [2022-02-15T15:27:34.096Z] PASS [2022-02-15T15:27:34.096Z] coverage: 8.3% of statements [2022-02-15T15:27:34.096Z] ok github.com/docker/docker/daemon/logger/templates 0.042s coverage: 8.3% of statements [2022-02-15T15:27:34.245Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-02-15T15:27:34.565Z] === RUN TestValidateLogOpt [2022-02-15T15:27:34.565Z] --- PASS: TestValidateLogOpt (0.00s) [2022-02-15T15:27:34.565Z] === RUN TestNewMissedConfig [2022-02-15T15:27:34.565Z] --- PASS: TestNewMissedConfig (0.00s) [2022-02-15T15:27:34.565Z] === RUN TestNewMissedUrl [2022-02-15T15:27:34.565Z] --- PASS: TestNewMissedUrl (0.00s) [2022-02-15T15:27:34.565Z] === RUN TestNewMissedToken [2022-02-15T15:27:34.565Z] --- PASS: TestNewMissedToken (0.00s) [2022-02-15T15:27:34.565Z] === RUN TestNewWithProxy [2022-02-15T15:27:34.565Z] --- PASS: TestNewWithProxy (0.00s) [2022-02-15T15:27:34.565Z] === RUN TestDefault [2022-02-15T15:27:34.565Z] --- PASS: TestDefault (0.01s) [2022-02-15T15:27:34.565Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-02-15T15:27:34.565Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-02-15T15:27:34.565Z] === RUN TestJsonFormat [2022-02-15T15:27:34.565Z] --- PASS: TestJsonFormat (0.01s) [2022-02-15T15:27:34.565Z] === RUN TestRawFormat [2022-02-15T15:27:34.565Z] --- PASS: TestRawFormat (0.00s) [2022-02-15T15:27:34.565Z] === RUN TestRawFormatWithLabels [2022-02-15T15:27:34.565Z] --- PASS: TestRawFormatWithLabels (0.01s) [2022-02-15T15:27:34.565Z] === RUN TestRawFormatWithoutTag [2022-02-15T15:27:34.565Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-02-15T15:27:34.565Z] === RUN TestBatching [2022-02-15T15:27:34.565Z] === RUN TestParseLogFormat [2022-02-15T15:27:34.565Z] --- PASS: TestParseLogFormat (0.00s) [2022-02-15T15:27:34.565Z] === RUN TestValidateLogOptEmpty [2022-02-15T15:27:34.565Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-02-15T15:27:34.565Z] === RUN TestValidateSyslogAddress [2022-02-15T15:27:34.565Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-02-15T15:27:34.565Z] === RUN TestParseAddressDefaultPort [2022-02-15T15:27:34.565Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-02-15T15:27:34.565Z] === RUN TestValidateSyslogFacility [2022-02-15T15:27:34.565Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-02-15T15:27:34.565Z] === RUN TestValidateLogOptSyslogFormat [2022-02-15T15:27:34.565Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-02-15T15:27:34.565Z] === RUN TestValidateLogOpt [2022-02-15T15:27:34.565Z] --- PASS: TestValidateLogOpt (0.00s) [2022-02-15T15:27:34.565Z] PASS [2022-02-15T15:27:34.565Z] coverage: 46.8% of statements [2022-02-15T15:27:34.565Z] ok github.com/docker/docker/daemon/logger/syslog 0.068s coverage: 46.8% of statements [2022-02-15T15:27:34.565Z] --- PASS: TestBatching (0.37s) [2022-02-15T15:27:34.565Z] === RUN TestFrequency [2022-02-15T15:27:35.034Z] --- PASS: TestFrequency (0.20s) [2022-02-15T15:27:35.034Z] === RUN TestOneMessagePerRequest [2022-02-15T15:27:35.034Z] --- PASS: TestOneMessagePerRequest (0.01s) [2022-02-15T15:27:35.034Z] === RUN TestVerify [2022-02-15T15:27:35.034Z] --- PASS: TestVerify (0.00s) [2022-02-15T15:27:35.034Z] === RUN TestSkipVerify [2022-02-15T15:27:35.034Z] time="2022-02-15T15:27:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:27:35.034Z] time="2022-02-15T15:27:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:27:35.034Z] time="2022-02-15T15:27:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:27:35.505Z] --- PASS: TestSkipVerify (0.53s) [2022-02-15T15:27:35.505Z] === RUN TestBufferMaximum [2022-02-15T15:27:35.505Z] time="2022-02-15T15:27:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:27:35.505Z] time="2022-02-15T15:27:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:27:35.505Z] time="2022-02-15T15:27:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:27:35.505Z] time="2022-02-15T15:27:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:27:35.505Z] time="2022-02-15T15:27:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:27:35.505Z] time="2022-02-15T15:27:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644938855.209847\",\"host\":\"c07a09273737\"}'" [2022-02-15T15:27:35.505Z] time="2022-02-15T15:27:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644938855.209847\",\"host\":\"c07a09273737\"}'" [2022-02-15T15:27:35.505Z] --- PASS: TestBufferMaximum (0.00s) [2022-02-15T15:27:35.505Z] === RUN TestServerAlwaysDown [2022-02-15T15:27:35.505Z] time="2022-02-15T15:27:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:27:35.505Z] time="2022-02-15T15:27:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:27:35.505Z] time="2022-02-15T15:27:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644938855.212854\",\"host\":\"c07a09273737\"}'" [2022-02-15T15:27:35.505Z] time="2022-02-15T15:27:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644938855.212854\",\"host\":\"c07a09273737\"}'" [2022-02-15T15:27:35.505Z] time="2022-02-15T15:27:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-02-15T15:27:35.505Z] time="2022-02-15T15:27:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644938855.212854\",\"host\":\"c07a09273737\"}'" [2022-02-15T15:27:35.505Z] time="2022-02-15T15:27:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644938855.213853\",\"host\":\"c07a09273737\"}'" [2022-02-15T15:27:35.505Z] time="2022-02-15T15:27:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1644938855.213853\",\"host\":\"c07a09273737\"}'" [2022-02-15T15:27:35.505Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-02-15T15:27:35.505Z] === RUN TestCannotSendAfterClose [2022-02-15T15:27:35.505Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-02-15T15:27:35.505Z] === RUN TestDeadlockOnBlockedEndpoint [2022-02-15T15:27:35.629Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-02-15T15:27:35.975Z] === RUN TestV1IDService [2022-02-15T15:27:35.975Z] --- PASS: TestV1IDService (0.02s) [2022-02-15T15:27:35.975Z] === RUN TestV2MetadataService [2022-02-15T15:27:36.199Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-02-15T15:27:36.443Z] time="2022-02-15T15:27:36Z" 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-02-15T15:27:36.443Z] time="2022-02-15T15:27:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"c07a09273737\"}'" [2022-02-15T15:27:36.443Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-02-15T15:27:36.443Z] PASS [2022-02-15T15:27:36.443Z] coverage: 82.5% of statements [2022-02-15T15:27:36.443Z] ok github.com/docker/docker/daemon/logger/splunk 2.226s coverage: 82.5% of statements [2022-02-15T15:27:36.443Z] ? github.com/docker/docker/daemon/names [no test files] [2022-02-15T15:27:36.443Z] ? github.com/docker/docker/daemon/network [no test files] [2022-02-15T15:27:36.443Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-02-15T15:27:36.458Z] === RUN TestDockerSuite/TestEventsFilterType [2022-02-15T15:27:36.718Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-02-15T15:27:36.718Z] --- PASS: TestDockerNetworkConnectAlias (4.91s) [2022-02-15T15:27:36.718Z] === RUN TestDockerNetworkReConnect [2022-02-15T15:27:36.727Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-02-15T15:27:36.981Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-02-15T15:27:36.981Z] === RUN TestDockerSuite/TestEventsFilters [2022-02-15T15:27:37.196Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-02-15T15:27:37.430Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-02-15T15:27:37.430Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-02-15T15:27:37.430Z] === RUN TestContinueOnError_MirrorEndpoint [2022-02-15T15:27:37.430Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-02-15T15:27:37.430Z] === RUN TestContinueOnError_NeverContinue [2022-02-15T15:27:37.430Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-02-15T15:27:37.430Z] === RUN TestManifestStore [2022-02-15T15:27:37.430Z] === RUN TestManifestStore/no_remote_or_local [2022-02-15T15:27:37.430Z] === RUN TestSuccessfulDownload [2022-02-15T15:27:37.430Z] download_test.go:267: Needs fixing on Windows [2022-02-15T15:27:37.430Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-02-15T15:27:37.430Z] === RUN TestCancelledDownload [2022-02-15T15:27:37.430Z] --- PASS: TestCancelledDownload (0.00s) [2022-02-15T15:27:37.430Z] === RUN TestMaxDownloadAttempts [2022-02-15T15:27:37.430Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-15T15:27:37.430Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-15T15:27:37.430Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-15T15:27:37.430Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-15T15:27:37.430Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-15T15:27:37.431Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-15T15:27:37.431Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-15T15:27:37.431Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-15T15:27:37.431Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-02-15T15:27:37.431Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-02-15T15:27:37.431Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-02-15T15:27:37.431Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-02-15T15:27:37.431Z] time="2022-02-15T15:27:37Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3440051459\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-02-15T15:27:37.431Z] === RUN TestManifestStore/no_local_cache [2022-02-15T15:27:37.431Z] === RUN TestManifestStore/with_local_cache [2022-02-15T15:27:37.431Z] === RUN TestManifestStore/unknown_media_type [2022-02-15T15:27:37.431Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-02-15T15:27:37.431Z] time="2022-02-15T15:27:37Z" level=warning msg="reference for unknown type: " [2022-02-15T15:27:37.431Z] time="2022-02-15T15:27:37Z" level=warning msg="reference for unknown type: " [2022-02-15T15:27:37.431Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-02-15T15:27:37.431Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-02-15T15:27:37.431Z] --- PASS: TestV2MetadataService (1.45s) [2022-02-15T15:27:37.431Z] PASS [2022-02-15T15:27:37.431Z] coverage: 48.2% of statements [2022-02-15T15:27:37.431Z] time="2022-02-15T15:27:37Z" level=warning msg="reference for unknown type: " [2022-02-15T15:27:37.431Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-02-15T15:27:37.431Z] ok github.com/docker/docker/distribution/metadata 1.565s coverage: 48.2% of statements [2022-02-15T15:27:37.431Z] time="2022-02-15T15:27:37Z" level=warning msg="reference for unknown type: " [2022-02-15T15:27:37.431Z] time="2022-02-15T15:27:37Z" level=warning msg="reference for unknown type: " [2022-02-15T15:27:37.431Z] === RUN TestManifestStore/error_persisting_manifest [2022-02-15T15:27:37.431Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-02-15T15:27:37.431Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-02-15T15:27:37.431Z] time="2022-02-15T15:27:37Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-02-15T15:27:37.431Z] --- PASS: TestManifestStore (0.42s) [2022-02-15T15:27:37.431Z] --- PASS: TestManifestStore/no_remote_or_local (0.27s) [2022-02-15T15:27:37.431Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-02-15T15:27:37.431Z] --- PASS: TestManifestStore/with_local_cache (0.03s) [2022-02-15T15:27:37.431Z] --- PASS: TestManifestStore/unknown_media_type (0.08s) [2022-02-15T15:27:37.431Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2022-02-15T15:27:37.431Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2022-02-15T15:27:37.431Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2022-02-15T15:27:37.431Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-02-15T15:27:37.431Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-02-15T15:27:37.431Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaType [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-02-15T15:27:37.431Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-02-15T15:27:37.431Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-02-15T15:27:37.431Z] === RUN TestFixManifestLayers [2022-02-15T15:27:37.431Z] --- PASS: TestFixManifestLayers (0.02s) [2022-02-15T15:27:37.431Z] === RUN TestFixManifestLayersBaseLayerParent [2022-02-15T15:27:37.431Z] pull_v2_test.go:73: Needs fixing on Windows [2022-02-15T15:27:37.431Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-02-15T15:27:37.431Z] === RUN TestFixManifestLayersBadParent [2022-02-15T15:27:37.431Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-02-15T15:27:37.431Z] === RUN TestValidateManifest [2022-02-15T15:27:37.431Z] pull_v2_test.go:118: Needs fixing on Windows [2022-02-15T15:27:37.431Z] --- SKIP: TestValidateManifest (0.00s) [2022-02-15T15:27:37.431Z] === RUN TestFormatPlatform [2022-02-15T15:27:37.431Z] --- PASS: TestFormatPlatform (0.00s) [2022-02-15T15:27:37.431Z] === RUN TestGetRepositoryMountCandidates [2022-02-15T15:27:37.431Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-02-15T15:27:37.431Z] === RUN TestLayerAlreadyExists [2022-02-15T15:27:37.431Z] 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-02-15T15:27:37.432Z] 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-02-15T15:27:37.432Z] 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-02-15T15:27:37.432Z] 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-02-15T15:27:37.432Z] 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-02-15T15:27:37.432Z] 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-02-15T15:27:37.432Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-02-15T15:27:37.432Z] === RUN TestWhenEmptyAuthConfig [2022-02-15T15:27:37.902Z] time="2022-02-15T15:27:37Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-15T15:27:37.902Z] time="2022-02-15T15:27:37Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-15T15:27:37.902Z] time="2022-02-15T15:27:37Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-15T15:27:37.902Z] time="2022-02-15T15:27:37Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-02-15T15:27:37.902Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-02-15T15:27:37.902Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.47s) [2022-02-15T15:27:37.902Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.47s) [2022-02-15T15:27:37.902Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.47s) [2022-02-15T15:27:37.902Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.47s) [2022-02-15T15:27:37.902Z] === RUN TestTransfer [2022-02-15T15:27:37.902Z] --- PASS: TestTransfer (0.11s) [2022-02-15T15:27:37.902Z] === RUN TestConcurrencyLimit [2022-02-15T15:27:37.925Z] === RUN TestDockerSuite/TestEventsFormat [2022-02-15T15:27:38.182Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-02-15T15:27:38.371Z] === RUN TestNotFound [2022-02-15T15:27:38.371Z] --- PASS: TestNotFound (0.00s) [2022-02-15T15:27:38.371Z] === RUN TestConflict [2022-02-15T15:27:38.371Z] --- PASS: TestConflict (0.00s) [2022-02-15T15:27:38.371Z] === RUN TestForbidden [2022-02-15T15:27:38.371Z] --- PASS: TestForbidden (0.00s) [2022-02-15T15:27:38.371Z] === RUN TestInvalidParameter [2022-02-15T15:27:38.371Z] --- PASS: TestInvalidParameter (0.00s) [2022-02-15T15:27:38.371Z] === RUN TestNotImplemented [2022-02-15T15:27:38.371Z] --- PASS: TestNotImplemented (0.00s) [2022-02-15T15:27:38.371Z] === RUN TestNotModified [2022-02-15T15:27:38.371Z] --- PASS: TestNotModified (0.00s) [2022-02-15T15:27:38.371Z] === RUN TestUnauthorized [2022-02-15T15:27:38.371Z] --- PASS: TestUnauthorized (0.00s) [2022-02-15T15:27:38.371Z] === RUN TestUnknown [2022-02-15T15:27:38.371Z] --- PASS: TestUnknown (0.00s) [2022-02-15T15:27:38.371Z] === RUN TestCancelled [2022-02-15T15:27:38.371Z] --- PASS: TestCancelled (0.00s) [2022-02-15T15:27:38.371Z] === RUN TestDeadline [2022-02-15T15:27:38.371Z] --- PASS: TestDeadline (0.00s) [2022-02-15T15:27:38.371Z] === RUN TestDataLoss [2022-02-15T15:27:38.371Z] --- PASS: TestDataLoss (0.00s) [2022-02-15T15:27:38.371Z] === RUN TestUnavailable [2022-02-15T15:27:38.371Z] --- PASS: TestUnavailable (0.00s) [2022-02-15T15:27:38.371Z] === RUN TestSystem [2022-02-15T15:27:38.371Z] --- PASS: TestSystem (0.00s) [2022-02-15T15:27:38.371Z] === RUN TestFromStatusCode [2022-02-15T15:27:38.371Z] === RUN TestFromStatusCode/Not_Found [2022-02-15T15:27:38.371Z] === RUN TestFromStatusCode/Bad_Request [2022-02-15T15:27:38.371Z] === RUN TestFromStatusCode/Conflict [2022-02-15T15:27:38.371Z] === RUN TestFromStatusCode/Unauthorized [2022-02-15T15:27:38.371Z] === RUN TestFromStatusCode/Service_Unavailable [2022-02-15T15:27:38.371Z] === RUN TestFromStatusCode/Forbidden [2022-02-15T15:27:38.371Z] === RUN TestFromStatusCode/Not_Modified [2022-02-15T15:27:38.371Z] === RUN TestFromStatusCode/Not_Implemented [2022-02-15T15:27:38.371Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-02-15T15:27:38.371Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-02-15T15:27:38.371Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-02-15T15:27:38.371Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-02-15T15:27:38.371Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-02-15T15:27:38.371Z] --- PASS: TestFromStatusCode (0.00s) [2022-02-15T15:27:38.371Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-02-15T15:27:38.371Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-02-15T15:27:38.371Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-02-15T15:27:38.371Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-02-15T15:27:38.371Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-02-15T15:27:38.371Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-02-15T15:27:38.371Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-02-15T15:27:38.371Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-02-15T15:27:38.371Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-02-15T15:27:38.371Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-02-15T15:27:38.371Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-02-15T15:27:38.371Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-02-15T15:27:38.371Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-02-15T15:27:38.371Z] PASS [2022-02-15T15:27:38.371Z] coverage: 53.1% of statements [2022-02-15T15:27:38.371Z] ok github.com/docker/docker/errdefs 0.046s coverage: 53.1% of statements [2022-02-15T15:27:38.371Z] --- PASS: TestConcurrencyLimit (0.36s) [2022-02-15T15:27:38.371Z] === RUN TestInactiveJobs [2022-02-15T15:27:38.840Z] --- PASS: TestInactiveJobs (0.40s) [2022-02-15T15:27:38.840Z] === RUN TestWatchRelease [2022-02-15T15:27:38.840Z] --- PASS: TestWhenEmptyAuthConfig (1.13s) [2022-02-15T15:27:38.840Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-02-15T15:27:38.840Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-02-15T15:27:38.840Z] === RUN TestTokenPassThru [2022-02-15T15:27:38.840Z] --- PASS: TestTokenPassThru (0.01s) [2022-02-15T15:27:38.840Z] === RUN TestTokenPassThruDifferentHost [2022-02-15T15:27:38.840Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-02-15T15:27:38.840Z] PASS [2022-02-15T15:27:38.840Z] coverage: 24.6% of statements [2022-02-15T15:27:38.840Z] --- PASS: TestWatchRelease (0.05s) [2022-02-15T15:27:38.840Z] === RUN TestWatchFinishedTransfer [2022-02-15T15:27:38.840Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-02-15T15:27:38.840Z] === RUN TestDuplicateTransfer [2022-02-15T15:27:38.840Z] ok github.com/docker/docker/distribution 1.741s coverage: 24.6% of statements [2022-02-15T15:27:38.840Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-02-15T15:27:38.840Z] === RUN TestSuccessfulUpload [2022-02-15T15:27:38.840Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-02-15T15:27:38.840Z] time="2022-02-15T15:27:38Z" level=error msg="Upload failed, retrying: simulating retry" [2022-02-15T15:27:39.308Z] --- PASS: TestSuccessfulUpload (0.37s) [2022-02-15T15:27:39.308Z] === RUN TestCancelledUpload [2022-02-15T15:27:39.308Z] --- PASS: TestCancelledUpload (0.00s) [2022-02-15T15:27:39.308Z] PASS [2022-02-15T15:27:39.308Z] coverage: 77.1% of statements [2022-02-15T15:27:39.308Z] ok github.com/docker/docker/distribution/xfer 1.902s coverage: 77.1% of statements [2022-02-15T15:27:39.308Z] ? github.com/docker/docker/dockerversion [no test files] [2022-02-15T15:27:39.308Z] === RUN TestCompare [2022-02-15T15:27:39.308Z] --- PASS: TestCompare (0.00s) [2022-02-15T15:27:39.308Z] PASS [2022-02-15T15:27:39.308Z] coverage: 19.2% of statements [2022-02-15T15:27:39.308Z] ok github.com/docker/docker/image/cache 0.083s coverage: 19.2% of statements [2022-02-15T15:27:39.313Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-02-15T15:27:39.313Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-02-15T15:27:39.313Z] === RUN TestDockerSuite/TestEventsImageImport [2022-02-15T15:27:39.751Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-02-15T15:27:39.777Z] === RUN TestFSGetInvalidData [2022-02-15T15:27:39.777Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-02-15T15:27:39.777Z] === RUN TestFSInvalidSet [2022-02-15T15:27:39.777Z] --- PASS: TestFSInvalidSet (0.01s) [2022-02-15T15:27:39.777Z] === RUN TestFSInvalidRoot [2022-02-15T15:27:39.777Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-02-15T15:27:39.777Z] === RUN TestFSMetadataGetSet [2022-02-15T15:27:39.777Z] --- PASS: TestFSMetadataGetSet (0.05s) [2022-02-15T15:27:39.777Z] === RUN TestFSInvalidWalker [2022-02-15T15:27:39.777Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-02-15T15:27:39.777Z] === RUN TestFSGetSet [2022-02-15T15:27:39.777Z] --- PASS: TestFSGetSet (0.02s) [2022-02-15T15:27:39.777Z] === RUN TestFSGetUnsetKey [2022-02-15T15:27:39.777Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-02-15T15:27:39.777Z] === RUN TestFSGetEmptyData [2022-02-15T15:27:39.777Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-02-15T15:27:39.777Z] === RUN TestFSDelete [2022-02-15T15:27:39.777Z] --- PASS: TestFSDelete (0.02s) [2022-02-15T15:27:39.777Z] === RUN TestFSWalker [2022-02-15T15:27:39.777Z] --- PASS: TestFSWalker (0.02s) [2022-02-15T15:27:39.777Z] === RUN TestFSWalkerStopOnError [2022-02-15T15:27:39.777Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-02-15T15:27:39.777Z] === RUN TestNewFromJSON [2022-02-15T15:27:39.777Z] --- PASS: TestNewFromJSON (0.00s) [2022-02-15T15:27:39.777Z] === RUN TestNewFromJSONWithInvalidJSON [2022-02-15T15:27:39.777Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-02-15T15:27:39.777Z] === RUN TestMarshalKeyOrder [2022-02-15T15:27:39.777Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-02-15T15:27:39.777Z] === RUN TestHistoryEqual [2022-02-15T15:27:39.886Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-02-15T15:27:40.148Z] === RUN TestDockerSuite/TestEventsImagePull [2022-02-15T15:27:40.178Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-02-15T15:27:40.179Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-02-15T15:27:40.179Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-02-15T15:27:40.245Z] --- PASS: TestHistoryEqual (0.19s) [2022-02-15T15:27:40.246Z] === RUN TestImage [2022-02-15T15:27:40.246Z] --- PASS: TestImage (0.00s) [2022-02-15T15:27:40.246Z] === RUN TestImageOSNotEmpty [2022-02-15T15:27:40.246Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-02-15T15:27:40.246Z] === RUN TestNewChildImageFromImageWithRootFS [2022-02-15T15:27:40.246Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-02-15T15:27:40.246Z] === RUN TestCreate [2022-02-15T15:27:40.246Z] --- PASS: TestCreate (0.02s) [2022-02-15T15:27:40.246Z] === RUN TestRestore [2022-02-15T15:27:40.246Z] time="2022-02-15T15:27:39Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-02-15T15:27:40.246Z] --- PASS: TestRestore (0.05s) [2022-02-15T15:27:40.246Z] === RUN TestAddDelete [2022-02-15T15:27:40.246Z] --- PASS: TestAddDelete (0.03s) [2022-02-15T15:27:40.246Z] === RUN TestSearchAfterDelete [2022-02-15T15:27:40.246Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-02-15T15:27:40.246Z] === RUN TestParentReset [2022-02-15T15:27:40.246Z] --- PASS: TestParentReset (0.04s) [2022-02-15T15:27:40.246Z] === RUN TestGetAndSetLastUpdated [2022-02-15T15:27:40.246Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-02-15T15:27:40.246Z] === RUN TestStoreLen [2022-02-15T15:27:40.246Z] --- PASS: TestStoreLen (0.07s) [2022-02-15T15:27:40.246Z] PASS [2022-02-15T15:27:40.246Z] coverage: 86.6% of statements [2022-02-15T15:27:40.246Z] === RUN TestMakeV1ConfigFromConfig [2022-02-15T15:27:40.246Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-02-15T15:27:40.246Z] PASS [2022-02-15T15:27:40.246Z] coverage: 25.0% of statements [2022-02-15T15:27:40.246Z] ok github.com/docker/docker/image 0.756s coverage: 86.6% of statements [2022-02-15T15:27:40.246Z] ok github.com/docker/docker/image/v1 0.089s coverage: 25.0% of statements [2022-02-15T15:27:40.715Z] === RUN TestValidateManifest [2022-02-15T15:27:40.715Z] === RUN TestValidateManifest/nil [2022-02-15T15:27:40.715Z] === RUN TestValidateManifest/non-nil [2022-02-15T15:27:40.715Z] --- PASS: TestValidateManifest (0.00s) [2022-02-15T15:27:40.715Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-02-15T15:27:40.715Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-02-15T15:27:40.715Z] PASS [2022-02-15T15:27:40.715Z] coverage: 0.7% of statements [2022-02-15T15:27:40.715Z] ok github.com/docker/docker/image/tarexport 0.106s coverage: 0.7% of statements [2022-02-15T15:27:40.715Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-02-15T15:27:40.718Z] --- PASS: TestDockerNetworkReConnect (3.86s) [2022-02-15T15:27:40.718Z] === RUN TestServicePlugin [2022-02-15T15:27:40.979Z] === RUN TestDockerSuite/TestEventsImageTag [2022-02-15T15:27:41.162Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-02-15T15:27:41.162Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-02-15T15:27:41.162Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-02-15T15:27:41.162Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-02-15T15:27:41.162Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-02-15T15:27:41.314Z] --- PASS: TestBuildMultiStageCopy (17.30s) [2022-02-15T15:27:41.314Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (12.15s) [2022-02-15T15:27:41.314Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.95s) [2022-02-15T15:27:41.314Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.21s) [2022-02-15T15:27:41.314Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.39s) [2022-02-15T15:27:41.314Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.60s) [2022-02-15T15:27:41.314Z] === RUN TestBuildMultiStageParentConfig [2022-02-15T15:27:41.920Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-02-15T15:27:42.280Z] === RUN TestSerialization [2022-02-15T15:27:42.280Z] --- PASS: TestSerialization (0.02s) [2022-02-15T15:27:42.280Z] PASS [2022-02-15T15:27:42.280Z] coverage: 100.0% of statements [2022-02-15T15:27:42.280Z] ok github.com/docker/docker/libcontainerd/queue 0.119s coverage: 100.0% of statements [2022-02-15T15:27:42.491Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-02-15T15:27:42.491Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-02-15T15:27:42.491Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-02-15T15:27:42.491Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-02-15T15:27:42.491Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-02-15T15:27:42.749Z] === RUN TestEmptyLayer [2022-02-15T15:27:42.749Z] --- PASS: TestEmptyLayer (0.00s) [2022-02-15T15:27:42.749Z] === RUN TestCommitFailure [2022-02-15T15:27:42.749Z] --- PASS: TestCommitFailure (0.01s) [2022-02-15T15:27:42.749Z] === RUN TestStartTransactionFailure [2022-02-15T15:27:42.749Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-02-15T15:27:42.749Z] === RUN TestGetOrphan [2022-02-15T15:27:42.749Z] --- PASS: TestGetOrphan (0.01s) [2022-02-15T15:27:42.749Z] === RUN TestMountAndRegister [2022-02-15T15:27:42.749Z] layer_test.go:270: Layer size: 14 [2022-02-15T15:27:42.749Z] --- PASS: TestMountAndRegister (0.08s) [2022-02-15T15:27:42.749Z] === RUN TestLayerRelease [2022-02-15T15:27:42.749Z] layer_test.go:303: Failing on Windows [2022-02-15T15:27:42.749Z] --- SKIP: TestLayerRelease (0.00s) [2022-02-15T15:27:42.749Z] === RUN TestStoreRestore [2022-02-15T15:27:42.749Z] layer_test.go:352: Failing on Windows [2022-02-15T15:27:42.749Z] --- SKIP: TestStoreRestore (0.00s) [2022-02-15T15:27:42.749Z] === RUN TestTarStreamStability [2022-02-15T15:27:42.749Z] layer_test.go:467: Failing on Windows [2022-02-15T15:27:42.749Z] --- SKIP: TestTarStreamStability (0.00s) [2022-02-15T15:27:42.749Z] === RUN TestRegisterExistingLayer [2022-02-15T15:27:42.749Z] === RUN TestEnvironmentParsing [2022-02-15T15:27:42.749Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-02-15T15:27:42.749Z] PASS [2022-02-15T15:27:42.749Z] coverage: 1.2% of statements [2022-02-15T15:27:42.749Z] ok github.com/docker/docker/libcontainerd/local 0.074s coverage: 1.2% of statements [2022-02-15T15:27:43.219Z] --- PASS: TestRegisterExistingLayer (0.24s) [2022-02-15T15:27:43.219Z] === RUN TestTarStreamVerification [2022-02-15T15:27:43.219Z] layer_test.go:696: Failing on Windows [2022-02-15T15:27:43.219Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-02-15T15:27:43.219Z] === RUN TestLayerMigration [2022-02-15T15:27:43.219Z] migration_test.go:45: Failing on Windows [2022-02-15T15:27:43.219Z] --- SKIP: TestLayerMigration (0.00s) [2022-02-15T15:27:43.219Z] === RUN TestLayerMigrationNoTarsplit [2022-02-15T15:27:43.219Z] migration_test.go:181: Failing on Windows [2022-02-15T15:27:43.219Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-02-15T15:27:43.219Z] === RUN TestMountInit [2022-02-15T15:27:43.219Z] mount_test.go:17: Failing on Windows [2022-02-15T15:27:43.219Z] --- SKIP: TestMountInit (0.00s) [2022-02-15T15:27:43.219Z] === RUN TestMountSize [2022-02-15T15:27:43.219Z] mount_test.go:76: Failing on Windows [2022-02-15T15:27:43.219Z] --- SKIP: TestMountSize (0.00s) [2022-02-15T15:27:43.219Z] === RUN TestMountChanges [2022-02-15T15:27:43.219Z] mount_test.go:125: Failing on Windows [2022-02-15T15:27:43.219Z] --- SKIP: TestMountChanges (0.00s) [2022-02-15T15:27:43.219Z] === RUN TestMountApply [2022-02-15T15:27:43.219Z] mount_test.go:212: Failing on Windows [2022-02-15T15:27:43.219Z] --- SKIP: TestMountApply (0.00s) [2022-02-15T15:27:43.219Z] PASS [2022-02-15T15:27:43.219Z] coverage: 30.1% of statements [2022-02-15T15:27:43.219Z] ok github.com/docker/docker/layer 0.441s coverage: 30.1% of statements [2022-02-15T15:27:43.219Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-02-15T15:27:43.219Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-02-15T15:27:43.219Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-02-15T15:27:43.219Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-02-15T15:27:44.207Z] === RUN TestSequenceGetAvailableBit [2022-02-15T15:27:44.207Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-02-15T15:27:44.207Z] === RUN TestSequenceEqual [2022-02-15T15:27:44.265Z] --- PASS: TestBuildMultiStageParentConfig (2.97s) [2022-02-15T15:27:44.265Z] === RUN TestBuildLabelWithTargets [2022-02-15T15:27:44.265Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:27:44.265Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-02-15T15:27:44.265Z] === RUN TestBuildWithEmptyLayers [2022-02-15T15:27:44.289Z] ok github.com/docker/docker/cmd/dockerd 0.066s coverage: 29.1% of statements [2022-02-15T15:27:44.289Z] ok github.com/docker/docker/container 0.114s coverage: 34.8% of statements [2022-02-15T15:27:44.289Z] ok github.com/docker/docker/cmd/dockerd/trap 2.557s coverage: 0.0% of statements [2022-02-15T15:27:44.289Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-02-15T15:27:44.289Z] ? github.com/docker/docker/container/stream [no test files] [2022-02-15T15:27:44.289Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-02-15T15:27:44.289Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-02-15T15:27:44.289Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-02-15T15:27:44.403Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-02-15T15:27:44.403Z] plugin_test.go:61: [d19b7002e74bb] joining swarm manager [d6b066095ad39]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:27:44.676Z] --- PASS: TestSequenceEqual (0.00s) [2022-02-15T15:27:44.676Z] === RUN TestSequenceCopy [2022-02-15T15:27:44.676Z] --- PASS: TestSequenceCopy (0.00s) [2022-02-15T15:27:44.676Z] === RUN TestGetFirstAvailable [2022-02-15T15:27:44.676Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-02-15T15:27:44.676Z] === RUN TestFindSequence [2022-02-15T15:27:44.676Z] --- PASS: TestFindSequence (0.00s) [2022-02-15T15:27:44.676Z] === RUN TestCheckIfAvailable [2022-02-15T15:27:44.676Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-02-15T15:27:44.676Z] === RUN TestMergeSequences [2022-02-15T15:27:44.676Z] --- PASS: TestMergeSequences (0.00s) [2022-02-15T15:27:44.676Z] === RUN TestPushReservation [2022-02-15T15:27:44.676Z] --- PASS: TestPushReservation (0.00s) [2022-02-15T15:27:44.676Z] === RUN TestSerializeDeserialize [2022-02-15T15:27:44.676Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-02-15T15:27:44.676Z] === RUN TestSet [2022-02-15T15:27:44.676Z] --- PASS: TestSet (0.00s) [2022-02-15T15:27:44.676Z] === RUN TestSetUnset [2022-02-15T15:27:44.676Z] --- PASS: TestSetUnset (0.00s) [2022-02-15T15:27:44.676Z] === RUN TestOffsetSetUnset [2022-02-15T15:27:44.676Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-02-15T15:27:44.676Z] === RUN TestSetInRange [2022-02-15T15:27:44.676Z] --- PASS: TestSetInRange (0.00s) [2022-02-15T15:27:44.676Z] === RUN TestSetAnyInRange [2022-02-15T15:27:44.676Z] --- PASS: TestSetAnyInRange (0.00s) [2022-02-15T15:27:44.676Z] === RUN TestMethods [2022-02-15T15:27:44.676Z] --- PASS: TestMethods (0.00s) [2022-02-15T15:27:44.676Z] === RUN TestRandomAllocateDeallocate [2022-02-15T15:27:44.985Z] === RUN TestDockerSuite/TestEventsRename [2022-02-15T15:27:45.555Z] === RUN TestDockerSuite/TestEventsResize [2022-02-15T15:27:45.817Z] plugin_test.go:64: [de24f62a3ea71] joining swarm manager [d6b066095ad39]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:27:45.829Z] --- PASS: TestBuildWithEmptyLayers (1.69s) [2022-02-15T15:27:45.829Z] === RUN TestBuildMultiStageOnBuild [2022-02-15T15:27:46.077Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-02-15T15:27:46.241Z] === RUN TestInvalidConfig [2022-02-15T15:27:46.241Z] --- PASS: TestInvalidConfig (0.00s) [2022-02-15T15:27:46.241Z] === RUN TestConfig [2022-02-15T15:27:46.241Z] --- PASS: TestConfig (0.00s) [2022-02-15T15:27:46.241Z] === RUN TestOptionsLabels [2022-02-15T15:27:46.241Z] --- PASS: TestOptionsLabels (0.00s) [2022-02-15T15:27:46.241Z] === RUN TestValidName [2022-02-15T15:27:46.241Z] --- PASS: TestValidName (0.00s) [2022-02-15T15:27:46.241Z] PASS [2022-02-15T15:27:46.241Z] coverage: 19.7% of statements [2022-02-15T15:27:46.241Z] ok github.com/docker/docker/libnetwork/config 0.099s coverage: 19.7% of statements [2022-02-15T15:27:46.710Z] === RUN TestKey [2022-02-15T15:27:46.710Z] --- PASS: TestKey (0.00s) [2022-02-15T15:27:46.710Z] === RUN TestParseKey [2022-02-15T15:27:46.710Z] --- PASS: TestParseKey (0.00s) [2022-02-15T15:27:46.710Z] === RUN TestInvalidDataStore [2022-02-15T15:27:46.710Z] --- PASS: TestInvalidDataStore (0.00s) [2022-02-15T15:27:46.710Z] === RUN TestKVObjectFlatKey [2022-02-15T15:27:46.710Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-02-15T15:27:46.710Z] === RUN TestAtomicKVObjectFlatKey [2022-02-15T15:27:46.710Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-02-15T15:27:46.710Z] PASS [2022-02-15T15:27:46.710Z] coverage: 21.9% of statements [2022-02-15T15:27:46.710Z] ok github.com/docker/docker/libnetwork/datastore 0.057s coverage: 21.9% of statements [2022-02-15T15:27:46.835Z] ok github.com/docker/docker/daemon/cluster 0.065s coverage: 0.5% of statements [2022-02-15T15:27:47.178Z] === RUN TestErrorInterfaces [2022-02-15T15:27:47.178Z] --- PASS: TestErrorInterfaces (0.00s) [2022-02-15T15:27:47.178Z] === RUN TestNetworkMarshalling [2022-02-15T15:27:47.178Z] --- PASS: TestNetworkMarshalling (0.23s) [2022-02-15T15:27:47.178Z] === RUN TestEndpointMarshalling [2022-02-15T15:27:47.178Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-02-15T15:27:47.178Z] === RUN TestAuxAddresses [2022-02-15T15:27:47.178Z] time="2022-02-15T15:27:47Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-15T15:27:47.178Z] --- PASS: TestAuxAddresses (0.02s) [2022-02-15T15:27:47.178Z] === RUN TestSRVServiceQuery [2022-02-15T15:27:47.178Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:27:47.178Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-02-15T15:27:47.178Z] === RUN TestServiceVIPReuse [2022-02-15T15:27:47.178Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:27:47.178Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-02-15T15:27:47.178Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-02-15T15:27:47.178Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:27:47.178Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-02-15T15:27:47.178Z] === RUN TestDNSIPQuery [2022-02-15T15:27:47.178Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:27:47.178Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-02-15T15:27:47.178Z] === RUN TestDNSProxyServFail [2022-02-15T15:27:47.178Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:27:47.178Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-02-15T15:27:47.179Z] === RUN TestSandboxAddEmpty [2022-02-15T15:27:47.179Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:27:47.179Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-02-15T15:27:47.179Z] === RUN TestSandboxAddMultiPrio [2022-02-15T15:27:47.179Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:27:47.179Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-02-15T15:27:47.179Z] === RUN TestSandboxAddSamePrio [2022-02-15T15:27:47.179Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:27:47.179Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-02-15T15:27:47.179Z] === RUN TestCleanupServiceDiscovery [2022-02-15T15:27:47.179Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:27:47.179Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-02-15T15:27:47.179Z] === RUN TestDNSOptions [2022-02-15T15:27:47.179Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:27:47.179Z] --- SKIP: TestDNSOptions (0.00s) [2022-02-15T15:27:47.179Z] === RUN TestMultipleControllersWithSameStore [2022-02-15T15:27:47.179Z] time="2022-02-15T15:27:47Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-15T15:27:47.179Z] time="2022-02-15T15:27:47Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-02-15T15:27:47.179Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-02-15T15:27:47.179Z] PASS [2022-02-15T15:27:47.179Z] coverage: 8.5% of statements [2022-02-15T15:27:47.179Z] ok github.com/docker/docker/libnetwork 0.427s coverage: 8.5% of statements [2022-02-15T15:27:47.648Z] === RUN TestIPDataMarshalling [2022-02-15T15:27:47.648Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-02-15T15:27:47.648Z] === RUN TestValidateAndIsV6 [2022-02-15T15:27:47.648Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-02-15T15:27:47.648Z] PASS [2022-02-15T15:27:47.648Z] coverage: 68.9% of statements [2022-02-15T15:27:47.648Z] ok github.com/docker/docker/libnetwork/driverapi 0.048s coverage: 68.9% of statements [2022-02-15T15:27:48.118Z] === RUN TestDriver [2022-02-15T15:27:48.118Z] --- PASS: TestDriver (0.00s) [2022-02-15T15:27:48.118Z] PASS [2022-02-15T15:27:48.118Z] coverage: 34.8% of statements [2022-02-15T15:27:48.118Z] ok github.com/docker/docker/libnetwork/drivers/host 0.048s coverage: 34.8% of statements [2022-02-15T15:27:48.223Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.011s coverage: 65.3% of statements [2022-02-15T15:27:48.586Z] === RUN TestDriver [2022-02-15T15:27:48.586Z] --- PASS: TestDriver (0.00s) [2022-02-15T15:27:48.586Z] PASS [2022-02-15T15:27:48.586Z] coverage: 34.8% of statements [2022-02-15T15:27:48.586Z] ok github.com/docker/docker/libnetwork/drivers/null 0.046s coverage: 34.8% of statements [2022-02-15T15:27:49.055Z] === RUN TestNetworkAllocateFree [2022-02-15T15:27:49.055Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-02-15T15:27:49.055Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-02-15T15:27:49.055Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-02-15T15:27:49.055Z] PASS [2022-02-15T15:27:49.055Z] coverage: 63.6% of statements [2022-02-15T15:27:49.055Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.056s coverage: 63.6% of statements [2022-02-15T15:27:49.524Z] === RUN TestGetEmptyCapabilities [2022-02-15T15:27:49.524Z] --- PASS: TestGetEmptyCapabilities (0.03s) [2022-02-15T15:27:49.524Z] === RUN TestGetExtraCapabilities [2022-02-15T15:27:49.524Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-02-15T15:27:49.524Z] === RUN TestGetInvalidCapabilities [2022-02-15T15:27:49.524Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-02-15T15:27:49.524Z] === RUN TestRemoteDriver [2022-02-15T15:27:49.524Z] --- PASS: TestRemoteDriver (0.01s) [2022-02-15T15:27:49.524Z] === RUN TestDriverError [2022-02-15T15:27:49.524Z] --- PASS: TestDriverError (0.01s) [2022-02-15T15:27:49.524Z] === RUN TestMissingValues [2022-02-15T15:27:49.524Z] --- PASS: TestMissingValues (0.01s) [2022-02-15T15:27:49.524Z] === RUN TestRollback [2022-02-15T15:27:49.524Z] --- PASS: TestRollback (0.01s) [2022-02-15T15:27:49.524Z] PASS [2022-02-15T15:27:49.524Z] coverage: 57.4% of statements [2022-02-15T15:27:49.524Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.126s coverage: 57.4% of statements [2022-02-15T15:27:49.606Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2022-02-15T15:27:50.510Z] === RUN TestNew [2022-02-15T15:27:50.510Z] --- PASS: TestNew (0.00s) [2022-02-15T15:27:50.510Z] === RUN TestAddDriver [2022-02-15T15:27:50.510Z] --- PASS: TestAddDriver (0.00s) [2022-02-15T15:27:50.510Z] === RUN TestAddDuplicateDriver [2022-02-15T15:27:50.510Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-02-15T15:27:50.510Z] === RUN TestIPAMDefaultAddressSpaces [2022-02-15T15:27:50.510Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-02-15T15:27:50.510Z] === RUN TestDriver [2022-02-15T15:27:50.510Z] --- PASS: TestDriver (0.00s) [2022-02-15T15:27:50.510Z] === RUN TestIPAM [2022-02-15T15:27:50.510Z] --- PASS: TestIPAM (0.00s) [2022-02-15T15:27:50.510Z] === RUN TestWalkIPAMs [2022-02-15T15:27:50.510Z] --- PASS: TestWalkIPAMs (0.00s) [2022-02-15T15:27:50.510Z] === RUN TestWalkDrivers [2022-02-15T15:27:50.510Z] --- PASS: TestWalkDrivers (0.00s) [2022-02-15T15:27:50.510Z] PASS [2022-02-15T15:27:50.510Z] coverage: 82.4% of statements [2022-02-15T15:27:50.510Z] === RUN TestNAT [2022-02-15T15:27:50.510Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-02-15T15:27:50.510Z] --- SKIP: TestNAT (0.00s) [2022-02-15T15:27:50.510Z] === RUN TestTransparent [2022-02-15T15:27:50.510Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-02-15T15:27:50.510Z] --- SKIP: TestTransparent (0.00s) [2022-02-15T15:27:50.510Z] PASS [2022-02-15T15:27:50.510Z] coverage: 0.0% of statements [2022-02-15T15:27:50.510Z] ok github.com/docker/docker/libnetwork/drvregistry 0.095s coverage: 82.4% of statements [2022-02-15T15:27:50.511Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.062s coverage: 0.0% of statements [2022-02-15T15:27:50.980Z] === RUN TestBuildDefault [2022-02-15T15:27:50.980Z] --- PASS: TestBuildDefault (0.00s) [2022-02-15T15:27:50.980Z] === RUN TestBuildHostnameDomainname [2022-02-15T15:27:50.980Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-02-15T15:27:50.980Z] === RUN TestBuildHostname [2022-02-15T15:27:50.980Z] --- PASS: TestBuildHostname (0.00s) [2022-02-15T15:27:50.980Z] === RUN TestBuildHostnameFQDN [2022-02-15T15:27:50.980Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-02-15T15:27:50.980Z] === RUN TestBuildNoIP [2022-02-15T15:27:50.980Z] --- PASS: TestBuildNoIP (0.00s) [2022-02-15T15:27:50.980Z] === RUN TestUpdate [2022-02-15T15:27:50.980Z] --- PASS: TestUpdate (0.00s) [2022-02-15T15:27:50.980Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-02-15T15:27:50.980Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-02-15T15:27:50.980Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-02-15T15:27:50.980Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-02-15T15:27:50.980Z] === RUN TestAddEmpty [2022-02-15T15:27:50.980Z] --- PASS: TestAddEmpty (0.00s) [2022-02-15T15:27:50.980Z] === RUN TestAdd [2022-02-15T15:27:50.980Z] --- PASS: TestAdd (0.00s) [2022-02-15T15:27:50.980Z] === RUN TestDeleteEmpty [2022-02-15T15:27:50.980Z] --- PASS: TestDeleteEmpty (0.00s) [2022-02-15T15:27:50.980Z] === RUN TestDeleteNewline [2022-02-15T15:27:50.980Z] --- PASS: TestDeleteNewline (0.00s) [2022-02-15T15:27:50.980Z] === RUN TestDelete [2022-02-15T15:27:50.980Z] --- PASS: TestDelete (0.00s) [2022-02-15T15:27:50.980Z] === RUN TestConcurrentWrites [2022-02-15T15:27:50.980Z] --- PASS: TestConcurrentWrites (0.29s) [2022-02-15T15:27:50.980Z] PASS [2022-02-15T15:27:50.980Z] coverage: 81.2% of statements [2022-02-15T15:27:50.980Z] ok github.com/docker/docker/libnetwork/etchosts 0.377s coverage: 81.2% of statements [2022-02-15T15:27:50.980Z] === RUN TestNew [2022-02-15T15:27:50.980Z] --- PASS: TestNew (0.00s) [2022-02-15T15:27:50.980Z] === RUN TestAllocate [2022-02-15T15:27:50.980Z] --- PASS: TestAllocate (0.00s) [2022-02-15T15:27:50.980Z] === RUN TestUninitialized [2022-02-15T15:27:50.980Z] --- PASS: TestUninitialized (0.00s) [2022-02-15T15:27:50.980Z] === RUN TestAllocateInRange [2022-02-15T15:27:50.980Z] --- PASS: TestAllocateInRange (0.00s) [2022-02-15T15:27:50.980Z] === RUN TestAllocateSerial [2022-02-15T15:27:50.980Z] --- PASS: TestAllocateSerial (0.00s) [2022-02-15T15:27:50.980Z] PASS [2022-02-15T15:27:50.980Z] coverage: 87.5% of statements [2022-02-15T15:27:50.980Z] ok github.com/docker/docker/libnetwork/idm 0.054s coverage: 87.5% of statements [2022-02-15T15:27:51.449Z] === RUN TestCaller [2022-02-15T15:27:51.449Z] --- PASS: TestCaller (0.00s) [2022-02-15T15:27:51.449Z] PASS [2022-02-15T15:27:51.449Z] coverage: 100.0% of statements [2022-02-15T15:27:51.449Z] ok github.com/docker/docker/libnetwork/internal/caller 0.049s coverage: 100.0% of statements [2022-02-15T15:27:51.917Z] --- PASS: TestRandomAllocateDeallocate (7.40s) [2022-02-15T15:27:51.917Z] === RUN TestAllocateRandomDeallocate [2022-02-15T15:27:52.386Z] === RUN TestSetSerialInsertDelete [2022-02-15T15:27:52.386Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-02-15T15:27:52.386Z] === RUN TestSetParallelInsertDelete [2022-02-15T15:27:52.657Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-02-15T15:27:52.657Z] === RUN TestDockerSuite/TestEventsStreaming [2022-02-15T15:27:52.657Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-02-15T15:27:52.917Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-02-15T15:27:53.372Z] === RUN TestInt2IP2IntConversion [2022-02-15T15:27:53.372Z] --- PASS: TestAllocateRandomDeallocate (1.56s) [2022-02-15T15:27:53.372Z] === RUN TestAllocateRandomDeallocateSerialize [2022-02-15T15:27:53.840Z] --- PASS: TestInt2IP2IntConversion (0.57s) [2022-02-15T15:27:53.840Z] === RUN TestGetAddressVersion [2022-02-15T15:27:53.840Z] --- PASS: TestGetAddressVersion (0.00s) [2022-02-15T15:27:53.840Z] === RUN TestKeyString [2022-02-15T15:27:53.840Z] --- PASS: TestKeyString (0.00s) [2022-02-15T15:27:53.840Z] === RUN TestPoolDataMarshal [2022-02-15T15:27:53.840Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-02-15T15:27:53.840Z] === RUN TestSubnetsMarshal [2022-02-15T15:27:53.840Z] --- PASS: TestSubnetsMarshal (0.06s) [2022-02-15T15:27:53.840Z] === RUN TestAddSubnets [2022-02-15T15:27:53.840Z] --- PASS: TestAddSubnets (0.07s) [2022-02-15T15:27:53.840Z] === RUN TestDoublePoolRelease [2022-02-15T15:27:53.840Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-02-15T15:27:53.840Z] === RUN TestAddReleasePoolID [2022-02-15T15:27:54.309Z] --- PASS: TestAddReleasePoolID (0.12s) [2022-02-15T15:27:54.309Z] === RUN TestPredefinedPool [2022-02-15T15:27:54.309Z] --- PASS: TestPredefinedPool (0.03s) [2022-02-15T15:27:54.309Z] === RUN TestRemoveSubnet [2022-02-15T15:27:54.309Z] === RUN TestPoolRequest [2022-02-15T15:27:54.309Z] --- PASS: TestPoolRequest (0.00s) [2022-02-15T15:27:54.309Z] === RUN TestOtherRequests [2022-02-15T15:27:54.309Z] --- PASS: TestOtherRequests (0.00s) [2022-02-15T15:27:54.309Z] PASS [2022-02-15T15:27:54.309Z] coverage: 57.1% of statements [2022-02-15T15:27:54.309Z] ok github.com/docker/docker/libnetwork/ipams/null 0.051s coverage: 57.1% of statements [2022-02-15T15:27:54.309Z] --- PASS: TestRemoveSubnet (0.25s) [2022-02-15T15:27:54.309Z] === RUN TestGetSameAddress [2022-02-15T15:27:54.309Z] --- PASS: TestGetSameAddress (0.04s) [2022-02-15T15:27:54.309Z] === RUN TestPoolAllocationReuse [2022-02-15T15:27:54.778Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.47s) [2022-02-15T15:27:54.778Z] === RUN TestRetrieveFromStore [2022-02-15T15:27:54.829Z] docker_api_swarm_test.go:384: [d89644dbbe9a3] joining swarm manager [d3f436ddc9f97]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:27:55.247Z] --- PASS: TestRetrieveFromStore (0.69s) [2022-02-15T15:27:55.247Z] === RUN TestIsCorrupted [2022-02-15T15:27:55.247Z] --- PASS: TestIsCorrupted (0.03s) [2022-02-15T15:27:55.247Z] === RUN TestSetRollover [2022-02-15T15:27:55.400Z] === RUN TestDockerSuite/TestEventsTop [2022-02-15T15:27:55.718Z] === RUN TestGetCapabilities [2022-02-15T15:27:55.718Z] --- PASS: TestGetCapabilities (0.01s) [2022-02-15T15:27:55.718Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-02-15T15:27:55.718Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-02-15T15:27:55.718Z] === RUN TestGetDefaultAddressSpaces [2022-02-15T15:27:55.718Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-02-15T15:27:55.718Z] === RUN TestRemoteDriver [2022-02-15T15:27:55.718Z] --- PASS: TestRemoteDriver (0.01s) [2022-02-15T15:27:55.718Z] PASS [2022-02-15T15:27:55.718Z] coverage: 47.4% of statements [2022-02-15T15:27:55.718Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.085s coverage: 47.4% of statements [2022-02-15T15:27:56.343Z] docker_api_swarm_test.go:385: [d5194ccfc3bbc] joining swarm manager [d3f436ddc9f97]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:27:56.343Z] === RUN TestDockerSuite/TestEventsUntag [2022-02-15T15:27:56.706Z] === RUN TestWindowsIPAM [2022-02-15T15:27:56.706Z] --- PASS: TestWindowsIPAM (0.00s) [2022-02-15T15:27:56.706Z] PASS [2022-02-15T15:27:56.706Z] coverage: 71.4% of statements [2022-02-15T15:27:56.706Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.051s coverage: 71.4% of statements [2022-02-15T15:27:56.706Z] --- PASS: TestPoolAllocationReuse (2.22s) [2022-02-15T15:27:56.706Z] === RUN TestGetAddressSubPoolEqualPool [2022-02-15T15:27:56.706Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-02-15T15:27:56.706Z] === RUN TestRequestReleaseAddressFromSubPool [2022-02-15T15:27:57.694Z] === RUN TestDefaultNetwork [2022-02-15T15:27:57.694Z] --- PASS: TestSetRollover (2.06s) [2022-02-15T15:27:57.694Z] === RUN TestSetRolloverSerial [2022-02-15T15:27:57.694Z] --- PASS: TestDefaultNetwork (0.31s) [2022-02-15T15:27:57.694Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-02-15T15:27:57.743Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.436s coverage: 13.8% of statements [2022-02-15T15:27:57.743Z] ok github.com/docker/docker/daemon/config 0.026s coverage: 81.0% of statements [2022-02-15T15:27:58.164Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.28s) [2022-02-15T15:27:58.164Z] === RUN TestInitAddressPools [2022-02-15T15:27:58.164Z] --- PASS: TestInitAddressPools (0.00s) [2022-02-15T15:27:58.164Z] PASS [2022-02-15T15:27:58.164Z] coverage: 74.0% of statements [2022-02-15T15:27:58.164Z] ok github.com/docker/docker/libnetwork/ipamutils 0.664s coverage: 74.0% of statements [2022-02-15T15:27:58.319Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-02-15T15:27:58.635Z] === RUN TestKeyValue [2022-02-15T15:27:58.635Z] --- PASS: TestKeyValue (0.00s) [2022-02-15T15:27:58.635Z] PASS [2022-02-15T15:27:58.635Z] coverage: 60.0% of statements [2022-02-15T15:27:58.635Z] ok github.com/docker/docker/libnetwork/netlabel 0.049s coverage: 60.0% of statements [2022-02-15T15:27:58.884Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-02-15T15:27:58.890Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-02-15T15:27:58.890Z] ok github.com/docker/docker/daemon 10.155s coverage: 17.1% of statements [2022-02-15T15:27:58.890Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-02-15T15:27:58.890Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-02-15T15:27:58.890Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-02-15T15:27:59.150Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-02-15T15:27:59.623Z] --- PASS: TestSetRolloverSerial (2.04s) [2022-02-15T15:27:59.623Z] === RUN TestGetFirstAvailableFromCurrent [2022-02-15T15:27:59.623Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-02-15T15:27:59.623Z] PASS [2022-02-15T15:27:59.623Z] coverage: 84.4% of statements [2022-02-15T15:27:59.623Z] ok github.com/docker/docker/libnetwork/bitseq 15.404s coverage: 84.4% of statements [2022-02-15T15:27:59.623Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.97s) [2022-02-15T15:27:59.623Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-02-15T15:28:00.539Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.795s coverage: 74.6% of statements [2022-02-15T15:28:01.824Z] === RUN TestNetworkDBSimple [2022-02-15T15:28:01.927Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 3.0% of statements [2022-02-15T15:28:01.927Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.357s coverage: 56.2% of statements [2022-02-15T15:28:02.283Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-02-15T15:28:02.283Z] PASS [2022-02-15T15:28:02.283Z] coverage: 100.0% of statements [2022-02-15T15:28:02.283Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.048s coverage: 100.0% of statements [2022-02-15T15:28:02.740Z] === RUN TestGenerate [2022-02-15T15:28:02.740Z] --- PASS: TestGenerate (0.00s) [2022-02-15T15:28:02.740Z] === RUN TestGeneratePtr [2022-02-15T15:28:02.740Z] --- PASS: TestGeneratePtr (0.00s) [2022-02-15T15:28:02.740Z] === RUN TestGenerateMissingField [2022-02-15T15:28:02.740Z] --- PASS: TestGenerateMissingField (0.00s) [2022-02-15T15:28:02.740Z] === RUN TestFieldCannotBeSet [2022-02-15T15:28:02.740Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-02-15T15:28:02.740Z] === RUN TestTypeMismatchError [2022-02-15T15:28:02.740Z] --- PASS: TestTypeMismatchError (0.00s) [2022-02-15T15:28:02.740Z] PASS [2022-02-15T15:28:02.740Z] coverage: 100.0% of statements [2022-02-15T15:28:02.740Z] ok github.com/docker/docker/libnetwork/options 0.045s coverage: 100.0% of statements [2022-02-15T15:28:03.197Z] 2022/02/15 15:28:02 Closing DB instances... [2022-02-15T15:28:03.197Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.73s) [2022-02-15T15:28:03.197Z] === RUN TestGetAddress [2022-02-15T15:28:03.312Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.8% of statements [2022-02-15T15:28:03.655Z] testing: warning: no tests to run [2022-02-15T15:28:03.655Z] PASS [2022-02-15T15:28:03.655Z] coverage: 0.0% of statements [2022-02-15T15:28:03.655Z] ok github.com/docker/docker/libnetwork/osl 0.046s coverage: 0.0% of statements [no tests to run] [2022-02-15T15:28:03.966Z] --- PASS: TestBuildMultiStageOnBuild (17.39s) [2022-02-15T15:28:03.966Z] === RUN TestBuildUncleanTarFilenames [2022-02-15T15:28:03.966Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:28:03.966Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-02-15T15:28:03.966Z] === RUN TestBuildMultiStageLayerLeak [2022-02-15T15:28:04.618Z] --- PASS: TestNetworkDBSimple (2.84s) [2022-02-15T15:28:04.618Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-02-15T15:28:04.618Z] === RUN TestRequestNewPort [2022-02-15T15:28:04.618Z] --- PASS: TestRequestNewPort (0.00s) [2022-02-15T15:28:04.618Z] === RUN TestRequestSpecificPort [2022-02-15T15:28:04.618Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-02-15T15:28:04.618Z] === RUN TestReleasePort [2022-02-15T15:28:04.618Z] --- PASS: TestReleasePort (0.00s) [2022-02-15T15:28:04.618Z] === RUN TestReuseReleasedPort [2022-02-15T15:28:04.618Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-02-15T15:28:04.618Z] === RUN TestReleaseUnreadledPort [2022-02-15T15:28:04.618Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-02-15T15:28:04.618Z] === RUN TestUnknowProtocol [2022-02-15T15:28:05.077Z] --- PASS: TestUnknowProtocol (0.00s) [2022-02-15T15:28:05.077Z] === RUN TestAllocateAllPorts [2022-02-15T15:28:05.077Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-02-15T15:28:05.077Z] === RUN TestPortAllocation [2022-02-15T15:28:05.077Z] --- PASS: TestPortAllocation (0.00s) [2022-02-15T15:28:05.077Z] === RUN TestPortAllocationWithCustomRange [2022-02-15T15:28:05.077Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-02-15T15:28:05.077Z] === RUN TestNoDuplicateBPR [2022-02-15T15:28:05.077Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-02-15T15:28:05.077Z] === RUN TestChangePortRange [2022-02-15T15:28:05.077Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-02-15T15:28:05.077Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-02-15T15:28:05.077Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-02-15T15:28:05.077Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-02-15T15:28:05.077Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-02-15T15:28:05.077Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-02-15T15:28:05.077Z] --- PASS: TestChangePortRange (0.00s) [2022-02-15T15:28:05.077Z] PASS [2022-02-15T15:28:05.077Z] coverage: 88.6% of statements [2022-02-15T15:28:05.077Z] ok github.com/docker/docker/libnetwork/portallocator 0.055s coverage: 88.6% of statements [2022-02-15T15:28:05.236Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.305s coverage: 50.5% of statements [2022-02-15T15:28:05.536Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-02-15T15:28:05.536Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-02-15T15:28:05.536Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-02-15T15:28:05.993Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-02-15T15:28:05.993Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-02-15T15:28:05.993Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-02-15T15:28:05.993Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-02-15T15:28:05.994Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-02-15T15:28:05.994Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-02-15T15:28:05.994Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-02-15T15:28:05.994Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-02-15T15:28:05.994Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-02-15T15:28:05.994Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-02-15T15:28:05.994Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-02-15T15:28:05.994Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-02-15T15:28:05.994Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-02-15T15:28:05.994Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-02-15T15:28:05.994Z] testing: warning: no tests to run [2022-02-15T15:28:05.994Z] PASS [2022-02-15T15:28:05.994Z] coverage: 0.0% of statements [2022-02-15T15:28:05.994Z] ok github.com/docker/docker/libnetwork/portmapper 0.044s coverage: 0.0% of statements [no tests to run] [2022-02-15T15:28:05.994Z] 2022/02/15 15:28:05 Closing DB instances... [2022-02-15T15:28:06.450Z] === RUN TestHashData [2022-02-15T15:28:06.450Z] --- PASS: TestHashData (0.00s) [2022-02-15T15:28:06.450Z] PASS [2022-02-15T15:28:06.450Z] coverage: 2.8% of statements [2022-02-15T15:28:06.450Z] ok github.com/docker/docker/libnetwork/resolvconf 0.053s coverage: 2.8% of statements [2022-02-15T15:28:06.906Z] === RUN TestErrorConstructors [2022-02-15T15:28:06.906Z] --- PASS: TestErrorConstructors (0.00s) [2022-02-15T15:28:06.906Z] === RUN TestCompareIPMask [2022-02-15T15:28:06.906Z] --- PASS: TestCompareIPMask (0.00s) [2022-02-15T15:28:06.906Z] === RUN TestUtilGetHostPartIP [2022-02-15T15:28:06.906Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-02-15T15:28:06.906Z] === RUN TestUtilGetBroadcastIP [2022-02-15T15:28:06.906Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-02-15T15:28:06.906Z] === RUN TestParseCIDR [2022-02-15T15:28:06.906Z] --- PASS: TestParseCIDR (0.00s) [2022-02-15T15:28:06.906Z] PASS [2022-02-15T15:28:06.906Z] coverage: 37.3% of statements [2022-02-15T15:28:06.906Z] ok github.com/docker/docker/libnetwork/types 0.049s coverage: 37.3% of statements [2022-02-15T15:28:07.153Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.885s coverage: 46.2% of statements [2022-02-15T15:28:07.153Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-02-15T15:28:07.363Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.65s) [2022-02-15T15:28:07.363Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-02-15T15:28:07.723Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.804s coverage: 58.0% of statements [2022-02-15T15:28:07.723Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-02-15T15:28:07.723Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-02-15T15:28:07.820Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-02-15T15:28:07.820Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-02-15T15:28:07.820Z] PASS [2022-02-15T15:28:07.820Z] coverage: 50.0% of statements [2022-02-15T15:28:07.820Z] ok github.com/docker/docker/oci 0.051s coverage: 50.0% of statements [2022-02-15T15:28:07.984Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.8% of statements [2022-02-15T15:28:08.278Z] === RUN TestAddressPoolOpt [2022-02-15T15:28:08.278Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/a [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/something [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/_=a [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/env1=value1 [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/_env1=value1 [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/env2=value2=value3 [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/env3=abc!qwe [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/env_4=value_4 [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/PATH [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/=a [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/PATH= [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/PATH=something [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/asd!qwe [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/1asd [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/123 [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/some_space [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/__some_space_before [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/some_space_after__ [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/= [2022-02-15T15:28:08.278Z] === RUN TestValidateEnv/PaTh [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/a (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/something (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/= (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-02-15T15:28:08.278Z] === RUN TestParseHost [2022-02-15T15:28:08.278Z] --- PASS: TestParseHost (0.00s) [2022-02-15T15:28:08.278Z] === RUN TestParseDockerDaemonHost [2022-02-15T15:28:08.278Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-02-15T15:28:08.278Z] === RUN TestParseTCP [2022-02-15T15:28:08.278Z] --- PASS: TestParseTCP (0.00s) [2022-02-15T15:28:08.278Z] === RUN TestParseInvalidUnixAddrInvalid [2022-02-15T15:28:08.278Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-02-15T15:28:08.278Z] === RUN TestValidateExtraHosts [2022-02-15T15:28:08.278Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-02-15T15:28:08.278Z] === RUN TestIpOptString [2022-02-15T15:28:08.278Z] --- PASS: TestIpOptString (0.00s) [2022-02-15T15:28:08.278Z] === RUN TestNewIpOptInvalidDefaultVal [2022-02-15T15:28:08.278Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-02-15T15:28:08.278Z] === RUN TestNewIpOptValidDefaultVal [2022-02-15T15:28:08.278Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-02-15T15:28:08.278Z] === RUN TestIpOptSetInvalidVal [2022-02-15T15:28:08.278Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-02-15T15:28:08.278Z] === RUN TestValidateIPAddress [2022-02-15T15:28:08.278Z] --- PASS: TestValidateIPAddress (0.00s) [2022-02-15T15:28:08.278Z] === RUN TestMapOpts [2022-02-15T15:28:08.278Z] --- PASS: TestMapOpts (0.00s) [2022-02-15T15:28:08.278Z] === RUN TestListOptsWithoutValidator [2022-02-15T15:28:08.278Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-02-15T15:28:08.278Z] === RUN TestListOptsWithValidator [2022-02-15T15:28:08.278Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-02-15T15:28:08.278Z] === RUN TestValidateDNSSearch [2022-02-15T15:28:08.278Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-02-15T15:28:08.278Z] === RUN TestValidateLabel [2022-02-15T15:28:08.278Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-02-15T15:28:08.278Z] === RUN TestValidateLabel/label_with_general_format [2022-02-15T15:28:08.278Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-02-15T15:28:08.278Z] === RUN TestValidateLabel/label_with_one_more [2022-02-15T15:28:08.278Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-02-15T15:28:08.278Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-02-15T15:28:08.278Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-02-15T15:28:08.278Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-02-15T15:28:08.278Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-02-15T15:28:08.278Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-02-15T15:28:08.278Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-02-15T15:28:08.278Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-02-15T15:28:08.278Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-02-15T15:28:08.278Z] --- PASS: TestValidateLabel (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-02-15T15:28:08.278Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-02-15T15:28:08.279Z] === RUN TestNamedListOpts [2022-02-15T15:28:08.279Z] --- PASS: TestNamedListOpts (0.00s) [2022-02-15T15:28:08.279Z] === RUN TestNamedMapOpts [2022-02-15T15:28:08.279Z] --- PASS: TestNamedMapOpts (0.00s) [2022-02-15T15:28:08.279Z] === RUN TestParseLink [2022-02-15T15:28:08.279Z] --- PASS: TestParseLink (0.00s) [2022-02-15T15:28:08.279Z] === RUN TestQuotedStringSetWithQuotes [2022-02-15T15:28:08.279Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-02-15T15:28:08.279Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-02-15T15:28:08.279Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-02-15T15:28:08.279Z] === RUN TestQuotedStringSetWithNoQuotes [2022-02-15T15:28:08.279Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-02-15T15:28:08.279Z] === RUN TestUlimitOpt [2022-02-15T15:28:08.279Z] --- PASS: TestUlimitOpt (0.00s) [2022-02-15T15:28:08.279Z] PASS [2022-02-15T15:28:08.279Z] coverage: 67.1% of statements [2022-02-15T15:28:08.279Z] ok github.com/docker/docker/opts 0.102s coverage: 67.1% of statements [2022-02-15T15:28:08.279Z] === RUN TestParseVersion [2022-02-15T15:28:08.279Z] --- PASS: TestParseVersion (0.00s) [2022-02-15T15:28:08.279Z] PASS [2022-02-15T15:28:08.279Z] coverage: 52.9% of statements [2022-02-15T15:28:08.735Z] ok github.com/docker/docker/pkg/aaparser 0.044s coverage: 52.9% of statements [2022-02-15T15:28:08.735Z] 2022/02/15 15:28:08 Closing DB instances... [2022-02-15T15:28:09.368Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.011s coverage: 3.0% of statements [2022-02-15T15:28:09.629Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2022-02-15T15:28:10.200Z] ok github.com/docker/docker/daemon/images 0.041s coverage: 6.7% of statements [2022-02-15T15:28:10.200Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-02-15T15:28:10.200Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-02-15T15:28:10.265Z] === RUN TestPeerCertificateMarshalJSON [2022-02-15T15:28:10.265Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.84s) [2022-02-15T15:28:10.265Z] === RUN TestNetworkDBCRUDTableEntry [2022-02-15T15:28:10.726Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-02-15T15:28:10.726Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-02-15T15:28:10.726Z] --- PASS: TestPeerCertificateMarshalJSON (0.46s) [2022-02-15T15:28:10.726Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-02-15T15:28:10.726Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-02-15T15:28:10.726Z] === RUN TestMiddleware [2022-02-15T15:28:10.726Z] --- PASS: TestMiddleware (0.00s) [2022-02-15T15:28:10.726Z] === RUN TestNewResponseModifier [2022-02-15T15:28:10.726Z] --- PASS: TestNewResponseModifier (0.00s) [2022-02-15T15:28:10.726Z] PASS [2022-02-15T15:28:10.726Z] coverage: 26.8% of statements [2022-02-15T15:28:10.726Z] ok github.com/docker/docker/pkg/authorization 0.508s coverage: 26.8% of statements [2022-02-15T15:28:11.110Z] === RUN TestDockerSuite/TestExec [2022-02-15T15:28:11.110Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-02-15T15:28:11.110Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-02-15T15:28:11.184Z] === RUN TestIsArchivePathDir [2022-02-15T15:28:11.184Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-02-15T15:28:11.184Z] === RUN TestIsArchivePathInvalidFile [2022-02-15T15:28:11.184Z] --- PASS: TestIsArchivePathInvalidFile (0.15s) [2022-02-15T15:28:11.184Z] === RUN TestIsArchivePathTar [2022-02-15T15:28:11.226Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-02-15T15:28:11.372Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-02-15T15:28:11.586Z] ok github.com/docker/docker/daemon/logger 0.224s coverage: 43.5% of statements [2022-02-15T15:28:11.633Z] --- PASS: TestServicePlugin (31.08s) [2022-02-15T15:28:11.633Z] === RUN TestServiceUpdateLabel [2022-02-15T15:28:11.642Z] --- PASS: TestIsArchivePathTar (0.19s) [2022-02-15T15:28:11.642Z] === RUN TestDecompressStreamGzip [2022-02-15T15:28:11.642Z] --- PASS: TestDecompressStreamGzip (0.14s) [2022-02-15T15:28:11.642Z] === RUN TestDecompressStreamBzip2 [2022-02-15T15:28:11.642Z] === RUN TestUnbuffered [2022-02-15T15:28:11.642Z] --- PASS: TestUnbuffered (0.00s) [2022-02-15T15:28:11.642Z] === RUN TestRaceUnbuffered [2022-02-15T15:28:11.642Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-02-15T15:28:11.642Z] PASS [2022-02-15T15:28:11.642Z] coverage: 100.0% of statements [2022-02-15T15:28:11.642Z] ok github.com/docker/docker/pkg/broadcaster 0.047s coverage: 100.0% of statements [2022-02-15T15:28:11.642Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2022-02-15T15:28:11.642Z] === RUN TestDecompressStreamXz [2022-02-15T15:28:11.642Z] archive_test.go:133: Xz not present in msys2 [2022-02-15T15:28:11.642Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-02-15T15:28:11.642Z] === RUN TestDecompressStreamZstd [2022-02-15T15:28:11.642Z] archive_test.go:140: zstd not installed [2022-02-15T15:28:11.642Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-02-15T15:28:11.642Z] === RUN TestCompressStreamXzUnsupported [2022-02-15T15:28:11.642Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-02-15T15:28:11.642Z] === RUN TestCompressStreamBzip2Unsupported [2022-02-15T15:28:11.642Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-02-15T15:28:11.642Z] === RUN TestCompressStreamInvalid [2022-02-15T15:28:11.642Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-02-15T15:28:11.642Z] === RUN TestExtensionInvalid [2022-02-15T15:28:11.642Z] --- PASS: TestExtensionInvalid (0.00s) [2022-02-15T15:28:11.642Z] === RUN TestExtensionUncompressed [2022-02-15T15:28:11.642Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-02-15T15:28:11.642Z] === RUN TestExtensionBzip2 [2022-02-15T15:28:11.642Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-02-15T15:28:11.642Z] === RUN TestExtensionGzip [2022-02-15T15:28:11.642Z] --- PASS: TestExtensionGzip (0.00s) [2022-02-15T15:28:11.642Z] === RUN TestExtensionXz [2022-02-15T15:28:11.642Z] --- PASS: TestExtensionXz (0.00s) [2022-02-15T15:28:11.642Z] === RUN TestExtensionZstd [2022-02-15T15:28:11.642Z] --- PASS: TestExtensionZstd (0.00s) [2022-02-15T15:28:11.642Z] === RUN TestCmdStreamLargeStderr [2022-02-15T15:28:11.642Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-02-15T15:28:11.642Z] === RUN TestCmdStreamBad [2022-02-15T15:28:11.642Z] archive_test.go:252: Failing on Windows CI machines [2022-02-15T15:28:11.642Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-02-15T15:28:11.642Z] === RUN TestCmdStreamGood [2022-02-15T15:28:11.642Z] --- PASS: TestCmdStreamGood (0.05s) [2022-02-15T15:28:11.642Z] === RUN TestUntarPathWithInvalidDest [2022-02-15T15:28:11.848Z] ok github.com/docker/docker/daemon/logger/awslogs 0.173s coverage: 80.2% of statements [2022-02-15T15:28:11.895Z] === RUN TestDockerSuite/TestExecAPIStart [2022-02-15T15:28:12.099Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-02-15T15:28:12.099Z] === RUN TestUntarPathWithInvalidSrc [2022-02-15T15:28:12.099Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-02-15T15:28:12.099Z] === RUN TestUntarPath [2022-02-15T15:28:12.099Z] --- PASS: TestUntarPath (0.07s) [2022-02-15T15:28:12.099Z] === RUN TestUntarPathWithDestinationFile [2022-02-15T15:28:12.099Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-02-15T15:28:12.099Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-02-15T15:28:12.099Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-02-15T15:28:12.099Z] === RUN TestCopyWithTarInvalidSrc [2022-02-15T15:28:12.099Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-02-15T15:28:12.099Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-02-15T15:28:12.099Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-02-15T15:28:12.099Z] === RUN TestCopyWithTarSrcFile [2022-02-15T15:28:12.099Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-02-15T15:28:12.099Z] === RUN TestCopyWithTarSrcFolder [2022-02-15T15:28:12.099Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-02-15T15:28:12.099Z] === RUN TestCopyFileWithTarInvalidSrc [2022-02-15T15:28:12.099Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-02-15T15:28:12.099Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-02-15T15:28:12.099Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2022-02-15T15:28:12.099Z] === RUN TestCopyFileWithTarSrcFolder [2022-02-15T15:28:12.099Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s) [2022-02-15T15:28:12.099Z] === RUN TestCopyFileWithTarSrcFile [2022-02-15T15:28:12.099Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-02-15T15:28:12.099Z] === RUN TestTarFiles [2022-02-15T15:28:12.099Z] === RUN TestMatch [2022-02-15T15:28:12.099Z] === RUN TestMatch/[[]] [2022-02-15T15:28:12.099Z] === RUN TestMatch/[[foo]] [2022-02-15T15:28:12.099Z] === RUN TestMatch/[[bar]_[foo]] [2022-02-15T15:28:12.099Z] === RUN TestMatch/[[foo_bar]] [2022-02-15T15:28:12.099Z] === RUN TestMatch/[[qux]_[foo]] [2022-02-15T15:28:12.099Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-02-15T15:28:12.099Z] === RUN TestMatch/[] [2022-02-15T15:28:12.099Z] === RUN TestMatch/[]#01 [2022-02-15T15:28:12.099Z] === RUN TestMatch/[[qux]] [2022-02-15T15:28:12.099Z] === RUN TestMatch/[[foo_bar_qux]] [2022-02-15T15:28:12.099Z] === RUN TestMatch/[[qux]_[baz]] [2022-02-15T15:28:12.099Z] === RUN TestMatch/[[foo_baz]] [2022-02-15T15:28:12.099Z] --- PASS: TestMatch (0.00s) [2022-02-15T15:28:12.099Z] --- PASS: TestMatch/[[]] (0.00s) [2022-02-15T15:28:12.099Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-02-15T15:28:12.099Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-02-15T15:28:12.099Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-02-15T15:28:12.099Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-02-15T15:28:12.099Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-02-15T15:28:12.099Z] --- PASS: TestMatch/[] (0.00s) [2022-02-15T15:28:12.099Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-02-15T15:28:12.099Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-02-15T15:28:12.099Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-02-15T15:28:12.099Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-02-15T15:28:12.099Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-02-15T15:28:12.099Z] PASS [2022-02-15T15:28:12.099Z] coverage: 87.5% of statements [2022-02-15T15:28:12.099Z] ok github.com/docker/docker/pkg/capabilities 0.044s coverage: 87.5% of statements [2022-02-15T15:28:12.421Z] ok github.com/docker/docker/daemon/logger/fluentd 0.005s coverage: 33.6% of statements [2022-02-15T15:28:12.421Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-02-15T15:28:12.421Z] ok github.com/docker/docker/daemon/logger/gelf 0.013s coverage: 67.0% of statements [2022-02-15T15:28:12.555Z] 2022/02/15 15:28:12 Closing DB instances... [2022-02-15T15:28:12.994Z] ok github.com/docker/docker/daemon/logger/journald 0.013s coverage: 23.9% of statements [2022-02-15T15:28:13.282Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-02-15T15:28:13.519Z] === RUN TestChrootTarUntar [2022-02-15T15:28:13.519Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:28:13.519Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-02-15T15:28:13.519Z] === RUN TestChrootUntarWithHugeExcludesList [2022-02-15T15:28:13.519Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:28:13.519Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-02-15T15:28:13.519Z] === RUN TestChrootUntarEmptyArchive [2022-02-15T15:28:13.519Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-02-15T15:28:13.519Z] === RUN TestChrootTarUntarWithSymlink [2022-02-15T15:28:13.519Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:28:13.519Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-02-15T15:28:13.519Z] === RUN TestChrootCopyWithTar [2022-02-15T15:28:13.519Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:28:13.519Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-02-15T15:28:13.519Z] === RUN TestChrootCopyFileWithTar [2022-02-15T15:28:13.519Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:28:13.519Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-02-15T15:28:13.519Z] === RUN TestChrootUntarPath [2022-02-15T15:28:13.519Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:28:13.519Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-02-15T15:28:13.519Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-02-15T15:28:13.519Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:28:13.519Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-02-15T15:28:13.519Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-02-15T15:28:13.519Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:28:13.519Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-02-15T15:28:13.519Z] === RUN TestChrootApplyDotDotFile [2022-02-15T15:28:13.519Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:28:13.519Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-02-15T15:28:13.519Z] PASS [2022-02-15T15:28:13.519Z] coverage: 15.1% of statements [2022-02-15T15:28:13.519Z] ok github.com/docker/docker/pkg/chrootarchive 0.114s coverage: 15.1% of statements [2022-02-15T15:28:13.568Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2022-02-15T15:28:13.568Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2022-02-15T15:28:13.852Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-02-15T15:28:14.112Z] --- PASS: TestServiceUpdateLabel (2.47s) [2022-02-15T15:28:14.112Z] === RUN TestServiceUpdateSecrets [2022-02-15T15:28:14.373Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-02-15T15:28:14.490Z] === RUN TestSizeEmpty [2022-02-15T15:28:14.490Z] --- PASS: TestSizeEmpty (0.00s) [2022-02-15T15:28:14.490Z] === RUN TestSizeEmptyFile [2022-02-15T15:28:14.490Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-02-15T15:28:14.490Z] === RUN TestSizeNonemptyFile [2022-02-15T15:28:14.490Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-02-15T15:28:14.490Z] === RUN TestSizeNestedDirectoryEmpty [2022-02-15T15:28:14.490Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-02-15T15:28:14.490Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-02-15T15:28:14.490Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-02-15T15:28:14.490Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-02-15T15:28:14.490Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-02-15T15:28:14.490Z] === RUN TestMoveToSubdir [2022-02-15T15:28:14.490Z] --- PASS: TestMoveToSubdir (0.00s) [2022-02-15T15:28:14.490Z] === RUN TestSizeNonExistingDirectory [2022-02-15T15:28:14.490Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-02-15T15:28:14.490Z] PASS [2022-02-15T15:28:14.490Z] coverage: 80.0% of statements [2022-02-15T15:28:14.490Z] ok github.com/docker/docker/pkg/directory 0.059s coverage: 80.0% of statements [2022-02-15T15:28:14.490Z] --- PASS: TestNetworkDBCRUDTableEntry (4.27s) [2022-02-15T15:28:14.490Z] === RUN TestNetworkDBCRUDTableEntries [2022-02-15T15:28:14.510Z] ok github.com/docker/docker/daemon/logger/local 0.016s coverage: 78.7% of statements [2022-02-15T15:28:14.510Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-02-15T15:28:14.510Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.042s coverage: 58.2% of statements [2022-02-15T15:28:14.944Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-02-15T15:28:15.455Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.008s coverage: 31.5% of statements [2022-02-15T15:28:15.525Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-02-15T15:28:15.895Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-02-15T15:28:15.895Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-02-15T15:28:16.026Z] === RUN TestPollerAddRemove [2022-02-15T15:28:16.026Z] --- PASS: TestPollerAddRemove (0.00s) [2022-02-15T15:28:16.026Z] === RUN TestPollerEvent [2022-02-15T15:28:16.026Z] poller_test.go:40: No chmod on Windows [2022-02-15T15:28:16.026Z] --- SKIP: TestPollerEvent (0.00s) [2022-02-15T15:28:16.026Z] === RUN TestPollerClose [2022-02-15T15:28:16.026Z] --- PASS: TestPollerClose (0.00s) [2022-02-15T15:28:16.026Z] PASS [2022-02-15T15:28:16.026Z] coverage: 36.2% of statements [2022-02-15T15:28:16.026Z] ok github.com/docker/docker/pkg/filenotify 0.072s coverage: 36.2% of statements [2022-02-15T15:28:16.028Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2022-02-15T15:28:16.351Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-02-15T15:28:16.351Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-02-15T15:28:16.468Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-02-15T15:28:16.484Z] 2022/02/15 15:28:16 Closing DB instances... [2022-02-15T15:28:16.599Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-02-15T15:28:16.807Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-02-15T15:28:16.860Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-02-15T15:28:16.941Z] === RUN TestCopyFileWithInvalidSrc [2022-02-15T15:28:16.941Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-02-15T15:28:16.941Z] === RUN TestCopyFileWithInvalidDest [2022-02-15T15:28:16.941Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-02-15T15:28:16.941Z] === RUN TestCopyFileWithSameSrcAndDest [2022-02-15T15:28:16.941Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-02-15T15:28:16.941Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-02-15T15:28:16.941Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-02-15T15:28:16.941Z] === RUN TestCopyFile [2022-02-15T15:28:16.941Z] --- PASS: TestCopyFile (0.00s) [2022-02-15T15:28:16.941Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-02-15T15:28:16.941Z] fileutils_test.go:133: Needs porting to Windows [2022-02-15T15:28:16.941Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-02-15T15:28:16.941Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-02-15T15:28:16.941Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-02-15T15:28:16.941Z] === RUN TestReadSymlinkedDirectoryToFile [2022-02-15T15:28:16.941Z] fileutils_test.go:179: Needs porting to Windows [2022-02-15T15:28:16.941Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-02-15T15:28:16.941Z] === RUN TestWildcardMatches [2022-02-15T15:28:16.941Z] --- PASS: TestWildcardMatches (0.00s) [2022-02-15T15:28:16.941Z] === RUN TestPatternMatches [2022-02-15T15:28:16.941Z] --- PASS: TestPatternMatches (0.00s) [2022-02-15T15:28:16.941Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-02-15T15:28:16.941Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-02-15T15:28:16.941Z] === RUN TestPatternMatchesFolderExclusions [2022-02-15T15:28:16.941Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-02-15T15:28:16.941Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-02-15T15:28:16.941Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-02-15T15:28:16.941Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-02-15T15:28:16.941Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-02-15T15:28:16.941Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-02-15T15:28:16.941Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-02-15T15:28:16.942Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-02-15T15:28:16.942Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-02-15T15:28:16.942Z] === RUN TestSingleExclamationError [2022-02-15T15:28:16.942Z] --- PASS: TestSingleExclamationError (0.00s) [2022-02-15T15:28:16.942Z] === RUN TestMatchesWithNoPatterns [2022-02-15T15:28:16.942Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-02-15T15:28:16.942Z] === RUN TestMatchesWithMalformedPatterns [2022-02-15T15:28:16.942Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-02-15T15:28:16.942Z] === RUN TestMatches [2022-02-15T15:28:16.942Z] === RUN TestMatches/MatchesOrParentMatches [2022-02-15T15:28:16.942Z] === RUN TestMatches/MatchesUsingParentResult [2022-02-15T15:28:16.942Z] === RUN TestMatches/MatchesUsingParentResults [2022-02-15T15:28:16.942Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-02-15T15:28:16.942Z] --- PASS: TestMatches (0.01s) [2022-02-15T15:28:16.942Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-02-15T15:28:16.942Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-02-15T15:28:16.942Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-02-15T15:28:16.942Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-02-15T15:28:16.942Z] === RUN TestCleanPatterns [2022-02-15T15:28:16.942Z] --- PASS: TestCleanPatterns (0.00s) [2022-02-15T15:28:16.942Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-02-15T15:28:16.942Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-02-15T15:28:16.942Z] === RUN TestCleanPatternsExceptionFlag [2022-02-15T15:28:16.942Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-02-15T15:28:16.942Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-02-15T15:28:16.942Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-02-15T15:28:16.942Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-02-15T15:28:16.942Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-02-15T15:28:16.942Z] === RUN TestCleanPatternsErrorSingleException [2022-02-15T15:28:16.942Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-02-15T15:28:16.942Z] === RUN TestCreateIfNotExistsDir [2022-02-15T15:28:16.942Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-02-15T15:28:16.942Z] === RUN TestCreateIfNotExistsFile [2022-02-15T15:28:16.942Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-02-15T15:28:16.942Z] === RUN TestMatch [2022-02-15T15:28:16.942Z] --- PASS: TestMatch (0.00s) [2022-02-15T15:28:16.942Z] === RUN TestCompile [2022-02-15T15:28:16.942Z] === RUN TestCompile/slash [2022-02-15T15:28:16.942Z] === RUN TestCompile/backslash [2022-02-15T15:28:16.942Z] --- PASS: TestCompile (0.00s) [2022-02-15T15:28:16.942Z] --- PASS: TestCompile/slash (0.00s) [2022-02-15T15:28:16.942Z] --- PASS: TestCompile/backslash (0.00s) [2022-02-15T15:28:16.942Z] PASS [2022-02-15T15:28:16.942Z] coverage: 84.7% of statements [2022-02-15T15:28:16.942Z] ok github.com/docker/docker/pkg/fileutils 0.105s coverage: 84.7% of statements [2022-02-15T15:28:17.040Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-02-15T15:28:17.433Z] ok github.com/docker/docker/daemon/logger/splunk 1.588s coverage: 82.5% of statements [2022-02-15T15:28:17.433Z] ? github.com/docker/docker/daemon/names [no test files] [2022-02-15T15:28:17.433Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-02-15T15:28:17.907Z] --- PASS: TestNetworkDBCRUDTableEntries (3.23s) [2022-02-15T15:28:17.907Z] === RUN TestNetworkDBNodeLeave [2022-02-15T15:28:17.907Z] === RUN TestGet [2022-02-15T15:28:17.907Z] --- PASS: TestGet (0.00s) [2022-02-15T15:28:17.907Z] === RUN TestGetShortcutString [2022-02-15T15:28:17.907Z] --- PASS: TestGetShortcutString (0.00s) [2022-02-15T15:28:17.907Z] PASS [2022-02-15T15:28:17.907Z] coverage: 42.9% of statements [2022-02-15T15:28:17.907Z] ok github.com/docker/docker/pkg/homedir 0.042s coverage: 42.9% of statements [2022-02-15T15:28:17.981Z] === RUN TestDockerSuite/TestExecCgroup [2022-02-15T15:28:18.821Z] ok github.com/docker/docker/distribution/metadata 0.040s coverage: 48.2% of statements [2022-02-15T15:28:18.821Z] ok github.com/docker/docker/distribution 0.112s coverage: 26.3% of statements [2022-02-15T15:28:18.821Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-02-15T15:28:18.877Z] === RUN TestCreateIDMapOrder [2022-02-15T15:28:18.877Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-02-15T15:28:18.877Z] PASS [2022-02-15T15:28:18.877Z] coverage: 7.2% of statements [2022-02-15T15:28:18.877Z] ok github.com/docker/docker/pkg/idtools 0.050s coverage: 7.2% of statements [2022-02-15T15:28:18.921Z] === RUN TestDockerSuite/TestExecEnv [2022-02-15T15:28:18.969Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-02-15T15:28:18.969Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-02-15T15:28:18.969Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-02-15T15:28:19.128Z] --- PASS: TestBuildMultiStageLayerLeak (14.19s) [2022-02-15T15:28:19.128Z] === RUN TestBuildWithHugeFile [2022-02-15T15:28:19.493Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-02-15T15:28:19.764Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2022-02-15T15:28:19.842Z] --- PASS: TestTarFiles (7.76s) [2022-02-15T15:28:19.842Z] === RUN TestDetectCompressionZstd [2022-02-15T15:28:19.842Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-02-15T15:28:19.842Z] === RUN TestTarUntar [2022-02-15T15:28:19.842Z] --- PASS: TestTarUntar (0.05s) [2022-02-15T15:28:19.842Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-02-15T15:28:19.842Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-02-15T15:28:19.842Z] === RUN TestTarWithOptions [2022-02-15T15:28:19.842Z] --- PASS: TestTarWithOptions (0.03s) [2022-02-15T15:28:19.842Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-02-15T15:28:19.842Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-02-15T15:28:19.842Z] === RUN TestUntarUstarGnuConflict [2022-02-15T15:28:19.842Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-02-15T15:28:19.842Z] === RUN TestUntarInvalidFilenames [2022-02-15T15:28:20.299Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1243227057\\dest" [2022-02-15T15:28:20.299Z] --- PASS: TestUntarInvalidFilenames (0.21s) [2022-02-15T15:28:20.299Z] === RUN TestUntarHardlinkToSymlink [2022-02-15T15:28:20.299Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-02-15T15:28:20.299Z] === RUN TestUntarInvalidHardlink [2022-02-15T15:28:20.299Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink824341525\\victim\\hello" -> "../victim/hello" [2022-02-15T15:28:20.299Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4062081669\\victim\\hello" -> "/../victim/hello" [2022-02-15T15:28:20.299Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2213793785\\victim" -> "../victim" [2022-02-15T15:28:20.299Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1828936430\\victim" -> "../victim" [2022-02-15T15:28:20.299Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1962181751\\victim" -> "../victim" [2022-02-15T15:28:20.299Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3625107125\\victim" -> "../victim" [2022-02-15T15:28:20.299Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-02-15T15:28:20.299Z] === RUN TestUntarInvalidSymlink [2022-02-15T15:28:20.299Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink609002013\\dest\\dotdot" -> "../victim/hello" [2022-02-15T15:28:20.299Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3223158831\\dest\\slash-dotdot" -> "/../victim/hello" [2022-02-15T15:28:20.299Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2189281647\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:28:20.299Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3304737104\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:28:20.299Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2213232238\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:28:20.299Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1249275570\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:28:20.299Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1024716426\\dest\\dir\\loophole" -> "../../victim" [2022-02-15T15:28:20.299Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-02-15T15:28:20.299Z] === RUN TestTempArchiveCloseMultipleTimes [2022-02-15T15:28:20.299Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-02-15T15:28:20.299Z] === RUN TestXGlobalNoParent [2022-02-15T15:28:20.299Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-02-15T15:28:20.299Z] === RUN TestReplaceFileTarWrapper [2022-02-15T15:28:20.299Z] === RUN TestFixedBufferCap [2022-02-15T15:28:20.299Z] --- PASS: TestFixedBufferCap (0.00s) [2022-02-15T15:28:20.299Z] === RUN TestFixedBufferLen [2022-02-15T15:28:20.299Z] --- PASS: TestFixedBufferLen (0.00s) [2022-02-15T15:28:20.299Z] === RUN TestFixedBufferString [2022-02-15T15:28:20.299Z] --- PASS: TestFixedBufferString (0.00s) [2022-02-15T15:28:20.299Z] === RUN TestFixedBufferWrite [2022-02-15T15:28:20.299Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-02-15T15:28:20.299Z] === RUN TestFixedBufferRead [2022-02-15T15:28:20.299Z] --- PASS: TestFixedBufferRead (0.00s) [2022-02-15T15:28:20.353Z] ok github.com/docker/docker/image 0.015s coverage: 86.6% of statements [2022-02-15T15:28:20.435Z] === RUN TestDockerSuite/TestExecExitStatus [2022-02-15T15:28:20.619Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-02-15T15:28:20.757Z] === RUN TestBytesPipeRead [2022-02-15T15:28:20.757Z] --- PASS: TestBytesPipeRead (0.00s) [2022-02-15T15:28:20.757Z] === RUN TestBytesPipeWrite [2022-02-15T15:28:20.757Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-02-15T15:28:20.757Z] === RUN TestBytesPipeWriteRandomChunks [2022-02-15T15:28:20.757Z] --- PASS: TestReplaceFileTarWrapper (0.23s) [2022-02-15T15:28:20.757Z] === RUN TestPrefixHeaderReadable [2022-02-15T15:28:20.757Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-02-15T15:28:20.757Z] === RUN TestDisablePigz [2022-02-15T15:28:20.757Z] --- PASS: TestNetworkDBNodeLeave (2.84s) [2022-02-15T15:28:20.757Z] === RUN TestNetworkDBWatch [2022-02-15T15:28:20.757Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-02-15T15:28:20.757Z] --- PASS: TestDisablePigz (0.15s) [2022-02-15T15:28:20.757Z] === RUN TestPigz [2022-02-15T15:28:20.757Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-02-15T15:28:20.757Z] --- PASS: TestPigz (0.17s) [2022-02-15T15:28:20.757Z] === RUN TestCopyFileWithInvalidDest [2022-02-15T15:28:20.757Z] archive_windows_test.go:16: Currently fails [2022-02-15T15:28:20.757Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-02-15T15:28:20.757Z] === RUN TestCanonicalTarNameForPath [2022-02-15T15:28:20.757Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-02-15T15:28:20.757Z] === RUN TestCanonicalTarName [2022-02-15T15:28:20.757Z] --- PASS: TestCanonicalTarName (0.00s) [2022-02-15T15:28:20.757Z] === RUN TestChmodTarEntry [2022-02-15T15:28:20.757Z] --- PASS: TestChmodTarEntry (0.00s) [2022-02-15T15:28:20.757Z] === RUN TestHardLinkOrder [2022-02-15T15:28:21.007Z] === RUN TestDockerSuite/TestExecInspectID [2022-02-15T15:28:21.337Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-02-15T15:28:21.398Z] --- PASS: TestHardLinkOrder (0.10s) [2022-02-15T15:28:21.398Z] === RUN TestChangeString [2022-02-15T15:28:21.398Z] --- PASS: TestChangeString (0.00s) [2022-02-15T15:28:21.398Z] === RUN TestChangesWithNoChanges [2022-02-15T15:28:21.398Z] --- PASS: TestBytesPipeWriteRandomChunks (0.54s) [2022-02-15T15:28:21.398Z] === RUN TestAtomicWriteToFile [2022-02-15T15:28:21.398Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-02-15T15:28:21.398Z] === RUN TestChangesWithChanges [2022-02-15T15:28:21.398Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-02-15T15:28:21.398Z] === RUN TestAtomicWriteSetCommit [2022-02-15T15:28:21.398Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-02-15T15:28:21.398Z] === RUN TestAtomicWriteSetCancel [2022-02-15T15:28:21.398Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-02-15T15:28:21.398Z] === RUN TestReadCloserWrapperClose [2022-02-15T15:28:21.398Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-02-15T15:28:21.398Z] === RUN TestReaderErrWrapperReadOnError [2022-02-15T15:28:21.398Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-02-15T15:28:21.398Z] === RUN TestReaderErrWrapperRead [2022-02-15T15:28:21.398Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-02-15T15:28:21.398Z] === RUN TestCancelReadCloser [2022-02-15T15:28:21.398Z] --- PASS: TestChangesWithChanges (0.05s) [2022-02-15T15:28:21.398Z] === RUN TestChangesWithChangesGH13590 [2022-02-15T15:28:21.398Z] changes_test.go:195: needs more investigation [2022-02-15T15:28:21.398Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-02-15T15:28:21.398Z] === RUN TestChangesDirsEmpty [2022-02-15T15:28:21.398Z] --- PASS: TestCancelReadCloser (0.10s) [2022-02-15T15:28:21.398Z] === RUN TestWriteCloserWrapperClose [2022-02-15T15:28:21.398Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-02-15T15:28:21.398Z] === RUN TestNopWriteCloser [2022-02-15T15:28:21.398Z] --- PASS: TestNopWriteCloser (0.00s) [2022-02-15T15:28:21.398Z] === RUN TestNopWriter [2022-02-15T15:28:21.398Z] --- PASS: TestNopWriter (0.00s) [2022-02-15T15:28:21.398Z] === RUN TestWriteCounter [2022-02-15T15:28:21.398Z] --- PASS: TestWriteCounter (0.00s) [2022-02-15T15:28:21.398Z] PASS [2022-02-15T15:28:21.398Z] coverage: 69.2% of statements [2022-02-15T15:28:21.398Z] ok github.com/docker/docker/pkg/ioutils 0.730s coverage: 69.2% of statements [2022-02-15T15:28:21.398Z] --- PASS: TestChangesDirsEmpty (0.18s) [2022-02-15T15:28:21.398Z] === RUN TestChangesDirsMutated [2022-02-15T15:28:21.398Z] --- PASS: TestChangesDirsMutated (0.22s) [2022-02-15T15:28:21.398Z] === RUN TestApplyLayer [2022-02-15T15:28:21.398Z] changes_test.go:432: needs further investigation [2022-02-15T15:28:21.398Z] --- SKIP: TestApplyLayer (0.00s) [2022-02-15T15:28:21.398Z] === RUN TestChangesSizeWithHardlinks [2022-02-15T15:28:21.398Z] changes_test.go:468: needs further investigation [2022-02-15T15:28:21.398Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-02-15T15:28:21.398Z] === RUN TestChangesSizeWithNoChanges [2022-02-15T15:28:21.398Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-02-15T15:28:21.398Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-02-15T15:28:21.398Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-02-15T15:28:21.398Z] === RUN TestChangesSize [2022-02-15T15:28:21.398Z] --- PASS: TestChangesSize (0.00s) [2022-02-15T15:28:21.398Z] === RUN TestApplyLayerInvalidFilenames [2022-02-15T15:28:21.398Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames1127505304\\dest" [2022-02-15T15:28:21.398Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-02-15T15:28:21.398Z] === RUN TestApplyLayerInvalidHardlink [2022-02-15T15:28:21.398Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink132349554\\victim\\hello" -> "../victim/hello" [2022-02-15T15:28:21.398Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3917378659\\victim\\hello" -> "/../victim/hello" [2022-02-15T15:28:21.398Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1541901059\\victim" -> "../victim" [2022-02-15T15:28:21.398Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3217545031\\victim" -> "../victim" [2022-02-15T15:28:21.398Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4086310631\\victim" -> "../victim" [2022-02-15T15:28:21.398Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2140313190\\victim" -> "../victim" [2022-02-15T15:28:21.398Z] --- PASS: TestApplyLayerInvalidHardlink (0.05s) [2022-02-15T15:28:21.398Z] === RUN TestApplyLayerInvalidSymlink [2022-02-15T15:28:21.398Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink502300129\\dest\\dotdot" -> "../victim/hello" [2022-02-15T15:28:21.398Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3474563366\\dest\\slash-dotdot" -> "/../victim/hello" [2022-02-15T15:28:21.398Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1904765540\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:28:21.598Z] ok github.com/docker/docker/distribution/xfer 1.930s coverage: 85.4% of statements [2022-02-15T15:28:21.598Z] ? github.com/docker/docker/dockerversion [no test files] [2022-02-15T15:28:21.864Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2803849357\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:28:21.864Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2487719424\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:28:21.864Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1676094409\\dest\\loophole-victim" -> "../victim" [2022-02-15T15:28:21.864Z] --- PASS: TestApplyLayerInvalidSymlink (0.05s) [2022-02-15T15:28:21.864Z] === RUN TestApplyLayerWhiteouts [2022-02-15T15:28:21.864Z] --- PASS: TestApplyLayerWhiteouts (0.11s) [2022-02-15T15:28:21.864Z] === RUN TestGenerateEmptyFile [2022-02-15T15:28:21.864Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-02-15T15:28:21.864Z] === RUN TestGenerateWithContent [2022-02-15T15:28:21.864Z] --- PASS: TestGenerateWithContent (0.00s) [2022-02-15T15:28:21.864Z] PASS [2022-02-15T15:28:21.864Z] coverage: 63.0% of statements [2022-02-15T15:28:21.864Z] ok github.com/docker/docker/pkg/archive 10.809s coverage: 63.0% of statements [2022-02-15T15:28:22.168Z] ok github.com/docker/docker/image/v1 0.010s coverage: 25.0% of statements [2022-02-15T15:28:22.168Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-02-15T15:28:22.320Z] 2022/02/15 15:28:22 Closing DB instances... [2022-02-15T15:28:22.320Z] === RUN TestError [2022-02-15T15:28:22.320Z] --- PASS: TestError (0.00s) [2022-02-15T15:28:22.320Z] === RUN TestProgressString [2022-02-15T15:28:22.320Z] === RUN TestProgressString/no_progress [2022-02-15T15:28:22.320Z] === RUN TestProgressString/progress_1 [2022-02-15T15:28:22.320Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-02-15T15:28:22.320Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-02-15T15:28:22.320Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-02-15T15:28:22.320Z] === RUN TestProgressString/with_units [2022-02-15T15:28:22.320Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-02-15T15:28:22.320Z] === RUN TestProgressString/hide_counts [2022-02-15T15:28:22.320Z] --- PASS: TestProgressString (0.00s) [2022-02-15T15:28:22.320Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-02-15T15:28:22.320Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-02-15T15:28:22.320Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-02-15T15:28:22.320Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-02-15T15:28:22.320Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-02-15T15:28:22.320Z] --- PASS: TestProgressString/with_units (0.00s) [2022-02-15T15:28:22.320Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-02-15T15:28:22.320Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-02-15T15:28:22.320Z] === RUN TestJSONMessageDisplay [2022-02-15T15:28:22.320Z] --- PASS: TestJSONMessageDisplay (0.19s) [2022-02-15T15:28:22.320Z] === RUN TestJSONMessageDisplayWithJSONError [2022-02-15T15:28:22.320Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-02-15T15:28:22.320Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-02-15T15:28:22.320Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-02-15T15:28:22.320Z] === RUN TestDisplayJSONMessagesStream [2022-02-15T15:28:22.320Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-02-15T15:28:22.320Z] PASS [2022-02-15T15:28:22.320Z] coverage: 91.7% of statements [2022-02-15T15:28:22.320Z] ok github.com/docker/docker/pkg/jsonmessage 0.255s coverage: 91.7% of statements [2022-02-15T15:28:22.429Z] ok github.com/docker/docker/libcontainerd/queue 0.030s coverage: 100.0% of statements [2022-02-15T15:28:22.464Z] === RUN TestDockerSuite/TestExecInteractive [2022-02-15T15:28:23.036Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-02-15T15:28:23.287Z] === RUN TestStandardLongPath [2022-02-15T15:28:23.287Z] --- PASS: TestStandardLongPath (0.00s) [2022-02-15T15:28:23.287Z] === RUN TestUNCLongPath [2022-02-15T15:28:23.287Z] --- PASS: TestUNCLongPath (0.00s) [2022-02-15T15:28:23.287Z] PASS [2022-02-15T15:28:23.287Z] coverage: 100.0% of statements [2022-02-15T15:28:23.287Z] ok github.com/docker/docker/pkg/longpath 0.050s coverage: 100.0% of statements [2022-02-15T15:28:23.371Z] ok github.com/docker/docker/oci 0.009s coverage: 43.3% of statements [2022-02-15T15:28:23.607Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-02-15T15:28:23.745Z] --- PASS: TestNetworkDBWatch (3.06s) [2022-02-15T15:28:23.745Z] === RUN TestNetworkDBBulkSync [2022-02-15T15:28:23.943Z] ok github.com/docker/docker/opts 0.019s coverage: 67.1% of statements [2022-02-15T15:28:24.177Z] === RUN TestDockerSuite/TestExecParseError [2022-02-15T15:28:24.201Z] === RUN TestNameFormat [2022-02-15T15:28:24.201Z] --- PASS: TestNameFormat (0.00s) [2022-02-15T15:28:24.201Z] === RUN TestNameRetries [2022-02-15T15:28:24.201Z] --- PASS: TestNameRetries (0.00s) [2022-02-15T15:28:24.201Z] PASS [2022-02-15T15:28:24.201Z] coverage: 85.7% of statements [2022-02-15T15:28:24.201Z] ok github.com/docker/docker/pkg/namesgenerator 0.047s coverage: 85.7% of statements [2022-02-15T15:28:24.203Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-02-15T15:28:24.659Z] === RUN TestParseKeyValueOpt [2022-02-15T15:28:24.659Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-02-15T15:28:24.659Z] === RUN TestParseUintList [2022-02-15T15:28:24.659Z] --- PASS: TestParseUintList (0.00s) [2022-02-15T15:28:24.659Z] === RUN TestParseUintListMaximumLimits [2022-02-15T15:28:24.659Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-02-15T15:28:24.659Z] PASS [2022-02-15T15:28:24.659Z] coverage: 97.0% of statements [2022-02-15T15:28:24.659Z] ok github.com/docker/docker/pkg/parsers 0.045s coverage: 97.0% of statements [2022-02-15T15:28:24.748Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-02-15T15:28:24.865Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-02-15T15:28:25.116Z] 2022/02/15 15:28:24 Closing DB instances... [2022-02-15T15:28:25.318Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-02-15T15:28:25.572Z] === RUN TestNewAndRemove [2022-02-15T15:28:25.572Z] --- PASS: TestNewAndRemove (0.00s) [2022-02-15T15:28:25.572Z] === RUN TestRemoveInvalidPath [2022-02-15T15:28:25.572Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-02-15T15:28:25.572Z] PASS [2022-02-15T15:28:25.572Z] coverage: 82.6% of statements [2022-02-15T15:28:25.572Z] ok github.com/docker/docker/pkg/pidfile 0.051s coverage: 82.6% of statements [2022-02-15T15:28:25.578Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-02-15T15:28:25.824Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-02-15T15:28:25.824Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-02-15T15:28:25.824Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-02-15T15:28:25.824Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-02-15T15:28:25.824Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-02-15T15:28:26.117Z] ok github.com/docker/docker/pkg/archive 0.320s coverage: 82.1% of statements [2022-02-15T15:28:26.535Z] --- PASS: TestNetworkDBBulkSync (2.86s) [2022-02-15T15:28:26.536Z] === RUN TestNetworkDBCRUDMediumCluster [2022-02-15T15:28:26.688Z] ok github.com/docker/docker/pkg/authorization 0.257s coverage: 68.3% of statements [2022-02-15T15:28:26.688Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-02-15T15:28:26.949Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-02-15T15:28:26.963Z] === RUN TestDockerSuite/TestExecSetEnv [2022-02-15T15:28:27.224Z] === RUN TestDockerSuite/TestExecStartFails [2022-02-15T15:28:27.795Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-02-15T15:28:27.988Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-02-15T15:28:28.075Z] === RUN TestFailedConnection [2022-02-15T15:28:29.040Z] --- PASS: TestFailedConnection (1.01s) [2022-02-15T15:28:29.040Z] === RUN TestFailOnce [2022-02-15T15:28:29.040Z] 2022/02/15 15:28:28 http: panic serving 127.0.0.1:49285: Plugin not ready [2022-02-15T15:28:29.040Z] goroutine 22 [running]: [2022-02-15T15:28:29.040Z] net/http.(*conn).serve.func1() [2022-02-15T15:28:29.040Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-02-15T15:28:29.040Z] panic({0x72bc20, 0x839a70}) [2022-02-15T15:28:29.040Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-02-15T15:28:29.040Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x41af01016327a4b0}, 0xc000161a98) [2022-02-15T15:28:29.040Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-02-15T15:28:29.040Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x846810, 0xc00016c000}, 0x6805e6) [2022-02-15T15:28:29.040Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-02-15T15:28:29.040Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x846810, 0xc00016c000}, 0xc000158100) [2022-02-15T15:28:29.040Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-02-15T15:28:29.040Z] net/http.serverHandler.ServeHTTP({0x844e10}, {0x846810, 0xc00016c000}, 0xc000158100) [2022-02-15T15:28:29.040Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-02-15T15:28:29.040Z] net/http.(*conn).serve(0xc0000c0000, {0x8486a0, 0xc0001820c0}) [2022-02-15T15:28:29.040Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-02-15T15:28:29.040Z] created by net/http.(*Server).Serve [2022-02-15T15:28:29.040Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-02-15T15:28:29.040Z] time="2022-02-15T15:28:28Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49284/Test.FailOnce: Post \"http://127.0.0.1:49284/Test.FailOnce\": EOF, retrying in 1s" [2022-02-15T15:28:29.180Z] --- PASS: TestServiceUpdateSecrets (14.72s) [2022-02-15T15:28:29.180Z] === RUN TestServiceUpdateConfigs [2022-02-15T15:28:29.500Z] 2022/02/15 15:28:29 Closing DB instances... [2022-02-15T15:28:29.513Z] === RUN TestDockerSuite/TestBuildCmd [2022-02-15T15:28:29.957Z] --- PASS: TestGetAddress (26.52s) [2022-02-15T15:28:29.957Z] === RUN TestRequestSyntaxCheck [2022-02-15T15:28:29.957Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-02-15T15:28:29.957Z] === RUN TestRequest [2022-02-15T15:28:29.957Z] --- PASS: TestFailOnce (1.21s) [2022-02-15T15:28:29.957Z] === RUN TestEchoInputOutput [2022-02-15T15:28:29.957Z] --- PASS: TestEchoInputOutput (0.00s) [2022-02-15T15:28:29.957Z] === RUN TestBackoff [2022-02-15T15:28:29.957Z] --- PASS: TestBackoff (0.00s) [2022-02-15T15:28:29.957Z] === RUN TestAbortRetry [2022-02-15T15:28:29.957Z] --- PASS: TestAbortRetry (0.00s) [2022-02-15T15:28:29.957Z] === RUN TestClientScheme [2022-02-15T15:28:29.957Z] --- PASS: TestClientScheme (0.00s) [2022-02-15T15:28:29.957Z] === RUN TestNewClientWithTimeout [2022-02-15T15:28:29.971Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-02-15T15:28:30.249Z] ok github.com/docker/docker/pkg/chrootarchive 2.483s coverage: 43.5% of statements [2022-02-15T15:28:30.249Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-02-15T15:28:30.249Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-02-15T15:28:30.419Z] time="2022-02-15T15:28:30Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.Echo: Post \"http://127.0.0.1:49289/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-02-15T15:28:30.932Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-02-15T15:28:31.189Z] ok github.com/docker/docker/pkg/filenotify 0.606s coverage: 67.0% of statements [2022-02-15T15:28:31.189Z] ok github.com/docker/docker/layer 7.567s coverage: 68.8% of statements [2022-02-15T15:28:31.189Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-02-15T15:28:31.189Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-02-15T15:28:31.189Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-02-15T15:28:31.189Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-02-15T15:28:31.189Z] ? github.com/docker/docker/oci/caps [no test files] [2022-02-15T15:28:31.189Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-02-15T15:28:31.189Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-02-15T15:28:31.386Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-02-15T15:28:31.761Z] ok github.com/docker/docker/pkg/fileutils 0.024s coverage: 87.2% of statements [2022-02-15T15:28:31.761Z] ok github.com/docker/docker/pkg/fsutils 0.173s coverage: 85.1% of statements [2022-02-15T15:28:31.761Z] ok github.com/docker/docker/pkg/homedir 0.006s coverage: 11.4% of statements [2022-02-15T15:28:31.957Z] time="2022-02-15T15:28:31Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.Echo: Post \"http://127.0.0.1:49289/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-02-15T15:28:32.416Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.90s) [2022-02-15T15:28:32.416Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-02-15T15:28:33.148Z] ok github.com/docker/docker/pkg/ioutils 0.441s coverage: 70.1% of statements [2022-02-15T15:28:33.148Z] ok github.com/docker/docker/pkg/idtools 0.623s coverage: 69.5% of statements [2022-02-15T15:28:33.381Z] 2022/02/15 15:28:33 Closing DB instances... [2022-02-15T15:28:33.418Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-02-15T15:28:33.680Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-02-15T15:28:33.680Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-02-15T15:28:33.680Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-02-15T15:28:33.680Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-02-15T15:28:33.680Z] ok github.com/docker/docker/pkg/namesgenerator 0.011s coverage: 85.7% of statements [2022-02-15T15:28:33.941Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2022-02-15T15:28:33.941Z] ok github.com/docker/docker/pkg/parsers/kernel 0.006s coverage: 60.0% of statements [2022-02-15T15:28:34.201Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2022-02-15T15:28:34.348Z] time="2022-02-15T15:28:34Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.Echo: Post \"http://127.0.0.1:49289/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-02-15T15:28:34.462Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-02-15T15:28:34.462Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-02-15T15:28:34.462Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-02-15T15:28:35.033Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.016s coverage: 56.8% of statements [2022-02-15T15:28:35.315Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-02-15T15:28:35.315Z] === RUN TestNetworkDBGarbageCollection [2022-02-15T15:28:35.603Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2022-02-15T15:28:35.603Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-02-15T15:28:35.864Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-02-15T15:28:37.245Z] ok github.com/docker/docker/pkg/pubsub 1.035s coverage: 75.0% of statements [2022-02-15T15:28:37.245Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2022-02-15T15:28:37.506Z] ok github.com/docker/docker/pkg/stack 0.002s coverage: 90.9% of statements [2022-02-15T15:28:37.766Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-02-15T15:28:38.027Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-02-15T15:28:38.027Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-02-15T15:28:38.432Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-02-15T15:28:38.598Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 51.2% of statements [2022-02-15T15:28:39.039Z] time="2022-02-15T15:28:38Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.Echo: Post \"http://127.0.0.1:49289/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-02-15T15:28:39.170Z] ok github.com/docker/docker/pkg/system 0.006s coverage: 40.1% of statements [2022-02-15T15:28:39.178Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-02-15T15:28:39.178Z] === RUN TestDockerSuite/TestExecTTY [2022-02-15T15:28:39.430Z] ok github.com/docker/docker/pkg/tailfile 0.048s coverage: 88.6% of statements [2022-02-15T15:28:39.439Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-02-15T15:28:39.692Z] ok github.com/docker/docker/pkg/tarsum 0.040s coverage: 89.3% of statements [2022-02-15T15:28:39.952Z] coverage: [no statements] [2022-02-15T15:28:39.952Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2022-02-15T15:28:40.215Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-02-15T15:28:40.380Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-02-15T15:28:40.475Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-02-15T15:28:40.475Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-02-15T15:28:40.956Z] === RUN TestDockerSuite/TestExecUlimits [2022-02-15T15:28:41.316Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-02-15T15:28:41.316Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-02-15T15:28:41.316Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-02-15T15:28:41.526Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-02-15T15:28:41.526Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-02-15T15:28:41.526Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-02-15T15:28:42.388Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-02-15T15:28:42.649Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-02-15T15:28:42.762Z] --- PASS: TestRequest (13.03s) [2022-02-15T15:28:42.762Z] === RUN TestOverlappingRequests [2022-02-15T15:28:42.841Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-02-15T15:28:42.841Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-02-15T15:28:42.841Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-02-15T15:28:42.909Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-02-15T15:28:42.922Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.0% of statements [2022-02-15T15:28:43.296Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-02-15T15:28:43.480Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-02-15T15:28:43.480Z] --- PASS: TestServiceUpdateConfigs (14.46s) [2022-02-15T15:28:43.480Z] === RUN TestServiceUpdateNetwork [2022-02-15T15:28:43.731Z] --- PASS: TestOverlappingRequests (0.60s) [2022-02-15T15:28:43.731Z] === RUN TestRelease [2022-02-15T15:28:44.306Z] ok github.com/docker/docker/quota 0.225s coverage: 71.4% of statements [2022-02-15T15:28:44.306Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-02-15T15:28:44.420Z] === RUN TestDockerSuite/TestExecWithTERM [2022-02-15T15:28:44.682Z] === RUN TestDockerSuite/TestExecWithUser [2022-02-15T15:28:45.625Z] === RUN TestDockerSuite/TestGetContainerStats [2022-02-15T15:28:45.691Z] ok github.com/docker/docker/registry 0.044s coverage: 58.3% of statements [2022-02-15T15:28:45.691Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-02-15T15:28:45.901Z] --- PASS: TestRelease (2.49s) [2022-02-15T15:28:45.901Z] === RUN TestAllocateRandomDeallocate [2022-02-15T15:28:45.951Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-02-15T15:28:46.195Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-02-15T15:28:46.521Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.7% of statements [2022-02-15T15:28:46.521Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-02-15T15:28:47.430Z] === RUN TestParseEmptyInterface [2022-02-15T15:28:47.431Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-02-15T15:28:47.431Z] === RUN TestParseNonInterfaceType [2022-02-15T15:28:47.431Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-02-15T15:28:47.431Z] === RUN TestParseWithOneFunction [2022-02-15T15:28:47.431Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-02-15T15:28:47.431Z] === RUN TestParseWithMultipleFuncs [2022-02-15T15:28:47.431Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-02-15T15:28:47.431Z] === RUN TestParseWithUnnamedReturn [2022-02-15T15:28:47.431Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-02-15T15:28:47.431Z] === RUN TestEmbeddedInterface [2022-02-15T15:28:47.431Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-02-15T15:28:47.431Z] === RUN TestParsedImports [2022-02-15T15:28:47.431Z] --- PASS: TestParsedImports (0.01s) [2022-02-15T15:28:47.431Z] === RUN TestAliasedImports [2022-02-15T15:28:47.431Z] --- PASS: TestAliasedImports (0.00s) [2022-02-15T15:28:47.431Z] PASS [2022-02-15T15:28:47.431Z] coverage: 56.8% of statements [2022-02-15T15:28:47.431Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.070s coverage: 56.8% of statements [2022-02-15T15:28:47.720Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-02-15T15:28:47.888Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-02-15T15:28:47.888Z] === RUN TestClientStream [2022-02-15T15:28:47.888Z] --- PASS: TestClientStream (0.00s) [2022-02-15T15:28:47.888Z] === RUN TestClientSendFile [2022-02-15T15:28:47.888Z] --- PASS: TestClientSendFile (0.00s) [2022-02-15T15:28:47.888Z] === RUN TestClientWithRequestTimeout [2022-02-15T15:28:47.888Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-02-15T15:28:47.888Z] === RUN TestFileSpecPlugin [2022-02-15T15:28:47.888Z] --- PASS: TestFileSpecPlugin (0.02s) [2022-02-15T15:28:47.888Z] === RUN TestFileJSONSpecPlugin [2022-02-15T15:28:47.888Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-02-15T15:28:47.888Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-02-15T15:28:47.888Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2022-02-15T15:28:47.888Z] === RUN TestPluginAddHandler [2022-02-15T15:28:47.888Z] --- PASS: TestPluginAddHandler (0.00s) [2022-02-15T15:28:47.888Z] === RUN TestPluginWaitBadPlugin [2022-02-15T15:28:47.888Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-02-15T15:28:47.888Z] === RUN TestGet [2022-02-15T15:28:47.888Z] time="2022-02-15T15:28:47Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-02-15T15:28:48.176Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-02-15T15:28:48.176Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-02-15T15:28:48.176Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-02-15T15:28:48.345Z] === RUN TestHTTPTransport [2022-02-15T15:28:48.345Z] --- PASS: TestHTTPTransport (0.00s) [2022-02-15T15:28:48.345Z] PASS [2022-02-15T15:28:48.345Z] coverage: 85.7% of statements [2022-02-15T15:28:48.345Z] ok github.com/docker/docker/pkg/plugins/transport 0.056s coverage: 85.7% of statements [2022-02-15T15:28:48.802Z] time="2022-02-15T15:28:48Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-02-15T15:28:49.069Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-02-15T15:28:49.136Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-02-15T15:28:49.259Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-02-15T15:28:49.259Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-02-15T15:28:49.259Z] === RUN TestBufioReaderPoolPutAndGet [2022-02-15T15:28:49.259Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-02-15T15:28:49.259Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-02-15T15:28:49.259Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-02-15T15:28:49.259Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-02-15T15:28:49.259Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-02-15T15:28:49.259Z] === RUN TestBufioWriterPoolPutAndGet [2022-02-15T15:28:49.259Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-02-15T15:28:49.259Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-02-15T15:28:49.259Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-02-15T15:28:49.259Z] === RUN TestBufferPoolPutAndGet [2022-02-15T15:28:49.259Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-02-15T15:28:49.259Z] PASS [2022-02-15T15:28:49.259Z] coverage: 88.2% of statements [2022-02-15T15:28:49.259Z] ok github.com/docker/docker/pkg/pools 0.042s coverage: 88.2% of statements [2022-02-15T15:28:49.716Z] === RUN TestOutputOnPrematureClose [2022-02-15T15:28:49.716Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-02-15T15:28:49.716Z] === RUN TestCompleteSilently [2022-02-15T15:28:49.716Z] --- PASS: TestCompleteSilently (0.00s) [2022-02-15T15:28:49.716Z] PASS [2022-02-15T15:28:49.716Z] coverage: 75.9% of statements [2022-02-15T15:28:49.716Z] ok github.com/docker/docker/pkg/progress 0.044s coverage: 75.9% of statements [2022-02-15T15:28:50.010Z] ok github.com/docker/docker/volume/local 0.097s coverage: 76.4% of statements [2022-02-15T15:28:50.096Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-02-15T15:28:50.096Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-02-15T15:28:50.096Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-02-15T15:28:50.096Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-02-15T15:28:50.096Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-02-15T15:28:50.177Z] === RUN TestSendToOneSub [2022-02-15T15:28:50.177Z] --- PASS: TestSendToOneSub (0.00s) [2022-02-15T15:28:50.177Z] === RUN TestSendToMultipleSubs [2022-02-15T15:28:50.177Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-02-15T15:28:50.177Z] === RUN TestEvictOneSub [2022-02-15T15:28:50.177Z] --- PASS: TestEvictOneSub (0.00s) [2022-02-15T15:28:50.177Z] === RUN TestClosePublisher [2022-02-15T15:28:50.177Z] --- PASS: TestClosePublisher (0.00s) [2022-02-15T15:28:50.177Z] === RUN TestPubSubRace [2022-02-15T15:28:50.270Z] ok github.com/docker/docker/volume/mounts 0.007s coverage: 67.7% of statements [2022-02-15T15:28:50.633Z] time="2022-02-15T15:28:50Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-02-15T15:28:50.908Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-02-15T15:28:50.909Z] check_test.go:379: [d5194ccfc3bbc] daemon is not started [2022-02-15T15:28:50.909Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-02-15T15:28:51.600Z] --- PASS: TestPubSubRace (1.07s) [2022-02-15T15:28:51.600Z] PASS [2022-02-15T15:28:51.600Z] coverage: 75.0% of statements [2022-02-15T15:28:51.600Z] ok github.com/docker/docker/pkg/pubsub 1.119s coverage: 75.0% of statements [2022-02-15T15:28:51.656Z] ok github.com/docker/docker/volume/service 0.017s coverage: 72.3% of statements [2022-02-15T15:28:52.060Z] === RUN TestRegister [2022-02-15T15:28:52.060Z] --- PASS: TestRegister (0.00s) [2022-02-15T15:28:52.060Z] === RUN TestCommand [2022-02-15T15:28:52.060Z] --- PASS: TestCommand (0.04s) [2022-02-15T15:28:52.060Z] === RUN TestNaiveSelf [2022-02-15T15:28:52.060Z] --- PASS: TestNaiveSelf (0.03s) [2022-02-15T15:28:52.060Z] PASS [2022-02-15T15:28:52.060Z] coverage: 82.4% of statements [2022-02-15T15:28:52.060Z] ok github.com/docker/docker/pkg/reexec 0.113s coverage: 82.4% of statements [2022-02-15T15:28:52.822Z] docker_api_swarm_test.go:802: [d3129b5344cb5] joining swarm manager [d454e565f8cc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:28:53.027Z] === RUN TestDump [2022-02-15T15:28:53.028Z] goroutine 21 [running]: [2022-02-15T15:28:53.028Z] github.com/docker/docker/pkg/stack.dump(0x9bb6b7) [2022-02-15T15:28:53.028Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-02-15T15:28:53.028Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-02-15T15:28:53.028Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-02-15T15:28:53.028Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-02-15T15:28:53.028Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-02-15T15:28:53.028Z] testing.tRunner(0xc000085520, 0xb28e68) [2022-02-15T15:28:53.028Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-15T15:28:53.028Z] created by testing.(*T).Run [2022-02-15T15:28:53.028Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-02-15T15:28:53.028Z] [2022-02-15T15:28:53.028Z] goroutine 1 [chan receive]: [2022-02-15T15:28:53.028Z] testing.(*T).Run(0xc000085380, {0xb1a52e, 0x99a413}, 0xb28e68) [2022-02-15T15:28:53.028Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-02-15T15:28:53.028Z] testing.runTests.func1(0xc0000c6720) [2022-02-15T15:28:53.028Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-02-15T15:28:53.028Z] testing.tRunner(0xc000085380, 0xc0000d1ce0) [2022-02-15T15:28:53.028Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-15T15:28:53.028Z] testing.runTests(0xc0000dc080, {0xc8cba0, 0x3, 0x3}, {0x9ba90d, 0xb1c228, 0xc91640}) [2022-02-15T15:28:53.028Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-02-15T15:28:53.028Z] testing.(*M).Run(0xc0000dc080) [2022-02-15T15:28:53.028Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-02-15T15:28:53.028Z] main.main() [2022-02-15T15:28:53.028Z] _testmain.go:95 +0x1f5 [2022-02-15T15:28:53.028Z] --- PASS: TestDump (0.00s) [2022-02-15T15:28:53.028Z] === RUN TestDumpToFile [2022-02-15T15:28:53.028Z] --- PASS: TestDumpToFile (0.20s) [2022-02-15T15:28:53.028Z] === RUN TestDumpToFileWithEmptyInput [2022-02-15T15:28:53.028Z] goroutine 23 [running]: [2022-02-15T15:28:53.028Z] github.com/docker/docker/pkg/stack.dump(0xa286f4) [2022-02-15T15:28:53.028Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-02-15T15:28:53.028Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xa28aa0}) [2022-02-15T15:28:53.028Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-02-15T15:28:53.028Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000085520) [2022-02-15T15:28:53.028Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-02-15T15:28:53.028Z] testing.tRunner(0xc000085a00, 0xb28e58) [2022-02-15T15:28:53.028Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-15T15:28:53.028Z] created by testing.(*T).Run [2022-02-15T15:28:53.028Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-02-15T15:28:53.028Z] [2022-02-15T15:28:53.028Z] goroutine 1 [chan receive]: [2022-02-15T15:28:53.028Z] testing.(*T).Run(0xc000085380, {0xb212ba, 0x99a413}, 0xb28e58) [2022-02-15T15:28:53.028Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-02-15T15:28:53.028Z] testing.runTests.func1(0xc0000c6720) [2022-02-15T15:28:53.028Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-02-15T15:28:53.028Z] testing.tRunner(0xc000085380, 0xc0000d1ce0) [2022-02-15T15:28:53.028Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-02-15T15:28:53.028Z] testing.runTests(0xc0000dc080, {0xc8cba0, 0x3, 0x3}, {0x9ba90d, 0xb1c228, 0xc91640}) [2022-02-15T15:28:53.028Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-02-15T15:28:53.028Z] testing.(*M).Run(0xc0000dc080) [2022-02-15T15:28:53.028Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-02-15T15:28:53.028Z] main.main() [2022-02-15T15:28:53.028Z] _testmain.go:95 +0x1f5 [2022-02-15T15:28:53.028Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-02-15T15:28:53.028Z] PASS [2022-02-15T15:28:53.028Z] coverage: 90.9% of statements [2022-02-15T15:28:53.028Z] --- PASS: TestAllocateRandomDeallocate (7.17s) [2022-02-15T15:28:53.028Z] === RUN TestRetrieveFromStore [2022-02-15T15:28:53.028Z] ok github.com/docker/docker/pkg/stack 0.246s coverage: 90.9% of statements [2022-02-15T15:28:53.763Z] docker_api_swarm_test.go:802: [d3be1e3730a54] joining swarm manager [d454e565f8cc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:28:53.991Z] === RUN TestNewStdWriter [2022-02-15T15:28:53.991Z] --- PASS: TestNewStdWriter (0.00s) [2022-02-15T15:28:53.991Z] === RUN TestWriteWithUninitializedStdWriter [2022-02-15T15:28:53.991Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-02-15T15:28:53.991Z] === RUN TestWriteWithNilBytes [2022-02-15T15:28:53.991Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-02-15T15:28:53.991Z] === RUN TestWrite [2022-02-15T15:28:53.991Z] --- PASS: TestWrite (0.00s) [2022-02-15T15:28:53.991Z] === RUN TestWriteWithWriterError [2022-02-15T15:28:53.991Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-02-15T15:28:53.991Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-02-15T15:28:53.991Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-02-15T15:28:53.991Z] === RUN TestStdCopyWriteAndRead [2022-02-15T15:28:53.991Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-02-15T15:28:53.991Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-02-15T15:28:53.991Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-02-15T15:28:53.991Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-02-15T15:28:53.991Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-02-15T15:28:53.991Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-02-15T15:28:53.991Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-02-15T15:28:53.991Z] === RUN TestStdCopyWithInvalidInputHeader [2022-02-15T15:28:53.991Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-02-15T15:28:53.991Z] === RUN TestStdCopyWithCorruptedPrefix [2022-02-15T15:28:53.991Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-02-15T15:28:53.991Z] === RUN TestStdCopyReturnsWriteErrors [2022-02-15T15:28:53.991Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-02-15T15:28:53.991Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-02-15T15:28:53.991Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-02-15T15:28:53.991Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-02-15T15:28:53.991Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-02-15T15:28:53.991Z] PASS [2022-02-15T15:28:53.991Z] coverage: 100.0% of statements [2022-02-15T15:28:53.991Z] ok github.com/docker/docker/pkg/stdcopy 0.046s coverage: 100.0% of statements [2022-02-15T15:28:54.954Z] time="2022-02-15T15:28:54Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-02-15T15:28:54.954Z] === RUN TestRawProgressFormatterFormatStatus [2022-02-15T15:28:54.954Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-02-15T15:28:54.954Z] === RUN TestRawProgressFormatterFormatProgress [2022-02-15T15:28:54.954Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-02-15T15:28:54.954Z] === RUN TestFormatStatus [2022-02-15T15:28:54.954Z] --- PASS: TestFormatStatus (0.00s) [2022-02-15T15:28:54.954Z] === RUN TestFormatError [2022-02-15T15:28:54.954Z] --- PASS: TestFormatError (0.00s) [2022-02-15T15:28:54.954Z] === RUN TestFormatJSONError [2022-02-15T15:28:54.954Z] --- PASS: TestFormatJSONError (0.00s) [2022-02-15T15:28:54.954Z] === RUN TestJsonProgressFormatterFormatProgress [2022-02-15T15:28:54.954Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-02-15T15:28:54.954Z] === RUN TestJsonProgressFormatterFormatStatus [2022-02-15T15:28:54.954Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-02-15T15:28:54.954Z] === RUN TestNewJSONProgressOutput [2022-02-15T15:28:54.954Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-02-15T15:28:54.954Z] === RUN TestAuxFormatterEmit [2022-02-15T15:28:54.954Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-02-15T15:28:54.954Z] === RUN TestStreamWriterStdout [2022-02-15T15:28:54.954Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-02-15T15:28:54.954Z] === RUN TestStreamWriterStderr [2022-02-15T15:28:54.954Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-02-15T15:28:54.954Z] PASS [2022-02-15T15:28:54.954Z] coverage: 66.2% of statements [2022-02-15T15:28:54.954Z] ok github.com/docker/docker/pkg/streamformatter 0.048s coverage: 66.2% of statements [2022-02-15T15:28:55.146Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-02-15T15:28:55.146Z] docker_api_swarm_test.go:802: [d9c3b9d7d3b14] joining swarm manager [d454e565f8cc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-02-15T15:28:55.412Z] === RUN TestGenerateRandomID [2022-02-15T15:28:55.412Z] --- PASS: TestGenerateRandomID (0.00s) [2022-02-15T15:28:55.412Z] === RUN TestShortenId [2022-02-15T15:28:55.412Z] --- PASS: TestShortenId (0.00s) [2022-02-15T15:28:55.412Z] === RUN TestShortenSha256Id [2022-02-15T15:28:55.412Z] --- PASS: TestShortenSha256Id (0.00s) [2022-02-15T15:28:55.412Z] === RUN TestShortenIdEmpty [2022-02-15T15:28:55.412Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-02-15T15:28:55.412Z] === RUN TestShortenIdInvalid [2022-02-15T15:28:55.412Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-02-15T15:28:55.412Z] === RUN TestIsShortIDNonHex [2022-02-15T15:28:55.412Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-02-15T15:28:55.412Z] === RUN TestIsShortIDNotCorrectSize [2022-02-15T15:28:55.412Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-02-15T15:28:55.412Z] PASS [2022-02-15T15:28:55.412Z] coverage: 70.6% of statements [2022-02-15T15:28:55.412Z] ok github.com/docker/docker/pkg/stringid 0.041s coverage: 70.6% of statements [2022-02-15T15:28:55.412Z] --- PASS: TestRetrieveFromStore (2.41s) [2022-02-15T15:28:55.412Z] === RUN TestRequestReleaseAddressDuplicate [2022-02-15T15:28:55.412Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-02-15T15:28:55.412Z] === RUN TestParallelPredefinedRequest1 [2022-02-15T15:28:55.412Z] === PAUSE TestParallelPredefinedRequest1 [2022-02-15T15:28:55.412Z] === RUN TestParallelPredefinedRequest2 [2022-02-15T15:28:55.412Z] === PAUSE TestParallelPredefinedRequest2 [2022-02-15T15:28:55.412Z] === RUN TestParallelPredefinedRequest3 [2022-02-15T15:28:55.412Z] === PAUSE TestParallelPredefinedRequest3 [2022-02-15T15:28:55.412Z] === RUN TestParallelPredefinedRequest4 [2022-02-15T15:28:55.412Z] === PAUSE TestParallelPredefinedRequest4 [2022-02-15T15:28:55.412Z] === RUN TestParallelPredefinedRequest5 [2022-02-15T15:28:55.412Z] === PAUSE TestParallelPredefinedRequest5 [2022-02-15T15:28:55.412Z] === RUN TestDebug [2022-02-15T15:28:55.412Z] --- PASS: TestDebug (0.00s) [2022-02-15T15:28:55.412Z] === RUN TestRequestPoolParallel [2022-02-15T15:28:56.378Z] --- PASS: TestRequestPoolParallel (0.64s) [2022-02-15T15:28:56.378Z] === RUN TestFullAllocateRelease [2022-02-15T15:28:56.378Z] === RUN TestIsCpusetListAvailable [2022-02-15T15:28:56.378Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-02-15T15:28:56.378Z] PASS [2022-02-15T15:28:56.378Z] coverage: 39.4% of statements [2022-02-15T15:28:56.378Z] ok github.com/docker/docker/pkg/sysinfo 0.047s coverage: 39.4% of statements [2022-02-15T15:28:56.530Z] --- PASS: TestServiceUpdateNetwork (13.00s) [2022-02-15T15:28:56.530Z] === RUN TestServiceUpdatePidsLimit [2022-02-15T15:28:56.530Z] docker_api_swarm_test.go:802: [de919582a2bc3] joining swarm manager [d454e565f8cc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-02-15T15:28:56.530Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-02-15T15:28:56.837Z] --- PASS: TestFullAllocateRelease (0.57s) [2022-02-15T15:28:56.837Z] === RUN TestOddAllocateRelease [2022-02-15T15:28:57.149Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-02-15T15:28:57.294Z] --- PASS: TestOddAllocateRelease (0.30s) [2022-02-15T15:28:57.294Z] === RUN TestFullAllocateSerialReleaseParallel [2022-02-15T15:28:57.294Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.11s) [2022-02-15T15:28:57.294Z] === RUN TestOddAllocateSerialReleaseParallel [2022-02-15T15:28:57.294Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-02-15T15:28:57.294Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-02-15T15:28:57.294Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-02-15T15:28:57.294Z] === CONT TestParallelPredefinedRequest1 [2022-02-15T15:28:57.294Z] === CONT TestParallelPredefinedRequest4 [2022-02-15T15:28:57.294Z] === CONT TestParallelPredefinedRequest5 [2022-02-15T15:28:57.294Z] === CONT TestParallelPredefinedRequest4 [2022-02-15T15:28:57.294Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:28:57.294Z] === CONT TestParallelPredefinedRequest5 [2022-02-15T15:28:57.294Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:28:57.294Z] === CONT TestParallelPredefinedRequest2 [2022-02-15T15:28:57.294Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:28:57.294Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-02-15T15:28:57.294Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-02-15T15:28:57.294Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-02-15T15:28:57.294Z] === CONT TestParallelPredefinedRequest3 [2022-02-15T15:28:57.294Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:28:57.294Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-02-15T15:28:57.294Z] === CONT TestParallelPredefinedRequest1 [2022-02-15T15:28:57.294Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:28:57.294Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-02-15T15:28:57.294Z] PASS [2022-02-15T15:28:57.294Z] coverage: 85.3% of statements [2022-02-15T15:28:57.294Z] ok github.com/docker/docker/libnetwork/ipam 64.220s coverage: 85.3% of statements [2022-02-15T15:28:57.914Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-02-15T15:28:58.259Z] === RUN TestChtimes [2022-02-15T15:28:58.259Z] --- PASS: TestChtimes (0.00s) [2022-02-15T15:28:58.259Z] === RUN TestChtimesWindows [2022-02-15T15:28:58.259Z] --- PASS: TestChtimesWindows (0.00s) [2022-02-15T15:28:58.259Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-02-15T15:28:58.259Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-02-15T15:28:58.259Z] === RUN TestEnsureRemoveAllNotExist [2022-02-15T15:28:58.259Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-02-15T15:28:58.259Z] === RUN TestEnsureRemoveAllWithDir [2022-02-15T15:28:58.259Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-02-15T15:28:58.259Z] === RUN TestEnsureRemoveAllWithFile [2022-02-15T15:28:58.259Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-02-15T15:28:58.259Z] PASS [2022-02-15T15:28:58.259Z] coverage: 12.9% of statements [2022-02-15T15:28:58.259Z] ok github.com/docker/docker/pkg/system 0.050s coverage: 12.9% of statements [2022-02-15T15:28:58.486Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-02-15T15:28:58.716Z] === RUN TestTailFile [2022-02-15T15:28:58.716Z] --- PASS: TestTailFile (0.00s) [2022-02-15T15:28:58.716Z] === RUN TestTailFileManyLines [2022-02-15T15:28:58.716Z] --- PASS: TestTailFileManyLines (0.00s) [2022-02-15T15:28:58.716Z] === RUN TestTailEmptyFile [2022-02-15T15:28:58.716Z] --- PASS: TestTailEmptyFile (0.00s) [2022-02-15T15:28:58.716Z] === RUN TestTailNegativeN [2022-02-15T15:28:58.716Z] --- PASS: TestTailNegativeN (0.00s) [2022-02-15T15:28:58.716Z] === RUN TestNewTailReader [2022-02-15T15:28:58.716Z] === PAUSE TestNewTailReader [2022-02-15T15:28:58.716Z] === CONT TestNewTailReader [2022-02-15T15:28:58.716Z] === RUN TestNewTailReader/no_delimiter [2022-02-15T15:28:58.716Z] === PAUSE TestNewTailReader/no_delimiter [2022-02-15T15:28:58.716Z] === RUN TestNewTailReader/single_byte_delimiter [2022-02-15T15:28:58.716Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-02-15T15:28:58.748Z] docker_api_swarm_test.go:810: [d359bde956d4f] joining swarm manager [d454e565f8cc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/2_byte_delimiter [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/4_byte_delimiter [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/8_byte_delimiter [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/12_byte_delimiter [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/truncated_last_line [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-02-15T15:28:59.173Z] === CONT TestNewTailReader/no_delimiter [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.173Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.173Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.173Z] === CONT TestNewTailReader/12_byte_delimiter [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.173Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.173Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.173Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.173Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === CONT TestNewTailReader/2_byte_delimiter [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.174Z] === CONT TestNewTailReader/8_byte_delimiter [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.174Z] === CONT TestNewTailReader/4_byte_delimiter [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.174Z] === CONT TestNewTailReader/single_byte_delimiter [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.174Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.174Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.174Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.174Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.174Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.175Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.175Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.175Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.176Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.176Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-02-15T15:28:59.176Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.176Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.176Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.176Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.177Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.177Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.177Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.673Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.673Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.673Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.673Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.673Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-02-15T15:28:59.673Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-02-15T15:28:59.673Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.673Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.673Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.674Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.674Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-02-15T15:28:59.675Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-02-15T15:28:59.676Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.01s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.01s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.676Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.01s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.01s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.01s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.01s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.01s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:28:59.677Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.01s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.01s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.02s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.01s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.01s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.01s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-02-15T15:29:00.134Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-02-15T15:29:00.135Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-02-15T15:29:00.135Z] PASS [2022-02-15T15:29:00.135Z] coverage: 88.6% of statements [2022-02-15T15:29:00.135Z] ok github.com/docker/docker/pkg/tailfile 0.287s coverage: 88.6% of statements [2022-02-15T15:29:00.591Z] === RUN TestTarSumRemoveNonExistent [2022-02-15T15:29:00.591Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-02-15T15:29:00.591Z] === RUN TestTarSumRemove [2022-02-15T15:29:00.591Z] --- PASS: TestTarSumRemove (0.00s) [2022-02-15T15:29:00.591Z] === RUN TestSortFileInfoSums [2022-02-15T15:29:00.591Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-02-15T15:29:00.591Z] === RUN TestNewTarSumForLabelInvalid [2022-02-15T15:29:00.591Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-02-15T15:29:00.591Z] === RUN TestNewTarSumForLabel [2022-02-15T15:29:00.591Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-02-15T15:29:00.591Z] === RUN TestEmptyTar [2022-02-15T15:29:00.591Z] --- PASS: TestEmptyTar (0.00s) [2022-02-15T15:29:00.591Z] === RUN TestTarSumsReadSize [2022-02-15T15:29:00.591Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-02-15T15:29:00.591Z] === RUN TestTarSums [2022-02-15T15:29:00.591Z] --- PASS: TestTarSums (0.08s) [2022-02-15T15:29:00.591Z] === RUN TestIteration [2022-02-15T15:29:00.591Z] --- PASS: TestIteration (0.00s) [2022-02-15T15:29:00.591Z] === RUN TestVersionLabelForChecksum [2022-02-15T15:29:00.591Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-02-15T15:29:00.591Z] === RUN TestVersion [2022-02-15T15:29:00.591Z] --- PASS: TestVersion (0.00s) [2022-02-15T15:29:00.591Z] === RUN TestGetVersion [2022-02-15T15:29:00.591Z] --- PASS: TestGetVersion (0.00s) [2022-02-15T15:29:00.591Z] === RUN TestGetVersions [2022-02-15T15:29:00.591Z] --- PASS: TestGetVersions (0.00s) [2022-02-15T15:29:00.591Z] PASS [2022-02-15T15:29:00.591Z] coverage: 89.3% of statements [2022-02-15T15:29:00.591Z] ok github.com/docker/docker/pkg/tarsum 0.145s coverage: 89.3% of statements [2022-02-15T15:29:01.288Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-02-15T15:29:01.550Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-02-15T15:29:01.550Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-02-15T15:29:01.550Z] === RUN TestDockerSuite/TestHealth [2022-02-15T15:29:01.557Z] testing: warning: no tests to run [2022-02-15T15:29:01.557Z] PASS [2022-02-15T15:29:01.557Z] coverage: [no statements] [2022-02-15T15:29:01.557Z] ok github.com/docker/docker/pkg/term/windows 0.040s coverage: [no statements] [no tests to run] [2022-02-15T15:29:02.014Z] === RUN TestTruncIndex [2022-02-15T15:29:02.014Z] --- PASS: TestTruncIndex (0.10s) [2022-02-15T15:29:02.014Z] PASS [2022-02-15T15:29:02.014Z] coverage: 91.5% of statements [2022-02-15T15:29:02.014Z] ok github.com/docker/docker/pkg/truncindex 0.139s coverage: 91.5% of statements [2022-02-15T15:29:02.977Z] --- PASS: TestGet (15.01s) [2022-02-15T15:29:02.977Z] === RUN TestPluginWithNoManifest [2022-02-15T15:29:02.977Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-02-15T15:29:02.977Z] === RUN TestGetAll [2022-02-15T15:29:02.977Z] --- PASS: TestGetAll (0.01s) [2022-02-15T15:29:02.977Z] PASS [2022-02-15T15:29:02.977Z] coverage: 73.2% of statements [2022-02-15T15:29:02.977Z] ok github.com/docker/docker/pkg/plugins 34.954s coverage: 73.2% of statements [2022-02-15T15:29:02.977Z] === RUN TestIsGIT [2022-02-15T15:29:02.977Z] --- PASS: TestIsGIT (0.00s) [2022-02-15T15:29:02.977Z] === RUN TestIsTransport [2022-02-15T15:29:02.977Z] --- PASS: TestIsTransport (0.00s) [2022-02-15T15:29:02.977Z] PASS [2022-02-15T15:29:02.977Z] coverage: 100.0% of statements [2022-02-15T15:29:02.977Z] ok github.com/docker/docker/pkg/urlutil 0.039s coverage: 100.0% of statements [2022-02-15T15:29:03.435Z] === RUN TestVersionInfo [2022-02-15T15:29:03.435Z] --- PASS: TestVersionInfo (0.00s) [2022-02-15T15:29:03.435Z] === RUN TestAppendVersions [2022-02-15T15:29:03.435Z] --- PASS: TestAppendVersions (0.00s) [2022-02-15T15:29:03.435Z] PASS [2022-02-15T15:29:03.435Z] coverage: 88.9% of statements [2022-02-15T15:29:03.435Z] ok github.com/docker/docker/pkg/useragent 0.044s coverage: 88.9% of statements [2022-02-15T15:29:04.965Z] === RUN TestValidatePrivileges [2022-02-15T15:29:04.965Z] --- PASS: TestValidatePrivileges (0.00s) [2022-02-15T15:29:04.965Z] === RUN TestFilterByCapNeg [2022-02-15T15:29:04.965Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-02-15T15:29:04.965Z] === RUN TestFilterByCapPos [2022-02-15T15:29:04.965Z] --- PASS: TestFilterByCapPos (0.00s) [2022-02-15T15:29:04.965Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-02-15T15:29:04.965Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-02-15T15:29:04.965Z] PASS [2022-02-15T15:29:04.965Z] coverage: 12.0% of statements [2022-02-15T15:29:04.965Z] ok github.com/docker/docker/plugin 0.059s coverage: 12.0% of statements [2022-02-15T15:29:04.965Z] === RUN TestNewSettable [2022-02-15T15:29:04.965Z] --- PASS: TestNewSettable (0.00s) [2022-02-15T15:29:04.965Z] === RUN TestIsSettable [2022-02-15T15:29:04.965Z] --- PASS: TestIsSettable (0.00s) [2022-02-15T15:29:04.965Z] === RUN TestUpdateSettingsEnv [2022-02-15T15:29:04.965Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-02-15T15:29:04.965Z] PASS [2022-02-15T15:29:04.965Z] coverage: 20.0% of statements [2022-02-15T15:29:04.965Z] ok github.com/docker/docker/plugin/v2 0.059s coverage: 20.0% of statements [2022-02-15T15:29:05.773Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-02-15T15:29:05.929Z] === RUN TestLoad [2022-02-15T15:29:05.929Z] --- PASS: TestLoad (0.00s) [2022-02-15T15:29:05.929Z] === RUN TestSave [2022-02-15T15:29:05.929Z] --- PASS: TestSave (0.04s) [2022-02-15T15:29:05.929Z] === RUN TestAddDeleteGet [2022-02-15T15:29:06.385Z] --- PASS: TestAddDeleteGet (0.06s) [2022-02-15T15:29:06.385Z] === RUN TestInvalidTags [2022-02-15T15:29:06.385Z] --- PASS: TestInvalidTags (0.02s) [2022-02-15T15:29:06.385Z] PASS [2022-02-15T15:29:06.385Z] coverage: 84.4% of statements [2022-02-15T15:29:06.385Z] ok github.com/docker/docker/reference 0.183s coverage: 84.4% of statements [2022-02-15T15:29:07.356Z] === RUN TestResolveAuthConfigIndexServer [2022-02-15T15:29:07.356Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-02-15T15:29:07.356Z] === RUN TestResolveAuthConfigFullURL [2022-02-15T15:29:07.356Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-02-15T15:29:07.356Z] === RUN TestLoadAllowNondistributableArtifacts [2022-02-15T15:29:07.356Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-02-15T15:29:07.356Z] === RUN TestValidateMirror [2022-02-15T15:29:07.356Z] --- PASS: TestValidateMirror (0.00s) [2022-02-15T15:29:07.356Z] === RUN TestLoadInsecureRegistries [2022-02-15T15:29:07.813Z] time="2022-02-15T15:29:07Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-02-15T15:29:07.813Z] time="2022-02-15T15:29:07Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-02-15T15:29:07.813Z] time="2022-02-15T15:29:07Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-02-15T15:29:07.813Z] --- PASS: TestLoadInsecureRegistries (0.20s) [2022-02-15T15:29:07.813Z] === RUN TestNewServiceConfig [2022-02-15T15:29:07.813Z] --- PASS: TestNewServiceConfig (0.00s) [2022-02-15T15:29:07.813Z] === RUN TestValidateIndexName [2022-02-15T15:29:07.813Z] --- PASS: TestValidateIndexName (0.00s) [2022-02-15T15:29:07.813Z] === RUN TestValidateIndexNameWithError [2022-02-15T15:29:07.813Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-02-15T15:29:07.813Z] === RUN TestEndpointParse [2022-02-15T15:29:07.813Z] --- PASS: TestEndpointParse (0.00s) [2022-02-15T15:29:07.813Z] === RUN TestEndpointParseInvalid [2022-02-15T15:29:07.813Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-02-15T15:29:07.813Z] === RUN TestValidateEndpoint [2022-02-15T15:29:07.813Z] --- PASS: TestValidateEndpoint (0.01s) [2022-02-15T15:29:07.813Z] === RUN TestPing [2022-02-15T15:29:07.813Z] --- PASS: TestPing (0.00s) [2022-02-15T15:29:07.813Z] === RUN TestPingRegistryEndpoint [2022-02-15T15:29:07.813Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:29:07.813Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-02-15T15:29:07.813Z] === RUN TestEndpoint [2022-02-15T15:29:07.813Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:29:07.813Z] --- SKIP: TestEndpoint (0.00s) [2022-02-15T15:29:07.813Z] === RUN TestParseRepositoryInfo [2022-02-15T15:29:07.813Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-02-15T15:29:07.813Z] === RUN TestNewIndexInfo [2022-02-15T15:29:07.813Z] --- PASS: TestNewIndexInfo (0.00s) [2022-02-15T15:29:07.813Z] === RUN TestMirrorEndpointLookup [2022-02-15T15:29:07.813Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:29:07.813Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2022-02-15T15:29:07.813Z] === RUN TestSearchRepositories [2022-02-15T15:29:07.813Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-02-15T15:29:07.813Z] Host: 127.0.0.1:49321 [2022-02-15T15:29:07.813Z] User-Agent: docker test client [2022-02-15T15:29:07.813Z] Authorization: Token fake-token [2022-02-15T15:29:07.813Z] X-Docker-Token: true [2022-02-15T15:29:07.813Z] Accept-Encoding: gzip [2022-02-15T15:29:07.813Z] [2022-02-15T15:29:07.813Z] [2022-02-15T15:29:07.813Z] registry_test.go:730: HTTP/1.1 200 OK [2022-02-15T15:29:07.813Z] Connection: close [2022-02-15T15:29:07.813Z] Content-Length: 144 [2022-02-15T15:29:07.813Z] Cache-Control: no-cache [2022-02-15T15:29:07.813Z] Content-Type: application/json [2022-02-15T15:29:07.813Z] Date: Tue, 15 Feb 2022 15:29:07 GMT [2022-02-15T15:29:07.813Z] Expires: -1 [2022-02-15T15:29:07.813Z] Pragma: no-cache [2022-02-15T15:29:07.813Z] Server: docker-tests/mock [2022-02-15T15:29:07.813Z] X-Docker-Registry-Config: mock [2022-02-15T15:29:07.813Z] X-Docker-Registry-Version: 0.0.0 [2022-02-15T15:29:07.813Z] [2022-02-15T15:29:07.813Z] [2022-02-15T15:29:07.813Z] --- PASS: TestSearchRepositories (0.01s) [2022-02-15T15:29:07.813Z] === RUN TestTrustedLocation [2022-02-15T15:29:07.813Z] --- PASS: TestTrustedLocation (0.00s) [2022-02-15T15:29:07.813Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-02-15T15:29:07.813Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-02-15T15:29:07.813Z] === RUN TestAllowNondistributableArtifacts [2022-02-15T15:29:07.813Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-02-15T15:29:07.813Z] === RUN TestIsSecureIndex [2022-02-15T15:29:07.813Z] --- PASS: TestIsSecureIndex (0.00s) [2022-02-15T15:29:07.813Z] PASS [2022-02-15T15:29:07.813Z] coverage: 51.2% of statements [2022-02-15T15:29:07.813Z] ok github.com/docker/docker/registry 0.306s coverage: 51.2% of statements [2022-02-15T15:29:07.813Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-02-15T15:29:07.813Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-02-15T15:29:07.813Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-02-15T15:29:07.813Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-02-15T15:29:07.813Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-02-15T15:29:07.813Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-02-15T15:29:07.813Z] === RUN TestResumableRequestReaderWithReadError [2022-02-15T15:29:08.270Z] time="2022-02-15T15:29:07Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-02-15T15:29:08.270Z] --- PASS: TestResumableRequestReaderWithReadError (0.21s) [2022-02-15T15:29:08.270Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-02-15T15:29:08.270Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-02-15T15:29:08.270Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-02-15T15:29:08.270Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-02-15T15:29:08.270Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-02-15T15:29:08.270Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-02-15T15:29:08.270Z] === RUN TestResumableRequestReader [2022-02-15T15:29:08.270Z] --- PASS: TestResumableRequestReader (0.00s) [2022-02-15T15:29:08.270Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-02-15T15:29:08.270Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-02-15T15:29:08.270Z] PASS [2022-02-15T15:29:08.270Z] coverage: 100.0% of statements [2022-02-15T15:29:08.270Z] ok github.com/docker/docker/registry/resumable 0.294s coverage: 100.0% of statements [2022-02-15T15:29:08.270Z] === RUN TestRestartManagerTimeout [2022-02-15T15:29:08.270Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-02-15T15:29:08.270Z] === RUN TestRestartManagerTimeoutReset [2022-02-15T15:29:08.270Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-02-15T15:29:08.270Z] PASS [2022-02-15T15:29:08.270Z] coverage: 50.9% of statements [2022-02-15T15:29:08.270Z] ok github.com/docker/docker/restartmanager 0.041s coverage: 50.9% of statements [2022-02-15T15:29:09.234Z] === RUN TestDecodeContainerConfig [2022-02-15T15:29:09.234Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-02-15T15:29:09.234Z] === RUN TestDecodeContainerConfigIsolation [2022-02-15T15:29:09.234Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-02-15T15:29:09.234Z] === RUN TestValidatePrivileged [2022-02-15T15:29:09.234Z] --- PASS: TestValidatePrivileged (0.00s) [2022-02-15T15:29:09.234Z] PASS [2022-02-15T15:29:09.234Z] coverage: 52.6% of statements [2022-02-15T15:29:09.234Z] ok github.com/docker/docker/runconfig 0.053s coverage: 52.6% of statements [2022-02-15T15:29:09.234Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-02-15T15:29:09.234Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-02-15T15:29:09.234Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-02-15T15:29:09.234Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-02-15T15:29:09.234Z] PASS [2022-02-15T15:29:09.234Z] coverage: 62.5% of statements [2022-02-15T15:29:09.234Z] ok github.com/docker/docker/testutil 0.057s coverage: 62.5% of statements [2022-02-15T15:29:09.758Z] ok github.com/docker/docker/pkg/plugins 33.643s coverage: 76.3% of statements [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/pkg/term [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/rootless [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/testutil/request [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/volume [no test files] [2022-02-15T15:29:09.758Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-02-15T15:29:09.759Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === Skipped [2022-02-15T15:29:09.759Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-02-15T15:29:09.759Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-02-15T15:29:09.759Z] network_proxy_test.go:208: No support for dual stack yet [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-02-15T15:29:09.759Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-02-15T15:29:09.759Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-02-15T15:29:09.759Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:29:09.759Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-02-15T15:29:09.759Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:29:09.759Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-02-15T15:29:09.759Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:29:09.759Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-02-15T15:29:09.759Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:29:09.759Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-02-15T15:29:09.759Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:29:09.759Z] graphtest_unix.go:44: Driver btrfs not supported [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-02-15T15:29:09.759Z] graphtest_unix.go:71: No driver to put! [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-02-15T15:29:09.759Z] time="2022-02-15T15:28:03Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-15T15:29:09.759Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-15T15:29:09.759Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-02-15T15:29:09.759Z] time="2022-02-15T15:28:03Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-15T15:29:09.759Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-15T15:29:09.759Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-02-15T15:29:09.759Z] time="2022-02-15T15:28:03Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-15T15:29:09.759Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-15T15:29:09.759Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-02-15T15:29:09.759Z] time="2022-02-15T15:28:03Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-15T15:29:09.759Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-15T15:29:09.759Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-02-15T15:29:09.759Z] time="2022-02-15T15:28:03Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-02-15T15:29:09.759Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-02-15T15:29:09.759Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-02-15T15:29:09.759Z] graphtest_unix.go:71: No driver to put! [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-02-15T15:29:09.759Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-02-15T15:29:09.759Z] overlay_test.go:50: Fails to compute changes intermittently [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-02-15T15:29:09.759Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-02-15T15:29:09.759Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-02-15T15:29:09.759Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:29:09.759Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-02-15T15:29:09.759Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:29:09.759Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-02-15T15:29:09.759Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:29:09.759Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-02-15T15:29:09.759Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:29:09.759Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-02-15T15:29:09.759Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-02-15T15:29:09.759Z] graphtest_unix.go:44: Driver zfs not supported [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-02-15T15:29:09.759Z] graphtest_unix.go:71: No driver to put! [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-02-15T15:29:09.759Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-02-15T15:29:09.759Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-02-15T15:29:09.759Z] [2022-02-15T15:29:09.759Z] DONE 2316 tests, 28 skipped in 236.966s [2022-02-15T15:29:09.759Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/bitseq [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/cluster [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/config [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/datastore [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/diagnostic [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/discoverapi [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/driverapi [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/drivers/host [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/drivers/null [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/drivers/remote [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/drivers/windows [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/drvregistry [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/etchosts [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/idm [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/internal/caller [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/ipam [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/ipamapi [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/ipams/null [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/ipams/remote [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/ipamutils [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/iptables [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/netlabel [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/netutils [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/networkdb [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/ns [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/options [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/osl [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/osl/kernel [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/portallocator [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/portmapper [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/resolvconf [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/testutils [2022-02-15T15:29:09.759Z] github.com/docker/docker/libnetwork/types' ']' [2022-02-15T15:29:09.759Z] + 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-02-15T15:29:13.904Z] --- PASS: TestServiceUpdatePidsLimit (16.15s) [2022-02-15T15:29:13.904Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-02-15T15:29:13.904Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s) [2022-02-15T15:29:13.904Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-02-15T15:29:13.904Z] PASS [2022-02-15T15:29:13.904Z] [2022-02-15T15:29:13.904Z] === Skipped [2022-02-15T15:29:13.904Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-02-15T15:29:13.904Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-02-15T15:29:13.904Z] [2022-02-15T15:29:13.904Z] DONE 27 tests, 1 skipped in 194.467s [2022-02-15T15:29:13.904Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-02-15T15:29:13.904Z] ++ 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-02-15T15:29:13.904Z] ++ set -e [2022-02-15T15:29:13.904Z] ++ '[' -n 0 ']' [2022-02-15T15:29:13.904Z] ++ set -x [2022-02-15T15:29:13.904Z] ++ 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-02-15T15:29:13.904Z] INFO: Testing against a local daemon [2022-02-15T15:29:13.904Z] === RUN TestSessionCreate [2022-02-15T15:29:13.904Z] --- PASS: TestSessionCreate (0.02s) [2022-02-15T15:29:13.904Z] === RUN TestSessionCreateWithBadUpgrade [2022-02-15T15:29:13.904Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2022-02-15T15:29:13.904Z] PASS [2022-02-15T15:29:13.904Z] [2022-02-15T15:29:13.904Z] DONE 2 tests in 0.131s [2022-02-15T15:29:13.904Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-02-15T15:29:13.904Z] ++ 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-02-15T15:29:13.904Z] ++ set -e [2022-02-15T15:29:13.904Z] ++ '[' -n 0 ']' [2022-02-15T15:29:13.904Z] ++ set -x [2022-02-15T15:29:13.904Z] ++ 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-02-15T15:29:13.904Z] INFO: Testing against a local daemon [2022-02-15T15:29:13.904Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-02-15T15:29:13.904Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-02-15T15:29:13.904Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-15T15:29:13.904Z] === RUN TestDiskUsage [2022-02-15T15:29:13.904Z] === PAUSE TestDiskUsage [2022-02-15T15:29:13.904Z] === RUN TestEventsExecDie [2022-02-15T15:29:13.904Z] --- PASS: TestEventsExecDie (0.53s) [2022-02-15T15:29:13.904Z] === RUN TestEventsBackwardsCompatible [2022-02-15T15:29:13.904Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2022-02-15T15:29:13.904Z] === RUN TestEventsVolumeCreate [2022-02-15T15:29:13.904Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-02-15T15:29:13.904Z] === RUN TestInfoBinaryCommits [2022-02-15T15:29:13.904Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-02-15T15:29:13.904Z] === RUN TestInfoAPIVersioned [2022-02-15T15:29:13.904Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-02-15T15:29:13.904Z] === RUN TestInfoAPI [2022-02-15T15:29:13.904Z] --- PASS: TestInfoAPI (0.02s) [2022-02-15T15:29:13.904Z] === RUN TestInfoAPIWarnings [2022-02-15T15:29:13.914Z] === RUN TestGetDriver [2022-02-15T15:29:13.914Z] --- PASS: TestGetDriver (0.00s) [2022-02-15T15:29:13.914Z] === RUN TestVolumeRequestError [2022-02-15T15:29:13.914Z] --- PASS: TestVolumeRequestError (0.01s) [2022-02-15T15:29:13.914Z] PASS [2022-02-15T15:29:13.914Z] coverage: 36.1% of statements [2022-02-15T15:29:13.914Z] ok github.com/docker/docker/volume/drivers 0.057s coverage: 36.1% of statements [2022-02-15T15:29:13.914Z] === RUN TestGetAddress [2022-02-15T15:29:13.914Z] --- PASS: TestGetAddress (0.00s) [2022-02-15T15:29:13.914Z] === RUN TestRemove [2022-02-15T15:29:13.914Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-02-15T15:29:13.914Z] --- SKIP: TestRemove (0.00s) [2022-02-15T15:29:13.914Z] === RUN TestInitializeWithVolumes [2022-02-15T15:29:13.914Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-02-15T15:29:13.914Z] === RUN TestCreate [2022-02-15T15:29:13.914Z] --- PASS: TestCreate (0.01s) [2022-02-15T15:29:13.914Z] === RUN TestValidateName [2022-02-15T15:29:13.914Z] --- PASS: TestValidateName (0.00s) [2022-02-15T15:29:13.914Z] === RUN TestCreateWithOpts [2022-02-15T15:29:13.914Z] local_test.go:180: runtime.GOOS == "windows" [2022-02-15T15:29:13.914Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-02-15T15:29:13.914Z] === RUN TestRelaodNoOpts [2022-02-15T15:29:13.914Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-02-15T15:29:13.914Z] PASS [2022-02-15T15:29:13.914Z] coverage: 41.5% of statements [2022-02-15T15:29:13.914Z] ok github.com/docker/docker/volume/local 0.089s coverage: 41.5% of statements [2022-02-15T15:29:14.877Z] === RUN TestLCOWParseMountRaw [2022-02-15T15:29:14.877Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-02-15T15:29:14.877Z] === RUN TestLCOWParseMountRawSplit [2022-02-15T15:29:14.877Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-02-15T15:29:14.877Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-02-15T15:29:14.877Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-02-15T15:29:14.877Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-02-15T15:29:14.877Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-02-15T15:29:14.877Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-02-15T15:29:14.877Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-02-15T15:29:14.877Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-02-15T15:29:14.877Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-02-15T15:29:14.877Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-02-15T15:29:14.877Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-02-15T15:29:14.877Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-02-15T15:29:14.877Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-02-15T15:29:14.877Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-02-15T15:29:14.877Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-02-15T15:29:14.877Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-02-15T15:29:14.878Z] === RUN TestLinuxParseMountRaw [2022-02-15T15:29:14.878Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-02-15T15:29:14.878Z] === RUN TestLinuxParseMountRawSplit [2022-02-15T15:29:14.878Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-02-15T15:29:14.878Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-02-15T15:29:14.878Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-02-15T15:29:14.878Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-02-15T15:29:14.878Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-02-15T15:29:14.878Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-02-15T15:29:14.878Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-02-15T15:29:14.878Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-02-15T15:29:14.878Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-02-15T15:29:14.878Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-02-15T15:29:14.878Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-02-15T15:29:14.878Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-02-15T15:29:14.878Z] === RUN TestConvertTmpfsOptions [2022-02-15T15:29:14.878Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-02-15T15:29:14.878Z] linux_parser_test.go:209: data="ro" [2022-02-15T15:29:14.878Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-02-15T15:29:14.878Z] === RUN TestParseMountSpec [2022-02-15T15:29:14.878Z] parser_test.go:62: case 0 [2022-02-15T15:29:14.878Z] parser_test.go:62: case 1 [2022-02-15T15:29:14.878Z] parser_test.go:62: case 2 [2022-02-15T15:29:14.878Z] parser_test.go:62: case 3 [2022-02-15T15:29:14.878Z] parser_test.go:62: case 4 [2022-02-15T15:29:14.878Z] parser_test.go:62: case 5 [2022-02-15T15:29:14.878Z] --- PASS: TestParseMountSpec (0.00s) [2022-02-15T15:29:14.878Z] === RUN TestValidateMount [2022-02-15T15:29:14.878Z] --- PASS: TestValidateMount (0.00s) [2022-02-15T15:29:14.878Z] === RUN TestWindowsParseMountRaw [2022-02-15T15:29:14.878Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-02-15T15:29:14.878Z] === RUN TestWindowsParseMountRawSplit [2022-02-15T15:29:14.878Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-02-15T15:29:14.878Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-02-15T15:29:14.878Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-02-15T15:29:14.878Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-02-15T15:29:14.878Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-02-15T15:29:14.878Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-02-15T15:29:14.878Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-02-15T15:29:14.878Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-02-15T15:29:14.878Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-02-15T15:29:14.878Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-02-15T15:29:14.878Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-02-15T15:29:14.878Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-02-15T15:29:14.878Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-02-15T15:29:14.878Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-02-15T15:29:14.878Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-02-15T15:29:14.878Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-02-15T15:29:14.878Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-02-15T15:29:14.878Z] PASS [2022-02-15T15:29:14.878Z] coverage: 67.6% of statements [2022-02-15T15:29:14.878Z] ok github.com/docker/docker/volume/mounts 0.069s coverage: 67.6% of statements [2022-02-15T15:29:15.336Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-02-15T15:29:15.336Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-02-15T15:29:15.336Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-02-15T15:29:15.336Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-02-15T15:29:15.793Z] === RUN TestSetGetMeta [2022-02-15T15:29:15.793Z] === PAUSE TestSetGetMeta [2022-02-15T15:29:15.793Z] === RUN TestRestore [2022-02-15T15:29:15.793Z] === PAUSE TestRestore [2022-02-15T15:29:15.793Z] === RUN TestServiceCreate [2022-02-15T15:29:15.793Z] === PAUSE TestServiceCreate [2022-02-15T15:29:15.793Z] === RUN TestServiceList [2022-02-15T15:29:15.793Z] === PAUSE TestServiceList [2022-02-15T15:29:15.793Z] === RUN TestServiceRemove [2022-02-15T15:29:15.793Z] === PAUSE TestServiceRemove [2022-02-15T15:29:15.793Z] === RUN TestServiceGet [2022-02-15T15:29:15.793Z] === PAUSE TestServiceGet [2022-02-15T15:29:15.793Z] === RUN TestServicePrune [2022-02-15T15:29:15.793Z] === PAUSE TestServicePrune [2022-02-15T15:29:15.793Z] === RUN TestCreate [2022-02-15T15:29:15.793Z] === PAUSE TestCreate [2022-02-15T15:29:15.793Z] === RUN TestRemove [2022-02-15T15:29:15.793Z] === PAUSE TestRemove [2022-02-15T15:29:15.793Z] === RUN TestList [2022-02-15T15:29:15.793Z] === PAUSE TestList [2022-02-15T15:29:15.793Z] === RUN TestFindByDriver [2022-02-15T15:29:15.793Z] === PAUSE TestFindByDriver [2022-02-15T15:29:15.793Z] === RUN TestFindByReferenced [2022-02-15T15:29:15.793Z] === PAUSE TestFindByReferenced [2022-02-15T15:29:15.793Z] === RUN TestDerefMultipleOfSameRef [2022-02-15T15:29:15.793Z] === PAUSE TestDerefMultipleOfSameRef [2022-02-15T15:29:15.793Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-15T15:29:15.793Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-15T15:29:15.793Z] === RUN TestDefererencePluginOnCreateError [2022-02-15T15:29:15.793Z] === PAUSE TestDefererencePluginOnCreateError [2022-02-15T15:29:15.793Z] === RUN TestRefDerefRemove [2022-02-15T15:29:15.793Z] === PAUSE TestRefDerefRemove [2022-02-15T15:29:15.793Z] === RUN TestGet [2022-02-15T15:29:15.793Z] === PAUSE TestGet [2022-02-15T15:29:15.793Z] === RUN TestGetWithReference [2022-02-15T15:29:15.793Z] === PAUSE TestGetWithReference [2022-02-15T15:29:15.793Z] === RUN TestFilterFunc [2022-02-15T15:29:15.793Z] === RUN TestFilterFunc/test_nil_list [2022-02-15T15:29:15.793Z] === PAUSE TestFilterFunc/test_nil_list [2022-02-15T15:29:15.793Z] === RUN TestFilterFunc/test_empty_list [2022-02-15T15:29:15.793Z] === PAUSE TestFilterFunc/test_empty_list [2022-02-15T15:29:15.793Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-02-15T15:29:15.793Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-02-15T15:29:15.793Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-15T15:29:15.793Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-15T15:29:15.793Z] === RUN TestFilterFunc/test_filter_some [2022-02-15T15:29:15.793Z] === PAUSE TestFilterFunc/test_filter_some [2022-02-15T15:29:15.793Z] === RUN TestFilterFunc/test_filter_middle [2022-02-15T15:29:15.793Z] === PAUSE TestFilterFunc/test_filter_middle [2022-02-15T15:29:15.793Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-02-15T15:29:15.793Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-02-15T15:29:15.793Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-02-15T15:29:15.793Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-02-15T15:29:15.793Z] === CONT TestFilterFunc/test_nil_list [2022-02-15T15:29:15.793Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-02-15T15:29:15.793Z] === CONT TestFilterFunc/test_filter_some [2022-02-15T15:29:15.793Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-02-15T15:29:15.793Z] === CONT TestFilterFunc/test_empty_list [2022-02-15T15:29:15.793Z] === CONT TestFilterFunc/test_filter_middle [2022-02-15T15:29:15.793Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-02-15T15:29:15.793Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-02-15T15:29:15.793Z] --- PASS: TestFilterFunc (0.00s) [2022-02-15T15:29:15.793Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-02-15T15:29:15.793Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-02-15T15:29:15.793Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-02-15T15:29:15.793Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-02-15T15:29:15.793Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-02-15T15:29:15.793Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-02-15T15:29:15.793Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-02-15T15:29:15.793Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-02-15T15:29:15.793Z] === CONT TestSetGetMeta [2022-02-15T15:29:15.793Z] === CONT TestList [2022-02-15T15:29:15.793Z] === CONT TestServiceGet [2022-02-15T15:29:15.793Z] === CONT TestServiceList [2022-02-15T15:29:15.793Z] --- PASS: TestSetGetMeta (0.03s) [2022-02-15T15:29:15.793Z] === CONT TestServiceCreate [2022-02-15T15:29:15.793Z] --- PASS: TestList (0.05s) [2022-02-15T15:29:15.793Z] === CONT TestRestore [2022-02-15T15:29:15.793Z] --- PASS: TestRestore (0.03s) [2022-02-15T15:29:15.793Z] === CONT TestServiceRemove [2022-02-15T15:29:16.251Z] --- PASS: TestServiceGet (0.21s) [2022-02-15T15:29:16.251Z] === CONT TestGetWithReference [2022-02-15T15:29:16.251Z] --- PASS: TestServiceRemove (0.13s) [2022-02-15T15:29:16.251Z] === CONT TestGet [2022-02-15T15:29:16.251Z] --- PASS: TestServiceCreate (0.18s) [2022-02-15T15:29:16.251Z] === CONT TestRefDerefRemove [2022-02-15T15:29:16.251Z] --- PASS: TestServiceList (0.22s) [2022-02-15T15:29:16.251Z] === CONT TestDefererencePluginOnCreateError [2022-02-15T15:29:16.251Z] --- PASS: TestGet (0.03s) [2022-02-15T15:29:16.251Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-02-15T15:29:16.251Z] --- PASS: TestGetWithReference (0.03s) [2022-02-15T15:29:16.251Z] === CONT TestDerefMultipleOfSameRef [2022-02-15T15:29:16.251Z] --- PASS: TestRefDerefRemove (0.03s) [2022-02-15T15:29:16.251Z] === CONT TestFindByReferenced [2022-02-15T15:29:16.251Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-02-15T15:29:16.251Z] === CONT TestFindByDriver [2022-02-15T15:29:16.251Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2022-02-15T15:29:16.251Z] === CONT TestCreate [2022-02-15T15:29:16.251Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-02-15T15:29:16.251Z] === CONT TestRemove [2022-02-15T15:29:16.251Z] --- PASS: TestFindByReferenced (0.03s) [2022-02-15T15:29:16.251Z] === CONT TestServicePrune [2022-02-15T15:29:16.251Z] --- PASS: TestFindByDriver (0.03s) [2022-02-15T15:29:16.251Z] --- PASS: TestCreate (0.02s) [2022-02-15T15:29:16.251Z] time="2022-02-15T15:29:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-15T15:29:16.251Z] --- PASS: TestRemove (0.03s) [2022-02-15T15:29:16.251Z] time="2022-02-15T15:29:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-15T15:29:16.251Z] time="2022-02-15T15:29:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-15T15:29:16.251Z] time="2022-02-15T15:29:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-02-15T15:29:16.251Z] time="2022-02-15T15:29:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-02-15T15:29:16.251Z] --- PASS: TestServicePrune (0.06s) [2022-02-15T15:29:16.251Z] PASS [2022-02-15T15:29:16.251Z] coverage: 69.0% of statements [2022-02-15T15:29:16.251Z] ok github.com/docker/docker/volume/service 0.383s coverage: 69.0% of statements [2022-02-15T15:29:20.485Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-02-15T15:29:20.485Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-02-15T15:29:20.485Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-02-15T15:29:20.485Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-02-15T15:29:21.056Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-02-15T15:29:21.056Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-02-15T15:29:21.629Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-02-15T15:29:21.629Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-02-15T15:29:21.629Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-02-15T15:29:21.629Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-02-15T15:29:21.889Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-02-15T15:29:21.889Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-02-15T15:29:22.149Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-02-15T15:29:22.410Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-02-15T15:29:22.981Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-02-15T15:29:22.981Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-02-15T15:29:23.554Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-02-15T15:29:24.125Z] === RUN TestDockerSuite/TestImagesFormat [2022-02-15T15:29:24.125Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-02-15T15:29:24.697Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-02-15T15:29:27.239Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-02-15T15:29:27.239Z] === RUN TestDockerSuite/TestImportBadURL [2022-02-15T15:29:27.239Z] === RUN TestDockerSuite/TestImportDisplay [2022-02-15T15:29:28.610Z] 2022/02/15 15:29:27 Closing DB instances... [2022-02-15T15:29:28.623Z] === RUN TestDockerSuite/TestImportFile [2022-02-15T15:29:29.563Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-02-15T15:29:29.563Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-02-15T15:29:29.579Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-02-15T15:29:29.579Z] === RUN TestFindNode [2022-02-15T15:29:29.579Z] 2022/02/15 15:29:29 Closing DB instances... [2022-02-15T15:29:29.579Z] --- PASS: TestFindNode (0.03s) [2022-02-15T15:29:29.579Z] === RUN TestChangeNodeState [2022-02-15T15:29:29.579Z] 2022/02/15 15:29:29 Closing DB instances... [2022-02-15T15:29:29.579Z] --- PASS: TestChangeNodeState (0.02s) [2022-02-15T15:29:29.579Z] === RUN TestNodeReincarnation [2022-02-15T15:29:29.579Z] 2022/02/15 15:29:29 Closing DB instances... [2022-02-15T15:29:29.823Z] --- PASS: TestInfoAPIWarnings (16.31s) [2022-02-15T15:29:29.823Z] === RUN TestInfoDebug [2022-02-15T15:29:30.393Z] --- PASS: TestInfoDebug (0.56s) [2022-02-15T15:29:30.393Z] === RUN TestInfoInsecureRegistries [2022-02-15T15:29:30.654Z] === RUN TestDockerSuite/TestImportGzipped [2022-02-15T15:29:30.914Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2022-02-15T15:29:30.914Z] === RUN TestInfoRegistryMirrors [2022-02-15T15:29:31.528Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-02-15T15:29:31.528Z] === RUN TestLoginFailsWithBadCredentials [2022-02-15T15:29:31.528Z] --- PASS: TestLoginFailsWithBadCredentials (0.13s) [2022-02-15T15:29:31.528Z] === RUN TestPingCacheHeaders [2022-02-15T15:29:31.528Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-02-15T15:29:31.528Z] === RUN TestPingGet [2022-02-15T15:29:31.528Z] --- PASS: TestPingGet (0.02s) [2022-02-15T15:29:31.528Z] === RUN TestPingHead [2022-02-15T15:29:31.529Z] --- PASS: TestPingHead (0.02s) [2022-02-15T15:29:31.529Z] === RUN TestVersion [2022-02-15T15:29:31.790Z] --- PASS: TestVersion (0.04s) [2022-02-15T15:29:31.790Z] === CONT TestDiskUsage [2022-02-15T15:29:32.051Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-02-15T15:29:32.311Z] === RUN TestDiskUsage/empty [2022-02-15T15:29:32.311Z] === RUN TestDiskUsage/empty/container_types [2022-02-15T15:29:32.311Z] === RUN TestDiskUsage/empty/image_types [2022-02-15T15:29:32.311Z] === RUN TestDiskUsage/empty/volume_types [2022-02-15T15:29:32.311Z] === RUN TestDiskUsage/empty/build-cache_types [2022-02-15T15:29:32.311Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-02-15T15:29:32.311Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-02-15T15:29:32.311Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-02-15T15:29:32.311Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-02-15T15:29:32.311Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-02-15T15:29:32.311Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-02-15T15:29:32.311Z] === RUN TestDiskUsage/after_LoadBusybox [2022-02-15T15:29:32.571Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-02-15T15:29:32.571Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-02-15T15:29:32.571Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-02-15T15:29:32.571Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-02-15T15:29:32.571Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-02-15T15:29:32.571Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-02-15T15:29:32.571Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-02-15T15:29:32.571Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-02-15T15:29:32.571Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-02-15T15:29:32.571Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-02-15T15:29:32.571Z] === RUN TestDiskUsage/after_container.Run [2022-02-15T15:29:32.832Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-02-15T15:29:32.832Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-02-15T15:29:32.832Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-02-15T15:29:32.832Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-02-15T15:29:32.832Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-02-15T15:29:32.832Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-02-15T15:29:32.832Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-02-15T15:29:32.832Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-02-15T15:29:32.832Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-02-15T15:29:32.832Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage (1.44s) [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.27s) [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-02-15T15:29:33.093Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-02-15T15:29:33.094Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-02-15T15:29:33.094Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-02-15T15:29:33.094Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-02-15T15:29:33.094Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-02-15T15:29:33.094Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-02-15T15:29:33.094Z] --- PASS: TestDiskUsage/after_container.Run (0.48s) [2022-02-15T15:29:33.094Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-02-15T15:29:33.094Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-02-15T15:29:33.094Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-02-15T15:29:33.094Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-02-15T15:29:33.094Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-02-15T15:29:33.094Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-02-15T15:29:33.094Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-02-15T15:29:33.094Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-02-15T15:29:33.094Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-02-15T15:29:33.094Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-02-15T15:29:33.094Z] PASS [2022-02-15T15:29:33.094Z] [2022-02-15T15:29:33.094Z] === Skipped [2022-02-15T15:29:33.094Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-15T15:29:33.094Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-02-15T15:29:33.094Z] [2022-02-15T15:29:33.094Z] DONE 50 tests, 1 skipped in 20.460s [2022-02-15T15:29:33.094Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-02-15T15:29:33.094Z] ++ 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-02-15T15:29:33.094Z] ++ set -e [2022-02-15T15:29:33.094Z] ++ '[' -n 0 ']' [2022-02-15T15:29:33.094Z] ++ set -x [2022-02-15T15:29:33.094Z] ++ 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-02-15T15:29:33.355Z] INFO: Testing against a local daemon [2022-02-15T15:29:33.355Z] === RUN TestVolumesCreateAndList [2022-02-15T15:29:33.355Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-02-15T15:29:33.355Z] === RUN TestVolumesRemove [2022-02-15T15:29:33.355Z] --- PASS: TestVolumesRemove (0.07s) [2022-02-15T15:29:33.355Z] === RUN TestVolumesInspect [2022-02-15T15:29:33.355Z] --- PASS: TestVolumesInspect (0.05s) [2022-02-15T15:29:33.355Z] === RUN TestVolumesInvalidJSON [2022-02-15T15:29:33.355Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-02-15T15:29:33.355Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-02-15T15:29:33.355Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-02-15T15:29:33.355Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-02-15T15:29:33.355Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-02-15T15:29:33.355Z] PASS [2022-02-15T15:29:33.355Z] [2022-02-15T15:29:33.355Z] DONE 5 tests in 0.261s [2022-02-15T15:29:33.355Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-02-15T15:29:33.616Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-02-15T15:29:33.616Z] ++++ cat bundles/test-integration/docker.pid [2022-02-15T15:29:33.616Z] +++ kill 6141 [2022-02-15T15:29:33.877Z] +++ /etc/init.d/apparmor stop [2022-02-15T15:29:33.877Z] Leaving: AppArmorNo profiles have been unloaded. [2022-02-15T15:29:33.877Z] [2022-02-15T15:29:33.877Z] Unloading profiles will leave already running processes permanently [2022-02-15T15:29:33.877Z] unconfined, which can lead to unexpected situations. [2022-02-15T15:29:33.877Z] [2022-02-15T15:29:33.877Z] To set a process to complain mode, use the command line tool [2022-02-15T15:29:33.877Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-02-15T15:29:33.877Z] +++ true [2022-02-15T15:29:33.877Z] exiting test-integration [2022-02-15T15:29:33.877Z] ++ exit 0 [2022-02-15T15:29:33.877Z] [2022-02-15T15:29:34.252Z] time="2022-02-15T15:29:34Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-02-15T15:29:34.253Z] --- PASS: TestNodeReincarnation (5.02s) [2022-02-15T15:29:34.253Z] === RUN TestParallelCreate [2022-02-15T15:29:34.253Z] 2022/02/15 15:29:34 Closing DB instances... [2022-02-15T15:29:34.253Z] --- PASS: TestParallelCreate (0.02s) [2022-02-15T15:29:34.253Z] === RUN TestParallelDelete [2022-02-15T15:29:34.253Z] 2022/02/15 15:29:34 Closing DB instances... [2022-02-15T15:29:34.253Z] --- PASS: TestParallelDelete (0.03s) [2022-02-15T15:29:34.253Z] === RUN TestNetworkDBIslands [2022-02-15T15:29:34.253Z] time="2022-02-15T15:29:34Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:ca72eee920c6 with config:&{NodeID:ca72eee920c6 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-02-15T15:29:34.253Z] time="2022-02-15T15:29:34Z" level=info msg="Node ca72eee920c6/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:34.253Z] time="2022-02-15T15:29:34Z" level=info msg="Node ca72eee920c6/172.31.71.0, added to nodes list" [2022-02-15T15:29:34.253Z] time="2022-02-15T15:29:34Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:96e849572637 with config:&{NodeID:96e849572637 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-02-15T15:29:34.253Z] time="2022-02-15T15:29:34Z" level=info msg="Node 96e849572637/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:34.253Z] time="2022-02-15T15:29:34Z" level=info msg="Node 96e849572637/172.31.71.0, added to nodes list" [2022-02-15T15:29:34.253Z] time="2022-02-15T15:29:34Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-02-15T15:29:34.253Z] time="2022-02-15T15:29:34Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-02-15T15:29:34.253Z] time="2022-02-15T15:29:34Z" level=debug msg="memberlist: Stream connection from=[::1]:49346" [2022-02-15T15:29:34.253Z] time="2022-02-15T15:29:34Z" level=info msg="Node 96e849572637/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:34.253Z] time="2022-02-15T15:29:34Z" level=info msg="Node 96e849572637/172.31.71.0, added to nodes list" [2022-02-15T15:29:34.253Z] time="2022-02-15T15:29:34Z" level=info msg="Node ca72eee920c6/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:34.253Z] time="2022-02-15T15:29:34Z" level=info msg="Node ca72eee920c6/172.31.71.0, added to nodes list" [2022-02-15T15:29:34.253Z] time="2022-02-15T15:29:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-02-15T15:29:34.253Z] time="2022-02-15T15:29:34Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49347" [2022-02-15T15:29:34.455Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-02-15T15:29:34.455Z] + for job in $(jobs -p) [2022-02-15T15:29:34.455Z] + wait 5343 [2022-02-15T15:29:35.027Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-02-15T15:29:35.216Z] time="2022-02-15T15:29:35Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:74842b994a7a with config:&{NodeID:74842b994a7a 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-02-15T15:29:35.216Z] time="2022-02-15T15:29:35Z" level=info msg="Node 74842b994a7a/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:35.216Z] time="2022-02-15T15:29:35Z" level=info msg="Node 74842b994a7a/172.31.71.0, added to nodes list" [2022-02-15T15:29:35.216Z] time="2022-02-15T15:29:35Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-02-15T15:29:35.216Z] time="2022-02-15T15:29:35Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-02-15T15:29:35.216Z] time="2022-02-15T15:29:35Z" level=debug msg="memberlist: Stream connection from=[::1]:49348" [2022-02-15T15:29:35.216Z] time="2022-02-15T15:29:35Z" level=info msg="Node 74842b994a7a/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:35.216Z] time="2022-02-15T15:29:35Z" level=info msg="Node 74842b994a7a/172.31.71.0, added to nodes list" [2022-02-15T15:29:35.216Z] time="2022-02-15T15:29:35Z" level=info msg="Node ca72eee920c6/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:35.216Z] time="2022-02-15T15:29:35Z" level=info msg="Node ca72eee920c6/172.31.71.0, added to nodes list" [2022-02-15T15:29:35.216Z] time="2022-02-15T15:29:35Z" level=info msg="Node 96e849572637/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:35.216Z] time="2022-02-15T15:29:35Z" level=info msg="Node 96e849572637/172.31.71.0, added to nodes list" [2022-02-15T15:29:35.216Z] time="2022-02-15T15:29:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-02-15T15:29:35.216Z] time="2022-02-15T15:29:35Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49349" [2022-02-15T15:29:35.601Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-02-15T15:29:35.602Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-02-15T15:29:35.602Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="Node 74842b994a7a/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="Node 74842b994a7a/172.31.71.0, added to nodes list" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:364f96bf5605 with config:&{NodeID:364f96bf5605 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-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="Node 364f96bf5605/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="Node 364f96bf5605/172.31.71.0, added to nodes list" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=debug msg="memberlist: Stream connection from=[::1]:49350" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="Node 364f96bf5605/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="Node 364f96bf5605/172.31.71.0, added to nodes list" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="Node ca72eee920c6/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="Node ca72eee920c6/172.31.71.0, added to nodes list" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="Node 96e849572637/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="Node 96e849572637/172.31.71.0, added to nodes list" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="Node 74842b994a7a/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="Node 74842b994a7a/172.31.71.0, added to nodes list" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="Node 364f96bf5605/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="Node 364f96bf5605/172.31.71.0, added to nodes list" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="Node 364f96bf5605/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:35.674Z] time="2022-02-15T15:29:35Z" level=info msg="Node 364f96bf5605/172.31.71.0, added to nodes list" [2022-02-15T15:29:35.863Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:66c69f601846 with config:&{NodeID:66c69f601846 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-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=info msg="Node 66c69f601846/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=info msg="Node 66c69f601846/172.31.71.0, added to nodes list" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=debug msg="memberlist: Stream connection from=[::1]:49352" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=info msg="Node 66c69f601846/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=info msg="Node 66c69f601846/172.31.71.0, added to nodes list" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=info msg="Node ca72eee920c6/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=info msg="Node ca72eee920c6/172.31.71.0, added to nodes list" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=info msg="Node 96e849572637/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=info msg="Node 96e849572637/172.31.71.0, added to nodes list" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=info msg="Node 74842b994a7a/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=info msg="Node 74842b994a7a/172.31.71.0, added to nodes list" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=info msg="Node 364f96bf5605/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=info msg="Node 364f96bf5605/172.31.71.0, added to nodes list" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:35Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49353" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:36Z" level=info msg="Node 66c69f601846/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:36Z" level=info msg="Node 66c69f601846/172.31.71.0, added to nodes list" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:36Z" level=info msg="Node 66c69f601846/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:36.133Z] time="2022-02-15T15:29:36Z" level=info msg="Node 66c69f601846/172.31.71.0, added to nodes list" [2022-02-15T15:29:36.435Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-02-15T15:29:36.592Z] time="2022-02-15T15:29:36Z" level=info msg="Node 66c69f601846/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:36.592Z] time="2022-02-15T15:29:36Z" level=info msg="Node 66c69f601846/172.31.71.0, added to nodes list" [2022-02-15T15:29:36.592Z] networkdb_test.go:835: Re-joining: 3 [2022-02-15T15:29:36.592Z] time="2022-02-15T15:29:36Z" level=info msg="The new bootstrap node list is:[172.31.71.0:10033 172.31.71.0:10034 172.31.71.0:10035]" [2022-02-15T15:29:36.592Z] time="2022-02-15T15:29:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.71.0:10033" [2022-02-15T15:29:36.592Z] time="2022-02-15T15:29:36Z" level=debug msg="memberlist: Stream connection from=172.31.71.0:49354" [2022-02-15T15:29:36.592Z] time="2022-02-15T15:29:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.71.0:10034" [2022-02-15T15:29:36.592Z] time="2022-02-15T15:29:36Z" level=debug msg="memberlist: Stream connection from=172.31.71.0:49355" [2022-02-15T15:29:36.592Z] time="2022-02-15T15:29:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.71.0:10035" [2022-02-15T15:29:36.592Z] time="2022-02-15T15:29:36Z" level=debug msg="memberlist: Stream connection from=172.31.71.0:49356" [2022-02-15T15:29:36.592Z] networkdb_test.go:835: Re-joining: 4 [2022-02-15T15:29:36.592Z] time="2022-02-15T15:29:36Z" level=info msg="The new bootstrap node list is:[172.31.71.0:10033 172.31.71.0:10034 172.31.71.0:10035]" [2022-02-15T15:29:36.592Z] time="2022-02-15T15:29:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.71.0:10033" [2022-02-15T15:29:36.592Z] time="2022-02-15T15:29:36Z" level=debug msg="memberlist: Stream connection from=172.31.71.0:49357" [2022-02-15T15:29:36.592Z] time="2022-02-15T15:29:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.71.0:10034" [2022-02-15T15:29:36.592Z] time="2022-02-15T15:29:36Z" level=debug msg="memberlist: Stream connection from=172.31.71.0:49358" [2022-02-15T15:29:36.592Z] time="2022-02-15T15:29:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.71.0:10035" [2022-02-15T15:29:36.592Z] time="2022-02-15T15:29:36Z" level=debug msg="memberlist: Stream connection from=172.31.71.0:49359" [2022-02-15T15:29:37.005Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-02-15T15:29:37.050Z] time="2022-02-15T15:29:36Z" level=info msg="node 0 leaving" [2022-02-15T15:29:37.050Z] time="2022-02-15T15:29:36Z" level=info msg="Node ca72eee920c6 change state NodeActive --> NodeLeft" [2022-02-15T15:29:37.050Z] time="2022-02-15T15:29:36Z" level=info msg="node2(96e849572637): Node leave event for ca72eee920c6/172.31.71.0" [2022-02-15T15:29:37.050Z] time="2022-02-15T15:29:36Z" level=info msg="Node ca72eee920c6 change state NodeActive --> NodeLeft" [2022-02-15T15:29:37.050Z] time="2022-02-15T15:29:36Z" level=info msg="node5(66c69f601846): Node leave event for ca72eee920c6/172.31.71.0" [2022-02-15T15:29:37.050Z] time="2022-02-15T15:29:36Z" level=info msg="Node ca72eee920c6 change state NodeActive --> NodeLeft" [2022-02-15T15:29:37.050Z] time="2022-02-15T15:29:36Z" level=info msg="node4(364f96bf5605): Node leave event for ca72eee920c6/172.31.71.0" [2022-02-15T15:29:37.050Z] time="2022-02-15T15:29:36Z" level=info msg="Node ca72eee920c6 change state NodeActive --> NodeLeft" [2022-02-15T15:29:37.050Z] time="2022-02-15T15:29:36Z" level=info msg="node1(ca72eee920c6): Node leave event for ca72eee920c6/172.31.71.0" [2022-02-15T15:29:37.050Z] time="2022-02-15T15:29:36Z" level=info msg="Node ca72eee920c6 change state NodeActive --> NodeLeft" [2022-02-15T15:29:37.050Z] time="2022-02-15T15:29:36Z" level=info msg="node3(74842b994a7a): Node leave event for ca72eee920c6/172.31.71.0" [2022-02-15T15:29:37.050Z] time="2022-02-15T15:29:36Z" level=info msg="Node ca72eee920c6/172.31.71.0, left gossip cluster" [2022-02-15T15:29:37.050Z] time="2022-02-15T15:29:36Z" level=info msg="Node ca72eee920c6/172.31.71.0, left gossip cluster" [2022-02-15T15:29:37.050Z] time="2022-02-15T15:29:36Z" level=info msg="Node ca72eee920c6/172.31.71.0, left gossip cluster" [2022-02-15T15:29:37.265Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-02-15T15:29:37.507Z] time="2022-02-15T15:29:37Z" level=info msg="Node ca72eee920c6/172.31.71.0, left gossip cluster" [2022-02-15T15:29:37.507Z] time="2022-02-15T15:29:37Z" level=info msg="Node ca72eee920c6/172.31.71.0, left gossip cluster" [2022-02-15T15:29:37.507Z] time="2022-02-15T15:29:37Z" level=info msg="node 1 leaving" [2022-02-15T15:29:37.507Z] time="2022-02-15T15:29:37Z" level=info msg="Node 96e849572637 change state NodeActive --> NodeLeft" [2022-02-15T15:29:37.507Z] time="2022-02-15T15:29:37Z" level=info msg="node5(66c69f601846): Node leave event for 96e849572637/172.31.71.0" [2022-02-15T15:29:37.507Z] time="2022-02-15T15:29:37Z" level=info msg="Node 96e849572637 change state NodeActive --> NodeLeft" [2022-02-15T15:29:37.507Z] time="2022-02-15T15:29:37Z" level=info msg="node4(364f96bf5605): Node leave event for 96e849572637/172.31.71.0" [2022-02-15T15:29:37.507Z] time="2022-02-15T15:29:37Z" level=info msg="Node 96e849572637/172.31.71.0, left gossip cluster" [2022-02-15T15:29:37.507Z] time="2022-02-15T15:29:37Z" level=info msg="Node 96e849572637 change state NodeActive --> NodeFailed" [2022-02-15T15:29:37.507Z] time="2022-02-15T15:29:37Z" level=info msg="Node 96e849572637/172.31.71.0, added to failed nodes list" [2022-02-15T15:29:37.507Z] time="2022-02-15T15:29:37Z" level=info msg="Node 96e849572637 change state NodeActive --> NodeLeft" [2022-02-15T15:29:37.507Z] time="2022-02-15T15:29:37Z" level=info msg="node3(74842b994a7a): Node leave event for 96e849572637/172.31.71.0" [2022-02-15T15:29:37.507Z] time="2022-02-15T15:29:37Z" level=error msg="node: 96e849572637 is unknown to memberlist" [2022-02-15T15:29:37.507Z] time="2022-02-15T15:29:37Z" level=info msg="Node 96e849572637/172.31.71.0, left gossip cluster" [2022-02-15T15:29:37.507Z] time="2022-02-15T15:29:37Z" level=info msg="Node 96e849572637/172.31.71.0, left gossip cluster" [2022-02-15T15:29:37.507Z] time="2022-02-15T15:29:37Z" level=info msg="Node 96e849572637/172.31.71.0, left gossip cluster" [2022-02-15T15:29:37.835Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-02-15T15:29:37.964Z] time="2022-02-15T15:29:37Z" level=info msg="node 2 leaving" [2022-02-15T15:29:37.964Z] time="2022-02-15T15:29:37Z" level=info msg="Node 74842b994a7a change state NodeActive --> NodeLeft" [2022-02-15T15:29:37.964Z] time="2022-02-15T15:29:37Z" level=info msg="node4(364f96bf5605): Node leave event for 74842b994a7a/172.31.71.0" [2022-02-15T15:29:37.964Z] time="2022-02-15T15:29:37Z" level=info msg="Node 74842b994a7a change state NodeActive --> NodeLeft" [2022-02-15T15:29:37.964Z] time="2022-02-15T15:29:37Z" level=info msg="node5(66c69f601846): Node leave event for 74842b994a7a/172.31.71.0" [2022-02-15T15:29:37.964Z] time="2022-02-15T15:29:37Z" level=info msg="Node 74842b994a7a change state NodeActive --> NodeLeft" [2022-02-15T15:29:37.964Z] time="2022-02-15T15:29:37Z" level=info msg="node3(74842b994a7a): Node leave event for 74842b994a7a/172.31.71.0" [2022-02-15T15:29:37.964Z] time="2022-02-15T15:29:37Z" level=debug msg="memberlist: Failed ping: 66c69f601846 (timeout reached)" [2022-02-15T15:29:37.964Z] time="2022-02-15T15:29:37Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.31.71.0:10036: use of closed network connection" [2022-02-15T15:29:37.964Z] time="2022-02-15T15:29:37Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.31.71.0:10035: use of closed network connection" [2022-02-15T15:29:37.964Z] time="2022-02-15T15:29:37Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.31.71.0:10034: use of closed network connection" [2022-02-15T15:29:37.964Z] time="2022-02-15T15:29:37Z" level=debug msg="memberlist: Stream connection from=172.31.71.0:49360" [2022-02-15T15:29:37.964Z] time="2022-02-15T15:29:37Z" level=info msg="Node 74842b994a7a/172.31.71.0, left gossip cluster" [2022-02-15T15:29:38.405Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-02-15T15:29:38.405Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-02-15T15:29:38.422Z] time="2022-02-15T15:29:38Z" level=info msg="Node 74842b994a7a/172.31.71.0, left gossip cluster" [2022-02-15T15:29:38.422Z] time="2022-02-15T15:29:38Z" level=info msg="Node 74842b994a7a/172.31.71.0, left gossip cluster" [2022-02-15T15:29:38.422Z] time="2022-02-15T15:29:38Z" level=warning msg="memberlist: Was able to connect to 66c69f601846 but other probes failed, network may be misconfigured" [2022-02-15T15:29:38.422Z] time="2022-02-15T15:29:38Z" level=warning msg="memberlist: Failed to send gossip to 172.31.71.0:10036: write udp [::]:10035->172.31.71.0:10036: use of closed network connection" [2022-02-15T15:29:38.422Z] networkdb_test.go:867: node4: OK [2022-02-15T15:29:38.422Z] networkdb_test.go:867: node5: OK [2022-02-15T15:29:38.422Z] time="2022-02-15T15:29:38Z" level=info msg="node 0 coming back" [2022-02-15T15:29:38.422Z] time="2022-02-15T15:29:38Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:668f28f35db7 with config:&{NodeID:668f28f35db7 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-02-15T15:29:38.422Z] time="2022-02-15T15:29:38Z" level=info msg="Node 668f28f35db7/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:38.422Z] time="2022-02-15T15:29:38Z" level=info msg="Node 668f28f35db7/172.31.71.0, added to nodes list" [2022-02-15T15:29:38.422Z] time="2022-02-15T15:29:38Z" level=info msg="node 1 coming back" [2022-02-15T15:29:38.422Z] time="2022-02-15T15:29:38Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:7b6e5be3a60b with config:&{NodeID:7b6e5be3a60b 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-02-15T15:29:38.422Z] time="2022-02-15T15:29:38Z" level=info msg="Node 7b6e5be3a60b/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:38.422Z] time="2022-02-15T15:29:38Z" level=info msg="Node 7b6e5be3a60b/172.31.71.0, added to nodes list" [2022-02-15T15:29:38.422Z] time="2022-02-15T15:29:38Z" level=info msg="node 2 coming back" [2022-02-15T15:29:38.422Z] time="2022-02-15T15:29:38Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:1d718213ac07 with config:&{NodeID:1d718213ac07 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-02-15T15:29:38.422Z] time="2022-02-15T15:29:38Z" level=info msg="Node 1d718213ac07/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:38.422Z] time="2022-02-15T15:29:38Z" level=info msg="Node 1d718213ac07/172.31.71.0, added to nodes list" [2022-02-15T15:29:39.346Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-02-15T15:29:39.606Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-02-15T15:29:39.606Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-02-15T15:29:39.917Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-02-15T15:29:40.061Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-02-15T15:29:40.177Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-02-15T15:29:40.438Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-02-15T15:29:40.698Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-02-15T15:29:40.698Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-02-15T15:29:40.698Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-02-15T15:29:41.639Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-02-15T15:29:41.898Z] === RUN TestDockerSuite/TestInspectDefault [2022-02-15T15:29:42.146Z] time="2022-02-15T15:29:41Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.71.0:10033 172.31.71.0:10034 172.31.71.0:10035]" [2022-02-15T15:29:42.146Z] time="2022-02-15T15:29:41Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.71.0:10033 172.31.71.0:10034 172.31.71.0:10035]" [2022-02-15T15:29:42.469Z] === RUN TestDockerSuite/TestInspectHistory [2022-02-15T15:29:42.469Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.71.0:10033" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=debug msg="memberlist: Stream connection from=172.31.71.0:49363" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 66c69f601846/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 66c69f601846/172.31.71.0, added to nodes list" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 364f96bf5605/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 364f96bf5605/172.31.71.0, added to nodes list" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 668f28f35db7/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 668f28f35db7/172.31.71.0, is the new incarnation of the shutdown node ca72eee920c6/172.31.71.0" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 668f28f35db7/172.31.71.0, added to nodes list" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.71.0:10034" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=debug msg="memberlist: Stream connection from=172.31.71.0:49364" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 66c69f601846/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 66c69f601846/172.31.71.0, added to nodes list" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 364f96bf5605/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 364f96bf5605/172.31.71.0, added to nodes list" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 668f28f35db7/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 668f28f35db7/172.31.71.0, added to nodes list" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 7b6e5be3a60b/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 7b6e5be3a60b/172.31.71.0, is the new incarnation of the shutdown node 96e849572637/172.31.71.0" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 7b6e5be3a60b/172.31.71.0, added to nodes list" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 668f28f35db7/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 668f28f35db7/172.31.71.0, is the new incarnation of the shutdown node ca72eee920c6/172.31.71.0" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 668f28f35db7/172.31.71.0, added to nodes list" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.71.0:10035" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=debug msg="memberlist: Stream connection from=172.31.71.0:49365" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 66c69f601846/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 66c69f601846/172.31.71.0, added to nodes list" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 7b6e5be3a60b/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 7b6e5be3a60b/172.31.71.0, added to nodes list" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 668f28f35db7/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 668f28f35db7/172.31.71.0, added to nodes list" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 364f96bf5605/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 364f96bf5605/172.31.71.0, added to nodes list" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 1d718213ac07/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 1d718213ac07/172.31.71.0, is the new incarnation of the shutdown node 74842b994a7a/172.31.71.0" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 1d718213ac07/172.31.71.0, added to nodes list" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 7b6e5be3a60b/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 7b6e5be3a60b/172.31.71.0, is the new incarnation of the shutdown node 96e849572637/172.31.71.0" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 7b6e5be3a60b/172.31.71.0, added to nodes list" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 7b6e5be3a60b/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 7b6e5be3a60b/172.31.71.0, added to nodes list" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 1d718213ac07/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 1d718213ac07/172.31.71.0, added to nodes list" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 1d718213ac07/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 1d718213ac07/172.31.71.0, is the new incarnation of the shutdown node 74842b994a7a/172.31.71.0" [2022-02-15T15:29:42.608Z] time="2022-02-15T15:29:42Z" level=info msg="Node 1d718213ac07/172.31.71.0, added to nodes list" [2022-02-15T15:29:43.040Z] === RUN TestDockerSuite/TestInspectImage [2022-02-15T15:29:43.040Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-02-15T15:29:43.040Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-02-15T15:29:43.040Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-02-15T15:29:43.040Z] === RUN TestDockerSuite/TestInspectInt64 [2022-02-15T15:29:43.065Z] time="2022-02-15T15:29:42Z" level=info msg="Node 1d718213ac07/172.31.71.0, joined gossip cluster" [2022-02-15T15:29:43.065Z] time="2022-02-15T15:29:42Z" level=info msg="Node 1d718213ac07/172.31.71.0, added to nodes list" [2022-02-15T15:29:43.065Z] time="2022-02-15T15:29:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.71.0:10033" [2022-02-15T15:29:43.066Z] time="2022-02-15T15:29:42Z" level=debug msg="memberlist: Stream connection from=172.31.71.0:49366" [2022-02-15T15:29:43.066Z] time="2022-02-15T15:29:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.71.0:10034" [2022-02-15T15:29:43.066Z] time="2022-02-15T15:29:42Z" level=debug msg="memberlist: Stream connection from=172.31.71.0:49367" [2022-02-15T15:29:43.066Z] time="2022-02-15T15:29:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.71.0:10035" [2022-02-15T15:29:43.066Z] time="2022-02-15T15:29:42Z" level=debug msg="memberlist: Stream connection from=172.31.71.0:49368" [2022-02-15T15:29:43.523Z] 2022/02/15 15:29:43 Closing DB instances... [2022-02-15T15:29:43.523Z] time="2022-02-15T15:29:43Z" level=info msg="Node 668f28f35db7 change state NodeActive --> NodeLeft" [2022-02-15T15:29:43.523Z] time="2022-02-15T15:29:43Z" level=info msg="node2(7b6e5be3a60b): Node leave event for 668f28f35db7/172.31.71.0" [2022-02-15T15:29:43.523Z] time="2022-02-15T15:29:43Z" level=info msg="Node 668f28f35db7 change state NodeActive --> NodeLeft" [2022-02-15T15:29:43.523Z] time="2022-02-15T15:29:43Z" level=info msg="node4(364f96bf5605): Node leave event for 668f28f35db7/172.31.71.0" [2022-02-15T15:29:43.523Z] time="2022-02-15T15:29:43Z" level=info msg="Node 668f28f35db7 change state NodeActive --> NodeLeft" [2022-02-15T15:29:43.523Z] time="2022-02-15T15:29:43Z" level=info msg="node5(66c69f601846): Node leave event for 668f28f35db7/172.31.71.0" [2022-02-15T15:29:43.523Z] time="2022-02-15T15:29:43Z" level=info msg="Node 668f28f35db7 change state NodeActive --> NodeLeft" [2022-02-15T15:29:43.523Z] time="2022-02-15T15:29:43Z" level=info msg="node1(668f28f35db7): Node leave event for 668f28f35db7/172.31.71.0" [2022-02-15T15:29:43.611Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-02-15T15:29:43.979Z] time="2022-02-15T15:29:43Z" level=info msg="Node 668f28f35db7 change state NodeActive --> NodeLeft" [2022-02-15T15:29:43.979Z] time="2022-02-15T15:29:43Z" level=info msg="node3(1d718213ac07): Node leave event for 668f28f35db7/172.31.71.0" [2022-02-15T15:29:43.979Z] time="2022-02-15T15:29:43Z" level=info msg="Node 668f28f35db7/172.31.71.0, left gossip cluster" [2022-02-15T15:29:43.979Z] time="2022-02-15T15:29:43Z" level=info msg="Node 668f28f35db7/172.31.71.0, left gossip cluster" [2022-02-15T15:29:43.979Z] time="2022-02-15T15:29:43Z" level=info msg="Node 668f28f35db7/172.31.71.0, left gossip cluster" [2022-02-15T15:29:43.979Z] time="2022-02-15T15:29:43Z" level=info msg="Node 668f28f35db7/172.31.71.0, left gossip cluster" [2022-02-15T15:29:43.979Z] time="2022-02-15T15:29:43Z" level=info msg="Node 668f28f35db7/172.31.71.0, left gossip cluster" [2022-02-15T15:29:43.979Z] time="2022-02-15T15:29:43Z" level=info msg="Node 7b6e5be3a60b change state NodeActive --> NodeLeft" [2022-02-15T15:29:43.979Z] time="2022-02-15T15:29:43Z" level=info msg="node3(1d718213ac07): Node leave event for 7b6e5be3a60b/172.31.71.0" [2022-02-15T15:29:43.979Z] time="2022-02-15T15:29:43Z" level=info msg="Node 7b6e5be3a60b change state NodeActive --> NodeLeft" [2022-02-15T15:29:43.979Z] time="2022-02-15T15:29:43Z" level=info msg="node5(66c69f601846): Node leave event for 7b6e5be3a60b/172.31.71.0" [2022-02-15T15:29:43.979Z] time="2022-02-15T15:29:43Z" level=info msg="Node 7b6e5be3a60b change state NodeActive --> NodeLeft" [2022-02-15T15:29:43.979Z] time="2022-02-15T15:29:43Z" level=info msg="node4(364f96bf5605): Node leave event for 7b6e5be3a60b/172.31.71.0" [2022-02-15T15:29:43.979Z] time="2022-02-15T15:29:43Z" level=info msg="Node 7b6e5be3a60b change state NodeActive --> NodeLeft" [2022-02-15T15:29:43.979Z] time="2022-02-15T15:29:43Z" level=info msg="node2(7b6e5be3a60b): Node leave event for 7b6e5be3a60b/172.31.71.0" [2022-02-15T15:29:44.181Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-02-15T15:29:44.181Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-02-15T15:29:44.436Z] time="2022-02-15T15:29:44Z" level=info msg="Node 7b6e5be3a60b/172.31.71.0, left gossip cluster" [2022-02-15T15:29:44.436Z] time="2022-02-15T15:29:44Z" level=info msg="Node 7b6e5be3a60b/172.31.71.0, left gossip cluster" [2022-02-15T15:29:44.436Z] time="2022-02-15T15:29:44Z" level=info msg="Node 7b6e5be3a60b/172.31.71.0, left gossip cluster" [2022-02-15T15:29:44.436Z] time="2022-02-15T15:29:44Z" level=info msg="Node 7b6e5be3a60b/172.31.71.0, left gossip cluster" [2022-02-15T15:29:44.436Z] time="2022-02-15T15:29:44Z" level=info msg="Node 1d718213ac07 change state NodeActive --> NodeLeft" [2022-02-15T15:29:44.436Z] time="2022-02-15T15:29:44Z" level=info msg="node4(364f96bf5605): Node leave event for 1d718213ac07/172.31.71.0" [2022-02-15T15:29:44.436Z] time="2022-02-15T15:29:44Z" level=info msg="Node 1d718213ac07 change state NodeActive --> NodeLeft" [2022-02-15T15:29:44.436Z] time="2022-02-15T15:29:44Z" level=info msg="node5(66c69f601846): Node leave event for 1d718213ac07/172.31.71.0" [2022-02-15T15:29:44.436Z] time="2022-02-15T15:29:44Z" level=info msg="Node 1d718213ac07 change state NodeActive --> NodeLeft" [2022-02-15T15:29:44.436Z] time="2022-02-15T15:29:44Z" level=info msg="node3(1d718213ac07): Node leave event for 1d718213ac07/172.31.71.0" [2022-02-15T15:29:44.751Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-02-15T15:29:44.893Z] time="2022-02-15T15:29:44Z" level=info msg="Node 1d718213ac07/172.31.71.0, left gossip cluster" [2022-02-15T15:29:44.894Z] time="2022-02-15T15:29:44Z" level=info msg="Node 1d718213ac07/172.31.71.0, left gossip cluster" [2022-02-15T15:29:44.894Z] time="2022-02-15T15:29:44Z" level=info msg="Node 1d718213ac07/172.31.71.0, left gossip cluster" [2022-02-15T15:29:44.894Z] time="2022-02-15T15:29:44Z" level=debug msg="memberlist: Failed ping: 1d718213ac07 (timeout reached)" [2022-02-15T15:29:44.894Z] time="2022-02-15T15:29:44Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.31.71.0:10036: use of closed network connection" [2022-02-15T15:29:44.894Z] time="2022-02-15T15:29:44Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.31.71.0:10037: use of closed network connection" [2022-02-15T15:29:45.012Z] === RUN TestDockerSuite/TestInspectPlugin [2022-02-15T15:29:45.350Z] time="2022-02-15T15:29:44Z" level=info msg="Node 364f96bf5605 change state NodeActive --> NodeLeft" [2022-02-15T15:29:45.350Z] time="2022-02-15T15:29:44Z" level=info msg="node5(66c69f601846): Node leave event for 364f96bf5605/172.31.71.0" [2022-02-15T15:29:45.350Z] time="2022-02-15T15:29:45Z" level=info msg="Node 364f96bf5605 change state NodeActive --> NodeLeft" [2022-02-15T15:29:45.350Z] time="2022-02-15T15:29:45Z" level=info msg="node4(364f96bf5605): Node leave event for 364f96bf5605/172.31.71.0" [2022-02-15T15:29:45.350Z] time="2022-02-15T15:29:45Z" level=info msg="memberlist: Suspect 1d718213ac07 has failed, no acks received" [2022-02-15T15:29:45.807Z] time="2022-02-15T15:29:45Z" level=info msg="Node 364f96bf5605/172.31.71.0, left gossip cluster" [2022-02-15T15:29:45.807Z] time="2022-02-15T15:29:45Z" level=info msg="Node 364f96bf5605/172.31.71.0, left gossip cluster" [2022-02-15T15:29:46.770Z] time="2022-02-15T15:29:46Z" level=warning msg="memberlist: Failed to send gossip to 172.31.71.0:10037: write udp [::]:10036->172.31.71.0:10037: use of closed network connection" [2022-02-15T15:29:46.770Z] time="2022-02-15T15:29:46Z" level=info msg="Node 66c69f601846/172.31.71.0, left gossip cluster" [2022-02-15T15:29:46.770Z] time="2022-02-15T15:29:46Z" level=info msg="Node 66c69f601846 change state NodeActive --> NodeFailed" [2022-02-15T15:29:46.770Z] time="2022-02-15T15:29:46Z" level=info msg="Node 66c69f601846/172.31.71.0, added to failed nodes list" [2022-02-15T15:29:46.770Z] --- PASS: TestNetworkDBIslands (12.08s) [2022-02-15T15:29:46.770Z] PASS [2022-02-15T15:29:46.770Z] coverage: 60.0% of statements [2022-02-15T15:29:46.770Z] ok github.com/docker/docker/libnetwork/networkdb 104.633s coverage: 60.0% of statements [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/oci/caps [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/pkg/term [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/quota [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/rootless [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/testutil/request [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/volume [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-02-15T15:29:46.770Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-02-15T15:29:46.921Z] === RUN TestDockerSuite/TestInspectRootFS [2022-02-15T15:29:46.921Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-02-15T15:29:47.099Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-02-15T15:29:47.099Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-02-15T15:29:47.099Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-02-15T15:29:47.099Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-02-15T15:29:47.493Z] === RUN TestDockerSuite/TestInspectStatus [2022-02-15T15:29:47.555Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-02-15T15:29:47.555Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-02-15T15:29:47.555Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-02-15T15:29:48.064Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-02-15T15:29:48.514Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-02-15T15:29:48.514Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-02-15T15:29:48.514Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-02-15T15:29:49.019Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-02-15T15:29:49.591Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-02-15T15:29:49.661Z] [2022-02-15T15:29:49.661Z] === Skipped [2022-02-15T15:29:49.661Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-02-15T15:29:49.661Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-02-15T15:29:49.661Z] [2022-02-15T15:29:49.661Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-02-15T15:29:49.661Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:29:49.661Z] [2022-02-15T15:29:49.661Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-02-15T15:29:49.661Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:29:49.661Z] [2022-02-15T15:29:49.661Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-02-15T15:29:49.661Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:29:49.661Z] [2022-02-15T15:29:49.661Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-02-15T15:29:49.661Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:29:49.661Z] [2022-02-15T15:29:49.661Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-02-15T15:29:49.661Z] client_test.go:23: runtime.GOOS == "windows" [2022-02-15T15:29:49.661Z] [2022-02-15T15:29:49.661Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-02-15T15:29:49.661Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-02-15T15:29:49.661Z] [2022-02-15T15:29:49.661Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-02-15T15:29:49.661Z] network_proxy_test.go:208: No support for dual stack yet [2022-02-15T15:29:49.661Z] [2022-02-15T15:29:49.661Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-02-15T15:29:49.661Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-02-15T15:29:49.661Z] [2022-02-15T15:29:49.661Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-02-15T15:29:49.661Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-02-15T15:29:49.661Z] [2022-02-15T15:29:49.661Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-02-15T15:29:49.661Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-02-15T15:29:49.661Z] [2022-02-15T15:29:49.661Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-02-15T15:29:49.661Z] daemon_test.go:145: root required [2022-02-15T15:29:49.661Z] [2022-02-15T15:29:49.661Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-02-15T15:29:49.661Z] reload_test.go:342: root required [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-02-15T15:29:49.662Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-02-15T15:29:49.662Z] pull_v2_test.go:73: Needs fixing on Windows [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-02-15T15:29:49.662Z] pull_v2_test.go:118: Needs fixing on Windows [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-02-15T15:29:49.662Z] download_test.go:267: Needs fixing on Windows [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-02-15T15:29:49.662Z] layer_test.go:303: Failing on Windows [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-02-15T15:29:49.662Z] layer_test.go:352: Failing on Windows [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-02-15T15:29:49.662Z] layer_test.go:467: Failing on Windows [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-02-15T15:29:49.662Z] layer_test.go:696: Failing on Windows [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-02-15T15:29:49.662Z] migration_test.go:45: Failing on Windows [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-02-15T15:29:49.662Z] migration_test.go:181: Failing on Windows [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-02-15T15:29:49.662Z] mount_test.go:17: Failing on Windows [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-02-15T15:29:49.662Z] mount_test.go:76: Failing on Windows [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-02-15T15:29:49.662Z] mount_test.go:125: Failing on Windows [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-02-15T15:29:49.662Z] mount_test.go:212: Failing on Windows [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-02-15T15:29:49.662Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-02-15T15:29:49.662Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-02-15T15:29:49.662Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-02-15T15:29:49.662Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-02-15T15:29:49.662Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-02-15T15:29:49.662Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-02-15T15:29:49.662Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-02-15T15:29:49.662Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-02-15T15:29:49.662Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-02-15T15:29:49.662Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-02-15T15:29:49.662Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-02-15T15:29:49.662Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-02-15T15:29:49.662Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-02-15T15:29:49.662Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-02-15T15:29:49.662Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-02-15T15:29:49.662Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-02-15T15:29:49.662Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-02-15T15:29:49.662Z] archive_test.go:133: Xz not present in msys2 [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-02-15T15:29:49.662Z] archive_test.go:140: zstd not installed [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-02-15T15:29:49.662Z] archive_test.go:252: Failing on Windows CI machines [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-02-15T15:29:49.662Z] archive_windows_test.go:16: Currently fails [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-02-15T15:29:49.662Z] changes_test.go:195: needs more investigation [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-02-15T15:29:49.662Z] changes_test.go:432: needs further investigation [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-02-15T15:29:49.662Z] changes_test.go:468: needs further investigation [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-02-15T15:29:49.662Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-02-15T15:29:49.662Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-02-15T15:29:49.662Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-02-15T15:29:49.662Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-02-15T15:29:49.662Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-02-15T15:29:49.662Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-02-15T15:29:49.662Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-02-15T15:29:49.662Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-02-15T15:29:49.662Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-02-15T15:29:49.662Z] poller_test.go:40: No chmod on Windows [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-02-15T15:29:49.662Z] fileutils_test.go:133: Needs porting to Windows [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-02-15T15:29:49.662Z] fileutils_test.go:179: Needs porting to Windows [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-02-15T15:29:49.662Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-02-15T15:29:49.662Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2022-02-15T15:29:49.662Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-02-15T15:29:49.662Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-02-15T15:29:49.662Z] local_test.go:180: runtime.GOOS == "windows" [2022-02-15T15:29:49.662Z] [2022-02-15T15:29:49.662Z] DONE 2070 tests, 68 skipped in 294.744s [2022-02-15T15:29:49.662Z] INFO: make.ps1 ended at 02/15/2022 15:29:49 [2022-02-15T15:29:50.161Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-02-15T15:29:50.421Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-02-15T15:29:50.992Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-02-15T15:29:51.254Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-02-15T15:29:51.826Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-02-15T15:29:51.826Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-02-15T15:29:51.833Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-02-15T15:29:51.833Z] INFO: Unit tests ended at 02/15/2022 15:29:51. Duration:00:05:15.2255621 [2022-02-15T15:29:51.833Z] INFO: Building busybox [2022-02-15T15:29:51.833Z] Sending build context to Docker daemon 5.12kB [2022-02-15T15:29:51.833Z] [2022-02-15T15:29:51.833Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-02-15T15:29:51.833Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-02-15T15:29:51.833Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-02-15T15:29:51.833Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-02-15T15:29:51.833Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-02-15T15:29:51.833Z] ---> c703d4d60533 [2022-02-15T15:29:51.833Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-02-15T15:29:51.833Z] ---> Running in 26df536ffa07 [2022-02-15T15:29:53.211Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-02-15T15:29:54.595Z] === RUN TestDockerSuite/TestLinksEnvs [2022-02-15T15:29:55.167Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-02-15T15:29:55.428Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-02-15T15:29:56.464Z] ok github.com/docker/docker/libnetwork 37.469s coverage: 40.7% of statements [2022-02-15T15:29:56.464Z] ok github.com/docker/docker/libnetwork/bitseq 0.124s coverage: 84.4% of statements [2022-02-15T15:29:56.464Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-02-15T15:29:56.464Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-02-15T15:29:56.464Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-02-15T15:29:56.464Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-02-15T15:29:56.464Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-02-15T15:29:56.464Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-02-15T15:29:56.464Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-02-15T15:29:56.464Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-02-15T15:29:56.464Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-02-15T15:29:56.464Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-02-15T15:29:56.464Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-02-15T15:29:56.464Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-02-15T15:29:56.464Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-02-15T15:29:56.725Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.411s coverage: 59.9% of statements [2022-02-15T15:29:56.813Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-02-15T15:29:56.985Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-02-15T15:29:57.247Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-02-15T15:29:57.818Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.120s coverage: 4.0% of statements [2022-02-15T15:29:57.818Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-02-15T15:29:58.201Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-02-15T15:29:58.389Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-02-15T15:29:58.389Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-02-15T15:29:58.651Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-02-15T15:29:59.584Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-02-15T15:29:59.584Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-02-15T15:30:00.967Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-02-15T15:30:00.967Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-02-15T15:30:01.538Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-02-15T15:30:04.089Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-02-15T15:30:08.296Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-02-15T15:30:08.667Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.490s coverage: 7.2% of statements [2022-02-15T15:30:08.667Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-02-15T15:30:08.667Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2022-02-15T15:30:08.667Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.4% of statements [2022-02-15T15:30:08.667Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-02-15T15:30:08.667Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-02-15T15:30:08.667Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-02-15T15:30:08.667Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2022-02-15T15:30:08.928Z] ok github.com/docker/docker/libnetwork/etchosts 0.016s coverage: 81.2% of statements [2022-02-15T15:30:09.188Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-02-15T15:30:09.188Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-02-15T15:30:09.679Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-02-15T15:30:10.631Z] docker_api_swarm_service_test.go:395: [dccf4b9068143] joining swarm manager [d627bb6e097aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:30:11.575Z] docker_api_swarm_service_test.go:395: [dbf9cc60f2126] joining swarm manager [d627bb6e097aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:30:11.575Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-02-15T15:30:12.889Z] Removing intermediate container 26df536ffa07 [2022-02-15T15:30:12.889Z] ---> 935da7ad85b9 [2022-02-15T15:30:12.889Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-02-15T15:30:12.889Z] ---> Running in 5fdfc0275523 [2022-02-15T15:30:12.959Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-02-15T15:30:13.346Z] Removing intermediate container 5fdfc0275523 [2022-02-15T15:30:13.346Z] ---> e4b2f147262f [2022-02-15T15:30:13.346Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-02-15T15:30:13.346Z] ---> Running in 4943de0d75eb [2022-02-15T15:30:13.531Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-02-15T15:30:13.803Z] Removing intermediate container 4943de0d75eb [2022-02-15T15:30:13.803Z] ---> 2692408c0d4f [2022-02-15T15:30:13.803Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-02-15T15:30:15.333Z] [2022-02-15T15:30:15.445Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-02-15T15:30:15.445Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-02-15T15:30:15.790Z] ---> 284cd35e1683 [2022-02-15T15:30:15.790Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-02-15T15:30:15.790Z] ---> Running in 4edb06f79470 [2022-02-15T15:30:16.017Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-02-15T15:30:16.017Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-02-15T15:30:16.017Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-02-15T15:30:16.958Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-02-15T15:30:17.218Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-02-15T15:30:18.537Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-02-15T15:30:18.537Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-02-15T15:30:18.537Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-02-15T15:30:18.537Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-02-15T15:30:21.413Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.007s coverage: 100.0% of statements [2022-02-15T15:30:21.419Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-02-15T15:30:21.419Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-02-15T15:30:25.618Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-02-15T15:30:26.189Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-02-15T15:30:26.189Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-02-15T15:30:27.130Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-02-15T15:30:27.130Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-02-15T15:30:28.074Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-02-15T15:30:29.020Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-02-15T15:30:29.591Z] docker_api_swarm_service_test.go:343: [df52002659df0] joining swarm manager [d69c0416abc8a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:30:29.852Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-02-15T15:30:30.424Z] docker_api_swarm_service_test.go:343: [dfe8c7ca7aa16] joining swarm manager [d69c0416abc8a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:30:30.684Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-02-15T15:30:31.344Z] --- PASS: TestBuildWithHugeFile (129.15s) [2022-02-15T15:30:31.344Z] === RUN TestBuildWCOWSandboxSize [2022-02-15T15:30:31.344Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-15T15:30:31.344Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-02-15T15:30:31.344Z] === RUN TestBuildWithEmptyDockerfile [2022-02-15T15:30:31.344Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:30:31.344Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:30:31.344Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:30:31.344Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:30:31.344Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:30:31.344Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:30:31.344Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:30:31.344Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:30:31.344Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:30:31.344Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2022-02-15T15:30:31.344Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-02-15T15:30:31.344Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-02-15T15:30:31.344Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-02-15T15:30:31.344Z] === RUN TestBuildPreserveOwnership [2022-02-15T15:30:31.344Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:30:31.344Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-02-15T15:30:31.344Z] === RUN TestBuildPlatformInvalid [2022-02-15T15:30:31.344Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-02-15T15:30:31.344Z] PASS [2022-02-15T15:30:31.344Z] ok github.com/docker/docker/integration/build 215.824s [2022-02-15T15:30:31.344Z] [2022-02-15T15:30:31.344Z] === Skipped [2022-02-15T15:30:31.344Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-02-15T15:30:31.344Z] build_session_test.go:25: TODO: BuildKit [2022-02-15T15:30:31.344Z] [2022-02-15T15:30:31.344Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-02-15T15:30:31.344Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:30:31.344Z] [2022-02-15T15:30:31.344Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-02-15T15:30:31.344Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:30:31.344Z] [2022-02-15T15:30:31.344Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-02-15T15:30:31.344Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:30:31.344Z] [2022-02-15T15:30:31.344Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-02-15T15:30:31.344Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-15T15:30:31.344Z] [2022-02-15T15:30:31.344Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-02-15T15:30:31.344Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:30:31.344Z] [2022-02-15T15:30:31.344Z] DONE 29 tests, 6 skipped in 247.980s [2022-02-15T15:30:31.344Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-02-15T15:30:31.344Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:30:31.344Z] INFO: Testing against a local daemon [2022-02-15T15:30:31.344Z] === RUN TestConfigInspect [2022-02-15T15:30:31.344Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:30:31.344Z] --- SKIP: TestConfigInspect (0.00s) [2022-02-15T15:30:31.344Z] === RUN TestConfigList [2022-02-15T15:30:31.344Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:30:31.344Z] --- SKIP: TestConfigList (0.00s) [2022-02-15T15:30:31.344Z] === RUN TestConfigsCreateAndDelete [2022-02-15T15:30:31.344Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:30:31.344Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-02-15T15:30:31.344Z] === RUN TestConfigsUpdate [2022-02-15T15:30:31.344Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:30:31.344Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-02-15T15:30:31.344Z] === RUN TestTemplatedConfig [2022-02-15T15:30:31.344Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:30:31.344Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-02-15T15:30:31.344Z] === RUN TestConfigCreateResolve [2022-02-15T15:30:31.344Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:30:31.344Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-02-15T15:30:31.344Z] PASS [2022-02-15T15:30:31.344Z] ok github.com/docker/docker/integration/config 0.123s [2022-02-15T15:30:31.344Z] [2022-02-15T15:30:31.344Z] === Skipped [2022-02-15T15:30:31.344Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-02-15T15:30:31.344Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:30:31.344Z] [2022-02-15T15:30:31.344Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-02-15T15:30:31.344Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:30:31.344Z] [2022-02-15T15:30:31.344Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-02-15T15:30:31.345Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:30:31.345Z] [2022-02-15T15:30:31.345Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-02-15T15:30:31.345Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:30:31.345Z] [2022-02-15T15:30:31.345Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-02-15T15:30:31.345Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:30:31.345Z] [2022-02-15T15:30:31.345Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-02-15T15:30:31.345Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:30:31.345Z] [2022-02-15T15:30:31.345Z] DONE 6 tests, 6 skipped in 2.471s [2022-02-15T15:30:31.345Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-02-15T15:30:32.913Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:30:32.913Z] INFO: Testing against a local daemon [2022-02-15T15:30:32.913Z] === RUN TestCheckpoint [2022-02-15T15:30:32.913Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-15T15:30:32.913Z] --- SKIP: TestCheckpoint (0.00s) [2022-02-15T15:30:32.913Z] === RUN TestContainerInvalidJSON [2022-02-15T15:30:32.913Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:30:32.913Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:30:32.913Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:30:32.913Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:30:32.913Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:30:32.913Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:30:32.913Z] --- PASS: TestContainerInvalidJSON (0.05s) [2022-02-15T15:30:32.913Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-02-15T15:30:32.913Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-02-15T15:30:32.913Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-02-15T15:30:33.381Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s) [2022-02-15T15:30:33.381Z] === RUN TestCopyFromContainerPathIsNotDir [2022-02-15T15:30:33.849Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.28s) [2022-02-15T15:30:33.849Z] === RUN TestCopyToContainerPathDoesNotExist [2022-02-15T15:30:33.849Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.26s) [2022-02-15T15:30:33.849Z] === RUN TestCopyToContainerPathIsNotDir [2022-02-15T15:30:33.988Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-02-15T15:30:34.262Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-02-15T15:30:34.317Z] --- PASS: TestCopyToContainerPathIsNotDir (0.27s) [2022-02-15T15:30:34.317Z] === RUN TestCopyFromContainer [2022-02-15T15:30:34.317Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:30:34.317Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-02-15T15:30:34.317Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-02-15T15:30:34.317Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:30:34.317Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:30:34.317Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:30:34.317Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:30:34.317Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:30:34.317Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:30:34.317Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:30:34.317Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:30:34.317Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:30:34.317Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-02-15T15:30:34.317Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-02-15T15:30:34.317Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-02-15T15:30:34.317Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-02-15T15:30:34.317Z] === RUN TestCreateLinkToNonExistingContainer [2022-02-15T15:30:34.317Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-02-15T15:30:34.317Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-02-15T15:30:34.317Z] === RUN TestCreateWithInvalidEnv [2022-02-15T15:30:34.317Z] === RUN TestCreateWithInvalidEnv/0 [2022-02-15T15:30:34.317Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-02-15T15:30:34.317Z] === RUN TestCreateWithInvalidEnv/1 [2022-02-15T15:30:34.317Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-02-15T15:30:34.317Z] === RUN TestCreateWithInvalidEnv/2 [2022-02-15T15:30:34.317Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-02-15T15:30:34.317Z] === CONT TestCreateWithInvalidEnv/0 [2022-02-15T15:30:34.317Z] === CONT TestCreateWithInvalidEnv/2 [2022-02-15T15:30:34.317Z] === CONT TestCreateWithInvalidEnv/1 [2022-02-15T15:30:34.317Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-02-15T15:30:34.317Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-02-15T15:30:34.317Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-02-15T15:30:34.317Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-02-15T15:30:34.317Z] === RUN TestCreateTmpfsMountsTarget [2022-02-15T15:30:34.317Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:30:34.317Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-02-15T15:30:34.317Z] === RUN TestCreateWithCustomMaskedPaths [2022-02-15T15:30:34.317Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:30:34.317Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-02-15T15:30:34.317Z] === RUN TestCreateWithCustomReadonlyPaths [2022-02-15T15:30:34.317Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:30:34.317Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-02-15T15:30:34.317Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-02-15T15:30:34.317Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:30:34.317Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:30:34.317Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:30:34.317Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:30:34.317Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:30:34.317Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:30:34.317Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:30:34.317Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:30:34.318Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:30:34.318Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:30:34.318Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:30:34.318Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:30:34.318Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:30:34.318Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:30:34.318Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:30:34.318Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-02-15T15:30:34.318Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-02-15T15:30:34.318Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-02-15T15:30:34.318Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-02-15T15:30:34.318Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-02-15T15:30:34.318Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-02-15T15:30:34.318Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-02-15T15:30:34.318Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-02-15T15:30:34.318Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-02-15T15:30:34.318Z] === RUN TestCreateDifferentPlatform [2022-02-15T15:30:34.318Z] === RUN TestCreateDifferentPlatform/different_os [2022-02-15T15:30:34.318Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-02-15T15:30:34.318Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-02-15T15:30:34.318Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-02-15T15:30:34.318Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-02-15T15:30:34.318Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-02-15T15:30:34.318Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.14s) [2022-02-15T15:30:34.318Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-02-15T15:30:34.318Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-02-15T15:30:34.786Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-02-15T15:30:34.786Z] === RUN TestContainerKillOnDaemonStart [2022-02-15T15:30:34.786Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:30:34.786Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-02-15T15:30:34.786Z] === RUN TestDiff [2022-02-15T15:30:34.786Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-02-15T15:30:34.786Z] --- SKIP: TestDiff (0.00s) [2022-02-15T15:30:34.786Z] === RUN TestExecWithCloseStdin [2022-02-15T15:30:34.786Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-02-15T15:30:34.786Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-02-15T15:30:34.786Z] === RUN TestExec [2022-02-15T15:30:34.836Z] === RUN TestDockerSuite/TestLogsSince [2022-02-15T15:30:36.316Z] ok github.com/docker/docker/libnetwork/ipam 14.239s coverage: 85.3% of statements [2022-02-15T15:30:36.316Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-02-15T15:30:36.316Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-02-15T15:30:36.316Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-02-15T15:30:36.316Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-02-15T15:30:36.316Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-02-15T15:30:36.316Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-02-15T15:30:36.316Z] ok github.com/docker/docker/libnetwork/ipamutils 0.273s coverage: 74.0% of statements [2022-02-15T15:30:36.316Z] ok github.com/docker/docker/libnetwork/iptables 0.163s coverage: 45.1% of statements [2022-02-15T15:30:36.577Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-02-15T15:30:36.837Z] ok github.com/docker/docker/libnetwork/netutils 0.020s coverage: 44.1% of statements [2022-02-15T15:30:39.536Z] --- PASS: TestExec (4.63s) [2022-02-15T15:30:39.536Z] === RUN TestExecUser [2022-02-15T15:30:39.536Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-02-15T15:30:39.536Z] --- SKIP: TestExecUser (0.00s) [2022-02-15T15:30:39.536Z] === RUN TestExportContainerAndImportImage [2022-02-15T15:30:39.536Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:30:39.536Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-02-15T15:30:39.536Z] === RUN TestExportContainerAfterDaemonRestart [2022-02-15T15:30:39.536Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:30:39.536Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-02-15T15:30:39.536Z] === RUN TestHealthCheckWorkdir [2022-02-15T15:30:39.536Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-02-15T15:30:39.536Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-02-15T15:30:39.536Z] === RUN TestHealthKillContainer [2022-02-15T15:30:39.536Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-02-15T15:30:39.536Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-02-15T15:30:39.536Z] === RUN TestInspectCpusetInConfigPre120 [2022-02-15T15:30:39.536Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-02-15T15:30:39.536Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-02-15T15:30:39.536Z] === RUN TestKillContainerInvalidSignal [2022-02-15T15:30:39.753Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-02-15T15:30:40.980Z] Removing intermediate container 4edb06f79470 [2022-02-15T15:30:40.980Z] ---> 9e2257867d09 [2022-02-15T15:30:40.980Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-02-15T15:30:40.980Z] ---> Running in d0d5fc0421fb [2022-02-15T15:30:41.410Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-02-15T15:30:41.963Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-02-15T15:30:42.949Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-02-15T15:30:43.152Z] [2022-02-15T15:30:43.152Z] SUCCESS: Specified value was saved. [2022-02-15T15:30:43.348Z] --- PASS: TestKillContainerInvalidSignal (3.87s) [2022-02-15T15:30:43.348Z] === RUN TestKillContainer [2022-02-15T15:30:43.348Z] === RUN TestKillContainer/no_signal [2022-02-15T15:30:44.705Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-02-15T15:30:46.045Z] Removing intermediate container d0d5fc0421fb [2022-02-15T15:30:46.045Z] ---> 787f54a40fb6 [2022-02-15T15:30:46.045Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-02-15T15:30:46.045Z] ---> Running in ebb5f6cdc66b [2022-02-15T15:30:46.618Z] docker_api_swarm_service_test.go:490: [dc2cdc61e703c] joining swarm manager [da290636b80b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:30:46.881Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-02-15T15:30:47.137Z] === RUN TestKillContainer/non_killing_signal [2022-02-15T15:30:47.137Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-02-15T15:30:47.137Z] === RUN TestKillContainer/killing_signal [2022-02-15T15:30:47.451Z] === RUN TestDockerSuite/TestLogsTail [2022-02-15T15:30:47.451Z] docker_api_swarm_service_test.go:490: [d8067f7bebe2f] joining swarm manager [da290636b80b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:30:47.694Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-02-15T15:30:48.021Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-02-15T15:30:48.963Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-02-15T15:30:49.533Z] === RUN TestDockerSuite/TestMountIntoProc [2022-02-15T15:30:49.796Z] === RUN TestDockerSuite/TestMountIntoSys [2022-02-15T15:30:50.084Z] --- PASS: TestKillContainer (7.11s) [2022-02-15T15:30:50.084Z] --- PASS: TestKillContainer/no_signal (3.51s) [2022-02-15T15:30:50.084Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-02-15T15:30:50.084Z] --- PASS: TestKillContainer/killing_signal (3.54s) [2022-02-15T15:30:50.084Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-02-15T15:30:50.084Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:30:50.084Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-02-15T15:30:50.084Z] === RUN TestKillStoppedContainer [2022-02-15T15:30:50.084Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:30:50.084Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-02-15T15:30:50.084Z] === RUN TestKillStoppedContainerAPIPre120 [2022-02-15T15:30:50.084Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:30:50.084Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-02-15T15:30:50.084Z] === RUN TestKillDifferentUserContainer [2022-02-15T15:30:50.084Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-02-15T15:30:50.084Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-02-15T15:30:50.084Z] === RUN TestInspectOomKilledTrue [2022-02-15T15:30:50.084Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:30:50.084Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-02-15T15:30:50.084Z] === RUN TestInspectOomKilledFalse [2022-02-15T15:30:50.084Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-15T15:30:50.084Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-02-15T15:30:50.084Z] === RUN TestLogsFollowTailEmpty [2022-02-15T15:30:50.367Z] === RUN TestDockerSuite/TestNetHostname [2022-02-15T15:30:51.476Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-02-15T15:30:51.752Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-02-15T15:30:51.753Z] === RUN TestDockerSuite/TestNetworkEvents [2022-02-15T15:30:53.113Z] Cannot create a file when that file already exists. [2022-02-15T15:30:53.873Z] --- PASS: TestLogsFollowTailEmpty (3.62s) [2022-02-15T15:30:53.873Z] === RUN TestNetworkNat [2022-02-15T15:30:53.873Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-02-15T15:30:53.873Z] --- SKIP: TestNetworkNat (0.00s) [2022-02-15T15:30:53.873Z] === RUN TestNetworkLocalhostTCPNat [2022-02-15T15:30:55.266Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-02-15T15:30:58.333Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-02-15T15:30:58.593Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-02-15T15:30:58.627Z] --- PASS: TestNetworkLocalhostTCPNat (4.55s) [2022-02-15T15:30:58.627Z] === RUN TestNetworkLoopbackNat [2022-02-15T15:30:58.627Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-02-15T15:30:58.627Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-02-15T15:30:58.627Z] === RUN TestPause [2022-02-15T15:30:58.627Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-02-15T15:30:58.627Z] --- SKIP: TestPause (0.00s) [2022-02-15T15:30:58.627Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-02-15T15:30:58.853Z] === RUN TestDockerSuite/TestPluginActive [2022-02-15T15:30:58.890Z] Removing intermediate container ebb5f6cdc66b [2022-02-15T15:30:58.890Z] ---> 3e48896617b7 [2022-02-15T15:30:58.890Z] Step 13/13 : CMD ["sh"] [2022-02-15T15:30:58.890Z] ---> Running in fb7a98f0040c [2022-02-15T15:30:58.890Z] Removing intermediate container fb7a98f0040c [2022-02-15T15:30:58.890Z] ---> def7ce9c359f [2022-02-15T15:30:58.890Z] Successfully built def7ce9c359f [2022-02-15T15:30:58.890Z] Successfully tagged busybox:latest [2022-02-15T15:30:58.890Z] INFO: Docker images of the daemon under test [2022-02-15T15:30:58.890Z] [2022-02-15T15:30:58.890Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-02-15T15:30:58.890Z] busybox latest def7ce9c359f Less than a second ago 5.78GB [2022-02-15T15:30:58.890Z] mcr.microsoft.com/windows/servercore ltsc2019 c703d4d60533 12 days ago 5.75GB [2022-02-15T15:30:58.890Z] microsoft/windowsservercore latest c703d4d60533 12 days ago 5.75GB [2022-02-15T15:30:58.890Z] [2022-02-15T15:30:58.890Z] INFO: Running integration tests at 02/15/2022 15:30:58... [2022-02-15T15:30:58.890Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-02-15T15:30:58.890Z] INFO: Integration API tests being run from the host: [2022-02-15T15:30:58.890Z] INFO: make.ps1 starting at 02/15/2022 15:30:58 [2022-02-15T15:31:00.243Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-02-15T15:31:00.423Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-02-15T15:31:01.187Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-02-15T15:31:02.414Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.70s) [2022-02-15T15:31:02.414Z] === RUN TestPauseStopPausedContainer [2022-02-15T15:31:02.414Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:31:02.414Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-02-15T15:31:02.414Z] === RUN TestPsFilter [2022-02-15T15:31:02.415Z] --- PASS: TestPsFilter (0.42s) [2022-02-15T15:31:02.415Z] === RUN TestRemoveContainerWithRemovedVolume [2022-02-15T15:31:06.204Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.64s) [2022-02-15T15:31:06.204Z] === RUN TestRemoveContainerWithVolume [2022-02-15T15:31:07.768Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-02-15T15:31:07.768Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-02-15T15:31:07.768Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-02-15T15:31:07.768Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-02-15T15:31:09.153Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-02-15T15:31:09.153Z] docker_api_swarm_service_test.go:128: [d66877ef7fe46] joining swarm manager [db71e767863ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:31:09.723Z] docker_api_swarm_service_test.go:129: [d0f5766e59fd8] joining swarm manager [db71e767863ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:31:10.002Z] --- PASS: TestRemoveContainerWithVolume (3.64s) [2022-02-15T15:31:10.002Z] === RUN TestRemoveContainerRunning [2022-02-15T15:31:11.640Z] docker_api_swarm_service_test.go:137: [de90d33548ec1] joining swarm manager [db71e767863ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-02-15T15:31:11.902Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-02-15T15:31:12.474Z] docker_api_swarm_service_test.go:138: [d15b457440f13] joining swarm manager [db71e767863ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-02-15T15:31:13.789Z] --- PASS: TestRemoveContainerRunning (3.64s) [2022-02-15T15:31:13.789Z] === RUN TestRemoveContainerForceRemoveRunning [2022-02-15T15:31:13.860Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-02-15T15:31:17.158Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-02-15T15:31:17.578Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.69s) [2022-02-15T15:31:17.578Z] === RUN TestRemoveInvalidContainer [2022-02-15T15:31:17.578Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-02-15T15:31:17.578Z] === RUN TestRenameLinkedContainer [2022-02-15T15:31:17.578Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-02-15T15:31:17.578Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-02-15T15:31:17.578Z] === RUN TestRenameStoppedContainer [2022-02-15T15:31:21.370Z] --- PASS: TestRenameStoppedContainer (3.67s) [2022-02-15T15:31:21.370Z] === RUN TestRenameRunningContainerAndReuse [2022-02-15T15:31:22.439Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-02-15T15:31:23.008Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-02-15T15:31:23.950Z] === RUN TestDockerSuite/TestPortHostBinding [2022-02-15T15:31:24.891Z] === RUN TestDockerSuite/TestPortList [2022-02-15T15:31:28.524Z] --- PASS: TestRenameRunningContainerAndReuse (7.30s) [2022-02-15T15:31:28.524Z] === RUN TestRenameInvalidName [2022-02-15T15:31:31.477Z] --- PASS: TestRenameInvalidName (3.62s) [2022-02-15T15:31:31.477Z] === RUN TestRenameAnonymousContainer [2022-02-15T15:31:31.504Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-02-15T15:31:32.074Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-02-15T15:31:34.615Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-02-15T15:31:36.527Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-02-15T15:31:37.912Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-02-15T15:31:37.912Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-02-15T15:31:37.912Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-02-15T15:31:38.483Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-02-15T15:31:38.483Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-02-15T15:31:38.744Z] docker_api_swarm_service_test.go:304: [d2edac14a852e] joining swarm manager [d6aa7cacb6d09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:31:39.011Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-02-15T15:31:39.011Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-02-15T15:31:39.582Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-02-15T15:31:39.582Z] docker_api_swarm_service_test.go:304: [dfe7886951816] joining swarm manager [d6aa7cacb6d09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:31:39.582Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-02-15T15:31:40.967Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-02-15T15:31:40.967Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-02-15T15:31:42.880Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-02-15T15:31:42.937Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:31:42.937Z] INFO: Testing against a local daemon [2022-02-15T15:31:42.937Z] === RUN TestBuildWithSession [2022-02-15T15:31:42.937Z] build_session_test.go:25: TODO: BuildKit [2022-02-15T15:31:42.937Z] --- SKIP: TestBuildWithSession (0.00s) [2022-02-15T15:31:42.937Z] === RUN TestBuildSquashParent [2022-02-15T15:31:42.937Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:31:42.937Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-02-15T15:31:42.937Z] === RUN TestBuildWithRemoveAndForceRemove [2022-02-15T15:31:42.937Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:31:42.937Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:31:42.937Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:31:42.937Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:31:42.937Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:31:42.937Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:31:42.937Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:31:42.937Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:31:42.937Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:31:42.937Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:31:42.937Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:31:42.937Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:31:42.937Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-02-15T15:31:42.937Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-02-15T15:31:42.937Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-02-15T15:31:42.937Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-02-15T15:31:43.820Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-02-15T15:31:44.391Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-02-15T15:31:44.391Z] === RUN TestDockerSuite/TestPsByOrder [2022-02-15T15:31:46.302Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-02-15T15:31:46.416Z] --- PASS: TestRenameAnonymousContainer (13.62s) [2022-02-15T15:31:46.416Z] === RUN TestRenameContainerWithSameName [2022-02-15T15:31:47.243Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-02-15T15:31:49.408Z] --- PASS: TestRenameContainerWithSameName (3.61s) [2022-02-15T15:31:49.408Z] === RUN TestRenameContainerWithLinkedContainer [2022-02-15T15:31:49.408Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-02-15T15:31:49.408Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-02-15T15:31:49.408Z] === RUN TestResize [2022-02-15T15:31:49.790Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-02-15T15:31:52.397Z] --- PASS: TestResize (3.66s) [2022-02-15T15:31:52.398Z] === RUN TestResizeWithInvalidSize [2022-02-15T15:31:53.111Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-02-15T15:31:53.111Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-02-15T15:31:53.355Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-02-15T15:31:53.355Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-02-15T15:31:55.022Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-02-15T15:31:55.864Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-02-15T15:31:56.239Z] --- PASS: TestResizeWithInvalidSize (3.74s) [2022-02-15T15:31:56.239Z] === RUN TestResizeWhenContainerNotStarted [2022-02-15T15:31:59.222Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-02-15T15:32:00.078Z] --- PASS: TestResizeWhenContainerNotStarted (3.67s) [2022-02-15T15:32:00.078Z] === RUN TestDaemonRestartKillContainers [2022-02-15T15:32:00.078Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:32:00.078Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-02-15T15:32:00.078Z] === RUN TestStats [2022-02-15T15:32:00.078Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-02-15T15:32:00.078Z] --- SKIP: TestStats (0.00s) [2022-02-15T15:32:00.078Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-02-15T15:32:01.132Z] docker_api_swarm_service_test.go:100: [d11d853b13aa4] joining swarm manager [d72efa71941b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:32:01.393Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-02-15T15:32:01.965Z] docker_api_swarm_service_test.go:101: [d5630d05704c2] joining swarm manager [d72efa71941b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:32:02.536Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-02-15T15:32:02.921Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-02-15T15:32:02.921Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-02-15T15:32:03.378Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-02-15T15:32:03.666Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-02-15T15:32:03.666Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (15.47s) [2022-02-15T15:32:03.666Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (15.53s) [2022-02-15T15:32:03.666Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.94s) [2022-02-15T15:32:03.666Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (16.14s) [2022-02-15T15:32:03.666Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (9.65s) [2022-02-15T15:32:03.666Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (9.72s) [2022-02-15T15:32:03.666Z] === RUN TestBuildMultiStageCopy [2022-02-15T15:32:03.666Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-02-15T15:32:04.448Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-02-15T15:32:05.835Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-02-15T15:32:07.219Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-02-15T15:32:07.312Z] --- PASS: TestStopContainerWithRestartPolicyAlways (7.47s) [2022-02-15T15:32:07.312Z] === RUN TestStopContainerWithTimeout [2022-02-15T15:32:07.312Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-02-15T15:32:07.312Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-02-15T15:32:07.312Z] === RUN TestUpdateRestartPolicy [2022-02-15T15:32:08.605Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-02-15T15:32:09.989Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-02-15T15:32:10.930Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-02-15T15:32:10.930Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-02-15T15:32:11.504Z] === RUN TestDockerSuite/TestPsRightTagName [2022-02-15T15:32:12.893Z] === RUN TestDockerSuite/TestPsShowMounts [2022-02-15T15:32:13.958Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-02-15T15:32:13.958Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-02-15T15:32:14.806Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-02-15T15:32:14.921Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-02-15T15:32:15.068Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-02-15T15:32:15.068Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-02-15T15:32:15.068Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-02-15T15:32:15.328Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-02-15T15:32:15.589Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-02-15T15:32:15.589Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-02-15T15:32:15.885Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-02-15T15:32:16.161Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-02-15T15:32:17.105Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-02-15T15:32:18.046Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-02-15T15:32:18.054Z] --- PASS: TestBuildMultiStageCopy (15.50s) [2022-02-15T15:32:18.054Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.29s) [2022-02-15T15:32:18.054Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.98s) [2022-02-15T15:32:18.054Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.20s) [2022-02-15T15:32:18.054Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.38s) [2022-02-15T15:32:18.054Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.64s) [2022-02-15T15:32:18.054Z] === RUN TestBuildMultiStageParentConfig [2022-02-15T15:32:18.306Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-02-15T15:32:20.950Z] --- PASS: TestBuildMultiStageParentConfig (3.27s) [2022-02-15T15:32:20.950Z] === RUN TestBuildLabelWithTargets [2022-02-15T15:32:20.950Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:32:20.950Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-02-15T15:32:20.950Z] === RUN TestBuildWithEmptyLayers [2022-02-15T15:32:22.478Z] --- PASS: TestBuildWithEmptyLayers (1.67s) [2022-02-15T15:32:22.478Z] === RUN TestBuildMultiStageOnBuild [2022-02-15T15:32:24.895Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-02-15T15:32:26.281Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-02-15T15:32:26.281Z] check_test.go:379: [d11d853b13aa4] daemon is not started [2022-02-15T15:32:27.663Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-02-15T15:32:27.663Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-02-15T15:32:27.663Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-02-15T15:32:27.924Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-02-15T15:32:28.324Z] ok github.com/docker/docker/libnetwork/networkdb 103.193s coverage: 60.0% of statements [2022-02-15T15:32:28.324Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-02-15T15:32:28.324Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-02-15T15:32:28.324Z] ok github.com/docker/docker/libnetwork/osl 4.310s coverage: 39.7% of statements [2022-02-15T15:32:28.324Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-02-15T15:32:28.324Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-02-15T15:32:28.324Z] ok github.com/docker/docker/libnetwork/portmapper 0.235s coverage: 48.6% of statements [2022-02-15T15:32:28.324Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-02-15T15:32:28.324Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-02-15T15:32:28.324Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 37.3% of statements [2022-02-15T15:32:28.324Z] [2022-02-15T15:32:28.324Z] === Skipped [2022-02-15T15:32:28.324Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-02-15T15:32:28.324Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-02-15T15:32:28.324Z] [2022-02-15T15:32:28.324Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-02-15T15:32:28.324Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-02-15T15:32:28.324Z] [2022-02-15T15:32:28.324Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-02-15T15:32:28.324Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-02-15T15:32:28.324Z] [2022-02-15T15:32:28.324Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-02-15T15:32:28.324Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:32:28.324Z] [2022-02-15T15:32:28.324Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-02-15T15:32:28.324Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:32:28.324Z] [2022-02-15T15:32:28.324Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-02-15T15:32:28.324Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:32:28.324Z] [2022-02-15T15:32:28.324Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-02-15T15:32:28.324Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:32:28.324Z] [2022-02-15T15:32:28.324Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-02-15T15:32:28.324Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-02-15T15:32:28.324Z] [2022-02-15T15:32:28.324Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-02-15T15:32:28.324Z] firewalld_test.go:14: firewalld is not running [2022-02-15T15:32:28.324Z] [2022-02-15T15:32:28.324Z] DONE 326 tests, 9 skipped in 199.038s Post stage [Pipeline] junit [2022-02-15T15:32:28.600Z] Recording test results [2022-02-15T15:32:28.966Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-02-15T15:32:29.310Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43241/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2ac898c2320e88580ecc0ce9113c2e4cba0b0cf0 hack/validate/vendor [2022-02-15T15:32:29.835Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-02-15T15:32:30.252Z] +++ dirname ./hack/vendor.sh [2022-02-15T15:32:30.252Z] ++ cd ./hack [2022-02-15T15:32:30.252Z] ++ pwd [2022-02-15T15:32:30.252Z] + SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-02-15T15:32:30.252Z] + /go/src/github.com/docker/docker/hack/go-mod-prepare.sh [2022-02-15T15:32:30.252Z] + '[' 0 -eq 0 ']' [2022-02-15T15:32:30.252Z] + GO111MODULE=auto [2022-02-15T15:32:30.252Z] + go mod tidy -modfile vendor.mod -compat 1.17 [2022-02-15T15:32:30.252Z] go: downloading github.com/docker/distribution v2.8.0+incompatible [2022-02-15T15:32:30.252Z] go: downloading github.com/pkg/errors v0.9.1 [2022-02-15T15:32:30.512Z] go: downloading google.golang.org/grpc v1.27.1 [2022-02-15T15:32:30.773Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-02-15T15:32:30.773Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-02-15T15:32:30.773Z] go: downloading gotest.tools/v3 v3.0.3 [2022-02-15T15:32:30.773Z] go: downloading github.com/docker/go-units v0.4.0 [2022-02-15T15:32:30.773Z] go: downloading github.com/opencontainers/image-spec v1.0.2 [2022-02-15T15:32:30.773Z] go: downloading github.com/containerd/containerd v1.5.8 [2022-02-15T15:32:30.773Z] go: downloading github.com/moby/buildkit v0.8.2-0.20210615162540-9f254e18360a [2022-02-15T15:32:30.777Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-02-15T15:32:31.033Z] go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 [2022-02-15T15:32:31.294Z] go: downloading github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2 [2022-02-15T15:32:31.294Z] go: downloading github.com/moby/sys/signal v0.7.0 [2022-02-15T15:32:31.294Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-02-15T15:32:31.294Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-02-15T15:32:31.294Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-02-15T15:32:31.554Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-02-15T15:32:31.554Z] go: downloading golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 [2022-02-15T15:32:31.554Z] go: downloading github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 [2022-02-15T15:32:31.554Z] go: downloading go.etcd.io/bbolt v1.3.6 [2022-02-15T15:32:31.554Z] go: downloading github.com/containerd/continuity v0.1.0 [2022-02-15T15:32:31.717Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-02-15T15:32:31.816Z] go: downloading github.com/tonistiigi/go-immutable-radix v0.0.0-20170803185627-826af9ccf0fe [2022-02-15T15:32:31.816Z] go: downloading github.com/tonistiigi/fsutil v0.0.0-20210609172227-d72af97c0eaf [2022-02-15T15:32:31.816Z] go: downloading github.com/moby/sys/symlink v0.2.0 [2022-02-15T15:32:31.816Z] go: downloading golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 [2022-02-15T15:32:31.816Z] go: downloading github.com/google/go-cmp v0.2.0 [2022-02-15T15:32:31.816Z] go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 [2022-02-15T15:32:31.816Z] go: downloading github.com/spf13/cobra v1.1.3 [2022-02-15T15:32:31.816Z] go: downloading github.com/Microsoft/go-winio v0.5.1 [2022-02-15T15:32:31.816Z] go: downloading github.com/docker/go-metrics v0.0.1 [2022-02-15T15:32:31.816Z] go: downloading github.com/opencontainers/runc v1.1.0 [2022-02-15T15:32:32.076Z] go: downloading github.com/ishidawataru/sctp v0.0.0-20210226210310-f2269e66cdee [2022-02-15T15:32:32.076Z] go: downloading github.com/Microsoft/hcsshim v0.8.23 [2022-02-15T15:32:32.076Z] go: downloading github.com/containerd/cgroups v1.0.1 [2022-02-15T15:32:32.076Z] go: downloading github.com/coreos/go-systemd/v22 v22.3.2 [2022-02-15T15:32:32.076Z] go: downloading github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 [2022-02-15T15:32:32.076Z] go: downloading github.com/docker/swarmkit v1.12.1-0.20210726173615-3629f50980f6 [2022-02-15T15:32:32.076Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-02-15T15:32:32.336Z] go: downloading github.com/hashicorp/go-memdb v0.0.0-20161216180745-cb9a474f84cc [2022-02-15T15:32:32.336Z] go: downloading github.com/moby/sys/mount v0.3.0 [2022-02-15T15:32:32.336Z] go: downloading github.com/opencontainers/selinux v1.10.0 [2022-02-15T15:32:32.336Z] go: downloading github.com/google/uuid v1.3.0 [2022-02-15T15:32:32.336Z] go: downloading github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2022-02-15T15:32:32.336Z] go: downloading github.com/moby/locker v1.0.1 [2022-02-15T15:32:32.336Z] go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-02-15T15:32:32.597Z] go: downloading github.com/prometheus/client_golang v1.6.0 [2022-02-15T15:32:32.597Z] go: downloading github.com/vishvananda/netlink v1.1.0 [2022-02-15T15:32:32.597Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-02-15T15:32:32.597Z] go: downloading github.com/vbatts/tar-split v0.11.2 [2022-02-15T15:32:32.597Z] go: downloading github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible [2022-02-15T15:32:32.597Z] go: downloading github.com/containerd/fifo v1.0.0 [2022-02-15T15:32:32.597Z] go: downloading github.com/aws/aws-sdk-go v1.28.11 [2022-02-15T15:32:32.659Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-02-15T15:32:34.048Z] docker_api_swarm_service_test.go:533: [d12f75961f03f] joining swarm manager [d9023e3a02caa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:32:34.048Z] === RUN TestDockerSuite/TestRmiBlank [2022-02-15T15:32:34.048Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-02-15T15:32:34.048Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-02-15T15:32:35.157Z] go: downloading github.com/fluent/fluent-logger-golang v1.9.0 [2022-02-15T15:32:35.157Z] go: downloading cloud.google.com/go v0.59.0 [2022-02-15T15:32:35.157Z] go: downloading cloud.google.com/go/logging v1.0.1-0.20190813144457-ceeb313ad77b [2022-02-15T15:32:35.157Z] go: downloading google.golang.org/genproto v0.0.0-20200227132054-3f1135a288c9 [2022-02-15T15:32:35.157Z] go: downloading github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 [2022-02-15T15:32:35.157Z] go: downloading github.com/bsphere/le_go v0.0.0-20170215134836-7a984a84b549 [2022-02-15T15:32:35.157Z] go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-02-15T15:32:35.157Z] go: downloading github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91 [2022-02-15T15:32:35.157Z] go: downloading github.com/containerd/typeurl v1.0.2 [2022-02-15T15:32:35.157Z] go: downloading github.com/pelletier/go-toml v1.9.1 [2022-02-15T15:32:35.157Z] go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5 [2022-02-15T15:32:35.418Z] go: downloading github.com/creack/pty v1.1.11 [2022-02-15T15:32:35.418Z] go: downloading github.com/docker/libkv v0.2.2-0.20211217103745-e480589147e3 [2022-02-15T15:32:35.418Z] go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c [2022-02-15T15:32:35.418Z] go: downloading github.com/miekg/dns v1.1.27 [2022-02-15T15:32:35.418Z] go: downloading github.com/moby/ipvs v1.0.1 [2022-02-15T15:32:35.418Z] go: downloading github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae [2022-02-15T15:32:35.418Z] go: downloading github.com/hashicorp/serf v0.7.1-0.20160317193612-598c54895cc5 [2022-02-15T15:32:35.616Z] docker_api_swarm_service_test.go:534: [d8c0c1c98be33] joining swarm manager [d9023e3a02caa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:32:36.558Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-02-15T15:32:37.329Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-02-15T15:32:37.329Z] go: downloading github.com/morikuni/aec v1.0.0 [2022-02-15T15:32:37.329Z] go: downloading github.com/golang/protobuf v1.3.5 [2022-02-15T15:32:37.329Z] go: downloading github.com/deckarep/golang-set v0.0.0-20141123011944-ef32fa3046d9 [2022-02-15T15:32:37.329Z] go: downloading github.com/godbus/dbus/v5 v5.0.6 [2022-02-15T15:32:37.329Z] go: downloading github.com/armon/go-radix v0.0.0-20150105235045-e39d623f12e8 [2022-02-15T15:32:37.329Z] go: downloading github.com/hashicorp/memberlist v0.2.4 [2022-02-15T15:32:37.561Z] --- PASS: TestUpdateRestartPolicy (26.72s) [2022-02-15T15:32:37.561Z] === RUN TestUpdateRestartWithAutoRemove [2022-02-15T15:32:37.590Z] go: downloading github.com/klauspost/compress v1.12.3 [2022-02-15T15:32:37.590Z] go: downloading github.com/tchap/go-patricia v2.3.0+incompatible [2022-02-15T15:32:37.590Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-02-15T15:32:37.590Z] go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 [2022-02-15T15:32:37.590Z] go: downloading github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2022-02-15T15:32:37.590Z] go: downloading github.com/opentracing/opentracing-go v1.2.0 [2022-02-15T15:32:37.590Z] go: downloading golang.org/x/crypto v0.0.0-20211202192323-5770296d904e [2022-02-15T15:32:37.852Z] go: downloading github.com/mitchellh/hashstructure v1.0.0 [2022-02-15T15:32:37.852Z] go: downloading github.com/containerd/console v1.0.3 [2022-02-15T15:32:37.852Z] go: downloading github.com/containerd/go-runc v1.0.0 [2022-02-15T15:32:37.852Z] go: downloading github.com/gogo/googleapis v1.3.2 [2022-02-15T15:32:37.852Z] go: downloading github.com/opentracing-contrib/go-stdlib v1.0.0 [2022-02-15T15:32:37.852Z] go: downloading github.com/hashicorp/golang-lru v0.5.3 [2022-02-15T15:32:37.852Z] go: downloading github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2022-02-15T15:32:37.852Z] go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2022-02-15T15:32:37.852Z] go: downloading github.com/containerd/ttrpc v1.1.0 [2022-02-15T15:32:37.852Z] go: downloading github.com/coreos/etcd v3.3.27+incompatible [2022-02-15T15:32:37.944Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-02-15T15:32:38.037Z] --- PASS: TestUpdateRestartWithAutoRemove (3.92s) [2022-02-15T15:32:38.037Z] === RUN TestWaitNonBlocked [2022-02-15T15:32:38.037Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:32:38.037Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:32:38.037Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:32:38.037Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:32:38.037Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:32:38.037Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:32:38.113Z] go: downloading github.com/cyphar/filepath-securejoin v0.2.3 [2022-02-15T15:32:38.113Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-02-15T15:32:38.113Z] go: downloading github.com/cespare/xxhash/v2 v2.1.1 [2022-02-15T15:32:38.113Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-02-15T15:32:38.113Z] go: downloading github.com/prometheus/common v0.10.0 [2022-02-15T15:32:38.113Z] go: downloading github.com/prometheus/procfs v0.0.11 [2022-02-15T15:32:38.113Z] go: downloading github.com/fernet/fernet-go v0.0.0-20180830025343-9eac43b88a5e [2022-02-15T15:32:38.113Z] go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 [2022-02-15T15:32:38.113Z] go: downloading github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee [2022-02-15T15:32:38.113Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-02-15T15:32:38.113Z] go: downloading github.com/tinylib/msgp v1.1.0 [2022-02-15T15:32:38.113Z] go: downloading github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2022-02-15T15:32:38.113Z] go: downloading google.golang.org/api v0.8.0 [2022-02-15T15:32:38.206Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-02-15T15:32:39.591Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-02-15T15:32:40.026Z] go: downloading github.com/googleapis/gax-go/v2 v2.0.5 [2022-02-15T15:32:40.026Z] go: downloading go.opencensus.io v0.22.3 [2022-02-15T15:32:40.026Z] go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d [2022-02-15T15:32:40.026Z] go: downloading github.com/google/certificate-transparency-go v1.0.20 [2022-02-15T15:32:40.026Z] go: downloading github.com/armon/go-metrics v0.0.0-20150106224455-eb0af217e5e9 [2022-02-15T15:32:40.026Z] go: downloading github.com/hashicorp/go-msgpack v0.0.0-20140221154404-71c2886f5a67 [2022-02-15T15:32:40.026Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-02-15T15:32:40.026Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-02-15T15:32:40.026Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2022-02-15T15:32:40.026Z] go: downloading github.com/google/btree v1.0.1 [2022-02-15T15:32:40.026Z] go: downloading github.com/hashicorp/go-multierror v1.0.0 [2022-02-15T15:32:40.026Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-02-15T15:32:40.026Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-02-15T15:32:40.026Z] go: downloading github.com/cilium/ebpf v0.7.0 [2022-02-15T15:32:40.026Z] go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 [2022-02-15T15:32:40.026Z] go: downloading golang.org/x/text v0.3.6 [2022-02-15T15:32:40.533Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-02-15T15:32:40.597Z] go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2022-02-15T15:32:40.597Z] go: downloading github.com/gofrs/flock v0.7.3 [2022-02-15T15:32:40.597Z] go: downloading github.com/golang/snappy v0.0.3 [2022-02-15T15:32:40.597Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-02-15T15:32:40.597Z] go: downloading code.cloudfoundry.org/clock v1.0.0 [2022-02-15T15:32:40.597Z] go: downloading github.com/jmespath/go-jmespath v0.3.0 [2022-02-15T15:32:40.597Z] go: downloading github.com/philhofer/fwd v1.0.0 [2022-02-15T15:32:40.597Z] go: downloading github.com/kr/pretty v0.2.1 [2022-02-15T15:32:40.597Z] go: downloading github.com/jstemmer/go-junit-report v0.9.1 [2022-02-15T15:32:40.858Z] go: downloading golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 [2022-02-15T15:32:40.858Z] go: downloading golang.org/x/tools v0.1.0 [2022-02-15T15:32:40.858Z] go: downloading cloud.google.com/go/bigquery v1.0.0 [2022-02-15T15:32:41.118Z] go: downloading cloud.google.com/go/datastore v1.1.0 [2022-02-15T15:32:41.118Z] go: downloading cloud.google.com/go/pubsub v1.3.1 [2022-02-15T15:32:41.118Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-02-15T15:32:41.118Z] go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2022-02-15T15:32:41.118Z] go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible [2022-02-15T15:32:41.118Z] go: downloading labix.org/v2/mgo v0.0.0-20140701140051-000000000287 [2022-02-15T15:32:41.118Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-02-15T15:32:41.118Z] go: downloading github.com/frankban/quicktest v1.11.3 [2022-02-15T15:32:41.380Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2022-02-15T15:32:41.380Z] go: downloading github.com/onsi/ginkgo v1.12.1 [2022-02-15T15:32:41.380Z] go: downloading github.com/onsi/gomega v1.10.3 [2022-02-15T15:32:41.380Z] go: downloading github.com/kr/text v0.1.0 [2022-02-15T15:32:41.380Z] go: downloading google.golang.org/appengine v1.6.7 [2022-02-15T15:32:41.642Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-02-15T15:32:41.642Z] go: downloading github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea [2022-02-15T15:32:41.642Z] go: downloading golang.org/x/mod v0.4.1 [2022-02-15T15:32:41.642Z] go: downloading github.com/nxadm/tail v1.4.4 [2022-02-15T15:32:41.642Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-02-15T15:32:41.642Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-02-15T15:32:41.642Z] + GO111MODULE=auto [2022-02-15T15:32:41.642Z] + go mod vendor -modfile vendor.mod [2022-02-15T15:32:41.923Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-02-15T15:32:42.494Z] === RUN TestDockerSuite/TestRmiTag [2022-02-15T15:32:42.754Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-02-15T15:32:42.849Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-02-15T15:32:42.849Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (4.75s) [2022-02-15T15:32:42.849Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.90s) [2022-02-15T15:32:42.849Z] === RUN TestWaitBlocked [2022-02-15T15:32:42.849Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:32:42.849Z] --- SKIP: TestWaitBlocked (0.00s) [2022-02-15T15:32:42.849Z] PASS [2022-02-15T15:32:42.849Z] ok github.com/docker/docker/integration/container 130.087s [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === Skipped [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-02-15T15:32:43.325Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-02-15T15:32:43.325Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-02-15T15:32:43.325Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-02-15T15:32:43.325Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-02-15T15:32:43.325Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-02-15T15:32:43.325Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-02-15T15:32:43.325Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-02-15T15:32:43.325Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-02-15T15:32:43.325Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-02-15T15:32:43.325Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-02-15T15:32:43.325Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-02-15T15:32:43.325Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-02-15T15:32:43.325Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-02-15T15:32:43.325Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-02-15T15:32:43.325Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-02-15T15:32:43.325Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-02-15T15:32:43.325Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-02-15T15:32:43.325Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-02-15T15:32:43.325Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-02-15T15:32:43.325Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-02-15T15:32:43.325Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-02-15T15:32:43.325Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-02-15T15:32:43.325Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-02-15T15:32:43.325Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-02-15T15:32:43.325Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-02-15T15:32:43.325Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-02-15T15:32:43.325Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-02-15T15:32:43.325Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-02-15T15:32:43.325Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-02-15T15:32:43.325Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-02-15T15:32:43.325Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-02-15T15:32:43.325Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-02-15T15:32:43.325Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-02-15T15:32:43.325Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-02-15T15:32:43.325Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:32:43.325Z] [2022-02-15T15:32:43.325Z] DONE 87 tests, 34 skipped in 132.966s [2022-02-15T15:32:43.325Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-02-15T15:32:43.325Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-02-15T15:32:43.533Z] --- PASS: TestBuildMultiStageOnBuild (20.64s) [2022-02-15T15:32:43.533Z] === RUN TestBuildUncleanTarFilenames [2022-02-15T15:32:43.533Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:32:43.533Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-02-15T15:32:43.533Z] === RUN TestBuildMultiStageLayerLeak [2022-02-15T15:32:44.185Z] + '[' 0 -eq 0 ']' [2022-02-15T15:32:44.185Z] + echo 'update vendored copy of archive/tar' [2022-02-15T15:32:44.185Z] update vendored copy of archive/tar [2022-02-15T15:32:44.185Z] ++ awk -F '[ =]' '$1 == "ARG" && $2 == "GO_VERSION" { print $3; exit }' ./Dockerfile [2022-02-15T15:32:44.185Z] + : 1.17.6 [2022-02-15T15:32:44.185Z] + rm -rf vendor/archive/tar [2022-02-15T15:32:44.185Z] + mkdir -p vendor/archive/tar [2022-02-15T15:32:44.185Z] + echo 'downloading: https://golang.org/dl/go1.17.6.src.tar.gz' [2022-02-15T15:32:44.185Z] downloading: https://golang.org/dl/go1.17.6.src.tar.gz [2022-02-15T15:32:44.185Z] + tar --extract --gzip --directory=vendor/archive/tar --strip-components=4 go/src/archive/tar [2022-02-15T15:32:44.185Z] + curl -fsSL https://golang.org/dl/go1.17.6.src.tar.gz [2022-02-15T15:32:45.571Z] + patch --strip=4 --directory=vendor/archive/tar --input=/go/src/github.com/docker/docker/patches/0001-archive-tar-do-not-populate-user-group-names.patch [2022-02-15T15:32:45.571Z] patching file stat_unix.go [2022-02-15T15:32:45.571Z] Hunk #1 succeeded at 9 (offset 1 line). [2022-02-15T15:32:45.571Z] Hunk #2 succeeded at 17 (offset 1 line). [2022-02-15T15:32:45.571Z] Hunk #3 succeeded at 25 (offset 1 line). [2022-02-15T15:32:45.845Z] Congratulations! All vendoring changes are done the right way. [2022-02-15T15:32:45.845Z] WARNING: could not find copyright information for github.com/docker/docker/autogen/winresources/dockerd [2022-02-15T15:32:45.872Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-02-15T15:32:46.107Z] WARNING: could not find copyright information for github.com/docker/docker/autogen/winresources/dockerd [2022-02-15T15:32:46.134Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-02-15T15:32:46.704Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-02-15T15:32:46.966Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-02-15T15:32:47.908Z] === RUN TestDockerSuite/TestRunAddHost [2022-02-15T15:32:48.480Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-02-15T15:32:48.740Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-02-15T15:32:48.969Z] + echo Ensuring container killed. [2022-02-15T15:32:48.969Z] Ensuring container killed. [2022-02-15T15:32:48.969Z] + docker rm -vf docker-pr1 [2022-02-15T15:32:48.969Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-02-15T15:32:49.001Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-02-15T15:32:49.256Z] + echo Chowning /workspace to jenkins user [2022-02-15T15:32:49.256Z] Chowning /workspace to jenkins user [2022-02-15T15:32:49.256Z] + id -u [2022-02-15T15:32:49.256Z] + id -g [2022-02-15T15:32:49.256Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43241:/workspace busybox chown -R 1000:1000 /workspace [2022-02-15T15:32:49.261Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-02-15T15:32:49.521Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-02-15T15:32:50.904Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-02-15T15:32:50.944Z] + bundleName=unit [2022-02-15T15:32:50.944Z] + echo Creating unit-bundles.tar.gz [2022-02-15T15:32:50.944Z] Creating unit-bundles.tar.gz [2022-02-15T15:32:50.944Z] + 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-02-15T15:32:50.944Z] bundles/junit-report-libnetwork.xml [2022-02-15T15:32:50.944Z] bundles/junit-report.xml [2022-02-15T15:32:50.944Z] bundles/go-test-report-libnetwork.json [2022-02-15T15:32:50.944Z] bundles/go-test-report.json [2022-02-15T15:32:50.944Z] bundles/profile-libnetwork.out [2022-02-15T15:32:50.944Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-02-15T15:32:50.957Z] Archiving artifacts [2022-02-15T15:32:51.166Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-02-15T15:32:51.517Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43241/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-02-15T15:32:51.736Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-02-15T15:32:51.831Z] + make clean [2022-02-15T15:32:51.831Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-02-15T15:32:51.831Z] docker-dev-cache [2022-02-15T15:32:51.831Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-02-15T15:32:52.307Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-02-15T15:32:53.253Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-02-15T15:32:54.230Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-02-15T15:32:54.800Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-02-15T15:32:55.370Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-02-15T15:32:55.944Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-02-15T15:32:56.204Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-02-15T15:32:56.781Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-02-15T15:32:57.723Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-02-15T15:32:57.723Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-02-15T15:32:58.294Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-02-15T15:32:58.867Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-02-15T15:32:59.443Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-02-15T15:33:00.014Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-02-15T15:33:00.014Z] === RUN TestDockerSuite/TestRunBindMounts [2022-02-15T15:33:00.014Z] docker_api_swarm_service_test.go:148: [d3de2c6ce8468] joining swarm manager [d2e20cb749760]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:33:00.956Z] docker_api_swarm_service_test.go:148: [df8d8d078f377] joining swarm manager [d2e20cb749760]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:33:01.185Z] --- PASS: TestBuildMultiStageLayerLeak (17.30s) [2022-02-15T15:33:01.185Z] === RUN TestBuildWithHugeFile [2022-02-15T15:33:01.527Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-02-15T15:33:02.471Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-02-15T15:33:03.042Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-02-15T15:33:03.613Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-02-15T15:33:03.873Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-02-15T15:33:03.873Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-02-15T15:33:04.445Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-02-15T15:33:05.018Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-02-15T15:33:05.589Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-02-15T15:33:05.849Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-02-15T15:33:06.421Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-02-15T15:33:06.421Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-02-15T15:33:06.991Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-02-15T15:33:06.991Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-02-15T15:33:07.561Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-02-15T15:33:08.133Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-02-15T15:33:08.704Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-02-15T15:33:08.854Z] === RUN TestConfigDaemonLibtrustID [2022-02-15T15:33:08.854Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-02-15T15:33:08.854Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-02-15T15:33:08.854Z] === RUN TestDaemonConfigValidation [2022-02-15T15:33:08.854Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-02-15T15:33:08.854Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-02-15T15:33:08.854Z] === RUN TestConfigDaemonSeccompProfiles [2022-02-15T15:33:08.854Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-02-15T15:33:08.854Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-02-15T15:33:08.854Z] === RUN TestDaemonProxy [2022-02-15T15:33:08.854Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-02-15T15:33:08.854Z] --- SKIP: TestDaemonProxy (0.00s) [2022-02-15T15:33:08.854Z] PASS [2022-02-15T15:33:08.854Z] ok github.com/docker/docker/integration/daemon 0.132s [2022-02-15T15:33:08.854Z] [2022-02-15T15:33:08.854Z] === Skipped [2022-02-15T15:33:08.854Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-02-15T15:33:08.854Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-02-15T15:33:08.854Z] [2022-02-15T15:33:08.854Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-02-15T15:33:08.854Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-02-15T15:33:08.854Z] [2022-02-15T15:33:08.854Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-02-15T15:33:08.854Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-02-15T15:33:08.854Z] [2022-02-15T15:33:08.854Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-02-15T15:33:08.854Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-02-15T15:33:08.854Z] [2022-02-15T15:33:08.854Z] DONE 4 tests, 4 skipped in 25.361s [2022-02-15T15:33:08.854Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-02-15T15:33:08.966Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-02-15T15:33:09.227Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-02-15T15:33:09.488Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-02-15T15:33:10.896Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-02-15T15:33:11.836Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-02-15T15:33:12.778Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-02-15T15:33:13.038Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-02-15T15:33:13.299Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-02-15T15:33:13.678Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:33:13.678Z] INFO: Testing against a local daemon [2022-02-15T15:33:13.678Z] === RUN TestCommitInheritsEnv [2022-02-15T15:33:13.678Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:33:13.678Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-02-15T15:33:13.678Z] === RUN TestImportExtremelyLargeImageWorks [2022-02-15T15:33:13.678Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-02-15T15:33:13.678Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-02-15T15:33:13.678Z] === RUN TestImportWithCustomPlatform [2022-02-15T15:33:13.678Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-02-15T15:33:13.678Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-02-15T15:33:13.678Z] === RUN TestImagesFilterMultiReference [2022-02-15T15:33:13.678Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2022-02-15T15:33:13.678Z] === RUN TestImagePullPlatformInvalid [2022-02-15T15:33:13.678Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-02-15T15:33:13.678Z] === RUN TestRemoveImageOrphaning [2022-02-15T15:33:13.871Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-02-15T15:33:14.443Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-02-15T15:33:14.680Z] --- PASS: TestRemoveImageOrphaning (1.23s) [2022-02-15T15:33:14.680Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-02-15T15:33:14.680Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-02-15T15:33:14.680Z] === RUN TestTagInvalidReference [2022-02-15T15:33:14.680Z] --- PASS: TestTagInvalidReference (0.04s) [2022-02-15T15:33:14.680Z] === RUN TestTagValidPrefixedRepo [2022-02-15T15:33:15.015Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-02-15T15:33:15.157Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2022-02-15T15:33:15.157Z] === RUN TestTagExistedNameWithoutForce [2022-02-15T15:33:15.157Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-02-15T15:33:15.157Z] === RUN TestTagOfficialNames [2022-02-15T15:33:15.157Z] --- PASS: TestTagOfficialNames (0.10s) [2022-02-15T15:33:15.157Z] === RUN TestTagMatchesDigest [2022-02-15T15:33:15.157Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-02-15T15:33:15.157Z] PASS [2022-02-15T15:33:15.157Z] ok github.com/docker/docker/integration/image 1.830s [2022-02-15T15:33:15.157Z] [2022-02-15T15:33:15.157Z] === Skipped [2022-02-15T15:33:15.157Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-02-15T15:33:15.157Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:33:15.157Z] [2022-02-15T15:33:15.157Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-02-15T15:33:15.157Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-02-15T15:33:15.157Z] [2022-02-15T15:33:15.157Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-02-15T15:33:15.157Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-02-15T15:33:15.157Z] [2022-02-15T15:33:15.157Z] DONE 12 tests, 3 skipped in 6.428s [2022-02-15T15:33:15.157Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-02-15T15:33:15.389Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-02-15T15:33:15.958Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-02-15T15:33:17.548Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-02-15T15:33:18.158Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:33:18.158Z] INFO: Testing against a local daemon [2022-02-15T15:33:18.158Z] === RUN TestNetworkCreateDelete [2022-02-15T15:33:18.158Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:18.158Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-02-15T15:33:18.158Z] === RUN TestDockerNetworkDeletePreferID [2022-02-15T15:33:18.158Z] 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-02-15T15:33:18.158Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-02-15T15:33:18.158Z] === RUN TestDaemonDNSFallback [2022-02-15T15:33:18.158Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:18.158Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-02-15T15:33:18.158Z] === RUN TestInspectNetwork [2022-02-15T15:33:18.158Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-02-15T15:33:18.158Z] --- SKIP: TestInspectNetwork (0.00s) [2022-02-15T15:33:18.158Z] === RUN TestRunContainerWithBridgeNone [2022-02-15T15:33:18.158Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:18.158Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-02-15T15:33:18.158Z] === RUN TestNetworkInvalidJSON [2022-02-15T15:33:18.158Z] === RUN TestNetworkInvalidJSON//networks/create [2022-02-15T15:33:18.158Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-02-15T15:33:18.158Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:33:18.158Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:33:18.158Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:33:18.158Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:33:18.158Z] === CONT TestNetworkInvalidJSON//networks/create [2022-02-15T15:33:18.158Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:33:18.158Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:33:18.158Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-02-15T15:33:18.158Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-02-15T15:33:18.158Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-02-15T15:33:18.158Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-02-15T15:33:18.158Z] === RUN TestNetworkList [2022-02-15T15:33:18.158Z] === RUN TestNetworkList//networks [2022-02-15T15:33:18.158Z] === PAUSE TestNetworkList//networks [2022-02-15T15:33:18.158Z] === RUN TestNetworkList//networks/ [2022-02-15T15:33:18.158Z] === PAUSE TestNetworkList//networks/ [2022-02-15T15:33:18.158Z] === CONT TestNetworkList//networks [2022-02-15T15:33:18.158Z] === CONT TestNetworkList//networks/ [2022-02-15T15:33:18.158Z] --- PASS: TestNetworkList (0.05s) [2022-02-15T15:33:18.158Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-02-15T15:33:18.158Z] --- PASS: TestNetworkList//networks (0.00s) [2022-02-15T15:33:18.158Z] === RUN TestHostIPv4BridgeLabel [2022-02-15T15:33:18.158Z] network_test.go:128: testEnv.OSType == "windows" [2022-02-15T15:33:18.158Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-02-15T15:33:18.158Z] === RUN TestDaemonRestartWithLiveRestore [2022-02-15T15:33:18.158Z] service_test.go:30: testEnv.OSType == "windows" [2022-02-15T15:33:18.158Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-02-15T15:33:18.158Z] === RUN TestDaemonDefaultNetworkPools [2022-02-15T15:33:18.158Z] service_test.go:59: testEnv.OSType == "windows" [2022-02-15T15:33:18.158Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-02-15T15:33:18.158Z] === RUN TestDaemonRestartWithExistingNetwork [2022-02-15T15:33:18.158Z] service_test.go:103: testEnv.OSType == "windows" [2022-02-15T15:33:18.158Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-02-15T15:33:18.158Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-02-15T15:33:18.158Z] service_test.go:137: testEnv.OSType == "windows" [2022-02-15T15:33:18.158Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-02-15T15:33:18.158Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-02-15T15:33:18.158Z] service_test.go:188: testEnv.OSType == "windows" [2022-02-15T15:33:18.158Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-02-15T15:33:18.158Z] === RUN TestServiceWithPredefinedNetwork [2022-02-15T15:33:18.158Z] service_test.go:213: testEnv.OSType == "windows" [2022-02-15T15:33:18.158Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-02-15T15:33:18.158Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-02-15T15:33:18.158Z] service_test.go:243: FLAKY_TEST [2022-02-15T15:33:18.158Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-15T15:33:18.158Z] === RUN TestServiceWithDataPathPortInit [2022-02-15T15:33:18.158Z] service_test.go:334: testEnv.OSType == "windows" [2022-02-15T15:33:18.158Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-02-15T15:33:18.158Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-02-15T15:33:18.158Z] service_test.go:402: testEnv.OSType == "windows" [2022-02-15T15:33:18.158Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-02-15T15:33:18.158Z] PASS [2022-02-15T15:33:18.158Z] ok github.com/docker/docker/integration/network 0.194s [2022-02-15T15:33:18.158Z] [2022-02-15T15:33:18.158Z] === Skipped [2022-02-15T15:33:18.158Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-02-15T15:33:18.158Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:18.158Z] [2022-02-15T15:33:18.158Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-02-15T15:33:18.158Z] 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-02-15T15:33:18.158Z] [2022-02-15T15:33:18.158Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-02-15T15:33:18.158Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:18.158Z] [2022-02-15T15:33:18.158Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-02-15T15:33:18.158Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-02-15T15:33:18.158Z] [2022-02-15T15:33:18.158Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-02-15T15:33:18.158Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:18.158Z] [2022-02-15T15:33:18.158Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-02-15T15:33:18.158Z] network_test.go:128: testEnv.OSType == "windows" [2022-02-15T15:33:18.158Z] [2022-02-15T15:33:18.158Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-02-15T15:33:18.158Z] service_test.go:30: testEnv.OSType == "windows" [2022-02-15T15:33:18.158Z] [2022-02-15T15:33:18.158Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-02-15T15:33:18.158Z] service_test.go:59: testEnv.OSType == "windows" [2022-02-15T15:33:18.158Z] [2022-02-15T15:33:18.158Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-02-15T15:33:18.158Z] service_test.go:103: testEnv.OSType == "windows" [2022-02-15T15:33:18.158Z] [2022-02-15T15:33:18.158Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-02-15T15:33:18.158Z] service_test.go:137: testEnv.OSType == "windows" [2022-02-15T15:33:18.158Z] [2022-02-15T15:33:18.158Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-02-15T15:33:18.158Z] service_test.go:188: testEnv.OSType == "windows" [2022-02-15T15:33:18.158Z] [2022-02-15T15:33:18.158Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-02-15T15:33:18.158Z] service_test.go:213: testEnv.OSType == "windows" [2022-02-15T15:33:18.158Z] [2022-02-15T15:33:18.158Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-15T15:33:18.158Z] service_test.go:243: FLAKY_TEST [2022-02-15T15:33:18.158Z] [2022-02-15T15:33:18.158Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-02-15T15:33:18.158Z] service_test.go:334: testEnv.OSType == "windows" [2022-02-15T15:33:18.158Z] [2022-02-15T15:33:18.158Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-02-15T15:33:18.159Z] service_test.go:402: testEnv.OSType == "windows" [2022-02-15T15:33:18.159Z] [2022-02-15T15:33:18.159Z] DONE 22 tests, 15 skipped in 2.752s [2022-02-15T15:33:18.159Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-02-15T15:33:18.505Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-02-15T15:33:18.505Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-02-15T15:33:18.511Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-02-15T15:33:18.765Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-02-15T15:33:19.226Z] testing: warning: no tests to run [2022-02-15T15:33:19.226Z] PASS [2022-02-15T15:33:19.226Z] ok github.com/docker/docker/integration/network/ipvlan 0.100s [2022-02-15T15:33:19.226Z] [2022-02-15T15:33:19.226Z] DONE 0 tests in 0.898s [2022-02-15T15:33:19.226Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-02-15T15:33:20.228Z] testing: warning: no tests to run [2022-02-15T15:33:20.228Z] PASS [2022-02-15T15:33:20.228Z] ok github.com/docker/docker/integration/network/macvlan 0.093s [2022-02-15T15:33:20.228Z] [2022-02-15T15:33:20.228Z] DONE 0 tests in 0.804s [2022-02-15T15:33:20.228Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-02-15T15:33:20.677Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-02-15T15:33:21.233Z] testing: warning: no tests to run [2022-02-15T15:33:21.233Z] PASS [2022-02-15T15:33:21.233Z] ok github.com/docker/docker/integration/plugin 0.093s [2022-02-15T15:33:21.233Z] [2022-02-15T15:33:21.233Z] DONE 0 tests in 0.806s [2022-02-15T15:33:21.233Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-02-15T15:33:21.248Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-02-15T15:33:22.239Z] testing: warning: no tests to run [2022-02-15T15:33:22.239Z] PASS [2022-02-15T15:33:22.239Z] ok github.com/docker/docker/integration/plugin/authz 0.095s [2022-02-15T15:33:22.239Z] [2022-02-15T15:33:22.239Z] DONE 0 tests in 0.826s [2022-02-15T15:33:22.239Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-02-15T15:33:23.162Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-02-15T15:33:24.549Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-02-15T15:33:24.549Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2022-02-15T15:33:24.549Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-02-15T15:33:24.549Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2022-02-15T15:33:24.549Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-02-15T15:33:25.120Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-02-15T15:33:26.547Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-02-15T15:33:27.492Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-02-15T15:33:28.208Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:33:28.208Z] INFO: Testing against a local daemon [2022-02-15T15:33:28.208Z] === RUN TestPluginInvalidJSON [2022-02-15T15:33:28.208Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:33:28.208Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:33:28.208Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:33:28.208Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-02-15T15:33:28.208Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-02-15T15:33:28.208Z] === RUN TestPluginInstall [2022-02-15T15:33:28.208Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-02-15T15:33:28.208Z] --- SKIP: TestPluginInstall (0.00s) [2022-02-15T15:33:28.208Z] === RUN TestPluginsWithRuntimes [2022-02-15T15:33:28.208Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-02-15T15:33:28.208Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-02-15T15:33:28.208Z] === RUN TestPluginBackCompatMediaTypes [2022-02-15T15:33:28.208Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-02-15T15:33:28.208Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-02-15T15:33:28.208Z] PASS [2022-02-15T15:33:28.208Z] ok github.com/docker/docker/integration/plugin/common 0.142s [2022-02-15T15:33:28.208Z] [2022-02-15T15:33:28.208Z] === Skipped [2022-02-15T15:33:28.208Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-02-15T15:33:28.208Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-02-15T15:33:28.208Z] [2022-02-15T15:33:28.208Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-02-15T15:33:28.208Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-02-15T15:33:28.208Z] [2022-02-15T15:33:28.208Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-02-15T15:33:28.208Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-02-15T15:33:28.208Z] [2022-02-15T15:33:28.208Z] DONE 5 tests, 3 skipped in 5.499s [2022-02-15T15:33:28.208Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-02-15T15:33:28.878Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-02-15T15:33:29.138Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-02-15T15:33:30.081Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-02-15T15:33:30.456Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:33:30.456Z] INFO: Testing against a local daemon [2022-02-15T15:33:30.456Z] === RUN TestExternalGraphDriver [2022-02-15T15:33:30.456Z] external_test.go:47: runtime.GOOS == "windows" [2022-02-15T15:33:30.456Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-02-15T15:33:30.456Z] === RUN TestGraphdriverPluginV2 [2022-02-15T15:33:30.456Z] external_test.go:407: runtime.GOOS == "windows" [2022-02-15T15:33:30.456Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-02-15T15:33:30.456Z] PASS [2022-02-15T15:33:30.456Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.133s [2022-02-15T15:33:30.678Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-02-15T15:33:30.678Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-02-15T15:33:30.678Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-02-15T15:33:30.934Z] [2022-02-15T15:33:30.934Z] === Skipped [2022-02-15T15:33:30.934Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-02-15T15:33:30.934Z] external_test.go:47: runtime.GOOS == "windows" [2022-02-15T15:33:30.934Z] [2022-02-15T15:33:30.934Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-02-15T15:33:30.934Z] external_test.go:407: runtime.GOOS == "windows" [2022-02-15T15:33:30.934Z] [2022-02-15T15:33:30.934Z] DONE 2 tests, 2 skipped in 2.994s [2022-02-15T15:33:30.934Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-02-15T15:33:31.251Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-02-15T15:33:32.192Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-02-15T15:33:32.192Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-02-15T15:33:32.763Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-02-15T15:33:33.182Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:33:33.182Z] INFO: Testing against a local daemon [2022-02-15T15:33:33.182Z] === RUN TestReadPluginNoRead [2022-02-15T15:33:33.182Z] read_test.go:21: no unix domain sockets on Windows [2022-02-15T15:33:33.182Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-02-15T15:33:33.182Z] PASS [2022-02-15T15:33:33.182Z] ok github.com/docker/docker/integration/plugin/logging 0.121s [2022-02-15T15:33:33.336Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-02-15T15:33:33.596Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-02-15T15:33:33.658Z] [2022-02-15T15:33:33.658Z] === Skipped [2022-02-15T15:33:33.658Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-02-15T15:33:33.658Z] read_test.go:21: no unix domain sockets on Windows [2022-02-15T15:33:33.658Z] [2022-02-15T15:33:33.658Z] DONE 1 tests, 1 skipped in 2.587s [2022-02-15T15:33:33.658Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-02-15T15:33:34.166Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-02-15T15:33:34.166Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-02-15T15:33:34.427Z] === RUN TestDockerSuite/TestRunEnvironment [2022-02-15T15:33:34.666Z] testing: warning: no tests to run [2022-02-15T15:33:34.666Z] PASS [2022-02-15T15:33:34.666Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.099s [2022-02-15T15:33:34.998Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-02-15T15:33:35.143Z] [2022-02-15T15:33:35.143Z] DONE 0 tests in 1.343s [2022-02-15T15:33:35.143Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-02-15T15:33:35.259Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-02-15T15:33:35.833Z] === RUN TestDockerSuite/TestRunExitCode [2022-02-15T15:33:36.404Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-02-15T15:33:36.404Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-02-15T15:33:36.665Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-02-15T15:33:37.237Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-02-15T15:33:37.441Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:33:37.441Z] INFO: Testing against a local daemon [2022-02-15T15:33:37.441Z] === RUN TestPluginWithDevMounts [2022-02-15T15:33:37.441Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:37.441Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-02-15T15:33:37.441Z] PASS [2022-02-15T15:33:37.441Z] ok github.com/docker/docker/integration/plugin/volumes 0.118s [2022-02-15T15:33:37.808Z] === RUN TestDockerSuite/TestRunExposePort [2022-02-15T15:33:37.808Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-02-15T15:33:37.930Z] [2022-02-15T15:33:37.930Z] === Skipped [2022-02-15T15:33:37.930Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-02-15T15:33:37.930Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:37.930Z] [2022-02-15T15:33:37.930Z] DONE 1 tests, 1 skipped in 2.485s [2022-02-15T15:33:37.930Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-02-15T15:33:38.381Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-02-15T15:33:38.954Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-02-15T15:33:40.225Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:33:40.225Z] INFO: Testing against a local daemon [2022-02-15T15:33:40.225Z] === RUN TestSecretInspect [2022-02-15T15:33:40.225Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:40.225Z] --- SKIP: TestSecretInspect (0.00s) [2022-02-15T15:33:40.225Z] === RUN TestSecretList [2022-02-15T15:33:40.225Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:40.225Z] --- SKIP: TestSecretList (0.00s) [2022-02-15T15:33:40.225Z] === RUN TestSecretsCreateAndDelete [2022-02-15T15:33:40.225Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:40.225Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-02-15T15:33:40.225Z] === RUN TestSecretsUpdate [2022-02-15T15:33:40.225Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:40.225Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-02-15T15:33:40.225Z] === RUN TestTemplatedSecret [2022-02-15T15:33:40.225Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:40.225Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-02-15T15:33:40.225Z] === RUN TestSecretCreateResolve [2022-02-15T15:33:40.225Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:40.225Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-02-15T15:33:40.225Z] PASS [2022-02-15T15:33:40.225Z] ok github.com/docker/docker/integration/secret 0.114s [2022-02-15T15:33:40.225Z] [2022-02-15T15:33:40.225Z] === Skipped [2022-02-15T15:33:40.225Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-02-15T15:33:40.225Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:40.225Z] [2022-02-15T15:33:40.225Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-02-15T15:33:40.225Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:40.225Z] [2022-02-15T15:33:40.225Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-02-15T15:33:40.225Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:40.225Z] [2022-02-15T15:33:40.225Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-02-15T15:33:40.225Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:40.225Z] [2022-02-15T15:33:40.225Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-02-15T15:33:40.225Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:40.225Z] [2022-02-15T15:33:40.225Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-02-15T15:33:40.225Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:40.225Z] [2022-02-15T15:33:40.225Z] DONE 6 tests, 6 skipped in 2.270s [2022-02-15T15:33:40.225Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-02-15T15:33:40.339Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-02-15T15:33:40.600Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-02-15T15:33:40.600Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-02-15T15:33:40.600Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-02-15T15:33:43.146Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-02-15T15:33:43.332Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:33:43.332Z] INFO: Testing against a local daemon [2022-02-15T15:33:43.332Z] === RUN TestServiceCreateInit [2022-02-15T15:33:43.332Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-02-15T15:33:43.332Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-02-15T15:33:43.332Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- PASS: TestServiceCreateInit (0.05s) [2022-02-15T15:33:43.332Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-15T15:33:43.332Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestCreateServiceMultipleTimes [2022-02-15T15:33:43.332Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestCreateServiceConflict [2022-02-15T15:33:43.332Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestCreateServiceMaxReplicas [2022-02-15T15:33:43.332Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-02-15T15:33:43.332Z] === RUN TestCreateWithDuplicateNetworkNames [2022-02-15T15:33:43.332Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestCreateServiceSecretFileMode [2022-02-15T15:33:43.332Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestCreateServiceConfigFileMode [2022-02-15T15:33:43.332Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestCreateServiceSysctls [2022-02-15T15:33:43.332Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-02-15T15:33:43.332Z] === RUN TestCreateServiceCapabilities [2022-02-15T15:33:43.332Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-02-15T15:33:43.332Z] === RUN TestInspect [2022-02-15T15:33:43.332Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestInspect (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestCreateJob [2022-02-15T15:33:43.332Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestCreateJob (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestReplicatedJob [2022-02-15T15:33:43.332Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestReplicatedJob (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestUpdateReplicatedJob [2022-02-15T15:33:43.332Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestServiceListWithStatuses [2022-02-15T15:33:43.332Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestDockerNetworkConnectAlias [2022-02-15T15:33:43.332Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestDockerNetworkReConnect [2022-02-15T15:33:43.332Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestServicePlugin [2022-02-15T15:33:43.332Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestServicePlugin (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestServiceUpdateLabel [2022-02-15T15:33:43.332Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:43.332Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestServiceUpdateSecrets [2022-02-15T15:33:43.332Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:43.332Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestServiceUpdateConfigs [2022-02-15T15:33:43.332Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:43.332Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestServiceUpdateNetwork [2022-02-15T15:33:43.332Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:43.332Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-02-15T15:33:43.332Z] === RUN TestServiceUpdatePidsLimit [2022-02-15T15:33:43.332Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:43.332Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-02-15T15:33:43.332Z] PASS [2022-02-15T15:33:43.332Z] ok github.com/docker/docker/integration/service 0.275s [2022-02-15T15:33:43.332Z] [2022-02-15T15:33:43.332Z] === Skipped [2022-02-15T15:33:43.332Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-15T15:33:43.332Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-15T15:33:43.332Z] [2022-02-15T15:33:43.332Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-15T15:33:43.332Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-15T15:33:43.332Z] [2022-02-15T15:33:43.332Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-02-15T15:33:43.332Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] [2022-02-15T15:33:43.332Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-02-15T15:33:43.332Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] [2022-02-15T15:33:43.332Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-02-15T15:33:43.332Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] [2022-02-15T15:33:43.332Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-02-15T15:33:43.332Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] [2022-02-15T15:33:43.332Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-02-15T15:33:43.332Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] [2022-02-15T15:33:43.332Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-02-15T15:33:43.332Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] [2022-02-15T15:33:43.332Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-02-15T15:33:43.332Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] [2022-02-15T15:33:43.332Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-02-15T15:33:43.332Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] [2022-02-15T15:33:43.332Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-02-15T15:33:43.332Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] [2022-02-15T15:33:43.332Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-02-15T15:33:43.332Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.332Z] [2022-02-15T15:33:43.333Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-02-15T15:33:43.333Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.333Z] [2022-02-15T15:33:43.333Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-02-15T15:33:43.333Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.333Z] [2022-02-15T15:33:43.333Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-02-15T15:33:43.333Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.333Z] [2022-02-15T15:33:43.333Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-02-15T15:33:43.333Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.333Z] [2022-02-15T15:33:43.333Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-02-15T15:33:43.333Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.333Z] [2022-02-15T15:33:43.333Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-02-15T15:33:43.333Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:43.333Z] [2022-02-15T15:33:43.333Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-02-15T15:33:43.333Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:43.333Z] [2022-02-15T15:33:43.333Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-02-15T15:33:43.333Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:43.333Z] [2022-02-15T15:33:43.333Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-02-15T15:33:43.333Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:43.333Z] [2022-02-15T15:33:43.333Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-02-15T15:33:43.333Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:43.333Z] [2022-02-15T15:33:43.333Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-02-15T15:33:43.333Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:33:43.333Z] [2022-02-15T15:33:43.333Z] DONE 24 tests, 23 skipped in 3.100s [2022-02-15T15:33:43.333Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-02-15T15:33:43.621Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-02-15T15:33:43.717Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-02-15T15:33:45.629Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:33:45.629Z] INFO: Testing against a local daemon [2022-02-15T15:33:45.629Z] === RUN TestSessionCreate [2022-02-15T15:33:45.629Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-02-15T15:33:45.629Z] --- SKIP: TestSessionCreate (0.00s) [2022-02-15T15:33:45.629Z] === RUN TestSessionCreateWithBadUpgrade [2022-02-15T15:33:45.629Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-02-15T15:33:45.629Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-02-15T15:33:45.629Z] PASS [2022-02-15T15:33:45.629Z] ok github.com/docker/docker/integration/session 0.102s [2022-02-15T15:33:45.629Z] [2022-02-15T15:33:45.629Z] === Skipped [2022-02-15T15:33:45.629Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-02-15T15:33:45.629Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-02-15T15:33:45.629Z] [2022-02-15T15:33:45.629Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-02-15T15:33:45.629Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-02-15T15:33:45.629Z] [2022-02-15T15:33:45.629Z] DONE 2 tests, 2 skipped in 2.166s [2022-02-15T15:33:45.629Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-02-15T15:33:47.957Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:33:47.957Z] INFO: Testing against a local daemon [2022-02-15T15:33:47.957Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-02-15T15:33:47.957Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:47.957Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-15T15:33:47.957Z] === RUN TestDiskUsage [2022-02-15T15:33:47.957Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-02-15T15:33:47.957Z] --- SKIP: TestDiskUsage (0.00s) [2022-02-15T15:33:47.957Z] === RUN TestEventsExecDie [2022-02-15T15:33:47.957Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-02-15T15:33:47.957Z] --- SKIP: TestEventsExecDie (0.00s) [2022-02-15T15:33:47.957Z] === RUN TestEventsBackwardsCompatible [2022-02-15T15:33:47.957Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-02-15T15:33:47.957Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-02-15T15:33:47.957Z] === RUN TestEventsVolumeCreate [2022-02-15T15:33:47.957Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-02-15T15:33:47.957Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-02-15T15:33:47.957Z] === RUN TestInfoAPI [2022-02-15T15:33:47.957Z] --- PASS: TestInfoAPI (0.06s) [2022-02-15T15:33:47.957Z] === RUN TestInfoAPIWarnings [2022-02-15T15:33:47.957Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:33:47.957Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-02-15T15:33:47.957Z] === RUN TestInfoDebug [2022-02-15T15:33:47.957Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:33:47.957Z] --- SKIP: TestInfoDebug (0.00s) [2022-02-15T15:33:47.957Z] === RUN TestInfoInsecureRegistries [2022-02-15T15:33:47.957Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:33:47.957Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-02-15T15:33:47.957Z] === RUN TestInfoRegistryMirrors [2022-02-15T15:33:47.957Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:33:47.957Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-02-15T15:33:47.957Z] === RUN TestLoginFailsWithBadCredentials [2022-02-15T15:33:48.983Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2022-02-15T15:33:48.983Z] === RUN TestPingCacheHeaders [2022-02-15T15:33:48.983Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-02-15T15:33:48.983Z] === RUN TestPingGet [2022-02-15T15:33:48.983Z] --- PASS: TestPingGet (0.04s) [2022-02-15T15:33:48.983Z] === RUN TestPingHead [2022-02-15T15:33:48.983Z] --- PASS: TestPingHead (0.04s) [2022-02-15T15:33:48.983Z] === RUN TestVersion [2022-02-15T15:33:49.472Z] --- PASS: TestVersion (0.04s) [2022-02-15T15:33:49.472Z] PASS [2022-02-15T15:33:49.472Z] ok github.com/docker/docker/integration/system 1.281s [2022-02-15T15:33:49.472Z] [2022-02-15T15:33:49.472Z] === Skipped [2022-02-15T15:33:49.472Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-15T15:33:49.472Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:33:49.472Z] [2022-02-15T15:33:49.472Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-02-15T15:33:49.472Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-02-15T15:33:49.472Z] [2022-02-15T15:33:49.472Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-02-15T15:33:49.472Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-02-15T15:33:49.472Z] [2022-02-15T15:33:49.472Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-02-15T15:33:49.472Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-02-15T15:33:49.472Z] [2022-02-15T15:33:49.472Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-02-15T15:33:49.472Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-02-15T15:33:49.472Z] [2022-02-15T15:33:49.472Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-02-15T15:33:49.472Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:33:49.472Z] [2022-02-15T15:33:49.472Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-02-15T15:33:49.472Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:33:49.472Z] [2022-02-15T15:33:49.472Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-02-15T15:33:49.472Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:33:49.472Z] [2022-02-15T15:33:49.472Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-02-15T15:33:49.472Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:33:49.472Z] [2022-02-15T15:33:49.472Z] DONE 15 tests, 9 skipped in 3.544s [2022-02-15T15:33:49.472Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-02-15T15:33:51.770Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:33:51.770Z] INFO: Testing against a local daemon [2022-02-15T15:33:51.770Z] === RUN TestVolumesCreateAndList [2022-02-15T15:33:51.770Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-02-15T15:33:51.770Z] === RUN TestVolumesRemove [2022-02-15T15:33:51.770Z] --- PASS: TestVolumesRemove (0.18s) [2022-02-15T15:33:51.770Z] === RUN TestVolumesInspect [2022-02-15T15:33:51.770Z] --- PASS: TestVolumesInspect (0.04s) [2022-02-15T15:33:51.770Z] === RUN TestVolumesInvalidJSON [2022-02-15T15:33:51.770Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-02-15T15:33:51.770Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-02-15T15:33:51.770Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-02-15T15:33:51.770Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-02-15T15:33:51.770Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-02-15T15:33:51.770Z] PASS [2022-02-15T15:33:51.770Z] ok github.com/docker/docker/integration/volume 0.392s [2022-02-15T15:33:52.261Z] [2022-02-15T15:33:52.261Z] DONE 5 tests in 2.628s [2022-02-15T15:33:52.261Z] INFO: make.ps1 ended at 02/15/2022 15:33:51 [2022-02-15T15:33:52.261Z] INFO: Integration CLI tests being run from the host: [2022-02-15T15:33:52.261Z] 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-02-15T15:33:55.946Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-02-15T15:33:55.946Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-02-15T15:33:56.098Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-02-15T15:33:56.205Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-02-15T15:33:56.205Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-02-15T15:33:56.205Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-02-15T15:33:56.205Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-02-15T15:33:56.795Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-02-15T15:33:58.708Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-02-15T15:34:00.094Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-02-15T15:34:01.038Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-02-15T15:34:01.299Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-02-15T15:34:05.069Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-02-15T15:34:05.069Z] INFO: Testing against a local daemon [2022-02-15T15:34:05.069Z] === RUN TestDockerSuite [2022-02-15T15:34:05.069Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-02-15T15:34:05.069Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-02-15T15:34:05.069Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-02-15T15:34:05.069Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-02-15T15:34:05.069Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-02-15T15:34:05.069Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-02-15T15:34:05.069Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-02-15T15:34:05.069Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-02-15T15:34:05.069Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-02-15T15:34:05.069Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-02-15T15:34:05.069Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-02-15T15:34:05.069Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-02-15T15:34:05.504Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-02-15T15:34:05.557Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-02-15T15:34:06.046Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-02-15T15:34:06.890Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-02-15T15:34:07.152Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-02-15T15:34:07.412Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-02-15T15:34:07.673Z] === RUN TestDockerSuite/TestRunModeHostname [2022-02-15T15:34:08.582Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-02-15T15:34:08.615Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-02-15T15:34:08.615Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-02-15T15:34:08.615Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-02-15T15:34:09.999Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-02-15T15:34:10.259Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-02-15T15:34:10.833Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-02-15T15:34:11.777Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-02-15T15:34:11.777Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-02-15T15:34:12.038Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-02-15T15:34:12.989Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-02-15T15:34:13.250Z] === RUN TestDockerSuite/TestRunMount [2022-02-15T15:34:16.556Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-02-15T15:34:18.469Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-02-15T15:34:18.896Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-02-15T15:34:18.896Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-02-15T15:34:19.485Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-02-15T15:34:20.427Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-02-15T15:34:22.343Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-02-15T15:34:22.914Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-02-15T15:34:24.827Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-02-15T15:34:26.742Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-02-15T15:34:27.002Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-02-15T15:34:28.387Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-02-15T15:34:29.330Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-02-15T15:34:30.714Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-02-15T15:34:30.714Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-02-15T15:34:30.974Z] === RUN TestDockerSuite/TestRunNetHost [2022-02-15T15:34:31.913Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-02-15T15:34:32.174Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-02-15T15:34:32.744Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-02-15T15:34:34.131Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-02-15T15:34:35.516Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-02-15T15:34:38.062Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-02-15T15:34:38.062Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-02-15T15:34:38.322Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-02-15T15:34:38.587Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-02-15T15:34:38.851Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-02-15T15:34:39.111Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-02-15T15:34:39.682Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-02-15T15:34:39.682Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-02-15T15:34:40.254Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-02-15T15:34:44.462Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-02-15T15:34:45.539Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-02-15T15:34:45.539Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-02-15T15:34:45.539Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-02-15T15:34:46.109Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-02-15T15:34:46.680Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-02-15T15:34:47.622Z] === RUN TestDockerSuite/TestRunPortInUse [2022-02-15T15:34:48.192Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-02-15T15:34:48.451Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-02-15T15:34:48.451Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-02-15T15:34:49.023Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-02-15T15:34:49.284Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-02-15T15:34:49.858Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-02-15T15:34:50.119Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-02-15T15:34:50.119Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2022-02-15T15:34:50.119Z] === RUN TestDockerSuite/TestRunPublishPort [2022-02-15T15:34:50.690Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-02-15T15:34:50.951Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-02-15T15:34:51.211Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-02-15T15:34:51.211Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2022-02-15T15:34:51.211Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-02-15T15:34:51.782Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-02-15T15:34:52.724Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-02-15T15:34:52.724Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2022-02-15T15:34:52.724Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-02-15T15:34:55.268Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-02-15T15:34:56.211Z] === RUN TestDockerSuite/TestRunRm [2022-02-15T15:34:56.785Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-02-15T15:34:56.942Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-02-15T15:34:59.327Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-02-15T15:35:00.283Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-02-15T15:35:00.854Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-02-15T15:35:01.426Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-02-15T15:35:02.815Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-02-15T15:35:03.076Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-02-15T15:35:03.649Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-02-15T15:35:06.195Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-02-15T15:35:08.741Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-02-15T15:35:09.002Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-02-15T15:35:09.422Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-02-15T15:35:09.573Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-02-15T15:35:10.144Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-02-15T15:35:10.404Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-02-15T15:35:10.986Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-02-15T15:35:11.248Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-02-15T15:35:11.819Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-02-15T15:35:12.079Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-02-15T15:35:12.650Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-02-15T15:35:15.191Z] === RUN TestDockerSuite/TestRunState [2022-02-15T15:35:15.761Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-02-15T15:35:16.331Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-02-15T15:35:16.902Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-02-15T15:35:17.166Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-02-15T15:35:17.426Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-02-15T15:35:17.426Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-02-15T15:35:17.426Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-02-15T15:35:17.998Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-02-15T15:35:18.952Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-02-15T15:35:18.952Z] === RUN TestDockerSuite/TestRunSysctls [2022-02-15T15:35:19.909Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-02-15T15:35:19.909Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-02-15T15:35:19.909Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-02-15T15:35:20.481Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-02-15T15:35:21.422Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-02-15T15:35:22.364Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-02-15T15:35:22.936Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-02-15T15:35:23.876Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-02-15T15:35:24.448Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-02-15T15:35:26.992Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-02-15T15:35:27.253Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-02-15T15:35:29.795Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-02-15T15:35:30.367Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-02-15T15:35:30.628Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-02-15T15:35:31.199Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-02-15T15:35:32.142Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-02-15T15:35:32.404Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-02-15T15:35:33.790Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-02-15T15:35:34.845Z] === RUN TestDockerSuite/TestRunUserByID [2022-02-15T15:35:35.105Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-02-15T15:35:35.366Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-02-15T15:35:35.628Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-02-15T15:35:35.628Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-02-15T15:35:36.199Z] === RUN TestDockerSuite/TestRunUserByName [2022-02-15T15:35:36.773Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-02-15T15:35:37.346Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-02-15T15:35:37.346Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-02-15T15:35:37.346Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-02-15T15:35:37.607Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-02-15T15:35:38.213Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-02-15T15:35:38.473Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-02-15T15:35:41.779Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-02-15T15:35:41.779Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-02-15T15:35:42.721Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-02-15T15:35:43.282Z] --- PASS: TestBuildWithHugeFile (162.73s) [2022-02-15T15:35:43.282Z] === RUN TestBuildWCOWSandboxSize [2022-02-15T15:35:43.282Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-15T15:35:43.282Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-02-15T15:35:43.282Z] === RUN TestBuildWithEmptyDockerfile [2022-02-15T15:35:43.282Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:35:43.282Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:35:43.282Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:35:43.282Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:35:43.282Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:35:43.282Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:35:43.282Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-02-15T15:35:43.282Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-02-15T15:35:43.282Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-02-15T15:35:43.282Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-02-15T15:35:43.282Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-02-15T15:35:43.282Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-02-15T15:35:43.282Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-02-15T15:35:43.282Z] === RUN TestBuildPreserveOwnership [2022-02-15T15:35:43.282Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:35:43.282Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2022-02-15T15:35:43.282Z] === RUN TestBuildPlatformInvalid [2022-02-15T15:35:43.741Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-02-15T15:35:43.741Z] PASS [2022-02-15T15:35:43.741Z] ok github.com/docker/docker/integration/build 246.663s [2022-02-15T15:35:44.106Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-02-15T15:35:44.106Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-02-15T15:35:44.199Z] [2022-02-15T15:35:44.199Z] === Skipped [2022-02-15T15:35:44.199Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-02-15T15:35:44.199Z] build_session_test.go:25: TODO: BuildKit [2022-02-15T15:35:44.199Z] [2022-02-15T15:35:44.199Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-02-15T15:35:44.199Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:35:44.199Z] [2022-02-15T15:35:44.199Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-02-15T15:35:44.199Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:35:44.199Z] [2022-02-15T15:35:44.199Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-02-15T15:35:44.199Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:35:44.199Z] [2022-02-15T15:35:44.199Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-02-15T15:35:44.199Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-02-15T15:35:44.199Z] [2022-02-15T15:35:44.199Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2022-02-15T15:35:44.199Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:35:44.199Z] [2022-02-15T15:35:44.199Z] DONE 29 tests, 6 skipped in 283.685s [2022-02-15T15:35:44.199Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-02-15T15:35:45.492Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-02-15T15:35:46.876Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-02-15T15:35:47.102Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:35:47.102Z] INFO: Testing against a local daemon [2022-02-15T15:35:47.102Z] === RUN TestConfigInspect [2022-02-15T15:35:47.102Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:35:47.102Z] --- SKIP: TestConfigInspect (0.01s) [2022-02-15T15:35:47.102Z] === RUN TestConfigList [2022-02-15T15:35:47.102Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:35:47.102Z] --- SKIP: TestConfigList (0.00s) [2022-02-15T15:35:47.102Z] === RUN TestConfigsCreateAndDelete [2022-02-15T15:35:47.102Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:35:47.102Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-02-15T15:35:47.102Z] === RUN TestConfigsUpdate [2022-02-15T15:35:47.103Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:35:47.103Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-02-15T15:35:47.103Z] === RUN TestTemplatedConfig [2022-02-15T15:35:47.103Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:35:47.103Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-02-15T15:35:47.103Z] === RUN TestConfigCreateResolve [2022-02-15T15:35:47.103Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:35:47.103Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-02-15T15:35:47.103Z] PASS [2022-02-15T15:35:47.103Z] ok github.com/docker/docker/integration/config 0.141s [2022-02-15T15:35:47.103Z] [2022-02-15T15:35:47.103Z] === Skipped [2022-02-15T15:35:47.103Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.01s) [2022-02-15T15:35:47.103Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:35:47.103Z] [2022-02-15T15:35:47.103Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-02-15T15:35:47.103Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:35:47.103Z] [2022-02-15T15:35:47.103Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-02-15T15:35:47.103Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:35:47.103Z] [2022-02-15T15:35:47.103Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-02-15T15:35:47.103Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:35:47.103Z] [2022-02-15T15:35:47.103Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-02-15T15:35:47.103Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:35:47.103Z] [2022-02-15T15:35:47.103Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-02-15T15:35:47.103Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:35:47.103Z] [2022-02-15T15:35:47.103Z] DONE 6 tests, 6 skipped in 2.662s [2022-02-15T15:35:47.103Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-02-15T15:35:48.219Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-02-15T15:35:48.219Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-02-15T15:35:48.219Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-02-15T15:35:48.219Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-02-15T15:35:48.219Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-02-15T15:35:48.219Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-02-15T15:35:48.219Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-02-15T15:35:48.219Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-02-15T15:35:48.219Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-02-15T15:35:48.219Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-02-15T15:35:48.219Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-02-15T15:35:48.219Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-02-15T15:35:48.219Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-02-15T15:35:48.219Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-02-15T15:35:48.219Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-02-15T15:35:48.219Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-02-15T15:35:48.219Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-02-15T15:35:48.219Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-02-15T15:35:48.219Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-02-15T15:35:48.795Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-02-15T15:35:49.055Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-02-15T15:35:49.055Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2022-02-15T15:35:49.055Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-02-15T15:35:49.055Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2022-02-15T15:35:49.055Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-02-15T15:35:49.055Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2022-02-15T15:35:49.055Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-02-15T15:35:49.316Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-02-15T15:35:49.316Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-02-15T15:35:49.316Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-02-15T15:35:49.316Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-02-15T15:35:49.887Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-02-15T15:35:50.457Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-02-15T15:35:50.844Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:35:50.844Z] INFO: Testing against a local daemon [2022-02-15T15:35:50.844Z] === RUN TestCheckpoint [2022-02-15T15:35:50.844Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-15T15:35:50.844Z] --- SKIP: TestCheckpoint (0.00s) [2022-02-15T15:35:50.844Z] === RUN TestContainerInvalidJSON [2022-02-15T15:35:50.844Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:35:50.844Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:35:50.844Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:35:50.844Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:35:50.844Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-02-15T15:35:50.844Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-02-15T15:35:50.844Z] --- PASS: TestContainerInvalidJSON (0.05s) [2022-02-15T15:35:50.844Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-02-15T15:35:50.844Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-02-15T15:35:50.844Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-02-15T15:35:50.844Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s) [2022-02-15T15:35:50.844Z] === RUN TestCopyFromContainerPathIsNotDir [2022-02-15T15:35:50.844Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.23s) [2022-02-15T15:35:50.844Z] === RUN TestCopyToContainerPathDoesNotExist [2022-02-15T15:35:51.304Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.23s) [2022-02-15T15:35:51.304Z] === RUN TestCopyToContainerPathIsNotDir [2022-02-15T15:35:51.304Z] --- PASS: TestCopyToContainerPathIsNotDir (0.23s) [2022-02-15T15:35:51.304Z] === RUN TestCopyFromContainer [2022-02-15T15:35:51.304Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:35:51.304Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-02-15T15:35:51.304Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-02-15T15:35:51.304Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:35:51.304Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:35:51.304Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:35:51.304Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:35:51.304Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:35:51.304Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:35:51.304Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-02-15T15:35:51.304Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-02-15T15:35:51.304Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-02-15T15:35:51.304Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-02-15T15:35:51.304Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-02-15T15:35:51.304Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-02-15T15:35:51.304Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-02-15T15:35:51.304Z] === RUN TestCreateLinkToNonExistingContainer [2022-02-15T15:35:51.304Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-02-15T15:35:51.304Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-02-15T15:35:51.304Z] === RUN TestCreateWithInvalidEnv [2022-02-15T15:35:51.304Z] === RUN TestCreateWithInvalidEnv/0 [2022-02-15T15:35:51.304Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-02-15T15:35:51.304Z] === RUN TestCreateWithInvalidEnv/1 [2022-02-15T15:35:51.304Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-02-15T15:35:51.304Z] === RUN TestCreateWithInvalidEnv/2 [2022-02-15T15:35:51.304Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-02-15T15:35:51.304Z] === CONT TestCreateWithInvalidEnv/0 [2022-02-15T15:35:51.304Z] === CONT TestCreateWithInvalidEnv/2 [2022-02-15T15:35:51.304Z] === CONT TestCreateWithInvalidEnv/1 [2022-02-15T15:35:51.304Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-02-15T15:35:51.304Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-02-15T15:35:51.305Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-02-15T15:35:51.305Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-02-15T15:35:51.305Z] === RUN TestCreateTmpfsMountsTarget [2022-02-15T15:35:51.305Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:35:51.305Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-02-15T15:35:51.305Z] === RUN TestCreateWithCustomMaskedPaths [2022-02-15T15:35:51.305Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:35:51.305Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-02-15T15:35:51.305Z] === RUN TestCreateWithCustomReadonlyPaths [2022-02-15T15:35:51.305Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:35:51.305Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-02-15T15:35:51.305Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-02-15T15:35:51.305Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:35:51.305Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:35:51.305Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:35:51.305Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:35:51.305Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:35:51.305Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:35:51.305Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:35:51.305Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:35:51.305Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:35:51.305Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:35:51.305Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-02-15T15:35:51.305Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-02-15T15:35:51.305Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-02-15T15:35:51.305Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-02-15T15:35:51.305Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-02-15T15:35:51.305Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.05s) [2022-02-15T15:35:51.305Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-02-15T15:35:51.305Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-02-15T15:35:51.305Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-02-15T15:35:51.305Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-02-15T15:35:51.305Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-02-15T15:35:51.305Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-02-15T15:35:51.305Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-02-15T15:35:51.305Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-02-15T15:35:51.305Z] === RUN TestCreateDifferentPlatform [2022-02-15T15:35:51.401Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-02-15T15:35:51.766Z] === RUN TestCreateDifferentPlatform/different_os [2022-02-15T15:35:51.766Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-02-15T15:35:51.766Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-02-15T15:35:51.766Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-02-15T15:35:51.766Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-02-15T15:35:51.766Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-02-15T15:35:51.766Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s) [2022-02-15T15:35:51.766Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-02-15T15:35:51.766Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-02-15T15:35:51.766Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-02-15T15:35:51.766Z] === RUN TestContainerKillOnDaemonStart [2022-02-15T15:35:51.766Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:35:51.766Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-02-15T15:35:51.766Z] === RUN TestDiff [2022-02-15T15:35:51.766Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-02-15T15:35:51.766Z] --- SKIP: TestDiff (0.00s) [2022-02-15T15:35:51.766Z] === RUN TestExecWithCloseStdin [2022-02-15T15:35:51.973Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-02-15T15:35:52.544Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-02-15T15:35:52.544Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-02-15T15:35:53.115Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-02-15T15:35:53.115Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-02-15T15:35:53.115Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-02-15T15:35:53.115Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-02-15T15:35:53.115Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-02-15T15:35:53.115Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-02-15T15:35:53.115Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-02-15T15:35:53.115Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-02-15T15:35:53.115Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-02-15T15:35:53.115Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-02-15T15:35:53.115Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-02-15T15:35:53.115Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-02-15T15:35:53.115Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-02-15T15:35:53.115Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-02-15T15:35:53.115Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-02-15T15:35:53.687Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-02-15T15:35:53.947Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-02-15T15:35:54.208Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-02-15T15:35:54.469Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-02-15T15:35:54.662Z] --- PASS: TestExecWithCloseStdin (2.63s) [2022-02-15T15:35:54.662Z] === RUN TestExec [2022-02-15T15:35:54.731Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-02-15T15:35:55.303Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-02-15T15:35:55.303Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-02-15T15:35:55.874Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-02-15T15:35:56.134Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-02-15T15:35:56.134Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-02-15T15:35:56.134Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-02-15T15:35:56.703Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-02-15T15:35:56.830Z] --- PASS: TestExec (2.40s) [2022-02-15T15:35:56.830Z] === RUN TestExecUser [2022-02-15T15:35:56.830Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-02-15T15:35:56.830Z] --- SKIP: TestExecUser (0.00s) [2022-02-15T15:35:56.830Z] === RUN TestExportContainerAndImportImage [2022-02-15T15:35:56.830Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:35:56.830Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-02-15T15:35:56.830Z] === RUN TestExportContainerAfterDaemonRestart [2022-02-15T15:35:56.830Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:35:56.830Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-02-15T15:35:56.830Z] === RUN TestHealthCheckWorkdir [2022-02-15T15:35:56.830Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-02-15T15:35:56.830Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-02-15T15:35:56.830Z] === RUN TestHealthKillContainer [2022-02-15T15:35:56.830Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-02-15T15:35:56.830Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-02-15T15:35:56.830Z] === RUN TestInspectCpusetInConfigPre120 [2022-02-15T15:35:56.830Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-02-15T15:35:56.830Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-02-15T15:35:56.830Z] === RUN TestKillContainerInvalidSignal [2022-02-15T15:35:57.087Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-02-15T15:35:57.676Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-02-15T15:35:57.937Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-02-15T15:35:57.937Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-02-15T15:35:57.937Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-02-15T15:35:58.198Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-02-15T15:35:58.198Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-02-15T15:35:59.021Z] --- PASS: TestKillContainerInvalidSignal (2.23s) [2022-02-15T15:35:59.021Z] === RUN TestKillContainer [2022-02-15T15:35:59.021Z] === RUN TestKillContainer/no_signal [2022-02-15T15:35:59.139Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-02-15T15:35:59.709Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-02-15T15:36:01.092Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-02-15T15:36:01.200Z] === RUN TestKillContainer/non_killing_signal [2022-02-15T15:36:01.200Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-02-15T15:36:01.200Z] === RUN TestKillContainer/killing_signal [2022-02-15T15:36:01.352Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-02-15T15:36:01.353Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-02-15T15:36:01.353Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-02-15T15:36:02.296Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-02-15T15:36:02.556Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-02-15T15:36:03.128Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-02-15T15:36:04.069Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-02-15T15:36:04.069Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-02-15T15:36:04.093Z] --- PASS: TestKillContainer (4.70s) [2022-02-15T15:36:04.093Z] --- PASS: TestKillContainer/no_signal (2.16s) [2022-02-15T15:36:04.093Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-02-15T15:36:04.093Z] --- PASS: TestKillContainer/killing_signal (2.47s) [2022-02-15T15:36:04.093Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-02-15T15:36:04.093Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:36:04.093Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-02-15T15:36:04.093Z] === RUN TestKillStoppedContainer [2022-02-15T15:36:04.093Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:36:04.093Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-02-15T15:36:04.093Z] === RUN TestKillStoppedContainerAPIPre120 [2022-02-15T15:36:04.093Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:36:04.093Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-02-15T15:36:04.093Z] === RUN TestKillDifferentUserContainer [2022-02-15T15:36:04.093Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-02-15T15:36:04.093Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-02-15T15:36:04.093Z] === RUN TestInspectOomKilledTrue [2022-02-15T15:36:04.093Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:36:04.093Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-02-15T15:36:04.093Z] === RUN TestInspectOomKilledFalse [2022-02-15T15:36:04.093Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-15T15:36:04.093Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-02-15T15:36:04.093Z] === RUN TestLogsFollowTailEmpty [2022-02-15T15:36:05.983Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-02-15T15:36:05.983Z] === RUN TestDockerSuite/TestSaveImageId [2022-02-15T15:36:05.983Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-02-15T15:36:06.243Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-02-15T15:36:06.264Z] --- PASS: TestLogsFollowTailEmpty (2.17s) [2022-02-15T15:36:06.264Z] === RUN TestNetworkNat [2022-02-15T15:36:06.264Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-02-15T15:36:06.264Z] --- SKIP: TestNetworkNat (0.00s) [2022-02-15T15:36:06.264Z] === RUN TestNetworkLocalhostTCPNat [2022-02-15T15:36:07.628Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents204240433 [2022-02-15T15:36:08.200Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-02-15T15:36:08.200Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-02-15T15:36:08.430Z] --- PASS: TestNetworkLocalhostTCPNat (2.50s) [2022-02-15T15:36:08.430Z] === RUN TestNetworkLoopbackNat [2022-02-15T15:36:08.430Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-02-15T15:36:08.430Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-02-15T15:36:08.430Z] === RUN TestPause [2022-02-15T15:36:08.430Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-02-15T15:36:08.430Z] --- SKIP: TestPause (0.00s) [2022-02-15T15:36:08.430Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-02-15T15:36:09.140Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-02-15T15:36:09.401Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-02-15T15:36:09.661Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-02-15T15:36:09.661Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-02-15T15:36:10.601Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.15s) [2022-02-15T15:36:10.601Z] === RUN TestPauseStopPausedContainer [2022-02-15T15:36:10.601Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:36:10.601Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-02-15T15:36:10.601Z] === RUN TestPsFilter [2022-02-15T15:36:10.601Z] --- PASS: TestPsFilter (0.24s) [2022-02-15T15:36:10.601Z] === RUN TestRemoveContainerWithRemovedVolume [2022-02-15T15:36:11.046Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-02-15T15:36:12.431Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-02-15T15:36:12.431Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-02-15T15:36:13.002Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-02-15T15:36:13.002Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-02-15T15:36:13.002Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-02-15T15:36:13.263Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-02-15T15:36:13.495Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.66s) [2022-02-15T15:36:13.495Z] === RUN TestRemoveContainerWithVolume [2022-02-15T15:36:13.834Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-02-15T15:36:15.666Z] --- PASS: TestRemoveContainerWithVolume (2.42s) [2022-02-15T15:36:15.666Z] === RUN TestRemoveContainerRunning [2022-02-15T15:36:15.755Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-02-15T15:36:17.141Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-02-15T15:36:17.832Z] --- PASS: TestRemoveContainerRunning (2.16s) [2022-02-15T15:36:17.832Z] === RUN TestRemoveContainerForceRemoveRunning [2022-02-15T15:36:20.008Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.18s) [2022-02-15T15:36:20.008Z] === RUN TestRemoveInvalidContainer [2022-02-15T15:36:20.008Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-02-15T15:36:20.008Z] === RUN TestRenameLinkedContainer [2022-02-15T15:36:20.008Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-02-15T15:36:20.008Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-02-15T15:36:20.008Z] === RUN TestRenameStoppedContainer [2022-02-15T15:36:20.440Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-02-15T15:36:20.699Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-02-15T15:36:22.615Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-02-15T15:36:23.556Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-02-15T15:36:24.498Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-02-15T15:36:27.038Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-02-15T15:36:28.423Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-02-15T15:36:28.560Z] --- PASS: TestRenameStoppedContainer (7.46s) [2022-02-15T15:36:28.560Z] === RUN TestRenameRunningContainerAndReuse [2022-02-15T15:36:28.996Z] === RUN TestDockerSuite/TestStartRecordError [2022-02-15T15:36:29.938Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-02-15T15:36:31.323Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-02-15T15:36:32.279Z] --- PASS: TestRenameRunningContainerAndReuse (4.38s) [2022-02-15T15:36:32.279Z] === RUN TestRenameInvalidName [2022-02-15T15:36:32.709Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-02-15T15:36:32.709Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-02-15T15:36:34.447Z] --- PASS: TestRenameInvalidName (2.07s) [2022-02-15T15:36:34.447Z] === RUN TestRenameAnonymousContainer [2022-02-15T15:36:35.253Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-02-15T15:36:39.469Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-02-15T15:36:42.008Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-02-15T15:36:44.764Z] --- PASS: TestRenameAnonymousContainer (9.82s) [2022-02-15T15:36:44.765Z] === RUN TestRenameContainerWithSameName [2022-02-15T15:36:45.308Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-02-15T15:36:46.293Z] --- PASS: TestRenameContainerWithSameName (2.04s) [2022-02-15T15:36:46.293Z] === RUN TestRenameContainerWithLinkedContainer [2022-02-15T15:36:46.293Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-02-15T15:36:46.293Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-02-15T15:36:46.293Z] === RUN TestResize [2022-02-15T15:36:46.691Z] === RUN TestDockerSuite/TestStatsNoStream [2022-02-15T15:36:47.263Z] docker_cli_service_logs_test.go:246: checking task hyj7gmks0iws [2022-02-15T15:36:47.263Z] docker_cli_service_logs_test.go:251: checking messages for hyj7gmks0iws [2022-02-15T15:36:47.263Z] docker_cli_service_logs_test.go:246: checking task 3s1eyr0mcjya [2022-02-15T15:36:47.524Z] docker_cli_service_logs_test.go:251: checking messages for 3s1eyr0mcjya [2022-02-15T15:36:47.822Z] --- PASS: TestResize (1.98s) [2022-02-15T15:36:47.822Z] === RUN TestResizeWithInvalidSize [2022-02-15T15:36:49.433Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-02-15T15:36:50.053Z] --- PASS: TestResizeWithInvalidSize (1.97s) [2022-02-15T15:36:50.053Z] === RUN TestResizeWhenContainerNotStarted [2022-02-15T15:36:50.761Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-02-15T15:36:50.761Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-02-15T15:36:50.761Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-02-15T15:36:50.761Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-02-15T15:36:50.761Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-02-15T15:36:50.761Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-02-15T15:36:50.761Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-02-15T15:36:50.761Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-02-15T15:36:50.761Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-02-15T15:36:50.761Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-02-15T15:36:50.761Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-02-15T15:36:50.761Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-02-15T15:36:50.817Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-02-15T15:36:51.387Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-02-15T15:36:51.648Z] === RUN TestDockerSuite/TestTopPrivileged [2022-02-15T15:36:52.220Z] --- PASS: TestResizeWhenContainerNotStarted (2.35s) [2022-02-15T15:36:52.220Z] === RUN TestDaemonRestartKillContainers [2022-02-15T15:36:52.220Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:36:52.220Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-02-15T15:36:52.220Z] === RUN TestStats [2022-02-15T15:36:52.220Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-02-15T15:36:52.220Z] --- SKIP: TestStats (0.00s) [2022-02-15T15:36:52.220Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-02-15T15:36:52.221Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-02-15T15:36:52.221Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-02-15T15:36:52.221Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-02-15T15:36:52.793Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-02-15T15:36:52.925Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-02-15T15:36:55.338Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-02-15T15:36:56.645Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-02-15T15:36:58.000Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.90s) [2022-02-15T15:36:58.000Z] === RUN TestStopContainerWithTimeout [2022-02-15T15:36:58.001Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-02-15T15:36:58.001Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-02-15T15:36:58.001Z] === RUN TestUpdateRestartPolicy [2022-02-15T15:36:58.635Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-02-15T15:36:58.635Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-02-15T15:36:58.635Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-02-15T15:36:59.206Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-02-15T15:36:59.206Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-02-15T15:36:59.206Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-02-15T15:36:59.206Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-02-15T15:36:59.206Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-02-15T15:37:00.149Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-02-15T15:37:00.731Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-02-15T15:37:00.998Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-02-15T15:37:01.940Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-02-15T15:37:02.425Z] === RUN TestDockerSuite/TestBuildEnv [2022-02-15T15:37:02.425Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-02-15T15:37:02.425Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-02-15T15:37:02.425Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-02-15T15:37:02.880Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-02-15T15:37:02.880Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-02-15T15:37:02.880Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-02-15T15:37:02.880Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-02-15T15:37:02.880Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-02-15T15:37:02.880Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-02-15T15:37:02.880Z] === RUN TestDockerSuite/TestUpdateStats [2022-02-15T15:37:03.337Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-02-15T15:37:07.082Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-02-15T15:37:07.344Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-02-15T15:37:07.344Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-02-15T15:37:07.344Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-02-15T15:37:08.005Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-02-15T15:37:08.005Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-02-15T15:37:08.005Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-02-15T15:37:08.005Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-02-15T15:37:08.005Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-02-15T15:37:08.005Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-02-15T15:37:08.285Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-02-15T15:37:08.461Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-02-15T15:37:08.855Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-02-15T15:37:09.422Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-02-15T15:37:11.405Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-02-15T15:37:13.949Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-02-15T15:37:15.196Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-02-15T15:37:15.863Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-02-15T15:37:17.776Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-02-15T15:37:19.158Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-02-15T15:37:20.099Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-02-15T15:37:21.483Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-02-15T15:37:23.115Z] --- PASS: TestUpdateRestartPolicy (21.29s) [2022-02-15T15:37:23.115Z] === RUN TestUpdateRestartWithAutoRemove [2022-02-15T15:37:23.115Z] --- PASS: TestUpdateRestartWithAutoRemove (2.09s) [2022-02-15T15:37:23.115Z] === RUN TestWaitNonBlocked [2022-02-15T15:37:23.115Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:37:23.115Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:37:23.115Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:37:23.115Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:37:23.115Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-02-15T15:37:23.115Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-02-15T15:37:23.411Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-02-15T15:37:24.354Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-02-15T15:37:24.684Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-02-15T15:37:24.684Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.92s) [2022-02-15T15:37:24.684Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.01s) [2022-02-15T15:37:24.684Z] === RUN TestWaitBlocked [2022-02-15T15:37:24.684Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:37:24.684Z] --- SKIP: TestWaitBlocked (0.00s) [2022-02-15T15:37:24.684Z] PASS [2022-02-15T15:37:24.684Z] ok github.com/docker/docker/integration/container 94.396s [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === Skipped [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-02-15T15:37:24.684Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-02-15T15:37:24.684Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-02-15T15:37:24.684Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-02-15T15:37:24.684Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-02-15T15:37:24.684Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-02-15T15:37:24.684Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-02-15T15:37:24.684Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-02-15T15:37:24.684Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-02-15T15:37:24.684Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-02-15T15:37:24.684Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-02-15T15:37:24.684Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-02-15T15:37:24.684Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-02-15T15:37:24.684Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-02-15T15:37:24.684Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-02-15T15:37:24.684Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-02-15T15:37:24.684Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-02-15T15:37:24.684Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-02-15T15:37:24.684Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-02-15T15:37:24.684Z] [2022-02-15T15:37:24.684Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-02-15T15:37:24.685Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:37:24.685Z] [2022-02-15T15:37:24.685Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-02-15T15:37:24.685Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:37:24.685Z] [2022-02-15T15:37:24.685Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-02-15T15:37:24.685Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-02-15T15:37:24.685Z] [2022-02-15T15:37:24.685Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-02-15T15:37:24.685Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-02-15T15:37:24.685Z] [2022-02-15T15:37:24.685Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-02-15T15:37:24.685Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:37:24.685Z] [2022-02-15T15:37:24.685Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-02-15T15:37:24.685Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-02-15T15:37:24.685Z] [2022-02-15T15:37:24.685Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-02-15T15:37:24.685Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-02-15T15:37:24.685Z] [2022-02-15T15:37:24.685Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-02-15T15:37:24.685Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-02-15T15:37:24.685Z] [2022-02-15T15:37:24.685Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-02-15T15:37:24.685Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-02-15T15:37:24.685Z] [2022-02-15T15:37:24.685Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-02-15T15:37:24.685Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:37:24.685Z] [2022-02-15T15:37:24.685Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-02-15T15:37:24.685Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-02-15T15:37:24.685Z] [2022-02-15T15:37:24.685Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-02-15T15:37:24.685Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-02-15T15:37:24.685Z] [2022-02-15T15:37:24.685Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-02-15T15:37:24.685Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:37:24.685Z] [2022-02-15T15:37:24.685Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-02-15T15:37:24.685Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-02-15T15:37:24.685Z] [2022-02-15T15:37:24.685Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-02-15T15:37:24.685Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-02-15T15:37:24.685Z] [2022-02-15T15:37:24.685Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-02-15T15:37:24.685Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:37:24.685Z] [2022-02-15T15:37:24.685Z] DONE 87 tests, 33 skipped in 97.550s [2022-02-15T15:37:24.685Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-02-15T15:37:24.923Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-02-15T15:37:26.838Z] docker_cli_swarm_test.go:1895: [d45437750345a] joining swarm manager [d2e73f237bcdc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:37:26.838Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-02-15T15:37:27.779Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-02-15T15:37:27.779Z] docker_cli_swarm_test.go:1896: [df0321a7c3593] joining swarm manager [d2e73f237bcdc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:37:28.722Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-02-15T15:37:30.104Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-02-15T15:37:31.490Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-02-15T15:37:32.872Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-02-15T15:37:32.946Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-02-15T15:37:33.416Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-02-15T15:37:33.416Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-02-15T15:37:33.416Z] === RUN TestDockerSuite/TestBuildExpose [2022-02-15T15:37:33.416Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-02-15T15:37:33.416Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-02-15T15:37:33.416Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-02-15T15:37:33.416Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-02-15T15:37:33.416Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-02-15T15:37:33.416Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-02-15T15:37:33.416Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-02-15T15:37:33.416Z] === RUN TestDockerSuite/TestBuildFails [2022-02-15T15:37:34.255Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-02-15T15:37:35.639Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-02-15T15:37:37.210Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-02-15T15:37:37.210Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-02-15T15:37:39.088Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-02-15T15:37:39.088Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-02-15T15:37:39.088Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-02-15T15:37:40.923Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-02-15T15:37:42.140Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-02-15T15:37:42.141Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-02-15T15:37:44.362Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-02-15T15:37:48.183Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-02-15T15:37:49.057Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-02-15T15:37:49.213Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-02-15T15:37:49.213Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-02-15T15:37:49.213Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-02-15T15:37:49.213Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-02-15T15:37:49.213Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-02-15T15:37:49.213Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-02-15T15:37:49.213Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-02-15T15:37:49.213Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-02-15T15:37:50.014Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-02-15T15:37:50.023Z] === RUN TestConfigDaemonLibtrustID [2022-02-15T15:37:50.024Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-02-15T15:37:50.024Z] --- SKIP: TestConfigDaemonLibtrustID (0.01s) [2022-02-15T15:37:50.024Z] === RUN TestDaemonConfigValidation [2022-02-15T15:37:50.024Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-02-15T15:37:50.024Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-02-15T15:37:50.024Z] === RUN TestConfigDaemonSeccompProfiles [2022-02-15T15:37:50.024Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-02-15T15:37:50.024Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-02-15T15:37:50.024Z] === RUN TestDaemonProxy [2022-02-15T15:37:50.024Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-02-15T15:37:50.024Z] --- SKIP: TestDaemonProxy (0.00s) [2022-02-15T15:37:50.024Z] PASS [2022-02-15T15:37:50.024Z] ok github.com/docker/docker/integration/daemon 0.136s [2022-02-15T15:37:50.024Z] [2022-02-15T15:37:50.024Z] === Skipped [2022-02-15T15:37:50.024Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.01s) [2022-02-15T15:37:50.024Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-02-15T15:37:50.024Z] [2022-02-15T15:37:50.024Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-02-15T15:37:50.024Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-02-15T15:37:50.024Z] [2022-02-15T15:37:50.024Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-02-15T15:37:50.024Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-02-15T15:37:50.024Z] [2022-02-15T15:37:50.024Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-02-15T15:37:50.024Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-02-15T15:37:50.024Z] [2022-02-15T15:37:50.024Z] DONE 4 tests, 4 skipped in 21.936s [2022-02-15T15:37:50.024Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-02-15T15:37:50.245Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-02-15T15:37:50.954Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-02-15T15:37:50.954Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-02-15T15:37:50.954Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-02-15T15:37:51.011Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:37:51.011Z] INFO: Testing against a local daemon [2022-02-15T15:37:51.011Z] === RUN TestCommitInheritsEnv [2022-02-15T15:37:51.011Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:37:51.011Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-02-15T15:37:51.011Z] === RUN TestImportExtremelyLargeImageWorks [2022-02-15T15:37:51.011Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-02-15T15:37:51.011Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-02-15T15:37:51.011Z] === RUN TestImportWithCustomPlatform [2022-02-15T15:37:51.011Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-02-15T15:37:51.011Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-02-15T15:37:51.011Z] === RUN TestImagesFilterMultiReference [2022-02-15T15:37:51.011Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2022-02-15T15:37:51.011Z] === RUN TestImagePullPlatformInvalid [2022-02-15T15:37:51.011Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-02-15T15:37:51.011Z] === RUN TestRemoveImageOrphaning [2022-02-15T15:37:51.525Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-02-15T15:37:51.525Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-02-15T15:37:51.525Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-02-15T15:37:51.525Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-02-15T15:37:51.997Z] --- PASS: TestRemoveImageOrphaning (1.05s) [2022-02-15T15:37:51.997Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-02-15T15:37:51.997Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-02-15T15:37:51.997Z] === RUN TestTagInvalidReference [2022-02-15T15:37:51.997Z] --- PASS: TestTagInvalidReference (0.06s) [2022-02-15T15:37:51.997Z] === RUN TestTagValidPrefixedRepo [2022-02-15T15:37:52.465Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-02-15T15:37:52.465Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-02-15T15:37:52.467Z] --- PASS: TestTagValidPrefixedRepo (0.10s) [2022-02-15T15:37:52.467Z] === RUN TestTagExistedNameWithoutForce [2022-02-15T15:37:52.467Z] --- PASS: TestTagExistedNameWithoutForce (0.07s) [2022-02-15T15:37:52.467Z] === RUN TestTagOfficialNames [2022-02-15T15:37:52.467Z] --- PASS: TestTagOfficialNames (0.11s) [2022-02-15T15:37:52.467Z] === RUN TestTagMatchesDigest [2022-02-15T15:37:52.467Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-02-15T15:37:52.467Z] PASS [2022-02-15T15:37:52.467Z] ok github.com/docker/docker/integration/image 1.713s [2022-02-15T15:37:52.467Z] [2022-02-15T15:37:52.467Z] === Skipped [2022-02-15T15:37:52.467Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-02-15T15:37:52.468Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:37:52.468Z] [2022-02-15T15:37:52.468Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-02-15T15:37:52.468Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-02-15T15:37:52.468Z] [2022-02-15T15:37:52.468Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-02-15T15:37:52.468Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-02-15T15:37:52.468Z] [2022-02-15T15:37:52.468Z] DONE 12 tests, 3 skipped in 5.716s [2022-02-15T15:37:52.937Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-02-15T15:37:53.018Z] === RUN TestDockerSuite/TestBuildForceRm [2022-02-15T15:37:53.038Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-02-15T15:37:53.038Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-02-15T15:37:53.038Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-02-15T15:37:53.038Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-02-15T15:37:53.038Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-02-15T15:37:54.157Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-02-15T15:37:54.421Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-02-15T15:37:54.681Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-02-15T15:37:54.681Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-02-15T15:37:54.681Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-02-15T15:37:54.681Z] === RUN TestDockerSuite/TestVolumeEvents [2022-02-15T15:37:55.154Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:37:55.154Z] INFO: Testing against a local daemon [2022-02-15T15:37:55.154Z] === RUN TestNetworkCreateDelete [2022-02-15T15:37:55.154Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:37:55.154Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-02-15T15:37:55.154Z] === RUN TestDockerNetworkDeletePreferID [2022-02-15T15:37:55.154Z] 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-02-15T15:37:55.154Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-02-15T15:37:55.154Z] === RUN TestDaemonDNSFallback [2022-02-15T15:37:55.154Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:37:55.154Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-02-15T15:37:55.154Z] === RUN TestInspectNetwork [2022-02-15T15:37:55.154Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-02-15T15:37:55.154Z] --- SKIP: TestInspectNetwork (0.00s) [2022-02-15T15:37:55.154Z] === RUN TestRunContainerWithBridgeNone [2022-02-15T15:37:55.154Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:37:55.154Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-02-15T15:37:55.154Z] === RUN TestNetworkInvalidJSON [2022-02-15T15:37:55.154Z] === RUN TestNetworkInvalidJSON//networks/create [2022-02-15T15:37:55.154Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-02-15T15:37:55.154Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:37:55.154Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:37:55.154Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:37:55.154Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:37:55.154Z] === CONT TestNetworkInvalidJSON//networks/create [2022-02-15T15:37:55.154Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-02-15T15:37:55.154Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-02-15T15:37:55.154Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-02-15T15:37:55.154Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-02-15T15:37:55.154Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-02-15T15:37:55.154Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-02-15T15:37:55.154Z] === RUN TestNetworkList [2022-02-15T15:37:55.154Z] === RUN TestNetworkList//networks [2022-02-15T15:37:55.154Z] === PAUSE TestNetworkList//networks [2022-02-15T15:37:55.154Z] === RUN TestNetworkList//networks/ [2022-02-15T15:37:55.154Z] === PAUSE TestNetworkList//networks/ [2022-02-15T15:37:55.154Z] === CONT TestNetworkList//networks [2022-02-15T15:37:55.154Z] === CONT TestNetworkList//networks/ [2022-02-15T15:37:55.154Z] --- PASS: TestNetworkList (0.05s) [2022-02-15T15:37:55.154Z] --- PASS: TestNetworkList//networks (0.00s) [2022-02-15T15:37:55.154Z] --- PASS: TestNetworkList//networks/ (0.01s) [2022-02-15T15:37:55.154Z] === RUN TestHostIPv4BridgeLabel [2022-02-15T15:37:55.154Z] network_test.go:128: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-02-15T15:37:55.154Z] === RUN TestDaemonRestartWithLiveRestore [2022-02-15T15:37:55.154Z] service_test.go:30: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-02-15T15:37:55.154Z] === RUN TestDaemonDefaultNetworkPools [2022-02-15T15:37:55.154Z] service_test.go:59: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-02-15T15:37:55.154Z] === RUN TestDaemonRestartWithExistingNetwork [2022-02-15T15:37:55.154Z] service_test.go:103: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-02-15T15:37:55.154Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-02-15T15:37:55.154Z] service_test.go:137: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-02-15T15:37:55.154Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-02-15T15:37:55.154Z] service_test.go:188: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-02-15T15:37:55.154Z] === RUN TestServiceWithPredefinedNetwork [2022-02-15T15:37:55.154Z] service_test.go:213: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-02-15T15:37:55.154Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-02-15T15:37:55.154Z] service_test.go:243: FLAKY_TEST [2022-02-15T15:37:55.154Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-15T15:37:55.154Z] === RUN TestServiceWithDataPathPortInit [2022-02-15T15:37:55.154Z] service_test.go:334: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-02-15T15:37:55.154Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-02-15T15:37:55.154Z] service_test.go:402: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-02-15T15:37:55.154Z] PASS [2022-02-15T15:37:55.154Z] ok github.com/docker/docker/integration/network 0.215s [2022-02-15T15:37:55.154Z] [2022-02-15T15:37:55.154Z] === Skipped [2022-02-15T15:37:55.154Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-02-15T15:37:55.154Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:37:55.154Z] [2022-02-15T15:37:55.154Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-02-15T15:37:55.154Z] 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-02-15T15:37:55.154Z] [2022-02-15T15:37:55.154Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-02-15T15:37:55.154Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:37:55.154Z] [2022-02-15T15:37:55.154Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-02-15T15:37:55.154Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-02-15T15:37:55.154Z] [2022-02-15T15:37:55.154Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-02-15T15:37:55.154Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:37:55.154Z] [2022-02-15T15:37:55.154Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-02-15T15:37:55.154Z] network_test.go:128: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] [2022-02-15T15:37:55.154Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-02-15T15:37:55.154Z] service_test.go:30: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] [2022-02-15T15:37:55.154Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-02-15T15:37:55.154Z] service_test.go:59: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] [2022-02-15T15:37:55.154Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-02-15T15:37:55.154Z] service_test.go:103: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] [2022-02-15T15:37:55.154Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-02-15T15:37:55.154Z] service_test.go:137: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] [2022-02-15T15:37:55.154Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-02-15T15:37:55.154Z] service_test.go:188: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] [2022-02-15T15:37:55.154Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-02-15T15:37:55.154Z] service_test.go:213: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] [2022-02-15T15:37:55.154Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-02-15T15:37:55.154Z] service_test.go:243: FLAKY_TEST [2022-02-15T15:37:55.154Z] [2022-02-15T15:37:55.154Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-02-15T15:37:55.154Z] service_test.go:334: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] [2022-02-15T15:37:55.154Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-02-15T15:37:55.154Z] service_test.go:402: testEnv.OSType == "windows" [2022-02-15T15:37:55.154Z] [2022-02-15T15:37:55.154Z] DONE 22 tests, 15 skipped in 2.513s [2022-02-15T15:37:55.624Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-02-15T15:37:56.455Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-02-15T15:37:56.455Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-02-15T15:37:56.455Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-02-15T15:37:56.455Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-02-15T15:37:56.455Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-02-15T15:37:56.455Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-02-15T15:37:56.613Z] testing: warning: no tests to run [2022-02-15T15:37:56.613Z] PASS [2022-02-15T15:37:56.613Z] ok github.com/docker/docker/integration/network/ipvlan 0.105s [2022-02-15T15:37:56.613Z] [2022-02-15T15:37:56.613Z] DONE 0 tests in 0.843s [2022-02-15T15:37:56.613Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-02-15T15:37:57.601Z] testing: warning: no tests to run [2022-02-15T15:37:57.601Z] PASS [2022-02-15T15:37:57.601Z] ok github.com/docker/docker/integration/network/macvlan 0.086s [2022-02-15T15:37:57.601Z] [2022-02-15T15:37:57.601Z] DONE 0 tests in 0.826s [2022-02-15T15:37:57.602Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-02-15T15:37:58.590Z] testing: warning: no tests to run [2022-02-15T15:37:58.590Z] PASS [2022-02-15T15:37:58.590Z] ok github.com/docker/docker/integration/plugin 0.107s [2022-02-15T15:37:58.590Z] [2022-02-15T15:37:58.590Z] DONE 0 tests in 0.845s [2022-02-15T15:37:58.590Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-02-15T15:37:59.581Z] testing: warning: no tests to run [2022-02-15T15:37:59.581Z] PASS [2022-02-15T15:37:59.581Z] ok github.com/docker/docker/integration/plugin/authz 0.110s [2022-02-15T15:37:59.581Z] [2022-02-15T15:37:59.581Z] DONE 0 tests in 0.839s [2022-02-15T15:37:59.581Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-02-15T15:38:00.367Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-02-15T15:38:01.261Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-02-15T15:38:01.521Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-02-15T15:38:01.521Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-02-15T15:38:01.521Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-02-15T15:38:01.671Z] === RUN TestDockerSuite/TestBuildFromGit [2022-02-15T15:38:03.444Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-02-15T15:38:04.337Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:38:04.337Z] INFO: Testing against a local daemon [2022-02-15T15:38:04.337Z] === RUN TestPluginInvalidJSON [2022-02-15T15:38:04.337Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:38:04.337Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:38:04.337Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-02-15T15:38:04.337Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-02-15T15:38:04.337Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-02-15T15:38:04.337Z] === RUN TestPluginInstall [2022-02-15T15:38:04.337Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-02-15T15:38:04.337Z] --- SKIP: TestPluginInstall (0.00s) [2022-02-15T15:38:04.337Z] === RUN TestPluginsWithRuntimes [2022-02-15T15:38:04.337Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-02-15T15:38:04.337Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-02-15T15:38:04.337Z] === RUN TestPluginBackCompatMediaTypes [2022-02-15T15:38:04.337Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-02-15T15:38:04.337Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-02-15T15:38:04.337Z] PASS [2022-02-15T15:38:04.337Z] ok github.com/docker/docker/integration/plugin/common 0.137s [2022-02-15T15:38:04.337Z] [2022-02-15T15:38:04.337Z] === Skipped [2022-02-15T15:38:04.337Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-02-15T15:38:04.337Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-02-15T15:38:04.337Z] [2022-02-15T15:38:04.337Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-02-15T15:38:04.337Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-02-15T15:38:04.337Z] [2022-02-15T15:38:04.337Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-02-15T15:38:04.337Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-02-15T15:38:04.337Z] [2022-02-15T15:38:04.337Z] DONE 5 tests, 3 skipped in 4.766s [2022-02-15T15:38:04.337Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-02-15T15:38:05.362Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-02-15T15:38:05.934Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-02-15T15:38:05.934Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite (1293.34s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.98s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.63s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.65s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.15s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.59s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.39s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.14s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.01s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.16s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (7.45s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.96s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (1.92s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.90s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.54s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.60s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.57s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.70s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.08s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.83s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAttachDetach (1.01s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.88s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.83s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.69s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.66s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.35s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.50s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.25s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.04s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.03s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.64s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (14.23s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.49s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.05s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.16s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.79s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.82s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.44s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.94s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.44s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.05s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.50s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.64s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.80s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.39s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.21s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.75s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.16s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.17s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.81s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.73s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.89s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.96s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.47s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.67s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (0.80s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.06s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.72s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.55s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.28s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.58s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.47s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.92s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.64s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.57s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.30s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.22s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.02s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.03s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.66s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.60s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.48s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.75s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.27s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.84s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.10s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.22s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.69s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.76s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.13s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.11s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.85s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.95s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.99s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.30s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.95s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.58s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCmd (0.31s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.35s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.34s) [2022-02-15T15:38:05.934Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.54s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.10s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.48s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.78s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.29s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.59s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.43s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.25s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (9.03s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.65s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.67s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.88s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.53s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.42s) [2022-02-15T15:38:05.934Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.05s) [2022-02-15T15:38:05.934Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-02-15T15:38:05.934Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-02-15T15:38:05.934Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.16s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.57s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.39s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.27s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.28s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (3.19s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.50s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.92s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.97s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.38s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.02s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.02s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.22s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.25s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.62s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.47s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.00s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.28s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.94s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.40s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.15s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.92s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.99s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.94s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.89s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (14.65s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.20s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.34s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.43s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.44s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.72s) [2022-02-15T15:38:05.934Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.17s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.32s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.52s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.16s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.57s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.82s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildEnv (1.50s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.37s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.99s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.31s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.50s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.80s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.96s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.73s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.46s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.45s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.11s) [2022-02-15T15:38:05.935Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.34s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.49s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildExpose (0.54s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (1.08s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.73s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.52s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildFails (0.93s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.17s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.76s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.36s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.20s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.34s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.03s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.06s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.96s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.52s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.93s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.60s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.30s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildHistory (3.70s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.43s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.67s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.55s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.51s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.76s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildLabel (0.48s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.48s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.52s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.33s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildLabels (0.70s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.35s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.49s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.69s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.85s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.15s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.23s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.20s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.18s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.40s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.47s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.34s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.73s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.46s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.48s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.28s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.77s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.73s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.35s) [2022-02-15T15:38:05.935Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.79s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.35s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.35s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.25s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.51s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.43s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.78s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.68s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.24s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.42s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.29s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.37s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.48s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.62s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.51s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.68s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.95s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.70s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.84s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.95s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.31s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.64s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildPATH (1.39s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.48s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.58s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.17s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.57s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.53s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildRm (2.53s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.15s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.39s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.37s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.52s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.03s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.94s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.87s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.22s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.19s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.37s) [2022-02-15T15:38:05.935Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-02-15T15:38:05.935Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.37s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.73s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildStderr (0.72s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.99s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.77s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.72s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.43s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.65s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.05s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildUser (1.56s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.97s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.34s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.81s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.29s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.99s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.02s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.72s) [2022-02-15T15:38:06.197Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-02-15T15:38:06.197Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-02-15T15:38:06.197Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-02-15T15:38:06.197Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.88s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.92s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.70s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.07s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.85s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.29s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.72s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.29s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.42s) [2022-02-15T15:38:06.197Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.51s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.30s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-02-15T15:38:06.197Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.42s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.55s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestCommitChange (0.63s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.55s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestCommitHardlink (0.96s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestCommitNewFile (0.97s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.62s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestCommitTTY (0.99s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.57s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (0.96s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.65s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.20s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.26s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.44s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.50s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.52s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.52s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.50s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.49s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.68s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.60s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.66s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.29s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.55s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.58s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.46s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.62s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.52s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.55s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.64s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.65s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.51s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.07s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.04s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.58s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.24s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.57s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.51s) [2022-02-15T15:38:06.197Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.72s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.99s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.35s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.17s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.46s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.18s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.16s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.29s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.40s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (0.44s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.43s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.34s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000cc4090_} (1.41s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1768601063_/foo_false____} (1.41s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1768601063_/foo_true____} (1.49s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33915374366_/foo_false____} (1.48s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33915374366_/foo_true____} (1.63s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33915374366_/foo_true__0xc000cc40c0__} (1.47s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000cc40d8_} (1.41s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000cc40f0_} (0.69s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000cc4108_} (1.42s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000cc4120_} (1.42s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.01s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.32s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-02-15T15:38:06.197Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.33s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.47s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.10s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.38s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.15s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.58s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.56s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.77s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.68s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.91s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.64s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.88s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.95s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.53s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.65s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.83s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.51s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.64s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.24s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.68s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.52s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.51s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.49s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.64s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.48s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.59s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpToCaseA (0.93s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.47s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.57s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.17s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.60s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.48s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.81s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.40s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.44s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.15s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.57s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpToDot (0.58s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.02s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.71s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpToStdout (0.66s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.09s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.18s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.51s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.74s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.34s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.46s) [2022-02-15T15:38:06.198Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.42s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.23s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2022-02-15T15:38:06.198Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.48s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.05s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.32s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.43s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.03s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.56s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.05s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.29s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.49s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.45s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.45s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.74s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.53s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.00s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.38s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.93s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.15s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.34s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.85s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsAttach (0.71s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsCommit (0.71s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.57s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.54s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.76s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.51s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.19s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.47s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.11s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsCopy (1.64s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.47s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.42s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.41s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.39s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.40s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.26s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.28s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.18s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.04s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsFilters (0.97s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsFormat (1.15s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.03s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.03s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.84s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.75s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.07s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.36s) [2022-02-15T15:38:06.198Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-02-15T15:38:06.198Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.04s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.52s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsRename (0.50s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsResize (0.60s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.60s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.72s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.44s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.77s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsTop (0.89s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.84s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExec (0.57s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.50s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.48s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.57s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.19s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.63s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.66s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.58s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.54s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.86s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.55s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.96s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecCgroup (0.92s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecEnv (0.53s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.00s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.55s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecInspectID (1.56s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecInteractive (0.60s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.58s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.58s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecParseError (0.46s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.51s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.50s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.04s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.52s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecStartFails (0.52s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.72s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.50s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecTTY (0.56s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.71s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.58s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecUlimits (0.57s) [2022-02-15T15:38:06.198Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.18s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.73s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.86s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.53s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestExecWithUser (0.89s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.57s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.66s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.70s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.49s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.44s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestHealth (18.78s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.55s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.57s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.19s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.30s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.61s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.60s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.61s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.54s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.56s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImportDisplay (1.07s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImportFile (1.05s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.24s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImportGzipped (1.39s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.45s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.78s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.68s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.50s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.45s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.48s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.43s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.43s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.48s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.45s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.08s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.46s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.48s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.47s) [2022-02-15T15:38:06.198Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.63s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.50s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectDefault (0.42s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectHistory (0.61s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-02-15T15:38:06.198Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.51s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.50s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.46s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.47s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.94s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.47s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectStatus (0.56s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.97s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.52s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.50s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.47s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.42s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.44s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.43s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.50s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.02s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.90s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.23s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.07s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.39s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.37s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.36s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.27s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.55s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.14s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.91s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.37s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.59s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.00s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-02-15T15:38:06.198Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.55s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.61s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.59s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.48s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.45s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.48s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.45s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.83s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.96s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.93s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.05s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.81s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.85s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.62s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.67s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsSince (6.49s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.46s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.47s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsTail (0.65s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.83s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.56s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.33s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.55s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestNetHostname (1.25s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.23s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.58s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.24s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.43s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPluginActive (2.01s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.46s) [2022-02-15T15:38:06.199Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.46s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.10s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.90s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.96s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.83s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.35s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.89s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.99s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPortList (6.10s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.87s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.01s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.58s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.49s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.46s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.09s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.27s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.97s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.91s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.44s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsByOrder (1.93s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.68s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.57s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.95s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.36s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.52s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.99s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.92s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.53s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.02s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.52s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.44s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.89s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.54s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.55s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.61s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.53s) [2022-02-15T15:38:06.199Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.22s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.46s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.96s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.91s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.47s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.31s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.40s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.47s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.94s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.91s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.00s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.22s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRmiBlank (0.03s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.48s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.19s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.44s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.57s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.83s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.44s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.60s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.44s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.53s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.43s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.55s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.27s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.08s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAddHost (0.43s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.24s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.44s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.44s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.01s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.45s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.57s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.57s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.91s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.92s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.61s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.61s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.58s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.49s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.58s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.65s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.83s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.48s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.47s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.59s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.03s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.63s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.78s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.57s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.51s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.45s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.53s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.63s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.42s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.44s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.45s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.47s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.76s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.51s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.49s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.47s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.44s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.09s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.97s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.90s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.41s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.46s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.51s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.49s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.44s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.04s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.17s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.71s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.43s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.07s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.52s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.66s) [2022-02-15T15:38:06.199Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-02-15T15:38:06.199Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.70s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.33s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.89s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.33s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.45s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.93s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.47s) [2022-02-15T15:38:06.199Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.45s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.12s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.45s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.45s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.45s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.44s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.43s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.43s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.44s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.43s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunExitCode (0.43s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.49s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.46s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.51s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.60s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.65s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.34s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.26s) [2022-02-15T15:38:06.199Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.35s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.66s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.97s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.69s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.04s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.50s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.92s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.35s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.14s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.72s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.38s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.37s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.77s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.19s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.28s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.82s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.08s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.25s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.21s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunMount (4.88s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.59s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.49s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.01s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.78s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.43s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.84s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.76s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.26s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.14s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.43s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNetHost (0.71s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.43s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.44s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.32s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.30s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.55s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.34s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.46s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.40s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.45s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.43s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.49s) [2022-02-15T15:38:06.199Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.45s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.46s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.99s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.58s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.41s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.40s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.42s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.44s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.43s) [2022-02-15T15:38:06.199Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-02-15T15:38:06.199Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.57s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.55s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.47s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.97s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.59s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.90s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunRm (0.48s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.52s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.54s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.66s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.74s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.48s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.45s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.58s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.45s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.43s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.46s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.41s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.42s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.39s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.45s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.45s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.42s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.41s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunState (1.24s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.56s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.45s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.19s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.69s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.68s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunSysctls (1.04s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.06s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.66s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.90s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.52s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.47s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.87s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.91s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.49s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.53s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.64s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.64s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.27s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunUserByID (0.58s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.14s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.56s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunUserByName (0.47s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.65s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.17s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.54s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.26s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.44s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.74s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.61s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.05s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.67s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.63s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.46s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.26s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.61s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.57s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.06s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.61s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.48s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.45s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.48s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.48s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.48s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.18s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.47s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.46s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.44s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.41s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.92s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.43s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.33s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.85s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.47s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.37s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.45s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.73s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.90s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.02s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.08s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.61s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.47s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.78s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.30s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.38s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.52s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.46s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.09s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.11s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.60s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.99s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.02s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.94s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.66s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.89s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.54s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.57s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.50s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestStartRecordError (1.06s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.18s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.33s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.64s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.93s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.52s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.74s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.43s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.47s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.49s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.49s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.48s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.47s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.90s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.53s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.54s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.07s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.85s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.67s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.15s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUpdateStats (3.52s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.92s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.80s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.79s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.52s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.19s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.14s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.71s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.50s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.08s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.88s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.73s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.91s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.13s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.33s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.34s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.31s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.31s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.70s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.50s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.11s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.11s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.05s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.69s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.56s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.42s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.43s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.32s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.72s) [2022-02-15T15:38:06.200Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.66s) [2022-02-15T15:38:06.200Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-02-15T15:38:06.200Z] === RUN TestDockerRegistrySuite [2022-02-15T15:38:06.200Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-02-15T15:38:06.557Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:38:06.557Z] INFO: Testing against a local daemon [2022-02-15T15:38:06.557Z] === RUN TestExternalGraphDriver [2022-02-15T15:38:06.557Z] external_test.go:47: runtime.GOOS == "windows" [2022-02-15T15:38:06.557Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-02-15T15:38:06.557Z] === RUN TestGraphdriverPluginV2 [2022-02-15T15:38:06.557Z] external_test.go:407: runtime.GOOS == "windows" [2022-02-15T15:38:06.557Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-02-15T15:38:06.557Z] PASS [2022-02-15T15:38:06.557Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.132s [2022-02-15T15:38:07.026Z] [2022-02-15T15:38:07.026Z] === Skipped [2022-02-15T15:38:07.026Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-02-15T15:38:07.026Z] external_test.go:47: runtime.GOOS == "windows" [2022-02-15T15:38:07.026Z] [2022-02-15T15:38:07.026Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-02-15T15:38:07.026Z] external_test.go:407: runtime.GOOS == "windows" [2022-02-15T15:38:07.026Z] [2022-02-15T15:38:07.026Z] DONE 2 tests, 2 skipped in 2.577s [2022-02-15T15:38:07.026Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-02-15T15:38:07.586Z] check_test.go:195: [d54ed564895a9] daemon is not started [2022-02-15T15:38:07.586Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-02-15T15:38:07.847Z] docker_cli_swarm_test.go:1796: [dd450bb211feb] joining swarm manager [dde6af733deb0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:38:08.790Z] check_test.go:195: [dc72ce55afdd9] daemon is not started [2022-02-15T15:38:08.790Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-02-15T15:38:08.919Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-02-15T15:38:09.050Z] docker_cli_swarm_test.go:1797: [d21636a430077] joining swarm manager [dde6af733deb0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:38:09.248Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:38:09.248Z] INFO: Testing against a local daemon [2022-02-15T15:38:09.248Z] === RUN TestReadPluginNoRead [2022-02-15T15:38:09.248Z] read_test.go:21: no unix domain sockets on Windows [2022-02-15T15:38:09.248Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-02-15T15:38:09.248Z] PASS [2022-02-15T15:38:09.248Z] ok github.com/docker/docker/integration/plugin/logging 0.112s [2022-02-15T15:38:09.388Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-02-15T15:38:09.718Z] [2022-02-15T15:38:09.718Z] === Skipped [2022-02-15T15:38:09.718Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-02-15T15:38:09.718Z] read_test.go:21: no unix domain sockets on Windows [2022-02-15T15:38:09.718Z] [2022-02-15T15:38:09.718Z] DONE 1 tests, 1 skipped in 2.397s [2022-02-15T15:38:09.718Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-02-15T15:38:09.991Z] check_test.go:195: [dd55fd87d6442] daemon is not started [2022-02-15T15:38:09.991Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-02-15T15:38:10.252Z] check_test.go:195: [d5afb27f45a5b] daemon is not started [2022-02-15T15:38:10.252Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-02-15T15:38:10.705Z] testing: warning: no tests to run [2022-02-15T15:38:10.705Z] PASS [2022-02-15T15:38:10.705Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.092s [2022-02-15T15:38:10.705Z] [2022-02-15T15:38:10.705Z] DONE 0 tests in 1.267s [2022-02-15T15:38:11.173Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-02-15T15:38:12.820Z] check_test.go:195: [d32441c72c7da] daemon is not started [2022-02-15T15:38:12.820Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-02-15T15:38:13.388Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:38:13.388Z] INFO: Testing against a local daemon [2022-02-15T15:38:13.388Z] === RUN TestPluginWithDevMounts [2022-02-15T15:38:13.388Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:13.388Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-02-15T15:38:13.388Z] PASS [2022-02-15T15:38:13.388Z] ok github.com/docker/docker/integration/plugin/volumes 0.093s [2022-02-15T15:38:13.388Z] [2022-02-15T15:38:13.388Z] === Skipped [2022-02-15T15:38:13.388Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-02-15T15:38:13.388Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:13.388Z] [2022-02-15T15:38:13.388Z] DONE 1 tests, 1 skipped in 2.260s [2022-02-15T15:38:13.388Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-02-15T15:38:15.604Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:38:15.604Z] INFO: Testing against a local daemon [2022-02-15T15:38:15.604Z] === RUN TestSecretInspect [2022-02-15T15:38:15.604Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:15.604Z] --- SKIP: TestSecretInspect (0.00s) [2022-02-15T15:38:15.604Z] === RUN TestSecretList [2022-02-15T15:38:15.604Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:15.604Z] --- SKIP: TestSecretList (0.00s) [2022-02-15T15:38:15.604Z] === RUN TestSecretsCreateAndDelete [2022-02-15T15:38:15.604Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:15.604Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-02-15T15:38:15.604Z] === RUN TestSecretsUpdate [2022-02-15T15:38:15.604Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:15.604Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-02-15T15:38:15.604Z] === RUN TestTemplatedSecret [2022-02-15T15:38:15.604Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:15.604Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-02-15T15:38:15.604Z] === RUN TestSecretCreateResolve [2022-02-15T15:38:15.604Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:38:15.604Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-02-15T15:38:15.604Z] PASS [2022-02-15T15:38:15.604Z] ok github.com/docker/docker/integration/secret 0.128s [2022-02-15T15:38:15.604Z] [2022-02-15T15:38:15.604Z] === Skipped [2022-02-15T15:38:15.604Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-02-15T15:38:15.604Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:15.604Z] [2022-02-15T15:38:15.604Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-02-15T15:38:15.604Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:15.604Z] [2022-02-15T15:38:15.604Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-02-15T15:38:15.604Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:15.604Z] [2022-02-15T15:38:15.604Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-02-15T15:38:15.604Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:15.604Z] [2022-02-15T15:38:15.604Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-02-15T15:38:15.604Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:15.604Z] [2022-02-15T15:38:15.604Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-02-15T15:38:15.604Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:38:15.604Z] [2022-02-15T15:38:15.604Z] DONE 6 tests, 6 skipped in 2.060s [2022-02-15T15:38:15.604Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-02-15T15:38:15.772Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-02-15T15:38:16.536Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-02-15T15:38:16.536Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-02-15T15:38:16.536Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-02-15T15:38:16.536Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-02-15T15:38:17.519Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-02-15T15:38:17.519Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-02-15T15:38:17.519Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-02-15T15:38:18.560Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:38:18.560Z] INFO: Testing against a local daemon [2022-02-15T15:38:18.560Z] === RUN TestServiceCreateInit [2022-02-15T15:38:18.560Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-02-15T15:38:18.560Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-02-15T15:38:18.560Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- PASS: TestServiceCreateInit (0.05s) [2022-02-15T15:38:18.560Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-15T15:38:18.560Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-15T15:38:18.560Z] === RUN TestCreateServiceMultipleTimes [2022-02-15T15:38:18.560Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-02-15T15:38:18.560Z] === RUN TestCreateServiceConflict [2022-02-15T15:38:18.560Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-02-15T15:38:18.560Z] === RUN TestCreateServiceMaxReplicas [2022-02-15T15:38:18.560Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestCreateServiceMaxReplicas (0.06s) [2022-02-15T15:38:18.560Z] === RUN TestCreateWithDuplicateNetworkNames [2022-02-15T15:38:18.560Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-02-15T15:38:18.560Z] === RUN TestCreateServiceSecretFileMode [2022-02-15T15:38:18.560Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-02-15T15:38:18.560Z] === RUN TestCreateServiceConfigFileMode [2022-02-15T15:38:18.560Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-02-15T15:38:18.560Z] === RUN TestCreateServiceSysctls [2022-02-15T15:38:18.560Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-02-15T15:38:18.560Z] === RUN TestCreateServiceCapabilities [2022-02-15T15:38:18.560Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-02-15T15:38:18.560Z] === RUN TestInspect [2022-02-15T15:38:18.560Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestInspect (0.00s) [2022-02-15T15:38:18.560Z] === RUN TestCreateJob [2022-02-15T15:38:18.560Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestCreateJob (0.00s) [2022-02-15T15:38:18.560Z] === RUN TestReplicatedJob [2022-02-15T15:38:18.560Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestReplicatedJob (0.00s) [2022-02-15T15:38:18.560Z] === RUN TestUpdateReplicatedJob [2022-02-15T15:38:18.560Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-02-15T15:38:18.560Z] === RUN TestServiceListWithStatuses [2022-02-15T15:38:18.560Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-02-15T15:38:18.560Z] === RUN TestDockerNetworkConnectAlias [2022-02-15T15:38:18.560Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-02-15T15:38:18.560Z] === RUN TestDockerNetworkReConnect [2022-02-15T15:38:18.560Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-02-15T15:38:18.560Z] === RUN TestServicePlugin [2022-02-15T15:38:18.560Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestServicePlugin (0.00s) [2022-02-15T15:38:18.560Z] === RUN TestServiceUpdateLabel [2022-02-15T15:38:18.560Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:38:18.560Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-02-15T15:38:18.560Z] === RUN TestServiceUpdateSecrets [2022-02-15T15:38:18.560Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:38:18.560Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-02-15T15:38:18.560Z] === RUN TestServiceUpdateConfigs [2022-02-15T15:38:18.560Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:38:18.560Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-02-15T15:38:18.560Z] === RUN TestServiceUpdateNetwork [2022-02-15T15:38:18.560Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:38:18.560Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-02-15T15:38:18.560Z] === RUN TestServiceUpdatePidsLimit [2022-02-15T15:38:18.560Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:38:18.560Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-02-15T15:38:18.560Z] PASS [2022-02-15T15:38:18.560Z] ok github.com/docker/docker/integration/service 0.334s [2022-02-15T15:38:18.560Z] [2022-02-15T15:38:18.560Z] === Skipped [2022-02-15T15:38:18.560Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-15T15:38:18.560Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-02-15T15:38:18.560Z] [2022-02-15T15:38:18.560Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-15T15:38:18.560Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-02-15T15:38:18.560Z] [2022-02-15T15:38:18.560Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-02-15T15:38:18.560Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] [2022-02-15T15:38:18.560Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.01s) [2022-02-15T15:38:18.560Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] [2022-02-15T15:38:18.560Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.06s) [2022-02-15T15:38:18.560Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] [2022-02-15T15:38:18.560Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-02-15T15:38:18.560Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] [2022-02-15T15:38:18.560Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-02-15T15:38:18.560Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] [2022-02-15T15:38:18.560Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-02-15T15:38:18.560Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] [2022-02-15T15:38:18.560Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-02-15T15:38:18.560Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.560Z] [2022-02-15T15:38:18.560Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-02-15T15:38:18.561Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.561Z] [2022-02-15T15:38:18.561Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-02-15T15:38:18.561Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.561Z] [2022-02-15T15:38:18.561Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-02-15T15:38:18.561Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.561Z] [2022-02-15T15:38:18.561Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-02-15T15:38:18.561Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.561Z] [2022-02-15T15:38:18.561Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-02-15T15:38:18.561Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.561Z] [2022-02-15T15:38:18.561Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-02-15T15:38:18.561Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.561Z] [2022-02-15T15:38:18.561Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-02-15T15:38:18.561Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.561Z] [2022-02-15T15:38:18.561Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-02-15T15:38:18.561Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.561Z] [2022-02-15T15:38:18.561Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-02-15T15:38:18.561Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:18.561Z] [2022-02-15T15:38:18.561Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-02-15T15:38:18.561Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:38:18.561Z] [2022-02-15T15:38:18.561Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-02-15T15:38:18.561Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:38:18.561Z] [2022-02-15T15:38:18.561Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-02-15T15:38:18.561Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:38:18.561Z] [2022-02-15T15:38:18.561Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-02-15T15:38:18.561Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:38:18.561Z] [2022-02-15T15:38:18.561Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-02-15T15:38:18.561Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-02-15T15:38:18.561Z] [2022-02-15T15:38:18.561Z] DONE 24 tests, 23 skipped in 2.667s [2022-02-15T15:38:18.561Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-02-15T15:38:19.399Z] check_test.go:195: [d860799c96c40] daemon is not started [2022-02-15T15:38:19.399Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-02-15T15:38:20.126Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:38:20.126Z] INFO: Testing against a local daemon [2022-02-15T15:38:20.126Z] === RUN TestSessionCreate [2022-02-15T15:38:20.126Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-02-15T15:38:20.126Z] --- SKIP: TestSessionCreate (0.00s) [2022-02-15T15:38:20.126Z] === RUN TestSessionCreateWithBadUpgrade [2022-02-15T15:38:20.126Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-02-15T15:38:20.126Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-02-15T15:38:20.126Z] PASS [2022-02-15T15:38:20.126Z] ok github.com/docker/docker/integration/session 0.108s [2022-02-15T15:38:20.595Z] [2022-02-15T15:38:20.595Z] === Skipped [2022-02-15T15:38:20.595Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-02-15T15:38:20.595Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-02-15T15:38:20.595Z] [2022-02-15T15:38:20.595Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-02-15T15:38:20.595Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-02-15T15:38:20.595Z] [2022-02-15T15:38:20.595Z] DONE 2 tests, 2 skipped in 1.887s [2022-02-15T15:38:20.595Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-02-15T15:38:20.783Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-02-15T15:38:21.355Z] check_test.go:195: [d6d721bdadaf5] daemon is not started [2022-02-15T15:38:21.355Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-02-15T15:38:21.814Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-02-15T15:38:22.738Z] check_test.go:195: [d0f7aa5d9fda0] daemon is not started [2022-02-15T15:38:22.738Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-02-15T15:38:22.819Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:38:22.819Z] INFO: Testing against a local daemon [2022-02-15T15:38:22.819Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-02-15T15:38:22.819Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:22.819Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-15T15:38:22.819Z] === RUN TestDiskUsage [2022-02-15T15:38:22.819Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-02-15T15:38:22.819Z] --- SKIP: TestDiskUsage (0.00s) [2022-02-15T15:38:22.819Z] === RUN TestEventsExecDie [2022-02-15T15:38:22.819Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-02-15T15:38:22.819Z] --- SKIP: TestEventsExecDie (0.00s) [2022-02-15T15:38:22.819Z] === RUN TestEventsBackwardsCompatible [2022-02-15T15:38:22.819Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-02-15T15:38:22.819Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-02-15T15:38:22.819Z] === RUN TestEventsVolumeCreate [2022-02-15T15:38:22.819Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-02-15T15:38:22.819Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-02-15T15:38:22.819Z] === RUN TestInfoAPI [2022-02-15T15:38:22.819Z] --- PASS: TestInfoAPI (0.05s) [2022-02-15T15:38:22.819Z] === RUN TestInfoAPIWarnings [2022-02-15T15:38:22.819Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:38:22.819Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-02-15T15:38:22.819Z] === RUN TestInfoDebug [2022-02-15T15:38:22.819Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:38:22.819Z] --- SKIP: TestInfoDebug (0.00s) [2022-02-15T15:38:22.819Z] === RUN TestInfoInsecureRegistries [2022-02-15T15:38:22.819Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:38:22.819Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-02-15T15:38:22.819Z] === RUN TestInfoRegistryMirrors [2022-02-15T15:38:22.819Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:38:22.819Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-02-15T15:38:22.819Z] === RUN TestLoginFailsWithBadCredentials [2022-02-15T15:38:22.840Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-02-15T15:38:22.840Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-02-15T15:38:22.840Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-02-15T15:38:23.290Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s) [2022-02-15T15:38:23.290Z] === RUN TestPingCacheHeaders [2022-02-15T15:38:23.290Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-02-15T15:38:23.290Z] === RUN TestPingGet [2022-02-15T15:38:23.682Z] check_test.go:195: [debf2606127b6] daemon is not started [2022-02-15T15:38:23.682Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-02-15T15:38:23.759Z] --- PASS: TestPingGet (0.05s) [2022-02-15T15:38:23.759Z] === RUN TestPingHead [2022-02-15T15:38:23.759Z] --- PASS: TestPingHead (0.04s) [2022-02-15T15:38:23.759Z] === RUN TestVersion [2022-02-15T15:38:23.759Z] --- PASS: TestVersion (0.04s) [2022-02-15T15:38:23.759Z] PASS [2022-02-15T15:38:23.759Z] ok github.com/docker/docker/integration/system 1.320s [2022-02-15T15:38:23.759Z] [2022-02-15T15:38:23.759Z] === Skipped [2022-02-15T15:38:23.759Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-02-15T15:38:23.759Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-02-15T15:38:23.759Z] [2022-02-15T15:38:23.759Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-02-15T15:38:23.759Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-02-15T15:38:23.759Z] [2022-02-15T15:38:23.759Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-02-15T15:38:23.759Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-02-15T15:38:23.759Z] [2022-02-15T15:38:23.759Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-02-15T15:38:23.759Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-02-15T15:38:23.759Z] [2022-02-15T15:38:23.759Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-02-15T15:38:23.759Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-02-15T15:38:23.759Z] [2022-02-15T15:38:23.759Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-02-15T15:38:23.759Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-02-15T15:38:23.759Z] [2022-02-15T15:38:23.759Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-02-15T15:38:23.759Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:38:23.759Z] [2022-02-15T15:38:23.759Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-02-15T15:38:23.759Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:38:23.759Z] [2022-02-15T15:38:23.759Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-02-15T15:38:23.759Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-02-15T15:38:23.759Z] [2022-02-15T15:38:23.759Z] DONE 15 tests, 9 skipped in 3.195s [2022-02-15T15:38:23.759Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-02-15T15:38:24.625Z] check_test.go:195: [d08661634e0b5] daemon is not started [2022-02-15T15:38:24.625Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-02-15T15:38:25.568Z] check_test.go:195: [d92f434cd9d61] daemon is not started [2022-02-15T15:38:25.568Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-02-15T15:38:25.976Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:38:25.976Z] INFO: Testing against a local daemon [2022-02-15T15:38:25.976Z] === RUN TestVolumesCreateAndList [2022-02-15T15:38:25.976Z] --- PASS: TestVolumesCreateAndList (0.08s) [2022-02-15T15:38:25.976Z] === RUN TestVolumesRemove [2022-02-15T15:38:25.976Z] --- PASS: TestVolumesRemove (0.14s) [2022-02-15T15:38:25.976Z] === RUN TestVolumesInspect [2022-02-15T15:38:25.976Z] --- PASS: TestVolumesInspect (0.10s) [2022-02-15T15:38:25.976Z] === RUN TestVolumesInvalidJSON [2022-02-15T15:38:25.976Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-02-15T15:38:25.976Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-02-15T15:38:25.976Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-02-15T15:38:25.976Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-02-15T15:38:25.976Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-02-15T15:38:25.976Z] PASS [2022-02-15T15:38:25.976Z] ok github.com/docker/docker/integration/volume 0.450s [2022-02-15T15:38:26.443Z] [2022-02-15T15:38:26.443Z] DONE 5 tests in 2.558s [2022-02-15T15:38:26.443Z] INFO: make.ps1 ended at 02/15/2022 15:38:26 [2022-02-15T15:38:26.443Z] INFO: Integration CLI tests being run from the host: [2022-02-15T15:38:26.443Z] 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-02-15T15:38:26.749Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-02-15T15:38:26.951Z] check_test.go:195: [d0bd38df0b300] daemon is not started [2022-02-15T15:38:26.951Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-02-15T15:38:27.522Z] check_test.go:195: [dc80455465096] daemon is not started [2022-02-15T15:38:27.522Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-02-15T15:38:28.373Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-02-15T15:38:28.464Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-02-15T15:38:28.725Z] check_test.go:195: [df98033832649] daemon is not started [2022-02-15T15:38:28.725Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-02-15T15:38:29.666Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:4e9b1207af3cbf2b0b95f287b8b73378e20e43451f9fb3f36e15288d4b678e6c [2022-02-15T15:38:30.005Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-02-15T15:38:30.005Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-02-15T15:38:30.005Z] === RUN TestDockerSuite/TestBuildHistory [2022-02-15T15:38:30.610Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9c70d334cd4c6ee97039d02f9d33be693788f3c0498587d74009a2a69c2c6eb1 [2022-02-15T15:38:30.610Z] docker_cli_swarm_test.go:1315: [d17d43418d165] joining swarm manager [d61fa4df80cc5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:38:31.182Z] check_test.go:195: [d8fddaeb2510f] daemon is not started [2022-02-15T15:38:31.182Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-02-15T15:38:32.124Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:32d6d2022088edb63e789437e50f514377a77c8f63c84273c29c07b2e9847e36 [2022-02-15T15:38:32.124Z] docker_cli_swarm_test.go:1316: [d82ce80d422b6] joining swarm manager [d61fa4df80cc5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:38:33.067Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:28caf25d5d1b63f99ea6daa48f8df9aa86f96d63cab8b33179d1ef6f2ea78ef8 [2022-02-15T15:38:33.067Z] check_test.go:195: [dd1b203fbdcfd] daemon is not started [2022-02-15T15:38:33.067Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-02-15T15:38:34.408Z] === RUN TestDockerSuite/TestBuildAddScript [2022-02-15T15:38:34.408Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-02-15T15:38:34.451Z] check_test.go:195: [d4c381117795e] daemon is not started [2022-02-15T15:38:34.451Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-02-15T15:38:34.896Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-02-15T15:38:34.896Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-02-15T15:38:34.896Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-02-15T15:38:34.896Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-02-15T15:38:34.896Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-02-15T15:38:34.896Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-02-15T15:38:34.896Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-02-15T15:38:35.385Z] === RUN TestDockerSuite/TestBuildAddTar [2022-02-15T15:38:36.369Z] check_test.go:195: [d4292033f79a1] daemon is not started [2022-02-15T15:38:36.369Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-02-15T15:38:36.889Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-02-15T15:38:36.889Z] INFO: Testing against a local daemon [2022-02-15T15:38:36.889Z] === RUN TestDockerSuite [2022-02-15T15:38:36.889Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-02-15T15:38:36.889Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-02-15T15:38:36.889Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-02-15T15:38:36.889Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-02-15T15:38:36.889Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-02-15T15:38:36.889Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-02-15T15:38:36.889Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-02-15T15:38:36.889Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-02-15T15:38:36.889Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-02-15T15:38:36.889Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-02-15T15:38:37.308Z] check_test.go:195: [d6b937f760c4c] daemon is not started [2022-02-15T15:38:37.308Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-02-15T15:38:37.308Z] check_test.go:195: [de2e6c452f7ac] daemon is not started [2022-02-15T15:38:37.308Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-02-15T15:38:37.358Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-02-15T15:38:37.358Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-02-15T15:38:38.250Z] check_test.go:195: [d8276f8cb1219] daemon is not started [2022-02-15T15:38:38.344Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-02-15T15:38:38.510Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-02-15T15:38:38.812Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-02-15T15:38:39.451Z] check_test.go:195: [db3d367d60d80] daemon is not started [2022-02-15T15:38:39.451Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-02-15T15:38:40.021Z] check_test.go:195: [d954c76941942] daemon is not started [2022-02-15T15:38:40.021Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-02-15T15:38:42.565Z] check_test.go:195: [db817b63a61ed] daemon is not started [2022-02-15T15:38:42.565Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-02-15T15:38:42.826Z] check_test.go:195: [d167625100f66] daemon is not started [2022-02-15T15:38:42.826Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-02-15T15:38:43.767Z] check_test.go:195: [df9e344a2e6c4] daemon is not started [2022-02-15T15:38:43.767Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-02-15T15:38:44.338Z] check_test.go:195: [d2fa85de19651] daemon is not started [2022-02-15T15:38:44.338Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-02-15T15:38:44.338Z] check_test.go:195: [d09d25706d45e] daemon is not started [2022-02-15T15:38:44.338Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-02-15T15:38:44.599Z] check_test.go:195: [d42b201179956] daemon is not started [2022-02-15T15:38:44.599Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-02-15T15:38:44.859Z] check_test.go:195: [dd69e94e8c8d4] daemon is not started [2022-02-15T15:38:44.859Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-02-15T15:38:44.923Z] === RUN TestDockerSuite/TestBuildIidFile [2022-02-15T15:38:44.923Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-02-15T15:38:45.119Z] check_test.go:195: [d91135e1a3333] daemon is not started [2022-02-15T15:38:45.119Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-02-15T15:38:45.379Z] check_test.go:195: [d7f320f7b66b1] daemon is not started [2022-02-15T15:38:45.379Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-02-15T15:38:46.322Z] check_test.go:195: [d877e394753b6] daemon is not started [2022-02-15T15:38:46.322Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-02-15T15:38:47.707Z] check_test.go:195: [dc50dfe9b2255] daemon is not started [2022-02-15T15:38:47.707Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-02-15T15:38:47.871Z] === RUN TestDockerSuite/TestBuildInheritance [2022-02-15T15:38:47.872Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-02-15T15:38:47.872Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-02-15T15:38:48.650Z] check_test.go:195: [d0998a6783cb6] daemon is not started [2022-02-15T15:38:48.650Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-02-15T15:38:48.855Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-02-15T15:38:48.855Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-02-15T15:38:49.591Z] check_test.go:195: [d77cebff376b7] daemon is not started [2022-02-15T15:38:49.591Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-02-15T15:38:50.531Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite (45.15s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.48s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.14s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.43s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.70s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.61s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.80s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.35s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.86s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.01s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.05s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.03s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.89s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.20s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.29s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.16s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.99s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.11s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.95s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.00s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.87s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.87s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.27s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.40s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.07s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.38s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.00s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.38s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.80s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.00s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.91s) [2022-02-15T15:38:51.101Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.75s) [2022-02-15T15:38:51.101Z] === RUN TestDockerSchema1RegistrySuite [2022-02-15T15:38:51.101Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-02-15T15:38:51.361Z] check_test.go:222: [d74349ba8ce5d] daemon is not started [2022-02-15T15:38:51.361Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-02-15T15:38:53.906Z] check_test.go:222: [d6873e8079097] daemon is not started [2022-02-15T15:38:53.906Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-02-15T15:38:54.714Z] === RUN TestDockerSuite/TestBuildLabel [2022-02-15T15:38:56.274Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-02-15T15:38:56.741Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-02-15T15:38:58.302Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-02-15T15:38:58.768Z] === RUN TestDockerSuite/TestBuildLabels [2022-02-15T15:38:59.201Z] check_test.go:222: [ddacb95b37288] daemon is not started [2022-02-15T15:38:59.201Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-02-15T15:39:00.141Z] check_test.go:222: [d68798edbf811] daemon is not started [2022-02-15T15:39:00.141Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-02-15T15:39:00.329Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-02-15T15:39:00.401Z] check_test.go:222: [d1db13dfeab6e] daemon is not started [2022-02-15T15:39:00.401Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-02-15T15:39:01.343Z] check_test.go:222: [de5b9bd6eca91] daemon is not started [2022-02-15T15:39:01.343Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-02-15T15:39:02.286Z] check_test.go:222: [d83c64c00fad9] daemon is not started [2022-02-15T15:39:02.286Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-02-15T15:39:02.543Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-02-15T15:39:03.227Z] check_test.go:222: [de04f454c38f3] daemon is not started [2022-02-15T15:39:03.227Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-02-15T15:39:05.770Z] check_test.go:222: [df390a84404cd] daemon is not started [2022-02-15T15:39:05.770Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-02-15T15:39:06.031Z] check_test.go:222: [db771c9043260] daemon is not started [2022-02-15T15:39:06.031Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-02-15T15:39:06.293Z] check_test.go:222: [dac92c089d54f] daemon is not started [2022-02-15T15:39:06.293Z] --- PASS: TestDockerSchema1RegistrySuite (15.16s) [2022-02-15T15:39:06.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-02-15T15:39:06.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.67s) [2022-02-15T15:39:06.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.21s) [2022-02-15T15:39:06.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.99s) [2022-02-15T15:39:06.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-02-15T15:39:06.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.98s) [2022-02-15T15:39:06.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.90s) [2022-02-15T15:39:06.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.89s) [2022-02-15T15:39:06.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.37s) [2022-02-15T15:39:06.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.45s) [2022-02-15T15:39:06.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s) [2022-02-15T15:39:06.293Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-02-15T15:39:06.293Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-02-15T15:39:07.236Z] check_test.go:251: [d48050571598f] daemon is not started [2022-02-15T15:39:07.236Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-02-15T15:39:07.806Z] check_test.go:251: [dea98595d3350] daemon is not started [2022-02-15T15:39:07.806Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-02-15T15:39:07.806Z] check_test.go:251: [dc4cf1ab48b66] daemon is not started [2022-02-15T15:39:07.806Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-02-15T15:39:09.190Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-02-15T15:39:09.681Z] === RUN TestDockerSuite/TestBuildLastModified [2022-02-15T15:39:09.681Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-02-15T15:39:09.762Z] check_test.go:251: [d1de3347d8b96] daemon is not started [2022-02-15T15:39:09.762Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-02-15T15:39:10.135Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-02-15T15:39:10.135Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-02-15T15:39:10.135Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-02-15T15:39:10.135Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-02-15T15:39:10.135Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-02-15T15:39:10.135Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-02-15T15:39:10.335Z] check_test.go:251: [dfb5cd0b15a7c] daemon is not started [2022-02-15T15:39:10.335Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-02-15T15:39:10.591Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-02-15T15:39:10.907Z] check_test.go:251: [d2223179d80f5] daemon is not started [2022-02-15T15:39:10.907Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-02-15T15:39:11.045Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-02-15T15:39:11.167Z] check_test.go:251: [d563f1aa46c31] daemon is not started [2022-02-15T15:39:11.167Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.85s) [2022-02-15T15:39:11.167Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.72s) [2022-02-15T15:39:11.167Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.63s) [2022-02-15T15:39:11.167Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-02-15T15:39:11.167Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.25s) [2022-02-15T15:39:11.167Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.58s) [2022-02-15T15:39:11.167Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.50s) [2022-02-15T15:39:11.167Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.83s) [2022-02-15T15:39:11.167Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2022-02-15T15:39:11.167Z] === RUN TestDockerRegistryAuthTokenSuite [2022-02-15T15:39:11.167Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-02-15T15:39:12.004Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-02-15T15:39:16.448Z] check_test.go:278: [d9d0c32b48efb] daemon is not started [2022-02-15T15:39:16.448Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-02-15T15:39:16.448Z] check_test.go:278: [df2c13e302156] daemon is not started [2022-02-15T15:39:16.448Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-02-15T15:39:16.708Z] check_test.go:278: [db7c77674d832] daemon is not started [2022-02-15T15:39:16.708Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-02-15T15:39:16.708Z] check_test.go:278: [de03984cd0a3e] daemon is not started [2022-02-15T15:39:16.708Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-02-15T15:39:16.968Z] check_test.go:278: [de1fbed179515] daemon is not started [2022-02-15T15:39:16.968Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2022-02-15T15:39:16.968Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2022-02-15T15:39:16.968Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-02-15T15:39:16.968Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-02-15T15:39:16.968Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2022-02-15T15:39:16.968Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-02-15T15:39:16.968Z] === RUN TestDockerNetworkSuite [2022-02-15T15:39:16.968Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-02-15T15:39:17.911Z] docker_cli_network_unix_test.go:46: [d7e1f7712fa3e] daemon is not started [2022-02-15T15:39:17.911Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-02-15T15:39:18.497Z] docker_cli_network_unix_test.go:46: [d21abd7c09e8b] daemon is not started [2022-02-15T15:39:18.757Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-02-15T15:39:19.044Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-02-15T15:39:20.668Z] docker_cli_network_unix_test.go:46: [d8742a72569e7] daemon is not started [2022-02-15T15:39:21.609Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-02-15T15:39:22.549Z] docker_cli_network_unix_test.go:46: [d092bc0963027] daemon is not started [2022-02-15T15:39:22.809Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-02-15T15:39:23.069Z] docker_cli_network_unix_test.go:1233: [dd969f92125bd] daemon is not started [2022-02-15T15:39:25.657Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-02-15T15:39:26.228Z] docker_cli_network_unix_test.go:46: [d028e63516c96] daemon is not started [2022-02-15T15:39:26.642Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-02-15T15:39:26.642Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-02-15T15:39:26.642Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-02-15T15:39:26.642Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-02-15T15:39:26.642Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-02-15T15:39:26.798Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-02-15T15:39:31.000Z] docker_cli_network_unix_test.go:46: [de32a24f974c6] daemon is not started [2022-02-15T15:39:31.944Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-02-15T15:39:33.857Z] docker_cli_network_unix_test.go:46: [df3d75a7abc76] daemon is not started [2022-02-15T15:39:33.857Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-02-15T15:39:35.241Z] docker_cli_network_unix_test.go:46: [da8832424f20a] daemon is not started [2022-02-15T15:39:35.241Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-02-15T15:39:35.502Z] docker_cli_network_unix_test.go:46: [d976e811f4f0e] daemon is not started [2022-02-15T15:39:35.502Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-02-15T15:39:35.762Z] docker_cli_network_unix_test.go:46: [d619270feae99] daemon is not started [2022-02-15T15:39:36.023Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-02-15T15:39:36.593Z] docker_cli_network_unix_test.go:46: [db91d68bac738] daemon is not started [2022-02-15T15:39:36.854Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-02-15T15:39:37.424Z] docker_cli_network_unix_test.go:46: [d723f02987210] daemon is not started [2022-02-15T15:39:37.685Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-02-15T15:39:37.945Z] docker_cli_network_unix_test.go:46: [d76dc00829e0c] daemon is not started [2022-02-15T15:39:37.945Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-02-15T15:39:38.206Z] docker_cli_network_unix_test.go:46: [de26cc52e36b6] daemon is not started [2022-02-15T15:39:38.206Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-02-15T15:39:38.792Z] docker_cli_network_unix_test.go:46: [d800c8e49936a] daemon is not started [2022-02-15T15:39:38.792Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-02-15T15:39:39.053Z] docker_cli_network_unix_test.go:46: [d37dfaa204d9c] daemon is not started [2022-02-15T15:39:39.054Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-02-15T15:39:39.054Z] docker_cli_network_unix_test.go:46: [d838e1176d4e2] daemon is not started [2022-02-15T15:39:39.054Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-02-15T15:39:39.314Z] docker_cli_network_unix_test.go:46: [d069b21097120] daemon is not started [2022-02-15T15:39:39.314Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-02-15T15:39:39.885Z] docker_cli_network_unix_test.go:46: [d258c51267a65] daemon is not started [2022-02-15T15:39:40.088Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-02-15T15:39:40.088Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-02-15T15:39:40.088Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-02-15T15:39:40.145Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-02-15T15:39:40.546Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-02-15T15:39:40.716Z] docker_cli_network_unix_test.go:46: [d5b046d10a754] daemon is not started [2022-02-15T15:39:40.978Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-02-15T15:39:40.978Z] docker_cli_network_unix_test.go:46: [dc5a02cafc50c] daemon is not started [2022-02-15T15:39:41.238Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-02-15T15:39:41.238Z] docker_cli_network_unix_test.go:46: [d81828efbe2ed] daemon is not started [2022-02-15T15:39:41.499Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-02-15T15:39:41.499Z] docker_cli_network_unix_test.go:46: [d602a1c25e665] daemon is not started [2022-02-15T15:39:41.499Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-02-15T15:39:42.882Z] docker_cli_network_unix_test.go:968: [d10dac926199b] daemon is not started [2022-02-15T15:39:43.822Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-02-15T15:39:44.590Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-02-15T15:39:44.590Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-02-15T15:39:44.590Z] === RUN TestDockerSuite/TestBuildBlankName [2022-02-15T15:39:44.590Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-02-15T15:39:44.764Z] docker_cli_network_unix_test.go:46: [da79e029795a4] daemon is not started [2022-02-15T15:39:45.025Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-02-15T15:39:47.569Z] docker_cli_network_unix_test.go:1116: [d6d1b0f58e680] daemon is not started [2022-02-15T15:39:50.870Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-02-15T15:39:50.870Z] docker_cli_network_unix_test.go:46: [d751553edd408] daemon is not started [2022-02-15T15:39:50.870Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-02-15T15:39:51.441Z] docker_cli_network_unix_test.go:46: [d063558ff9862] daemon is not started [2022-02-15T15:39:51.441Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-02-15T15:39:51.441Z] docker_cli_network_unix_test.go:46: [d208aa7011455] daemon is not started [2022-02-15T15:39:51.441Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-02-15T15:39:51.441Z] docker_cli_network_unix_test.go:46: [d7af7370e4984] daemon is not started [2022-02-15T15:39:51.701Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-02-15T15:39:51.701Z] docker_cli_network_unix_test.go:46: [d1c011895b2c0] daemon is not started [2022-02-15T15:39:51.701Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-02-15T15:39:51.962Z] docker_cli_network_unix_test.go:46: [d3b8d7337dde4] daemon is not started [2022-02-15T15:39:51.962Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-02-15T15:39:51.962Z] docker_cli_network_unix_test.go:46: [d133c8e6d5dd7] daemon is not started [2022-02-15T15:39:51.962Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-02-15T15:39:53.347Z] docker_cli_network_unix_test.go:46: [dfa22e5946770] daemon is not started [2022-02-15T15:39:54.731Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-02-15T15:39:54.731Z] docker_cli_network_unix_test.go:46: [d128fd6905882] daemon is not started [2022-02-15T15:39:54.731Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-02-15T15:39:54.731Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-02-15T15:39:54.731Z] docker_cli_network_unix_test.go:46: [dac2aba0caca8] daemon is not started [2022-02-15T15:39:54.731Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-02-15T15:39:54.996Z] docker_cli_network_unix_test.go:46: [d22da61a6baca] daemon is not started [2022-02-15T15:39:55.137Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-02-15T15:39:55.137Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-02-15T15:39:55.256Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-02-15T15:39:56.140Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-02-15T15:39:58.554Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-02-15T15:40:00.478Z] docker_cli_network_unix_test.go:1084: [d5532fe2feeba] daemon is not started [2022-02-15T15:40:01.861Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-02-15T15:40:01.861Z] docker_cli_network_unix_test.go:46: [ded1efcedb94f] daemon is not started [2022-02-15T15:40:01.861Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-02-15T15:40:02.121Z] docker_cli_network_unix_test.go:46: [dd92bad6e4c48] daemon is not started [2022-02-15T15:40:02.249Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-02-15T15:40:02.381Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-02-15T15:40:03.764Z] docker_cli_network_unix_test.go:46: [dd2554c8990d3] daemon is not started [2022-02-15T15:40:04.025Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-02-15T15:40:04.025Z] docker_cli_network_unix_test.go:46: [d722c338502f1] daemon is not started [2022-02-15T15:40:04.025Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-02-15T15:40:04.286Z] docker_cli_network_unix_test.go:46: [d8eec81c792e7] daemon is not started [2022-02-15T15:40:04.547Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-02-15T15:40:05.119Z] docker_cli_network_unix_test.go:46: [d696adda82c80] daemon is not started [2022-02-15T15:40:05.119Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-02-15T15:40:05.689Z] docker_cli_network_unix_test.go:46: [d4a32a2ab010b] daemon is not started [2022-02-15T15:40:06.261Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-02-15T15:40:11.546Z] docker_cli_network_unix_test.go:46: [d3c6587df23ab] daemon is not started [2022-02-15T15:40:11.546Z] --- PASS: TestDockerNetworkSuite (54.31s) [2022-02-15T15:40:11.546Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.01s) [2022-02-15T15:40:11.546Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.67s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.82s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.44s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.42s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.43s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.03s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.17s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.08s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.49s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.38s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.92s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.87s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.71s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.19s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.18s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.71s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.02s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.29s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.33s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.14s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.39s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.19s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.85s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.60s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2022-02-15T15:40:11.547Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.76s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.35s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.97s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.76s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.49s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.69s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.51s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.92s) [2022-02-15T15:40:11.547Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.17s) [2022-02-15T15:40:11.547Z] === RUN TestDockerHubPullSuite [2022-02-15T15:40:11.547Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-02-15T15:40:12.929Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-02-15T15:40:14.311Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-02-15T15:40:14.849Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-02-15T15:40:15.251Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-02-15T15:40:15.822Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-02-15T15:40:17.307Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-02-15T15:40:17.568Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-02-15T15:40:17.830Z] --- PASS: TestDockerHubPullSuite (6.44s) [2022-02-15T15:40:17.830Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.66s) [2022-02-15T15:40:17.830Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.20s) [2022-02-15T15:40:17.831Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.72s) [2022-02-15T15:40:17.831Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.55s) [2022-02-15T15:40:17.831Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.24s) [2022-02-15T15:40:17.831Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-02-15T15:40:17.831Z] PASS [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === Skipped [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.05s) [2022-02-15T15:40:17.831Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.05s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-02-15T15:40:17.831Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-02-15T15:40:17.831Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-02-15T15:40:17.831Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-02-15T15:40:17.831Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-02-15T15:40:17.831Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-02-15T15:40:17.831Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-02-15T15:40:17.831Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-02-15T15:40:17.831Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-02-15T15:40:17.831Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-02-15T15:40:17.831Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-02-15T15:40:17.831Z] docker_cli_sni_test.go:18: Flakey test [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-02-15T15:40:17.831Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.01s) [2022-02-15T15:40:17.831Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-02-15T15:40:17.831Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2022-02-15T15:40:17.831Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-02-15T15:40:17.831Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-02-15T15:40:17.831Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-02-15T15:40:17.831Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2022-02-15T15:40:17.831Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-02-15T15:40:17.831Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-02-15T15:40:17.831Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-02-15T15:40:17.831Z] docker_cli_network_unix_test.go:46: [dac2aba0caca8] daemon is not started [2022-02-15T15:40:17.831Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] DONE 1262 tests, 51 skipped in 1430.990s [2022-02-15T15:40:17.831Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-02-15T15:40:17.831Z] ++++ cat bundles/test-integration/docker.pid [2022-02-15T15:40:17.831Z] +++ kill 8345 [2022-02-15T15:40:17.831Z] +++ /etc/init.d/apparmor stop [2022-02-15T15:40:17.831Z] Leaving: AppArmorNo profiles have been unloaded. [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] Unloading profiles will leave already running processes permanently [2022-02-15T15:40:17.831Z] unconfined, which can lead to unexpected situations. [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] To set a process to complain mode, use the command line tool [2022-02-15T15:40:17.831Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-02-15T15:40:17.831Z] +++ true [2022-02-15T15:40:17.831Z] exiting test-integration [2022-02-15T15:40:17.831Z] ++ exit 0 [2022-02-15T15:40:17.831Z] [2022-02-15T15:40:17.831Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-02-15T15:40:18.091Z] + for job in $(jobs -p) [2022-02-15T15:40:18.091Z] + wait 5344 [2022-02-15T15:40:23.024Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-02-15T15:40:23.374Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-02-15T15:40:27.449Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-02-15T15:40:27.449Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-02-15T15:40:27.449Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-02-15T15:40:29.958Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-02-15T15:40:31.339Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-02-15T15:40:33.390Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-02-15T15:40:33.390Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-02-15T15:40:33.390Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-02-15T15:40:33.390Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-02-15T15:40:33.390Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-02-15T15:40:35.540Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-02-15T15:40:37.040Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-02-15T15:40:37.452Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-02-15T15:40:37.501Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-02-15T15:40:37.501Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-02-15T15:40:37.501Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-02-15T15:40:37.501Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-02-15T15:40:37.501Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-02-15T15:40:37.501Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-02-15T15:40:37.501Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-02-15T15:40:37.501Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-02-15T15:40:37.501Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-02-15T15:40:37.501Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-02-15T15:40:37.501Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-02-15T15:40:37.501Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-02-15T15:40:37.501Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-02-15T15:40:37.501Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-02-15T15:40:37.501Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T15:40:37.501Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-02-15T15:40:37.501Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-02-15T15:40:37.501Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-02-15T15:40:37.501Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-02-15T15:40:40.660Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-02-15T15:40:40.751Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-02-15T15:40:40.752Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-02-15T15:40:40.752Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-02-15T15:40:42.140Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-02-15T15:40:42.140Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-02-15T15:40:42.140Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-02-15T15:40:42.140Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-02-15T15:40:42.140Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-02-15T15:40:42.140Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-02-15T15:40:42.140Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-02-15T15:40:42.140Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-02-15T15:40:44.596Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-02-15T15:40:44.596Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-02-15T15:40:44.596Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-02-15T15:40:44.596Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-02-15T15:40:44.596Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-02-15T15:40:47.329Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-02-15T15:40:47.329Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-02-15T15:40:47.518Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-02-15T15:40:47.702Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-02-15T15:40:47.899Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-02-15T15:40:50.418Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-02-15T15:40:50.418Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-02-15T15:40:50.418Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-02-15T15:40:50.418Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-02-15T15:40:50.418Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-02-15T15:40:50.418Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-02-15T15:40:50.418Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-02-15T15:40:50.418Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-02-15T15:40:50.418Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-02-15T15:40:50.475Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-02-15T15:40:54.143Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-02-15T15:40:54.143Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-02-15T15:40:54.143Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-02-15T15:40:54.143Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-02-15T15:40:54.143Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-02-15T15:40:56.231Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-02-15T15:41:02.020Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-02-15T15:41:02.721Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-02-15T15:41:12.440Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-02-15T15:41:19.788Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-02-15T15:41:19.788Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-02-15T15:41:20.277Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-02-15T15:41:20.277Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-02-15T15:41:20.765Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-02-15T15:41:22.391Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-02-15T15:41:22.391Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-02-15T15:41:22.391Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-02-15T15:41:27.308Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-02-15T15:41:27.308Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-02-15T15:41:27.308Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-02-15T15:41:28.424Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-02-15T15:41:30.721Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-02-15T15:41:30.721Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-02-15T15:41:30.721Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-02-15T15:41:30.721Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-02-15T15:41:30.721Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-02-15T15:41:32.349Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-02-15T15:41:33.375Z] === RUN TestDockerSuite/TestBuildCmd [2022-02-15T15:41:34.402Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-02-15T15:41:34.463Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-02-15T15:41:34.463Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-02-15T15:41:34.463Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-02-15T15:41:34.463Z] === RUN TestDockerSuite/TestBuildNetNone [2022-02-15T15:41:34.463Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-02-15T15:41:34.463Z] === RUN TestDockerSuite/TestBuildNoContext [2022-02-15T15:41:34.893Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-02-15T15:41:35.382Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-02-15T15:41:38.246Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-02-15T15:41:44.105Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-02-15T15:41:44.245Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-02-15T15:41:46.542Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-02-15T15:41:46.542Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-02-15T15:41:46.542Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-02-15T15:41:46.729Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-02-15T15:41:46.729Z] docker_cli_swarm_test.go:1180: [dd862164cbbe6] joining swarm manager [d904c2f6ef19d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:41:47.059Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-02-15T15:41:47.526Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-02-15T15:41:47.526Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-02-15T15:41:47.570Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-02-15T15:41:47.570Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-02-15T15:41:47.570Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-02-15T15:41:48.598Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-02-15T15:41:50.472Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-02-15T15:41:51.459Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-02-15T15:41:51.653Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-02-15T15:41:52.008Z] docker_cli_swarm_test.go:1189: [dc171c20d0872] joining swarm manager [d904c2f6ef19d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:41:52.682Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-02-15T15:41:53.171Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-02-15T15:41:53.171Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-02-15T15:41:53.171Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-02-15T15:41:53.671Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-02-15T15:41:54.898Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-02-15T15:41:55.386Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-02-15T15:41:55.386Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-02-15T15:41:55.386Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-02-15T15:41:55.386Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-02-15T15:41:55.386Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-02-15T15:42:02.770Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-02-15T15:42:06.150Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-02-15T15:42:06.616Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-02-15T15:42:19.163Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-02-15T15:42:22.949Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-02-15T15:42:33.371Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-02-15T15:42:40.538Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-02-15T15:42:46.395Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-02-15T15:42:47.380Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-02-15T15:42:47.380Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-02-15T15:42:47.380Z] === RUN TestDockerSuite/TestBuildPATH [2022-02-15T15:42:47.380Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-02-15T15:42:47.380Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-02-15T15:42:48.261Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-02-15T15:42:50.329Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-02-15T15:42:50.330Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-02-15T15:42:50.330Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-02-15T15:42:54.098Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-02-15T15:42:54.098Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-02-15T15:42:54.098Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-02-15T15:42:54.860Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-02-15T15:42:57.165Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-02-15T15:42:57.165Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-02-15T15:42:58.197Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-02-15T15:42:58.197Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-02-15T15:42:58.197Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-02-15T15:42:58.197Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-02-15T15:42:58.685Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-02-15T15:42:59.060Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-02-15T15:42:59.174Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-02-15T15:42:59.174Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-02-15T15:42:59.174Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-02-15T15:43:01.158Z] docker_cli_swarm_test.go:1112: [db7bf361ac10e] joining swarm manager [da197bb10f990]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:43:02.098Z] docker_cli_swarm_test.go:1113: [d8c2a9f7a65bb] joining swarm manager [da197bb10f990]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:43:29.638Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-02-15T15:43:29.886Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-02-15T15:43:29.886Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-02-15T15:43:29.886Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-02-15T15:43:29.886Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-02-15T15:43:29.886Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-02-15T15:43:29.886Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-02-15T15:43:29.886Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-02-15T15:43:29.886Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-02-15T15:43:29.886Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-02-15T15:43:29.886Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-02-15T15:43:29.886Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-02-15T15:43:29.886Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-02-15T15:43:29.886Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-02-15T15:43:29.886Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-02-15T15:43:30.129Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-02-15T15:43:30.129Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-02-15T15:43:30.356Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-02-15T15:43:30.617Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-02-15T15:43:34.168Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-02-15T15:43:35.737Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-02-15T15:43:35.737Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-02-15T15:43:36.207Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-02-15T15:43:36.207Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-02-15T15:43:36.207Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-02-15T15:43:36.207Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-02-15T15:43:40.007Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-02-15T15:43:41.185Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-02-15T15:43:54.962Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-02-15T15:43:56.264Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-02-15T15:43:56.264Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-02-15T15:43:57.292Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-02-15T15:44:02.373Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-02-15T15:44:05.414Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-02-15T15:44:05.414Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-02-15T15:44:05.414Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-02-15T15:44:05.414Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-02-15T15:44:06.329Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-02-15T15:44:07.195Z] === RUN TestDockerSuite/TestBuildRm [2022-02-15T15:44:09.229Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-02-15T15:44:10.255Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-02-15T15:44:11.455Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-02-15T15:44:20.120Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-02-15T15:44:22.096Z] === RUN TestDockerSuite/TestBuildAddScript [2022-02-15T15:44:22.096Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-02-15T15:44:22.096Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-02-15T15:44:22.096Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-02-15T15:44:22.096Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-02-15T15:44:22.096Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-02-15T15:44:22.096Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-02-15T15:44:22.096Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-02-15T15:44:22.096Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-02-15T15:44:22.564Z] === RUN TestDockerSuite/TestBuildAddTar [2022-02-15T15:44:23.911Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-02-15T15:44:23.911Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-02-15T15:44:23.911Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-02-15T15:44:23.911Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-02-15T15:44:24.378Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-02-15T15:44:26.590Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-02-15T15:44:31.337Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-02-15T15:44:36.225Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-02-15T15:44:42.088Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-02-15T15:44:53.585Z] docker_cli_swarm_test.go:1166: [d472188afea6d] joining swarm manager [da197bb10f990]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-02-15T15:45:03.521Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-02-15T15:45:03.521Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-02-15T15:45:03.521Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-02-15T15:45:13.470Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-02-15T15:45:13.470Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-02-15T15:45:13.470Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-02-15T15:45:13.470Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-02-15T15:45:13.470Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-02-15T15:45:13.938Z] === RUN TestDockerSuite/TestBuildSpaces [2022-02-15T15:45:13.938Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-02-15T15:45:18.687Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-02-15T15:45:18.687Z] === RUN TestDockerSuite/TestBuildStderr [2022-02-15T15:45:23.137Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-02-15T15:45:23.137Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-02-15T15:45:23.137Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-02-15T15:45:23.137Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-02-15T15:45:24.554Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-02-15T15:45:25.717Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-02-15T15:45:25.717Z] docker_cli_swarm_test.go:1447: [d03aaa8c2c027] joining swarm manager [d122e9b0e2f64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:45:25.717Z] docker_cli_swarm_test.go:1448: [d7d09b4318c8a] joining swarm manager [d122e9b0e2f64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-02-15T15:45:35.708Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-02-15T15:45:35.708Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-02-15T15:45:35.968Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-02-15T15:45:35.968Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-02-15T15:45:35.968Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-02-15T15:45:36.908Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-02-15T15:45:38.589Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-02-15T15:45:38.589Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-02-15T15:45:38.589Z] === RUN TestDockerSuite/TestBuildBlankName [2022-02-15T15:45:38.589Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-02-15T15:45:38.821Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-02-15T15:45:42.117Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-02-15T15:45:44.662Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-02-15T15:45:46.046Z] docker_cli_swarm_unix_test.go:63: [d25cb0bf99eec] joining swarm manager [d8a44bc69ee54]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:45:47.134Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-02-15T15:45:47.134Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-02-15T15:45:47.591Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-02-15T15:45:50.018Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-02-15T15:45:50.018Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-02-15T15:45:50.018Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-02-15T15:45:52.236Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-02-15T15:45:53.845Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-02-15T15:45:54.659Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-02-15T15:45:59.707Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-02-15T15:46:04.964Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-02-15T15:46:05.570Z] === RUN TestDockerSuite/TestBuildUser [2022-02-15T15:46:05.570Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-02-15T15:46:05.570Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-02-15T15:46:05.571Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-02-15T15:46:05.571Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-02-15T15:46:05.571Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-02-15T15:46:05.571Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-02-15T15:46:11.432Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-02-15T15:46:11.900Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-02-15T15:46:15.271Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-02-15T15:46:15.271Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-02-15T15:46:15.271Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-02-15T15:46:15.693Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-02-15T15:46:15.693Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-02-15T15:46:15.693Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-02-15T15:46:15.693Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-02-15T15:46:15.693Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-02-15T15:46:21.065Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-02-15T15:46:21.065Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-02-15T15:46:21.065Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-02-15T15:46:21.065Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-02-15T15:46:21.065Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-02-15T15:46:29.620Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-02-15T15:46:29.620Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-02-15T15:46:29.620Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-02-15T15:46:29.620Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-02-15T15:46:29.620Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-02-15T15:46:29.620Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-02-15T15:46:29.620Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-02-15T15:46:29.620Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-02-15T15:46:35.917Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-02-15T15:46:35.917Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-02-15T15:46:36.950Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-02-15T15:46:42.332Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-02-15T15:46:42.332Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-02-15T15:46:42.332Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-02-15T15:46:44.241Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-02-15T15:46:45.975Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-02-15T15:46:45.975Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-02-15T15:46:47.539Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-02-15T15:46:49.451Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-02-15T15:46:51.994Z] docker_api_swarm_test.go:962: [d19cf8e71e888] joining swarm manager [de7f91bb2f91d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-02-15T15:46:54.626Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-02-15T15:47:01.709Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-02-15T15:47:01.709Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-02-15T15:47:02.164Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-02-15T15:47:02.164Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-02-15T15:47:02.164Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-02-15T15:47:02.544Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-02-15T15:47:05.057Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-02-15T15:47:05.057Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-02-15T15:47:05.517Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-02-15T15:47:10.344Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-02-15T15:47:17.585Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-02-15T15:47:20.289Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-02-15T15:47:20.289Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-02-15T15:47:21.252Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-02-15T15:47:21.252Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-02-15T15:47:22.216Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-02-15T15:47:22.216Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-02-15T15:47:22.566Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-02-15T15:47:22.672Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-02-15T15:47:23.949Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-02-15T15:47:24.203Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-02-15T15:47:24.203Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-02-15T15:47:24.660Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-02-15T15:47:24.957Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-02-15T15:47:25.412Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-02-15T15:47:26.490Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-02-15T15:47:29.031Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-02-15T15:47:30.183Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-02-15T15:47:30.439Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-02-15T15:47:31.551Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-02-15T15:47:31.551Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-02-15T15:47:31.551Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-02-15T15:47:31.551Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-02-15T15:47:32.007Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-02-15T15:47:33.544Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-02-15T15:47:35.077Z] === RUN TestDockerSuite/TestBuildCmd [2022-02-15T15:47:35.536Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-02-15T15:47:35.609Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-02-15T15:47:36.500Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-02-15T15:47:36.956Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-02-15T15:47:40.893Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-02-15T15:47:42.805Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-02-15T15:47:43.229Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-02-15T15:47:43.229Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-02-15T15:47:43.229Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-02-15T15:47:43.229Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-02-15T15:47:43.229Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-02-15T15:47:43.229Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-02-15T15:47:43.229Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-02-15T15:47:44.009Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-02-15T15:47:44.757Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-02-15T15:47:45.357Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-02-15T15:47:46.903Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-02-15T15:47:46.903Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-02-15T15:47:46.903Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-02-15T15:47:47.869Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-02-15T15:47:47.869Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-02-15T15:47:47.869Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-02-15T15:47:47.897Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-02-15T15:47:48.833Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-02-15T15:47:49.811Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-02-15T15:47:51.003Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-02-15T15:47:51.966Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-02-15T15:47:52.930Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-02-15T15:47:52.930Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-02-15T15:47:52.930Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-02-15T15:47:53.106Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-02-15T15:47:53.893Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-02-15T15:47:54.856Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-02-15T15:47:54.856Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-02-15T15:47:54.856Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-02-15T15:47:54.856Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-02-15T15:47:54.856Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-02-15T15:47:55.019Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-02-15T15:47:55.042Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-02-15T15:47:57.206Z] === RUN TestDockerSuite/TestBuildXZHost [2022-02-15T15:47:57.206Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-02-15T15:47:57.206Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-02-15T15:47:57.206Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-02-15T15:47:57.206Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-02-15T15:47:57.206Z] docker_cli_sni_test.go:18: Flakey test [2022-02-15T15:47:57.661Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-02-15T15:47:59.954Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-02-15T15:48:02.091Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-02-15T15:48:05.719Z] === RUN TestDockerSuite/TestCommitChange [2022-02-15T15:48:06.332Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-02-15T15:48:11.487Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-02-15T15:48:17.267Z] === RUN TestDockerSuite/TestCommitHardlink [2022-02-15T15:48:17.267Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-02-15T15:48:17.267Z] === RUN TestDockerSuite/TestCommitNewFile [2022-02-15T15:48:21.410Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-02-15T15:48:25.959Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-02-15T15:48:25.959Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-02-15T15:48:25.959Z] === RUN TestDockerSuite/TestCommitTTY [2022-02-15T15:48:34.501Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-02-15T15:48:36.447Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-02-15T15:48:40.266Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-02-15T15:48:40.266Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-02-15T15:48:40.266Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-02-15T15:48:40.266Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-02-15T15:48:40.266Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-02-15T15:48:40.266Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-02-15T15:48:40.266Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-02-15T15:48:40.266Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-02-15T15:48:40.266Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-02-15T15:48:40.266Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-02-15T15:48:40.266Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-02-15T15:48:40.266Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-02-15T15:48:40.266Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-02-15T15:48:40.266Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-02-15T15:48:40.266Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-02-15T15:48:40.721Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-02-15T15:48:44.572Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-02-15T15:48:44.572Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-02-15T15:48:44.572Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-02-15T15:48:48.295Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-02-15T15:48:48.295Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-02-15T15:48:48.751Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-02-15T15:48:48.751Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-02-15T15:48:49.216Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-02-15T15:48:49.216Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-02-15T15:48:49.216Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-02-15T15:48:49.413Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-02-15T15:48:49.672Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-02-15T15:48:49.672Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-02-15T15:48:49.672Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-02-15T15:48:51.272Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-02-15T15:48:58.066Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-02-15T15:48:58.066Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-02-15T15:48:58.066Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-02-15T15:49:01.012Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-02-15T15:49:01.012Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-02-15T15:49:01.012Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-02-15T15:49:01.012Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-02-15T15:49:01.012Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-02-15T15:49:01.013Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-02-15T15:49:01.013Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-02-15T15:49:03.966Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-02-15T15:49:03.966Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-02-15T15:49:03.966Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-02-15T15:49:04.432Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-02-15T15:49:06.180Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-02-15T15:49:07.381Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-02-15T15:49:07.381Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-02-15T15:49:07.381Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-02-15T15:49:07.381Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-02-15T15:49:07.381Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-02-15T15:49:07.381Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-02-15T15:49:07.381Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-02-15T15:49:07.381Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-02-15T15:49:11.167Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-02-15T15:49:13.561Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-02-15T15:49:15.771Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-02-15T15:49:16.238Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-02-15T15:49:16.238Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-02-15T15:49:16.238Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-02-15T15:49:19.186Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-02-15T15:49:19.186Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite (1638.72s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.02s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.03s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.90s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.11s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.93s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.57s) [2022-02-15T15:49:21.076Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.36s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.78s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.23s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (34.00s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.85s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.30s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.67s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.23s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.66s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.63s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.34s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.55s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.14s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (57.78s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (51.88s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.37s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.55s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.83s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.57s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.41s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.66s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.54s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.24s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.55s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (32.51s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.13s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.72s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.40s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (3.98s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.24s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.01s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.85s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.04s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.73s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.06s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.18s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.06s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.34s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.49s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.95s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.91s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.60s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.54s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.15s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.56s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.91s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.72s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.20s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.73s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.24s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.22s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.97s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.63s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.06s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.70s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.87s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.71s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.56s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (12.99s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.61s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.18s) [2022-02-15T15:49:21.076Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.60s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.85s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (15.83s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.72s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.14s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.45s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.17s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.89s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (105.71s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.72s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.47s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.80s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.18s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (3.72s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.17s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.51s) [2022-02-15T15:49:21.077Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.74s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.69s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.70s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.10s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.52s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (58.31s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.95s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.06s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (142.35s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.27s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.24s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.14s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.23s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.13s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.34s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.17s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.23s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.13s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.04s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.42s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.10s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.03s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.12s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.21s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.69s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.80s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.51s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.41s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.61s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.45s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.43s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.98s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.16s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.78s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.18s) [2022-02-15T15:49:21.077Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.16s) [2022-02-15T15:49:21.077Z] === RUN TestDockerExternalVolumeSuite [2022-02-15T15:49:21.077Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-02-15T15:49:21.647Z] docker_cli_external_volume_driver_test.go:52: [d134e726a0442] daemon is not started [2022-02-15T15:49:22.135Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-02-15T15:49:22.135Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-02-15T15:49:22.135Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-02-15T15:49:22.135Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-02-15T15:49:22.135Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-02-15T15:49:25.081Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-02-15T15:49:25.081Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-02-15T15:49:28.028Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-02-15T15:49:28.028Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-02-15T15:49:28.028Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-02-15T15:49:30.981Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-02-15T15:49:31.447Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-02-15T15:49:32.174Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-02-15T15:49:32.174Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-02-15T15:49:32.174Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-02-15T15:49:32.174Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-02-15T15:49:34.395Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-02-15T15:49:39.140Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-02-15T15:49:39.756Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-02-15T15:49:44.056Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-02-15T15:49:44.056Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-02-15T15:49:44.056Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-02-15T15:49:44.056Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-02-15T15:49:44.056Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-02-15T15:49:47.013Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-02-15T15:49:47.013Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-02-15T15:49:47.013Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-02-15T15:49:49.856Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-02-15T15:49:49.856Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-02-15T15:49:50.313Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-02-15T15:49:50.794Z] === RUN TestDockerSuite/TestContainerAPITop [2022-02-15T15:49:50.795Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-02-15T15:49:50.795Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-02-15T15:49:53.003Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-02-15T15:49:53.003Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-02-15T15:49:54.991Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-02-15T15:49:57.882Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-02-15T15:49:58.860Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-02-15T15:50:00.423Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-02-15T15:50:00.423Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-02-15T15:50:00.423Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-02-15T15:50:00.423Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-02-15T15:50:00.890Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-02-15T15:50:00.890Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-02-15T15:50:00.890Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-02-15T15:50:00.890Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-02-15T15:50:00.890Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-02-15T15:50:00.890Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-02-15T15:50:00.890Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-02-15T15:50:03.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-02-15T15:50:03.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-02-15T15:50:06.047Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-02-15T15:50:06.434Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-02-15T15:50:09.067Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-02-15T15:50:12.013Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-02-15T15:50:14.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0003428a0_} [2022-02-15T15:50:17.904Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13191597049_c:\foo_false____} [2022-02-15T15:50:18.270Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-02-15T15:50:18.270Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-02-15T15:50:18.270Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-02-15T15:50:18.270Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-02-15T15:50:18.270Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-02-15T15:50:18.270Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-02-15T15:50:18.270Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-02-15T15:50:18.270Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-02-15T15:50:18.270Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-02-15T15:50:18.270Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-02-15T15:50:18.270Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-02-15T15:50:18.270Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-02-15T15:50:20.852Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13191597049_c:\foo_true____} [2022-02-15T15:50:23.798Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-02-15T15:50:23.798Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-02-15T15:50:23.798Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-02-15T15:50:23.798Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-02-15T15:50:23.798Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-02-15T15:50:23.798Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-02-15T15:50:23.798Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-02-15T15:50:23.798Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-02-15T15:50:23.798Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-02-15T15:50:23.798Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-02-15T15:50:24.266Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-02-15T15:50:24.266Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-02-15T15:50:24.266Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-02-15T15:50:24.266Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-02-15T15:50:24.266Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-02-15T15:50:24.266Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-02-15T15:50:24.266Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-02-15T15:50:24.266Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-02-15T15:50:24.266Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-02-15T15:50:24.266Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-02-15T15:50:24.266Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-02-15T15:50:24.266Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-02-15T15:50:24.266Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-02-15T15:50:24.732Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-02-15T15:50:27.135Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-02-15T15:50:27.681Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-02-15T15:50:27.681Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-02-15T15:50:27.681Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-02-15T15:50:27.681Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T15:50:27.681Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-02-15T15:50:27.681Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T15:50:27.681Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-02-15T15:50:27.681Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-02-15T15:50:27.681Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-02-15T15:50:27.681Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-02-15T15:50:27.681Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-02-15T15:50:27.681Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-02-15T15:50:27.681Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-02-15T15:50:27.681Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-02-15T15:50:27.681Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-02-15T15:50:27.681Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-02-15T15:50:27.681Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-02-15T15:50:27.681Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-02-15T15:50:27.681Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-02-15T15:50:27.681Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-02-15T15:50:27.681Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-02-15T15:50:27.681Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-02-15T15:50:27.681Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-02-15T15:50:27.681Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T15:50:27.681Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-02-15T15:50:27.681Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-02-15T15:50:28.151Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-02-15T15:50:31.048Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-02-15T15:50:31.231Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-02-15T15:50:31.231Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-02-15T15:50:31.231Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-02-15T15:50:31.231Z] === RUN TestDockerSuite/TestCpRelativePath [2022-02-15T15:50:35.014Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-02-15T15:50:35.014Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-02-15T15:50:35.014Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-02-15T15:50:35.014Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-02-15T15:50:35.014Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-02-15T15:50:35.014Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-02-15T15:50:35.014Z] === RUN TestDockerSuite/TestCpToCaseA [2022-02-15T15:50:37.183Z] === RUN TestDockerSuite/TestBuildEnv [2022-02-15T15:50:37.183Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-02-15T15:50:37.183Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-02-15T15:50:37.183Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-02-15T15:50:37.671Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-02-15T15:50:37.671Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-02-15T15:50:37.671Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-02-15T15:50:37.671Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-02-15T15:50:37.671Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-02-15T15:50:37.671Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-02-15T15:50:37.671Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-02-15T15:50:40.871Z] === RUN TestDockerSuite/TestCpToCaseB [2022-02-15T15:50:42.888Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-02-15T15:50:42.888Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-02-15T15:50:42.888Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-02-15T15:50:42.888Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-02-15T15:50:42.888Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-02-15T15:50:42.888Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-02-15T15:50:42.888Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-02-15T15:50:43.820Z] === RUN TestDockerSuite/TestCpToCaseC [2022-02-15T15:50:43.820Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-02-15T15:50:43.820Z] === RUN TestDockerSuite/TestCpToCaseD [2022-02-15T15:50:43.820Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-02-15T15:50:43.820Z] === RUN TestDockerSuite/TestCpToCaseE [2022-02-15T15:50:43.914Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-02-15T15:50:47.501Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-02-15T15:50:49.947Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-02-15T15:50:54.075Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-02-15T15:50:56.308Z] === RUN TestDockerSuite/TestCpToCaseF [2022-02-15T15:50:56.308Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-02-15T15:50:56.308Z] === RUN TestDockerSuite/TestCpToCaseG [2022-02-15T15:50:56.308Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-02-15T15:50:56.308Z] === RUN TestDockerSuite/TestCpToCaseH [2022-02-15T15:51:06.873Z] === RUN TestDockerSuite/TestCpToCaseI [2022-02-15T15:51:06.873Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-02-15T15:51:06.873Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-02-15T15:51:06.873Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-02-15T15:51:06.873Z] === RUN TestDockerSuite/TestCpToDot [2022-02-15T15:51:08.062Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-02-15T15:51:08.550Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-02-15T15:51:08.550Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-02-15T15:51:08.550Z] === RUN TestDockerSuite/TestBuildExpose [2022-02-15T15:51:08.550Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-02-15T15:51:08.550Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-02-15T15:51:08.550Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-02-15T15:51:08.550Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-02-15T15:51:08.550Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-02-15T15:51:08.550Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-02-15T15:51:08.550Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-02-15T15:51:08.550Z] === RUN TestDockerSuite/TestBuildFails [2022-02-15T15:51:08.973Z] docker_cli_external_volume_driver_test.go:52: [db20f45aaef02] daemon is not started [2022-02-15T15:51:10.666Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-02-15T15:51:10.666Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-02-15T15:51:10.666Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-02-15T15:51:10.666Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-02-15T15:51:10.666Z] === RUN TestDockerSuite/TestCpToStdout [2022-02-15T15:51:12.470Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-02-15T15:51:12.470Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-02-15T15:51:13.615Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-02-15T15:51:13.615Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T15:51:13.615Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-02-15T15:51:13.615Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-02-15T15:51:13.615Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-02-15T15:51:13.615Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-02-15T15:51:13.615Z] === RUN TestDockerSuite/TestCpVolumePath [2022-02-15T15:51:13.615Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-02-15T15:51:13.615Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-02-15T15:51:13.615Z] === RUN TestDockerSuite/TestCreateArgs [2022-02-15T15:51:14.083Z] === RUN TestDockerSuite/TestCreateByImageID [2022-02-15T15:51:16.293Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-02-15T15:51:19.240Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-02-15T15:51:19.707Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-02-15T15:51:20.174Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-02-15T15:51:21.330Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-02-15T15:51:23.129Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-02-15T15:51:23.596Z] === RUN TestDockerSuite/TestCreateLabels [2022-02-15T15:51:23.868Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-02-15T15:51:24.063Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-02-15T15:51:24.063Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-02-15T15:51:24.063Z] === RUN TestDockerSuite/TestCreateRM [2022-02-15T15:51:24.530Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-02-15T15:51:24.530Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-02-15T15:51:24.530Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-02-15T15:51:24.998Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-02-15T15:51:25.465Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-02-15T15:51:28.672Z] === RUN TestDockerSuite/TestBuildForceRm [2022-02-15T15:51:35.885Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-02-15T15:51:35.885Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-02-15T15:51:36.357Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-02-15T15:51:37.560Z] === RUN TestDockerSuite/TestBuildFromGit [2022-02-15T15:51:40.144Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-02-15T15:51:40.144Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-02-15T15:51:40.144Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-02-15T15:51:40.144Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-02-15T15:51:41.969Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-02-15T15:51:43.091Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-02-15T15:51:43.091Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-02-15T15:51:43.091Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-02-15T15:51:43.091Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-02-15T15:51:43.091Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-02-15T15:51:43.091Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-02-15T15:51:43.091Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-02-15T15:51:43.091Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-02-15T15:51:43.091Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-02-15T15:51:43.091Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-02-15T15:51:43.091Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T15:51:43.558Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-02-15T15:51:43.558Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-02-15T15:51:43.558Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-02-15T15:51:43.558Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-02-15T15:51:43.558Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-02-15T15:51:43.558Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T15:51:43.558Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-02-15T15:51:43.558Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-02-15T15:51:43.558Z] === RUN TestDockerSuite/TestDevicePermissions [2022-02-15T15:51:43.558Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-02-15T15:51:43.558Z] === RUN TestDockerSuite/TestDockerFails [2022-02-15T15:51:43.558Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-02-15T15:51:43.558Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-02-15T15:51:43.558Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-02-15T15:51:43.558Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-02-15T15:51:43.558Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-02-15T15:51:43.558Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-02-15T15:51:43.558Z] === RUN TestDockerSuite/TestEventsAttach [2022-02-15T15:51:43.558Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-02-15T15:51:43.558Z] === RUN TestDockerSuite/TestEventsCommit [2022-02-15T15:51:43.558Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-02-15T15:51:43.558Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-02-15T15:51:46.436Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-02-15T15:51:46.924Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-02-15T15:51:47.344Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-02-15T15:51:47.869Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-02-15T15:51:47.869Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-02-15T15:51:47.869Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-02-15T15:51:47.869Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-02-15T15:51:50.292Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-02-15T15:51:53.419Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-02-15T15:51:54.192Z] docker_cli_external_volume_driver_test.go:52: [d2d87a0ea5b5a] daemon is not started [2022-02-15T15:51:54.408Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-02-15T15:51:54.408Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-02-15T15:51:54.408Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-02-15T15:51:54.408Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-02-15T15:51:55.436Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-02-15T15:51:55.436Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-02-15T15:51:55.436Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-02-15T15:52:03.836Z] === RUN TestDockerSuite/TestEventsCopy [2022-02-15T15:52:08.170Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-02-15T15:52:08.170Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-02-15T15:52:08.170Z] === RUN TestDockerSuite/TestBuildHistory [2022-02-15T15:52:09.087Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-02-15T15:52:09.347Z] docker_cli_external_volume_driver_test.go:52: [daad0bf7116a7] daemon is not started [2022-02-15T15:52:09.699Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-02-15T15:52:16.854Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-02-15T15:52:19.065Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-02-15T15:52:20.050Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-02-15T15:52:23.382Z] === RUN TestDockerSuite/TestBuildIidFile [2022-02-15T15:52:23.382Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-02-15T15:52:24.242Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-02-15T15:52:25.812Z] === RUN TestDockerSuite/TestBuildInheritance [2022-02-15T15:52:25.812Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-02-15T15:52:25.812Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-02-15T15:52:25.909Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-02-15T15:52:26.375Z] === RUN TestDockerSuite/TestEventsFilterType [2022-02-15T15:52:26.840Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-02-15T15:52:26.840Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-02-15T15:52:27.363Z] === RUN TestDockerSuite/TestEventsFilters [2022-02-15T15:52:34.139Z] === RUN TestDockerSuite/TestBuildLabel [2022-02-15T15:52:34.443Z] === RUN TestDockerSuite/TestEventsFormat [2022-02-15T15:52:34.615Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-02-15T15:52:35.091Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-02-15T15:52:36.691Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-02-15T15:52:37.167Z] === RUN TestDockerSuite/TestBuildLabels [2022-02-15T15:52:38.173Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-02-15T15:52:40.208Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-02-15T15:52:40.208Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-02-15T15:52:40.208Z] === RUN TestDockerSuite/TestEventsImageImport [2022-02-15T15:52:40.208Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-02-15T15:52:40.208Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-02-15T15:52:40.208Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-02-15T15:52:40.208Z] === RUN TestDockerSuite/TestEventsImagePull [2022-02-15T15:52:40.208Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-02-15T15:52:40.208Z] === RUN TestDockerSuite/TestEventsImageTag [2022-02-15T15:52:40.429Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-02-15T15:52:41.733Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-02-15T15:52:41.733Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-02-15T15:52:41.733Z] === RUN TestDockerSuite/TestEventsRename [2022-02-15T15:52:44.625Z] === RUN TestDockerSuite/TestEventsResize [2022-02-15T15:52:47.685Z] === RUN TestDockerSuite/TestBuildLastModified [2022-02-15T15:52:47.685Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-02-15T15:52:47.685Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-02-15T15:52:47.685Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-02-15T15:52:47.685Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-02-15T15:52:47.685Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-02-15T15:52:48.161Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-02-15T15:52:48.161Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-02-15T15:52:48.161Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-02-15T15:52:49.161Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-02-15T15:52:49.637Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-02-15T15:52:53.327Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-02-15T15:52:56.215Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-02-15T15:52:56.358Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-02-15T15:52:56.868Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-02-15T15:52:59.107Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-02-15T15:53:04.873Z] === RUN TestDockerSuite/TestEventsTop [2022-02-15T15:53:04.873Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-02-15T15:53:04.873Z] === RUN TestDockerSuite/TestEventsUntag [2022-02-15T15:53:07.758Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-02-15T15:53:13.665Z] === RUN TestDockerSuite/TestExec [2022-02-15T15:53:13.665Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T15:53:13.665Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-02-15T15:53:13.665Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-02-15T15:53:13.665Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-02-15T15:53:14.460Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-02-15T15:53:15.196Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-02-15T15:53:18.082Z] === RUN TestDockerSuite/TestExecAPIStart [2022-02-15T15:53:18.082Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T15:53:18.082Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-02-15T15:53:18.082Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T15:53:18.082Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-02-15T15:53:18.082Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-02-15T15:53:18.082Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-02-15T15:53:18.224Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-02-15T15:53:18.224Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-02-15T15:53:18.224Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-02-15T15:53:20.244Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-02-15T15:53:20.470Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-02-15T15:53:23.135Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-02-15T15:53:26.025Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-02-15T15:53:28.192Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-02-15T15:53:29.353Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-02-15T15:53:29.518Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-02-15T15:53:29.518Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-02-15T15:53:29.518Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-02-15T15:53:33.965Z] === RUN TestDockerSuite/TestExecCgroup [2022-02-15T15:53:33.965Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-02-15T15:53:33.965Z] === RUN TestDockerSuite/TestExecEnv [2022-02-15T15:53:33.965Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-02-15T15:53:33.965Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-02-15T15:53:33.965Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-02-15T15:53:33.965Z] === RUN TestDockerSuite/TestExecExitStatus [2022-02-15T15:53:36.849Z] === RUN TestDockerSuite/TestExecInspectID [2022-02-15T15:53:42.620Z] === RUN TestDockerSuite/TestExecInteractive [2022-02-15T15:53:42.620Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-02-15T15:53:42.620Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-02-15T15:53:42.620Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-02-15T15:53:42.620Z] === RUN TestDockerSuite/TestExecParseError [2022-02-15T15:53:42.620Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-02-15T15:53:42.620Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-02-15T15:53:42.620Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-02-15T15:53:42.620Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-02-15T15:53:42.620Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-02-15T15:53:42.620Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-02-15T15:53:44.785Z] === RUN TestDockerSuite/TestExecSetEnv [2022-02-15T15:53:44.785Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-02-15T15:53:44.785Z] === RUN TestDockerSuite/TestExecStartFails [2022-02-15T15:53:44.785Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-02-15T15:53:44.785Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-02-15T15:53:44.785Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-02-15T15:53:44.785Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-02-15T15:53:44.785Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-02-15T15:53:44.785Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-02-15T15:53:44.785Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-02-15T15:53:44.785Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-02-15T15:53:47.675Z] === RUN TestDockerSuite/TestExecUlimits [2022-02-15T15:53:47.675Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-02-15T15:53:47.675Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-02-15T15:53:50.751Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-02-15T15:53:54.719Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-02-15T15:53:54.719Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-02-15T15:53:54.719Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-02-15T15:53:54.719Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-02-15T15:53:54.719Z] === RUN TestDockerSuite/TestExecWithUser [2022-02-15T15:53:54.719Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-02-15T15:53:54.719Z] === RUN TestDockerSuite/TestGetContainerStats [2022-02-15T15:54:00.483Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-02-15T15:54:07.523Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-02-15T15:54:08.408Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-02-15T15:54:10.411Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-02-15T15:54:11.508Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-02-15T15:54:16.052Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-02-15T15:54:17.452Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-02-15T15:54:17.452Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T15:54:17.452Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-02-15T15:54:17.452Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-02-15T15:54:17.452Z] === RUN TestDockerSuite/TestHealth [2022-02-15T15:54:17.452Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-02-15T15:54:17.452Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-02-15T15:54:17.452Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-02-15T15:54:17.452Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-02-15T15:54:17.452Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-02-15T15:54:23.245Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-02-15T15:54:23.245Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-02-15T15:54:23.245Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-02-15T15:54:23.713Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-02-15T15:54:23.713Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-02-15T15:54:23.713Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-02-15T15:54:24.181Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-02-15T15:54:24.650Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-02-15T15:54:24.650Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-02-15T15:54:24.650Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-02-15T15:54:26.090Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-02-15T15:54:26.214Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-02-15T15:54:26.214Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-02-15T15:54:26.534Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-02-15T15:54:28.423Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-02-15T15:54:28.889Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-02-15T15:54:31.836Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-02-15T15:54:32.515Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-02-15T15:54:34.182Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-02-15T15:54:34.781Z] === RUN TestDockerSuite/TestImagesFormat [2022-02-15T15:54:35.247Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-02-15T15:54:35.247Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-02-15T15:54:35.247Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-02-15T15:54:39.993Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-02-15T15:54:39.993Z] === RUN TestDockerSuite/TestImportBadURL [2022-02-15T15:54:39.993Z] === RUN TestDockerSuite/TestImportDisplay [2022-02-15T15:54:39.993Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-02-15T15:54:39.993Z] === RUN TestDockerSuite/TestImportFile [2022-02-15T15:54:39.993Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-02-15T15:54:39.993Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-02-15T15:54:39.994Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-02-15T15:54:39.994Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-02-15T15:54:39.994Z] === RUN TestDockerSuite/TestImportGzipped [2022-02-15T15:54:39.994Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-02-15T15:54:39.994Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-02-15T15:54:39.994Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T15:54:39.994Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-02-15T15:54:39.994Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-02-15T15:54:39.994Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-02-15T15:54:39.994Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-02-15T15:54:39.994Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-02-15T15:54:39.994Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-02-15T15:54:39.994Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-02-15T15:54:39.994Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-02-15T15:54:39.994Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-02-15T15:54:39.994Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-02-15T15:54:39.994Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-15T15:54:39.994Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-02-15T15:54:41.172Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-02-15T15:54:42.940Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-02-15T15:54:45.883Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-02-15T15:54:45.883Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-02-15T15:54:45.883Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-02-15T15:54:45.883Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-02-15T15:54:45.883Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-02-15T15:54:45.883Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-02-15T15:54:45.883Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-02-15T15:54:46.349Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-02-15T15:54:49.298Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-02-15T15:54:49.298Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-02-15T15:54:49.831Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-02-15T15:54:52.241Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-02-15T15:54:52.241Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-02-15T15:54:52.241Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-02-15T15:54:52.241Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-02-15T15:54:52.241Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-02-15T15:54:52.241Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-02-15T15:54:52.241Z] === RUN TestDockerSuite/TestInspectDefault [2022-02-15T15:54:56.023Z] === RUN TestDockerSuite/TestInspectHistory [2022-02-15T15:55:01.880Z] === RUN TestDockerSuite/TestInspectImage [2022-02-15T15:55:01.880Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T15:55:01.880Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-02-15T15:55:01.880Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T15:55:01.880Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-02-15T15:55:01.880Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-15T15:55:01.880Z] === RUN TestDockerSuite/TestInspectInt64 [2022-02-15T15:55:04.121Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-02-15T15:55:06.279Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-02-15T15:55:07.067Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-02-15T15:55:07.067Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-02-15T15:55:10.129Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-02-15T15:55:13.077Z] === RUN TestDockerSuite/TestInspectPlugin [2022-02-15T15:55:13.077Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-02-15T15:55:13.077Z] === RUN TestDockerSuite/TestInspectRootFS [2022-02-15T15:55:13.077Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-02-15T15:55:15.117Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-02-15T15:55:15.117Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-02-15T15:55:15.117Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-02-15T15:55:16.023Z] === RUN TestDockerSuite/TestInspectStatus [2022-02-15T15:55:17.058Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-02-15T15:55:19.804Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-02-15T15:55:23.773Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-02-15T15:55:24.241Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-02-15T15:55:24.241Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-02-15T15:55:24.241Z] === RUN TestDockerSuite/TestBuildNetNone [2022-02-15T15:55:24.241Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-02-15T15:55:24.241Z] === RUN TestDockerSuite/TestBuildNoContext [2022-02-15T15:55:25.661Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-02-15T15:55:27.874Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-02-15T15:55:29.005Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-02-15T15:55:30.818Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-02-15T15:55:33.764Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-02-15T15:55:34.871Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-02-15T15:55:34.879Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-02-15T15:55:36.709Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-02-15T15:55:37.819Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-02-15T15:55:38.286Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-02-15T15:55:38.286Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-02-15T15:55:38.376Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-02-15T15:55:39.655Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-02-15T15:55:41.238Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-02-15T15:55:42.226Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-02-15T15:55:42.601Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-02-15T15:55:42.601Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-02-15T15:55:42.601Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T15:55:42.601Z] === RUN TestDockerSuite/TestLinksEnvs [2022-02-15T15:55:42.601Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-02-15T15:55:42.601Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-02-15T15:55:42.601Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-02-15T15:55:42.601Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-02-15T15:55:42.601Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-02-15T15:55:42.601Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-02-15T15:55:42.601Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-02-15T15:55:42.601Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-02-15T15:55:42.601Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-02-15T15:55:42.601Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-02-15T15:55:42.601Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T15:55:43.072Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-02-15T15:55:43.072Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-02-15T15:55:43.072Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-02-15T15:55:43.072Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-02-15T15:55:43.072Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-02-15T15:55:43.072Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-02-15T15:55:43.072Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-02-15T15:55:43.072Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-02-15T15:55:43.072Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-02-15T15:55:43.072Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T15:55:43.072Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-02-15T15:55:43.072Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-02-15T15:55:43.072Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-02-15T15:55:43.072Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-02-15T15:55:43.072Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-02-15T15:55:43.072Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-02-15T15:55:43.072Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-02-15T15:55:43.072Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-02-15T15:55:43.072Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-02-15T15:55:43.072Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-02-15T15:55:43.072Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-02-15T15:55:43.794Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-02-15T15:55:46.016Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-02-15T15:55:48.229Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-02-15T15:55:50.412Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-02-15T15:55:50.666Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-02-15T15:55:54.212Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-02-15T15:55:56.308Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-02-15T15:55:57.999Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-02-15T15:55:57.999Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-02-15T15:55:57.999Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-02-15T15:55:58.520Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-02-15T15:56:00.209Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-02-15T15:56:00.209Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-02-15T15:56:08.785Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-02-15T15:56:08.785Z] docker_cli_external_volume_driver_test.go:484: [d3ec335951176] daemon is not started [2022-02-15T15:56:08.865Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-02-15T15:56:11.002Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-02-15T15:56:15.953Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-02-15T15:56:16.176Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-02-15T15:56:23.322Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-02-15T15:56:23.685Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-02-15T15:56:23.685Z] docker_cli_external_volume_driver_test.go:52: [d0fc0a7058278] daemon is not started [2022-02-15T15:56:25.537Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-02-15T15:56:28.490Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-02-15T15:56:28.490Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-02-15T15:56:28.490Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-02-15T15:56:28.690Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-02-15T15:56:31.437Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-02-15T15:56:34.740Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-02-15T15:56:35.221Z] === RUN TestDockerSuite/TestLogsSince [2022-02-15T15:56:38.581Z] --- PASS: TestDockerExternalVolumeSuite (436.92s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.52s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.16s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.19s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.21s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.19s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.26s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.88s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.14s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.59s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.99s) [2022-02-15T15:56:38.582Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-02-15T15:56:38.582Z] PASS [2022-02-15T15:56:38.582Z] [2022-02-15T15:56:38.582Z] === Skipped [2022-02-15T15:56:38.582Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-02-15T15:56:38.582Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-02-15T15:56:38.582Z] check_test.go:308: [d57a0dd161e71] daemon is not started [2022-02-15T15:56:38.582Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-02-15T15:56:38.582Z] [2022-02-15T15:56:38.582Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-02-15T15:56:38.582Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-02-15T15:56:38.582Z] check_test.go:308: [dcc7f78949c35] daemon is not started [2022-02-15T15:56:38.582Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-02-15T15:56:38.582Z] [2022-02-15T15:56:38.582Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-02-15T15:56:38.582Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-02-15T15:56:38.582Z] check_test.go:308: [d2548002fcff4] daemon is not started [2022-02-15T15:56:38.582Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-02-15T15:56:38.582Z] [2022-02-15T15:56:38.582Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-02-15T15:56:38.582Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-02-15T15:56:38.582Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-02-15T15:56:38.582Z] [2022-02-15T15:56:38.582Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-02-15T15:56:38.582Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-02-15T15:56:38.582Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-02-15T15:56:38.582Z] [2022-02-15T15:56:38.582Z] DONE 271 tests, 5 skipped in 2411.420s [2022-02-15T15:56:38.582Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-02-15T15:56:38.582Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dd61c683bc106/docker.pid [2022-02-15T15:56:38.582Z] +++ kill 6211 [2022-02-15T15:56:38.582Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6211 is not a child of this shell [2022-02-15T15:56:38.582Z] warning: PID 6211 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dd61c683bc106/docker.pid had a nonzero exit code [2022-02-15T15:56:38.582Z] ++++ cat bundles/test-integration/docker.pid [2022-02-15T15:56:38.582Z] +++ kill 8324 [2022-02-15T15:56:38.582Z] +++ /etc/init.d/apparmor stop [2022-02-15T15:56:38.582Z] Leaving: AppArmorNo profiles have been unloaded. [2022-02-15T15:56:38.582Z] [2022-02-15T15:56:38.582Z] Unloading profiles will leave already running processes permanently [2022-02-15T15:56:38.582Z] unconfined, which can lead to unexpected situations. [2022-02-15T15:56:38.582Z] [2022-02-15T15:56:38.582Z] To set a process to complain mode, use the command line tool [2022-02-15T15:56:38.582Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-02-15T15:56:38.582Z] +++ true [2022-02-15T15:56:38.582Z] exiting test-integration [2022-02-15T15:56:38.582Z] ++ exit 0 [2022-02-15T15:56:38.582Z] [2022-02-15T15:56:38.582Z] + exit 0 [2022-02-15T15:56:38.582Z] ++ jobs -p [2022-02-15T15:56:38.582Z] + pids= [2022-02-15T15:56:38.582Z] + echo 'Remaining pids to kill: []' [2022-02-15T15:56:38.582Z] Remaining pids to kill: [] [2022-02-15T15:56:38.582Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-02-15T15:56:38.601Z] Recording test results [2022-02-15T15:56:40.625Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-02-15T15:56:40.959Z] + echo Ensuring container killed. [2022-02-15T15:56:40.959Z] Ensuring container killed. [2022-02-15T15:56:40.959Z] + docker ps -aq -f name=docker-pr1-* [2022-02-15T15:56:40.959Z] + cids=695064df2226 [2022-02-15T15:56:40.959Z] 5c01683673aa [2022-02-15T15:56:40.959Z] 24d19d4cf417 [2022-02-15T15:56:40.959Z] + [ -n 695064df2226 [2022-02-15T15:56:40.959Z] 5c01683673aa [2022-02-15T15:56:40.959Z] 24d19d4cf417 ] [2022-02-15T15:56:40.959Z] + docker rm -vf 695064df2226 5c01683673aa 24d19d4cf417 [2022-02-15T15:56:41.222Z] 695064df2226 [2022-02-15T15:56:41.483Z] 5c01683673aa [2022-02-15T15:56:41.483Z] 24d19d4cf417 [Pipeline] sh [2022-02-15T15:56:41.774Z] + echo Chowning /workspace to jenkins user [2022-02-15T15:56:41.774Z] Chowning /workspace to jenkins user [2022-02-15T15:56:41.774Z] + id -u [2022-02-15T15:56:41.774Z] + id -g [2022-02-15T15:56:41.774Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43241:/workspace busybox chown -R 1000:1000 /workspace [2022-02-15T15:56:41.774Z] Unable to find image 'busybox:latest' locally [2022-02-15T15:56:41.774Z] latest: Pulling from library/busybox [2022-02-15T15:56:42.034Z] 009932687766: Pulling fs layer [2022-02-15T15:56:42.034Z] 009932687766: Verifying Checksum [2022-02-15T15:56:42.034Z] 009932687766: Download complete [2022-02-15T15:56:42.034Z] 009932687766: Pull complete [2022-02-15T15:56:42.034Z] Digest: sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb [2022-02-15T15:56:42.034Z] Status: Downloaded newer image for busybox:latest [2022-02-15T15:56:42.078Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-02-15T15:56:42.567Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-02-15T15:56:42.567Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-02-15T15:56:42.567Z] === RUN TestDockerSuite/TestBuildPATH [2022-02-15T15:56:42.567Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-02-15T15:56:42.567Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-02-15T15:56:44.879Z] + bundleName=amd64 [2022-02-15T15:56:44.879Z] + echo Creating amd64-bundles.tar.gz [2022-02-15T15:56:44.879Z] Creating amd64-bundles.tar.gz [2022-02-15T15:56:44.879Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-02-15T15:56:44.879Z] + xargs tar -czf amd64-bundles.tar.gz [2022-02-15T15:56:45.743Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-02-15T15:56:45.743Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-02-15T15:56:45.743Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-02-15T15:56:45.743Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-02-15T15:56:45.743Z] === RUN TestDockerSuite/TestLogsTail [2022-02-15T15:56:45.751Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-02-15T15:56:45.751Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-02-15T15:56:45.751Z] === RUN TestDockerSuite/TestBuildRelativeCopy [Pipeline] archiveArtifacts [2022-02-15T15:56:45.835Z] Archiving artifacts [2022-02-15T15:56:47.957Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-02-15T15:56:47.993Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43241/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-02-15T15:56:48.312Z] + make clean [2022-02-15T15:56:48.572Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-02-15T15:56:48.572Z] docker-dev-cache [2022-02-15T15:56:48.572Z] docker-mod-cache [Pipeline] deleteDir [2022-02-15T15:56:51.742Z] === RUN TestDockerSuite/TestLogsWithDetails [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-02-15T15:56:54.731Z] === RUN TestDockerSuite/TestMountIntoProc [2022-02-15T15:56:54.731Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-02-15T15:56:54.731Z] === RUN TestDockerSuite/TestMountIntoSys [2022-02-15T15:56:54.731Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-02-15T15:56:54.731Z] === RUN TestDockerSuite/TestNetHostname [2022-02-15T15:56:54.731Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-02-15T15:56:54.731Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-02-15T15:56:54.731Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-02-15T15:56:54.731Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-02-15T15:56:54.731Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-02-15T15:56:54.731Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-02-15T15:56:54.731Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-02-15T15:56:54.731Z] === RUN TestDockerSuite/TestPluginActive [2022-02-15T15:56:54.731Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-02-15T15:56:54.731Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-02-15T15:56:54.731Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-02-15T15:56:54.731Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-02-15T15:56:54.731Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-02-15T15:56:54.731Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-02-15T15:56:54.731Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-02-15T15:56:54.731Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-02-15T15:56:54.731Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-02-15T15:56:54.731Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-02-15T15:56:54.731Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-02-15T15:56:54.731Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-02-15T15:56:54.731Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-02-15T15:56:54.731Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-02-15T15:56:54.731Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-02-15T15:56:54.731Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-02-15T15:56:54.731Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-02-15T15:56:54.731Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-02-15T15:56:55.198Z] === RUN TestDockerSuite/TestPortHostBinding [2022-02-15T15:56:55.198Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-02-15T15:56:55.198Z] === RUN TestDockerSuite/TestPortList [2022-02-15T15:56:55.198Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-02-15T15:56:55.198Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-02-15T15:57:01.111Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-02-15T15:57:01.111Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T15:57:01.111Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-02-15T15:57:01.111Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-02-15T15:57:01.111Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-02-15T15:57:01.111Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-02-15T15:57:01.111Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-02-15T15:57:01.111Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-02-15T15:57:01.111Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-15T15:57:01.111Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-02-15T15:57:01.111Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-02-15T15:57:01.111Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-02-15T15:57:01.111Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-02-15T15:57:01.111Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-02-15T15:57:01.111Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-02-15T15:57:01.111Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-02-15T15:57:01.111Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-15T15:57:01.111Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-02-15T15:57:08.282Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-02-15T15:57:08.282Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-02-15T15:57:08.282Z] === RUN TestDockerSuite/TestPsByOrder [2022-02-15T15:57:18.699Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-02-15T15:57:18.699Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-02-15T15:57:18.699Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-02-15T15:57:29.120Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-02-15T15:57:46.928Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-02-15T15:57:47.000Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-02-15T15:57:47.395Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-02-15T15:57:47.396Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-02-15T15:57:47.396Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-02-15T15:58:02.316Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-02-15T15:58:05.106Z] === RUN TestDockerSuite/TestBuildRm [2022-02-15T15:58:07.072Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-02-15T15:58:17.543Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-02-15T15:58:17.543Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-02-15T15:58:17.543Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-02-15T15:58:17.543Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-02-15T15:58:17.543Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-02-15T15:58:17.543Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-02-15T15:58:17.543Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-02-15T15:58:17.543Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-02-15T15:58:17.543Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-02-15T15:58:17.543Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-02-15T15:58:17.624Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-02-15T15:58:18.000Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-02-15T15:58:18.458Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-02-15T15:58:22.370Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-02-15T15:58:22.370Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-02-15T15:58:22.370Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-02-15T15:58:22.370Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-02-15T15:58:22.370Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-02-15T15:58:23.385Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-02-15T15:58:25.531Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-02-15T15:58:25.680Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-02-15T15:58:25.681Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-02-15T15:58:25.681Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-02-15T15:58:25.681Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-02-15T15:58:26.707Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-02-15T15:58:28.228Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-02-15T15:58:28.228Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-02-15T15:58:28.228Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-02-15T15:58:28.228Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-02-15T15:58:28.228Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-02-15T15:58:28.228Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-02-15T15:58:28.228Z] === RUN TestDockerSuite/TestPsRightTagName [2022-02-15T15:58:28.228Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-02-15T15:58:28.228Z] === RUN TestDockerSuite/TestPsShowMounts [2022-02-15T15:58:28.339Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-02-15T15:58:29.260Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-02-15T15:58:34.363Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-02-15T15:58:35.033Z] === RUN TestDockerSuite/TestBuildEnv [2022-02-15T15:58:35.033Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-02-15T15:58:35.033Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-02-15T15:58:35.033Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-02-15T15:58:35.490Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-02-15T15:58:35.490Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-02-15T15:58:35.490Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-02-15T15:58:35.490Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-02-15T15:58:35.490Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-02-15T15:58:35.490Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-02-15T15:58:35.490Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-02-15T15:58:36.880Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-02-15T15:58:36.880Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-02-15T15:58:36.880Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-02-15T15:58:38.440Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-02-15T15:58:38.440Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-02-15T15:58:38.440Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-02-15T15:58:39.257Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-02-15T15:58:40.001Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-02-15T15:58:40.167Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-02-15T15:58:40.167Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-02-15T15:58:40.167Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-02-15T15:58:40.167Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-02-15T15:58:40.167Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-02-15T15:58:40.167Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-02-15T15:58:40.167Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-02-15T15:58:40.985Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-02-15T15:58:40.985Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-02-15T15:58:40.985Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-02-15T15:58:41.697Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-02-15T15:58:45.490Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-02-15T15:58:45.848Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-02-15T15:58:47.469Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-02-15T15:58:51.709Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-02-15T15:58:54.658Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-02-15T15:59:07.024Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-02-15T15:59:07.512Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-02-15T15:59:08.532Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-02-15T15:59:08.532Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-02-15T15:59:08.532Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-02-15T15:59:08.532Z] === RUN TestDockerSuite/TestBuildExpose [2022-02-15T15:59:08.532Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-02-15T15:59:08.532Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-02-15T15:59:08.532Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-02-15T15:59:08.532Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-02-15T15:59:08.532Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-02-15T15:59:08.532Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-02-15T15:59:08.532Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-02-15T15:59:08.532Z] === RUN TestDockerSuite/TestBuildFails [2022-02-15T15:59:08.540Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-02-15T15:59:15.589Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-02-15T15:59:15.589Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-02-15T15:59:19.197Z] === RUN TestDockerSuite/TestBuildSpaces [2022-02-15T15:59:19.690Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-02-15T15:59:19.952Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-02-15T15:59:19.952Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T15:59:19.952Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-02-15T15:59:21.364Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-02-15T15:59:27.060Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-02-15T15:59:27.060Z] === RUN TestDockerSuite/TestBuildStderr [2022-02-15T15:59:28.431Z] === RUN TestDockerSuite/TestBuildForceRm [2022-02-15T15:59:28.600Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-02-15T15:59:28.600Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-02-15T15:59:29.067Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-02-15T15:59:30.053Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-02-15T15:59:33.086Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-02-15T15:59:35.909Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-02-15T15:59:40.793Z] === RUN TestDockerSuite/TestBuildFromGit [2022-02-15T15:59:41.766Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-02-15T15:59:41.766Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T15:59:41.766Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-02-15T15:59:47.621Z] === RUN TestDockerSuite/TestRmiBlank [2022-02-15T15:59:47.621Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-02-15T15:59:47.621Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-02-15T15:59:47.843Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-02-15T15:59:49.372Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-02-15T15:59:55.576Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-02-15T15:59:55.576Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-02-15T15:59:55.576Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-02-15T15:59:56.560Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-02-15T15:59:57.029Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-02-15T15:59:57.029Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-02-15T15:59:57.029Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-02-15T16:00:03.503Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-02-15T16:00:03.503Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-02-15T16:00:03.503Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-02-15T16:00:05.437Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-02-15T16:00:05.717Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-02-15T16:00:07.281Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-02-15T16:00:07.465Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-02-15T16:00:07.465Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-02-15T16:00:07.465Z] === RUN TestDockerSuite/TestBuildHistory [2022-02-15T16:00:08.387Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-02-15T16:00:09.377Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-02-15T16:00:14.445Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-02-15T16:00:18.028Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-02-15T16:00:20.764Z] === RUN TestDockerSuite/TestBuildUser [2022-02-15T16:00:20.764Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-02-15T16:00:20.764Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-02-15T16:00:20.764Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-02-15T16:00:20.764Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-02-15T16:00:20.764Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-02-15T16:00:20.764Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-02-15T16:00:22.406Z] === RUN TestDockerSuite/TestBuildIidFile [2022-02-15T16:00:22.406Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-02-15T16:00:23.895Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-02-15T16:00:25.362Z] === RUN TestDockerSuite/TestBuildInheritance [2022-02-15T16:00:25.362Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-02-15T16:00:25.362Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-02-15T16:00:25.829Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-02-15T16:00:26.298Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-02-15T16:00:26.793Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-02-15T16:00:26.794Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-02-15T16:00:31.691Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-02-15T16:00:31.691Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-02-15T16:00:31.691Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-02-15T16:00:31.691Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-02-15T16:00:31.691Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-02-15T16:00:32.175Z] === RUN TestDockerSuite/TestBuildLabel [2022-02-15T16:00:32.643Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-02-15T16:00:33.631Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-02-15T16:00:34.313Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-02-15T16:00:34.621Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-02-15T16:00:35.611Z] === RUN TestDockerSuite/TestBuildLabels [2022-02-15T16:00:36.599Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-02-15T16:00:38.821Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-02-15T16:00:39.067Z] === RUN TestDockerSuite/TestRmiTag [2022-02-15T16:00:39.535Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-02-15T16:00:43.325Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-02-15T16:00:45.991Z] === RUN TestDockerSuite/TestBuildLastModified [2022-02-15T16:00:45.991Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-02-15T16:00:45.991Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-02-15T16:00:45.991Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-02-15T16:00:45.991Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-02-15T16:00:45.991Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-02-15T16:00:46.460Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-02-15T16:00:46.460Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-02-15T16:00:46.460Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-02-15T16:00:47.447Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-02-15T16:00:47.916Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-02-15T16:00:53.791Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-02-15T16:01:02.195Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-02-15T16:01:02.195Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-02-15T16:01:04.552Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-02-15T16:01:06.767Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-02-15T16:01:12.627Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-02-15T16:01:12.842Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-02-15T16:01:14.190Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-02-15T16:01:14.190Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-02-15T16:01:14.190Z] === RUN TestDockerSuite/TestRunAddHost [2022-02-15T16:01:14.190Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-02-15T16:01:14.190Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-02-15T16:01:14.190Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-02-15T16:01:14.190Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-02-15T16:01:14.190Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-02-15T16:01:14.190Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-02-15T16:01:14.190Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-02-15T16:01:14.190Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-02-15T16:01:14.190Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-02-15T16:01:14.190Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-02-15T16:01:14.190Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-02-15T16:01:14.190Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-02-15T16:01:17.141Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-02-15T16:01:17.141Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-02-15T16:01:17.141Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-02-15T16:01:17.141Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-02-15T16:01:17.141Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-02-15T16:01:19.086Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-02-15T16:01:19.086Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-02-15T16:01:19.086Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-02-15T16:01:19.556Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-02-15T16:01:20.192Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-02-15T16:01:20.192Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-02-15T16:01:20.192Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-02-15T16:01:20.192Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-02-15T16:01:20.192Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-02-15T16:01:23.013Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-02-15T16:01:23.245Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-02-15T16:01:23.245Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-02-15T16:01:23.734Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-02-15T16:01:26.804Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-02-15T16:01:29.751Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-02-15T16:01:32.700Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-02-15T16:01:35.651Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-02-15T16:01:35.651Z] === RUN TestDockerSuite/TestRunBindMounts [2022-02-15T16:01:41.854Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-02-15T16:01:42.802Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-02-15T16:01:42.802Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-02-15T16:01:42.802Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-02-15T16:01:42.802Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-02-15T16:01:42.802Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-02-15T16:01:42.802Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-02-15T16:01:42.802Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-02-15T16:01:42.802Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-02-15T16:01:42.802Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-02-15T16:01:42.802Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-02-15T16:01:42.802Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-02-15T16:01:42.802Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-02-15T16:01:42.802Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-02-15T16:01:42.802Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-02-15T16:01:42.802Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-02-15T16:01:42.802Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-02-15T16:01:42.802Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-02-15T16:01:42.802Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-02-15T16:01:42.802Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-02-15T16:01:42.802Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-02-15T16:01:42.802Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-02-15T16:01:42.802Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-02-15T16:01:42.802Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-02-15T16:01:45.750Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-02-15T16:01:45.750Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-02-15T16:01:45.750Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-02-15T16:01:45.770Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-02-15T16:01:46.259Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-02-15T16:01:49.535Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-02-15T16:01:49.535Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-02-15T16:01:49.535Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-02-15T16:01:49.535Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-02-15T16:01:49.535Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-02-15T16:01:52.483Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-02-15T16:01:52.483Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-02-15T16:01:52.483Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-02-15T16:01:52.483Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-02-15T16:01:52.483Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-02-15T16:01:52.483Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-02-15T16:01:52.483Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-02-15T16:01:52.483Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-02-15T16:01:52.483Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-02-15T16:01:52.483Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-02-15T16:01:52.483Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-02-15T16:01:52.483Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-02-15T16:01:52.483Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-02-15T16:01:52.483Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-02-15T16:01:52.483Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-02-15T16:01:55.430Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-02-15T16:01:58.377Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-02-15T16:02:01.325Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-02-15T16:02:01.325Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-02-15T16:02:01.325Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-02-15T16:02:01.325Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-02-15T16:02:01.325Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-02-15T16:02:01.325Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-02-15T16:02:01.325Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-02-15T16:02:04.279Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-02-15T16:02:04.279Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-02-15T16:02:04.279Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-02-15T16:02:04.279Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-02-15T16:02:04.279Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-02-15T16:02:04.279Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-02-15T16:02:04.279Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-02-15T16:02:04.279Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-02-15T16:02:04.279Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-02-15T16:02:04.371Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-02-15T16:02:04.371Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-02-15T16:02:04.371Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-02-15T16:02:04.371Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-02-15T16:02:04.860Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-02-15T16:02:04.860Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-02-15T16:02:04.860Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-02-15T16:02:06.486Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-02-15T16:02:07.226Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-02-15T16:02:10.447Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-02-15T16:02:14.374Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-02-15T16:02:14.374Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-02-15T16:02:14.374Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-02-15T16:02:14.374Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-02-15T16:02:14.374Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-02-15T16:02:14.374Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-02-15T16:02:14.374Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-02-15T16:02:14.374Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-15T16:02:14.374Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-02-15T16:02:14.374Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-02-15T16:02:14.374Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-02-15T16:02:14.374Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-02-15T16:02:14.374Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-02-15T16:02:17.133Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-02-15T16:02:17.317Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-02-15T16:02:17.317Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-02-15T16:02:17.317Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-02-15T16:02:17.317Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-02-15T16:02:17.317Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-02-15T16:02:17.317Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-02-15T16:02:19.429Z] === RUN TestDockerSuite/TestBuildXZHost [2022-02-15T16:02:19.429Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-02-15T16:02:19.929Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-02-15T16:02:19.929Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-02-15T16:02:20.266Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-02-15T16:02:20.539Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-02-15T16:02:20.539Z] docker_cli_sni_test.go:18: Flakey test [2022-02-15T16:02:20.539Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-02-15T16:02:22.836Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-02-15T16:02:22.836Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-02-15T16:02:22.836Z] === RUN TestDockerSuite/TestCommitChange [2022-02-15T16:02:24.048Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-02-15T16:02:24.048Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-02-15T16:02:24.048Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-02-15T16:02:26.258Z] === RUN TestDockerSuite/TestRunEnvironment [2022-02-15T16:02:26.258Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-02-15T16:02:26.258Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-02-15T16:02:26.258Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-02-15T16:02:26.258Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-02-15T16:02:26.258Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-02-15T16:02:26.258Z] === RUN TestDockerSuite/TestRunExitCode [2022-02-15T16:02:28.281Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-02-15T16:02:29.208Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-02-15T16:02:30.174Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-02-15T16:02:32.989Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-02-15T16:02:35.934Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-02-15T16:02:36.213Z] === RUN TestDockerSuite/TestCommitHardlink [2022-02-15T16:02:36.213Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-02-15T16:02:36.213Z] === RUN TestDockerSuite/TestCommitNewFile [2022-02-15T16:02:38.706Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-02-15T16:02:38.880Z] === RUN TestDockerSuite/TestRunExposePort [2022-02-15T16:02:38.880Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-02-15T16:02:38.880Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-02-15T16:02:38.880Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-02-15T16:02:38.880Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-02-15T16:02:38.880Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-02-15T16:02:38.880Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-02-15T16:02:38.880Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-02-15T16:02:38.880Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-02-15T16:02:39.347Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-02-15T16:02:39.347Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-02-15T16:02:39.347Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-02-15T16:02:39.347Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-02-15T16:02:39.347Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-02-15T16:02:39.347Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-02-15T16:02:39.347Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-02-15T16:02:45.214Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-02-15T16:02:45.214Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-02-15T16:02:45.214Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-02-15T16:02:45.214Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-02-15T16:02:45.214Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-02-15T16:02:45.214Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-02-15T16:02:45.214Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-02-15T16:02:45.214Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-02-15T16:02:45.214Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-02-15T16:02:45.214Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-02-15T16:02:45.214Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-02-15T16:02:45.214Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-02-15T16:02:45.865Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-02-15T16:02:46.852Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-02-15T16:02:46.853Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-02-15T16:02:46.853Z] === RUN TestDockerSuite/TestCommitTTY [2022-02-15T16:02:53.028Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-02-15T16:02:53.863Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-02-15T16:02:53.863Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-02-15T16:02:53.863Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-02-15T16:02:55.715Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-02-15T16:02:56.074Z] === RUN TestDockerSuite/TestRunModeHostname [2022-02-15T16:02:56.075Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-02-15T16:02:56.075Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-02-15T16:02:56.075Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-02-15T16:02:56.075Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-02-15T16:02:56.075Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-02-15T16:02:56.075Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-02-15T16:02:56.075Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-02-15T16:02:56.075Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-02-15T16:02:56.075Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-02-15T16:02:56.075Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-02-15T16:02:56.075Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-02-15T16:02:56.075Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-02-15T16:02:56.075Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-02-15T16:02:56.075Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-02-15T16:02:56.075Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-02-15T16:02:56.075Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-02-15T16:02:56.075Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-02-15T16:02:56.075Z] === RUN TestDockerSuite/TestRunMount [2022-02-15T16:02:56.075Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-02-15T16:02:56.075Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-02-15T16:02:56.075Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-02-15T16:02:56.075Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-02-15T16:02:56.075Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-02-15T16:02:56.075Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-02-15T16:02:56.075Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-02-15T16:02:56.075Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-02-15T16:03:01.874Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-02-15T16:03:01.874Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-02-15T16:03:01.874Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-02-15T16:03:01.874Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-02-15T16:03:01.874Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-02-15T16:03:01.874Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-02-15T16:03:01.874Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-02-15T16:03:01.874Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-02-15T16:03:01.874Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-02-15T16:03:01.874Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-02-15T16:03:01.874Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-02-15T16:03:01.874Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-02-15T16:03:01.874Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-02-15T16:03:01.874Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-02-15T16:03:01.874Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-02-15T16:03:01.874Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-02-15T16:03:06.489Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-02-15T16:03:06.489Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-02-15T16:03:06.489Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-02-15T16:03:06.489Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-02-15T16:03:06.489Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-02-15T16:03:06.489Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-02-15T16:03:06.489Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-02-15T16:03:12.398Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-02-15T16:03:12.521Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-02-15T16:03:18.257Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-02-15T16:03:18.257Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-02-15T16:03:18.257Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-02-15T16:03:18.257Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-02-15T16:03:18.257Z] === RUN TestDockerSuite/TestRunNetHost [2022-02-15T16:03:18.257Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-02-15T16:03:18.257Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-02-15T16:03:18.257Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-02-15T16:03:18.257Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-02-15T16:03:18.257Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-02-15T16:03:18.257Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-02-15T16:03:18.257Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-02-15T16:03:18.257Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-02-15T16:03:18.257Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-02-15T16:03:18.257Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-02-15T16:03:18.257Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-02-15T16:03:18.257Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-02-15T16:03:18.257Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-02-15T16:03:18.257Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-02-15T16:03:18.257Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-02-15T16:03:18.412Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-02-15T16:03:18.412Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-02-15T16:03:18.412Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-02-15T16:03:19.916Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-02-15T16:03:21.385Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-02-15T16:03:21.385Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-02-15T16:03:21.385Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-02-15T16:03:22.129Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-02-15T16:03:24.437Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-02-15T16:03:24.437Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-02-15T16:03:24.437Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-02-15T16:03:24.437Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-02-15T16:03:24.437Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-02-15T16:03:24.437Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-02-15T16:03:24.437Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-02-15T16:03:25.080Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-02-15T16:03:26.068Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-02-15T16:03:28.350Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-02-15T16:03:28.350Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-02-15T16:03:28.350Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-02-15T16:03:28.350Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-02-15T16:03:29.021Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-02-15T16:03:29.487Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-02-15T16:03:29.487Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-02-15T16:03:29.487Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-02-15T16:03:29.487Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-02-15T16:03:29.487Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-02-15T16:03:29.487Z] === RUN TestDockerSuite/TestRunPortInUse [2022-02-15T16:03:29.487Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-02-15T16:03:29.487Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-02-15T16:03:29.487Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-02-15T16:03:29.487Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-02-15T16:03:29.487Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-02-15T16:03:29.487Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-02-15T16:03:29.487Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-02-15T16:03:29.487Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-02-15T16:03:29.487Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-02-15T16:03:29.487Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-02-15T16:03:31.400Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-02-15T16:03:31.400Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-02-15T16:03:31.400Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-02-15T16:03:31.400Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-02-15T16:03:31.400Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-02-15T16:03:31.400Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-02-15T16:03:31.400Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-02-15T16:03:31.400Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-02-15T16:03:34.231Z] === RUN TestDockerSuite/TestRunPublishPort [2022-02-15T16:03:34.231Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-02-15T16:03:34.231Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-02-15T16:03:34.231Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-02-15T16:03:34.231Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-02-15T16:03:34.231Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-02-15T16:03:34.231Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-02-15T16:03:34.231Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-02-15T16:03:34.231Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-02-15T16:03:34.231Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-15T16:03:34.231Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-02-15T16:03:36.227Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-02-15T16:03:36.227Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-02-15T16:03:36.227Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-02-15T16:03:36.227Z] === RUN TestDockerSuite/TestBuildNetNone [2022-02-15T16:03:36.227Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-02-15T16:03:36.227Z] === RUN TestDockerSuite/TestBuildNoContext [2022-02-15T16:03:36.292Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-02-15T16:03:40.018Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-02-15T16:03:40.203Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-02-15T16:03:43.253Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-02-15T16:03:43.253Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-02-15T16:03:43.253Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-02-15T16:03:43.253Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-02-15T16:03:44.649Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-02-15T16:03:44.649Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-02-15T16:03:44.649Z] === RUN TestDockerSuite/TestRunRm [2022-02-15T16:03:44.776Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-02-15T16:03:48.153Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-02-15T16:03:48.153Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-02-15T16:03:48.430Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-02-15T16:03:51.207Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-02-15T16:03:51.207Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-02-15T16:03:51.207Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-02-15T16:03:51.207Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-02-15T16:03:51.207Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-02-15T16:03:53.436Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-02-15T16:03:53.436Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-02-15T16:03:53.436Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-02-15T16:03:54.285Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-02-15T16:03:55.120Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-02-15T16:03:55.120Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-02-15T16:03:56.387Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-02-15T16:03:57.230Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-02-15T16:03:57.373Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-02-15T16:03:58.173Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-02-15T16:03:58.173Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-02-15T16:03:58.173Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-02-15T16:03:58.942Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-02-15T16:04:00.180Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-02-15T16:04:03.068Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-02-15T16:04:03.068Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-02-15T16:04:03.124Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-02-15T16:04:06.081Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-02-15T16:04:06.081Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-02-15T16:04:06.081Z] === RUN TestDockerSuite/TestRunState [2022-02-15T16:04:06.081Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-02-15T16:04:06.081Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-02-15T16:04:06.119Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-02-15T16:04:09.865Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-02-15T16:04:09.865Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-02-15T16:04:09.865Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-02-15T16:04:12.082Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-02-15T16:04:12.082Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-02-15T16:04:12.082Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-02-15T16:04:12.082Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-02-15T16:04:12.082Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-02-15T16:04:12.548Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-02-15T16:04:12.548Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-02-15T16:04:12.548Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-02-15T16:04:12.548Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-02-15T16:04:13.458Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-02-15T16:04:18.409Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-02-15T16:04:18.409Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-02-15T16:04:18.409Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-02-15T16:04:18.409Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-02-15T16:04:18.409Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-02-15T16:04:18.409Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-02-15T16:04:18.409Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-02-15T16:04:18.409Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-02-15T16:04:18.409Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-02-15T16:04:18.409Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-02-15T16:04:18.409Z] === RUN TestDockerSuite/TestRunUserByID [2022-02-15T16:04:18.409Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-02-15T16:04:18.409Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-02-15T16:04:18.409Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-02-15T16:04:18.409Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-02-15T16:04:18.409Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-02-15T16:04:18.409Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-02-15T16:04:18.409Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-02-15T16:04:18.409Z] === RUN TestDockerSuite/TestRunUserByName [2022-02-15T16:04:18.409Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-02-15T16:04:18.409Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-02-15T16:04:20.177Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-02-15T16:04:20.800Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-02-15T16:04:20.800Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-02-15T16:04:20.800Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-02-15T16:04:20.800Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-02-15T16:04:20.800Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-02-15T16:04:21.163Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-02-15T16:04:21.360Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-02-15T16:04:21.360Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-02-15T16:04:21.360Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-02-15T16:04:24.313Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-02-15T16:04:24.313Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-02-15T16:04:24.313Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-02-15T16:04:24.313Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-02-15T16:04:24.313Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-02-15T16:04:24.725Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-02-15T16:04:24.725Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-02-15T16:04:24.725Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-02-15T16:04:28.095Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-02-15T16:04:28.779Z] === RUN TestDockerSuite/TestContainerAPITop [2022-02-15T16:04:28.779Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-02-15T16:04:28.779Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-02-15T16:04:31.595Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-02-15T16:04:32.792Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-02-15T16:04:33.284Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-02-15T16:04:35.394Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-02-15T16:04:38.209Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-02-15T16:04:38.513Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-02-15T16:04:42.123Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-02-15T16:04:42.123Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-02-15T16:04:42.123Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-02-15T16:04:42.123Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-02-15T16:04:42.123Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-02-15T16:04:42.123Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-02-15T16:04:42.123Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-02-15T16:04:42.123Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-02-15T16:04:42.123Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-02-15T16:04:42.123Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-02-15T16:04:42.123Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-02-15T16:04:44.380Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-02-15T16:04:45.178Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-02-15T16:04:45.178Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-02-15T16:04:45.826Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-02-15T16:04:48.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-02-15T16:04:51.696Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-02-15T16:04:52.150Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-02-15T16:04:53.041Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-02-15T16:04:53.041Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-02-15T16:04:53.041Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-02-15T16:04:53.041Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-02-15T16:04:55.204Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-02-15T16:04:56.826Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-02-15T16:04:57.575Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-02-15T16:04:58.268Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000388c60_} [2022-02-15T16:04:58.563Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-02-15T16:04:58.563Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-02-15T16:04:58.563Z] === RUN TestDockerSuite/TestBuildPATH [2022-02-15T16:04:58.563Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-02-15T16:04:58.563Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-02-15T16:04:59.781Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-02-15T16:05:01.526Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-02-15T16:05:01.526Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-02-15T16:05:01.526Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-02-15T16:05:02.184Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1286669280_c:\foo_false____} [2022-02-15T16:05:02.725Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-02-15T16:05:02.725Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-02-15T16:05:02.725Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-02-15T16:05:02.725Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-02-15T16:05:02.725Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-02-15T16:05:02.725Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-02-15T16:05:02.725Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-02-15T16:05:02.725Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-02-15T16:05:02.725Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-02-15T16:05:02.725Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-02-15T16:05:02.725Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-02-15T16:05:02.725Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-02-15T16:05:02.725Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-02-15T16:05:02.725Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-02-15T16:05:02.725Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-02-15T16:05:05.235Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1286669280_c:\foo_true____} [2022-02-15T16:05:08.587Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-02-15T16:05:09.144Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-02-15T16:05:09.144Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-02-15T16:05:09.144Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-02-15T16:05:09.144Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-02-15T16:05:09.144Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-02-15T16:05:09.144Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-02-15T16:05:09.144Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-02-15T16:05:10.802Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-02-15T16:05:13.046Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-02-15T16:05:13.055Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-02-15T16:05:13.055Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-02-15T16:05:13.055Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-02-15T16:05:13.055Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:05:13.055Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-02-15T16:05:13.055Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T16:05:13.055Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-02-15T16:05:13.055Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-02-15T16:05:13.055Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-02-15T16:05:13.055Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-02-15T16:05:13.055Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-02-15T16:05:13.055Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-02-15T16:05:13.055Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-02-15T16:05:13.055Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-02-15T16:05:13.055Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-02-15T16:05:13.055Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-02-15T16:05:13.055Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-02-15T16:05:13.055Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-02-15T16:05:13.055Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-02-15T16:05:13.055Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-02-15T16:05:13.055Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-02-15T16:05:13.055Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-02-15T16:05:13.055Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-02-15T16:05:13.055Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T16:05:13.055Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-02-15T16:05:13.055Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-02-15T16:05:13.055Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-02-15T16:05:17.968Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-02-15T16:05:17.968Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-02-15T16:05:17.968Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-02-15T16:05:17.968Z] === RUN TestDockerSuite/TestCpRelativePath [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-02-15T16:05:20.202Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-02-15T16:05:20.202Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-02-15T16:05:20.202Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-02-15T16:05:20.202Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-02-15T16:05:20.202Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-02-15T16:05:20.202Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-02-15T16:05:20.202Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-02-15T16:05:20.202Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestSaveImageId [2022-02-15T16:05:20.202Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-02-15T16:05:20.202Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-02-15T16:05:20.202Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-02-15T16:05:20.202Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-02-15T16:05:20.202Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-02-15T16:05:20.202Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-02-15T16:05:20.202Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-02-15T16:05:20.202Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-02-15T16:05:20.202Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-02-15T16:05:20.202Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-02-15T16:05:21.760Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-02-15T16:05:21.886Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-02-15T16:05:21.886Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-02-15T16:05:21.886Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-02-15T16:05:21.886Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-02-15T16:05:21.886Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-02-15T16:05:21.886Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-02-15T16:05:21.886Z] === RUN TestDockerSuite/TestCpToCaseA [2022-02-15T16:05:22.227Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-02-15T16:05:22.693Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-02-15T16:05:23.160Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-02-15T16:05:24.925Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-02-15T16:05:27.928Z] === RUN TestDockerSuite/TestCpToCaseB [2022-02-15T16:05:31.851Z] === RUN TestDockerSuite/TestCpToCaseC [2022-02-15T16:05:31.851Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-02-15T16:05:31.851Z] === RUN TestDockerSuite/TestCpToCaseD [2022-02-15T16:05:31.851Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-02-15T16:05:31.851Z] === RUN TestDockerSuite/TestCpToCaseE [2022-02-15T16:05:35.345Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-02-15T16:05:35.345Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-02-15T16:05:35.345Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-02-15T16:05:43.996Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-02-15T16:05:43.996Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-02-15T16:05:43.996Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-02-15T16:05:44.589Z] === RUN TestDockerSuite/TestCpToCaseF [2022-02-15T16:05:44.589Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-02-15T16:05:44.589Z] === RUN TestDockerSuite/TestCpToCaseG [2022-02-15T16:05:44.589Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-02-15T16:05:44.589Z] === RUN TestDockerSuite/TestCpToCaseH [2022-02-15T16:05:49.859Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-02-15T16:05:49.859Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-02-15T16:05:49.859Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-02-15T16:05:49.859Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-02-15T16:05:49.859Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-02-15T16:05:49.859Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-02-15T16:05:49.859Z] === RUN TestDockerSuite/TestStartRecordError [2022-02-15T16:05:49.859Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-02-15T16:05:49.859Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-02-15T16:05:58.515Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-02-15T16:05:58.515Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-02-15T16:05:58.515Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-02-15T16:05:58.515Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-02-15T16:05:58.515Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-02-15T16:05:58.515Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-02-15T16:05:58.515Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-02-15T16:05:58.515Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-02-15T16:05:58.515Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-02-15T16:05:58.515Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-02-15T16:05:58.515Z] === RUN TestDockerSuite/TestStatsNoStream [2022-02-15T16:05:58.515Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-02-15T16:05:58.515Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-02-15T16:05:59.800Z] === RUN TestDockerSuite/TestCpToCaseI [2022-02-15T16:05:59.800Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-02-15T16:05:59.800Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-02-15T16:05:59.800Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-02-15T16:05:59.800Z] === RUN TestDockerSuite/TestCpToDot [2022-02-15T16:06:01.426Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-02-15T16:06:01.426Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-02-15T16:06:01.426Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-02-15T16:06:01.426Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-02-15T16:06:01.426Z] === RUN TestDockerSuite/TestCpToStdout [2022-02-15T16:06:01.467Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-02-15T16:06:02.244Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-02-15T16:06:03.681Z] === RUN TestDockerSuite/TestTopPrivileged [2022-02-15T16:06:03.681Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-02-15T16:06:03.681Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-02-15T16:06:05.355Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-02-15T16:06:05.355Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T16:06:05.355Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-02-15T16:06:05.355Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-02-15T16:06:05.355Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-02-15T16:06:05.355Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-02-15T16:06:05.355Z] === RUN TestDockerSuite/TestCpVolumePath [2022-02-15T16:06:05.355Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-02-15T16:06:05.355Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-02-15T16:06:05.355Z] === RUN TestDockerSuite/TestCreateArgs [2022-02-15T16:06:05.844Z] === RUN TestDockerSuite/TestCreateByImageID [2022-02-15T16:06:06.793Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-02-15T16:06:06.793Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-02-15T16:06:06.793Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-02-15T16:06:06.793Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-02-15T16:06:06.793Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-02-15T16:06:06.793Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-02-15T16:06:06.793Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-02-15T16:06:06.793Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-02-15T16:06:06.793Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-02-15T16:06:06.793Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-02-15T16:06:06.793Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-02-15T16:06:06.793Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-02-15T16:06:06.793Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-02-15T16:06:08.281Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-02-15T16:06:11.335Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-02-15T16:06:11.823Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-02-15T16:06:11.823Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-02-15T16:06:15.738Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-02-15T16:06:16.227Z] === RUN TestDockerSuite/TestCreateLabels [2022-02-15T16:06:16.227Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-02-15T16:06:16.227Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-02-15T16:06:16.227Z] === RUN TestDockerSuite/TestCreateRM [2022-02-15T16:06:17.254Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-02-15T16:06:17.254Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-02-15T16:06:17.254Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-02-15T16:06:17.254Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-02-15T16:06:17.743Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-02-15T16:06:21.709Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-02-15T16:06:22.176Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-02-15T16:06:22.176Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-02-15T16:06:22.176Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-02-15T16:06:22.176Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-02-15T16:06:22.643Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-02-15T16:06:23.111Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-02-15T16:06:23.111Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-02-15T16:06:26.900Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-02-15T16:06:26.900Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-02-15T16:06:27.710Z] === RUN TestDockerSuite/TestBuildRm [2022-02-15T16:06:28.400Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-02-15T16:06:29.046Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-02-15T16:06:29.562Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-02-15T16:06:30.685Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-02-15T16:06:30.685Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-02-15T16:06:31.152Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-02-15T16:06:31.152Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-02-15T16:06:31.619Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-02-15T16:06:33.487Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-02-15T16:06:33.487Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-02-15T16:06:33.487Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-02-15T16:06:33.487Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-02-15T16:06:37.399Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-02-15T16:06:37.399Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-02-15T16:06:37.399Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-02-15T16:06:37.399Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-02-15T16:06:37.399Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-02-15T16:06:37.399Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-02-15T16:06:37.399Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-02-15T16:06:37.399Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-02-15T16:06:37.399Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestDevicePermissions [2022-02-15T16:06:37.399Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestDockerFails [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-02-15T16:06:37.399Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-02-15T16:06:37.399Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-02-15T16:06:37.399Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestEventsAttach [2022-02-15T16:06:37.399Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestEventsCommit [2022-02-15T16:06:37.399Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-02-15T16:06:37.399Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-02-15T16:06:41.319Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-02-15T16:06:42.044Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-02-15T16:06:42.045Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-02-15T16:06:42.045Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-02-15T16:06:42.512Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-02-15T16:06:42.512Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-02-15T16:06:42.512Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-02-15T16:06:42.512Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-02-15T16:06:42.654Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-02-15T16:06:44.376Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-02-15T16:06:45.612Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-02-15T16:06:45.612Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-02-15T16:06:45.612Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-02-15T16:06:45.612Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-02-15T16:06:46.081Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-02-15T16:06:48.297Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-02-15T16:06:48.301Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-02-15T16:06:52.096Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-02-15T16:06:52.928Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-02-15T16:06:52.928Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-02-15T16:06:52.928Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-02-15T16:06:56.857Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-02-15T16:07:01.039Z] === RUN TestDockerSuite/TestEventsCopy [2022-02-15T16:07:01.733Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-02-15T16:07:05.415Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-02-15T16:07:05.415Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-02-15T16:07:05.415Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite (2759.37s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.84s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.27s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.74s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (87.26s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.78s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.23s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.79s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.53s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.93s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.61s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.95s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (104.24s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.22s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.14s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.09s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.34s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.11s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.69s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.86s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.65s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.55s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.09s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.30s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.50s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.09s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.17s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.64s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAddTar (40.74s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (22.07s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.71s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.92s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.35s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.42s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.98s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.37s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.24s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.21s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.77s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (28.87s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.41s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.90s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.77s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.51s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.74s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.95s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.27s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCmd (0.75s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.68s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.69s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.80s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.93s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.52s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.69s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.88s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.22s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.65s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.20s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.84s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.89s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (41.44s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.82s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.71s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.74s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.66s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (28.22s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.89s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.48s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.83s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.13s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.55s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.81s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.71s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDockerignore (60.41s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.36s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.53s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (71.88s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.00s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.99s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (23.97s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.38s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.06s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (34.62s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.04s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.31s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (93.26s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.56s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.45s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.74s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.43s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.65s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.70s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.30s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.91s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.87s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (5.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.28s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.80s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.27s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.80s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildFails (3.18s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.60s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.45s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildForceRm (8.70s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.32s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.66s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.27s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.82s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.74s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.24s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildHistory (15.06s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.28s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.86s) [2022-02-15T16:07:06.406Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.95s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.12s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.78s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildLabel (1.30s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.78s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.25s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.74s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildLabels (1.28s) [2022-02-15T16:07:06.406Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.99s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.68s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.77s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.71s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.45s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (19.52s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.63s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (40.33s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (18.82s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.15s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.29s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.89s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (21.74s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (9.77s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.87s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.77s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.56s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.28s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.17s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.87s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.20s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.78s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildOnBuild (11.15s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.19s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.43s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.92s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.40s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.33s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.71s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.55s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.05s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (50.39s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (23.56s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildRm (15.37s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.30s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.79s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.74s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.77s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.62s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (19.24s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.97s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.78s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.28s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.33s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.47s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildStderr (5.18s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (23.90s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.46s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.11s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.68s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.52s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.19s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.38s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.72s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.71s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (26.76s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.16s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.97s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.49s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.03s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.49s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.94s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.41s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.56s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (16.53s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.55s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.94s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.49s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.44s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.32s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.68s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCommitChange (6.17s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.70s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCommitNewFile (8.78s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCommitTTY (8.47s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.72s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.15s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.75s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (8.51s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.08s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.16s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.07s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.31s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.70s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.63s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.76s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.13s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.18s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.51s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.32s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.35s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.08s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.76s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.79s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.15s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.97s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.14s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.62s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.15s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.97s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.54s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.23s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.81s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.97s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.97s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.94s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (3.04s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0003428a0_} (2.95s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13191597049_c:\foo_false____} (2.92s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13191597049_c:\foo_true____} (2.97s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.61s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.13s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.14s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.14s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.12s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.18s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.30s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.24s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.78s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.33s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCpToCaseE (11.79s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCpToCaseH (11.11s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCpToDot (3.37s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCpToStdout (3.25s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.28s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCreateArgs (0.25s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.34s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.11s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.27s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.28s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.76s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.93s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCreateLabels (0.27s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCreateRM (0.52s) [2022-02-15T16:07:06.407Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.28s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.53s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.01s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.30s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.57s) [2022-02-15T16:07:06.407Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.38s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.27s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.17s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.22s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.03s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.15s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.19s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.25s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (10.70s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsCopy (5.47s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.76s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.99s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.99s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.33s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.90s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.18s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsFilters (6.34s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsFormat (6.28s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsRename (3.25s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsResize (8.45s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.04s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.03s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.48s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsUntag (2.78s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.26s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.50s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.48s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.54s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.64s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.62s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.61s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.63s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.76s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestExecInspectID (5.11s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.97s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.73s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.37s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.47s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.36s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.53s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.54s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.21s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.82s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.37s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.79s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.32s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.36s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.30s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.70s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.37s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestImagesFormat (0.23s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.07s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestImportBadURL (0.13s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.04s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.09s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.00s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.06s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectDefault (3.12s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectHistory (5.58s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.01s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.67s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.29s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.11s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.67s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.63s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectStatus (3.88s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.25s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.83s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.15s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.70s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.07s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.03s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.10s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.51s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.47s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.34s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.15s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.77s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.30s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.36s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.25s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.08s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.93s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.20s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.14s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsSince (9.81s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsTail (3.55s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.35s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.14s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.04s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.33s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestPsByOrder (9.94s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.92s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (18.56s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.41s) [2022-02-15T16:07:06.408Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.45s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.83s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (9.62s) [2022-02-15T16:07:06.408Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.75s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (6.08s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.32s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.70s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.04s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.86s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.71s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.22s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (25.23s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (8.56s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.34s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.27s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.03s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.74s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.72s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.69s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.40s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (16.88s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.77s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.89s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.88s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.46s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.10s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.19s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRmiTag (0.74s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.18s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (20.33s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.58s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.05s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.44s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.48s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.14s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.28s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.27s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.15s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.08s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.28s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.08s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.22s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.84s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.45s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.17s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.05s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.04s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.56s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.93s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.97s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.18s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.04s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.15s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.79s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunExitCode (3.11s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.21s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.15s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.20s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.51s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.07s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.85s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.03s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (9.27s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.49s) [2022-02-15T16:07:06.409Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.57s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-15T16:07:06.409Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.53s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.62s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.44s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.40s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.60s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.87s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.46s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.31s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (10.72s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunRm (3.11s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.15s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.11s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.11s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.67s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.23s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.09s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.77s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.45s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.04s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.04s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.94s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (9.85s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.38s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.54s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.22s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.27s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.15s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.15s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.11s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.60s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.41s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.17s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.39s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.25s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.81s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (9.34s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.94s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.39s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.66s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.67s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.82s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.62s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.33s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.38s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.32s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.17s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.45s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.63s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.44s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.46s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.22s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.94s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.76s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.23s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (9.29s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.32s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.32s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (12.24s) [2022-02-15T16:07:06.878Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-15T16:07:06.878Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.57s) [2022-02-15T16:07:06.878Z] === RUN TestDockerRegistrySuite [2022-02-15T16:07:06.878Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-02-15T16:07:06.878Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.878Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-02-15T16:07:06.878Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.878Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-02-15T16:07:06.878Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.878Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-02-15T16:07:06.878Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.878Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-02-15T16:07:06.878Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.878Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-02-15T16:07:06.878Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.878Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-02-15T16:07:06.878Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.878Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-02-15T16:07:06.878Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.878Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-02-15T16:07:06.878Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.878Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-02-15T16:07:06.878Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.878Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-02-15T16:07:06.878Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.878Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-02-15T16:07:06.878Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.878Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-02-15T16:07:06.878Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.878Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-02-15T16:07:06.878Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-02-15T16:07:06.879Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] --- PASS: TestDockerRegistrySuite (0.18s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-15T16:07:06.879Z] === RUN TestDockerSchema1RegistrySuite [2022-02-15T16:07:06.879Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-02-15T16:07:06.879Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-02-15T16:07:06.879Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-02-15T16:07:06.879Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-02-15T16:07:06.879Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-02-15T16:07:06.879Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-02-15T16:07:06.879Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-02-15T16:07:06.879Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-02-15T16:07:06.879Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-02-15T16:07:06.879Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-02-15T16:07:06.879Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-02-15T16:07:06.879Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-02-15T16:07:06.879Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-02-15T16:07:06.879Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-02-15T16:07:06.879Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-02-15T16:07:06.879Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-02-15T16:07:06.879Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-02-15T16:07:06.879Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-02-15T16:07:06.879Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-02-15T16:07:06.879Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistryAuthTokenSuite [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-02-15T16:07:06.879Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-02-15T16:07:06.879Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-02-15T16:07:06.879Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-02-15T16:07:06.879Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-02-15T16:07:06.879Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-15T16:07:06.879Z] === RUN TestDockerDaemonSuite [2022-02-15T16:07:06.879Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-02-15T16:07:06.879Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-02-15T16:07:06.879Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-02-15T16:07:06.879Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-15T16:07:06.879Z] === RUN TestDockerSwarmSuite [2022-02-15T16:07:06.879Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-02-15T16:07:06.879Z] === RUN TestDockerPluginSuite [2022-02-15T16:07:06.879Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-02-15T16:07:06.879Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-02-15T16:07:06.879Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-02-15T16:07:06.879Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-02-15T16:07:06.879Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-02-15T16:07:06.879Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-02-15T16:07:06.879Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-02-15T16:07:06.879Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-02-15T16:07:06.879Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-02-15T16:07:06.879Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-02-15T16:07:06.879Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-02-15T16:07:06.879Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-15T16:07:06.879Z] === RUN TestDockerExternalVolumeSuite [2022-02-15T16:07:06.879Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-02-15T16:07:06.879Z] === RUN TestDockerNetworkSuite [2022-02-15T16:07:06.879Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-02-15T16:07:06.879Z] === RUN TestDockerHubPullSuite [2022-02-15T16:07:06.879Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-02-15T16:07:06.879Z] PASS [2022-02-15T16:07:06.879Z] ok github.com/docker/docker/integration-cli 2759.804s [2022-02-15T16:07:06.879Z] [2022-02-15T16:07:06.879Z] === Skipped [2022-02-15T16:07:06.879Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-02-15T16:07:06.879Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.879Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-02-15T16:07:06.879Z] [2022-02-15T16:07:06.879Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-02-15T16:07:06.879Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-02-15T16:07:06.880Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-02-15T16:07:06.880Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-02-15T16:07:06.880Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-15T16:07:06.880Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-15T16:07:06.880Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-15T16:07:06.880Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-15T16:07:06.880Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-02-15T16:07:06.880Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-15T16:07:06.880Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-02-15T16:07:06.880Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-02-15T16:07:06.880Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.35s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.35s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.90s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.90s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-02-15T16:07:06.880Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.48s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.48s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.53s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.53s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.45s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.45s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-15T16:07:06.880Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.880Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-15T16:07:06.880Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-02-15T16:07:06.881Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.46s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.46s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.49s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.49s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.49s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.49s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.44s) [2022-02-15T16:07:06.881Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.44s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-02-15T16:07:06.881Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-02-15T16:07:06.881Z] docker_cli_sni_test.go:18: Flakey test [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.03s) [2022-02-15T16:07:06.881Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-15T16:07:06.881Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-15T16:07:06.881Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-15T16:07:06.881Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-02-15T16:07:06.881Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-02-15T16:07:06.881Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-02-15T16:07:06.881Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-15T16:07:06.881Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-02-15T16:07:06.881Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-02-15T16:07:06.881Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-02-15T16:07:06.881Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-02-15T16:07:06.881Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-02-15T16:07:06.881Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-15T16:07:06.881Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.881Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-15T16:07:06.881Z] [2022-02-15T16:07:06.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-15T16:07:06.882Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-15T16:07:06.882Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-15T16:07:06.882Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-02-15T16:07:06.882Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-15T16:07:06.882Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-15T16:07:06.882Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-15T16:07:06.882Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-15T16:07:06.882Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.03s) [2022-02-15T16:07:06.882Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.03s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-15T16:07:06.882Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-15T16:07:06.882Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-15T16:07:06.882Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-15T16:07:06.882Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-15T16:07:06.882Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-15T16:07:06.882Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.882Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-15T16:07:06.882Z] [2022-02-15T16:07:06.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-02-15T16:07:06.883Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-02-15T16:07:06.883Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-02-15T16:07:06.883Z] [2022-02-15T16:07:06.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-02-15T16:07:06.883Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.066Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-15T16:07:07.352Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-15T16:07:07.352Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-02-15T16:07:07.352Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-02-15T16:07:07.352Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-02-15T16:07:07.352Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-02-15T16:07:07.352Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-15T16:07:07.352Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-15T16:07:07.352Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-15T16:07:07.352Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-15T16:07:07.352Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-02-15T16:07:07.352Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-02-15T16:07:07.352Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-15T16:07:07.352Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-02-15T16:07:07.352Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-02-15T16:07:07.352Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-02-15T16:07:07.352Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-15T16:07:07.352Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-15T16:07:07.352Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-15T16:07:07.352Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-02-15T16:07:07.352Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-15T16:07:07.352Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-15T16:07:07.352Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.352Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-15T16:07:07.352Z] [2022-02-15T16:07:07.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-15T16:07:07.352Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-15T16:07:07.353Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-02-15T16:07:07.353Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-15T16:07:07.353Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-15T16:07:07.353Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-15T16:07:07.353Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-15T16:07:07.353Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-02-15T16:07:07.353Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-15T16:07:07.353Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.353Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-15T16:07:07.353Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-15T16:07:07.354Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-15T16:07:07.354Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-15T16:07:07.354Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-15T16:07:07.354Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:07:07.354Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-15T16:07:07.354Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-15T16:07:07.354Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-15T16:07:07.354Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-02-15T16:07:07.354Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.03s) [2022-02-15T16:07:07.354Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-15T16:07:07.354Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.354Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-15T16:07:07.354Z] [2022-02-15T16:07:07.354Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-02-15T16:07:07.354Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.03s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.03s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.46s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.46s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.355Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-02-15T16:07:07.355Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.355Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-02-15T16:07:07.355Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-02-15T16:07:07.356Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-02-15T16:07:07.356Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-15T16:07:07.356Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-15T16:07:07.356Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-15T16:07:07.356Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-15T16:07:07.356Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:07:07.356Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:07:07.356Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:07:07.356Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-15T16:07:07.356Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.356Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-15T16:07:07.356Z] [2022-02-15T16:07:07.356Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.357Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-15T16:07:07.357Z] [2022-02-15T16:07:07.357Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-15T16:07:07.357Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-02-15T16:07:07.825Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] DONE 1085 tests, 539 skipped in 2769.656s [2022-02-15T16:07:07.825Z] INFO: Integration tests ended at 02/15/2022 16:07:07. Duration:00:46:09.8281292 [2022-02-15T16:07:07.825Z] INFO: Docker info of the daemon under test at end of run [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] Containers: 2 [2022-02-15T16:07:07.825Z] Running: 0 [2022-02-15T16:07:07.825Z] Paused: 0 [2022-02-15T16:07:07.825Z] Stopped: 2 [2022-02-15T16:07:07.825Z] Images: 18 [2022-02-15T16:07:07.825Z] Server Version: 0.0.0-dev [2022-02-15T16:07:07.825Z] Storage Driver: windowsfilter [2022-02-15T16:07:07.825Z] Windows: [2022-02-15T16:07:07.825Z] Logging Driver: json-file [2022-02-15T16:07:07.825Z] Plugins: [2022-02-15T16:07:07.825Z] Volume: local [2022-02-15T16:07:07.825Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-15T16:07:07.825Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-15T16:07:07.825Z] Swarm: inactive [2022-02-15T16:07:07.825Z] Default Isolation: process [2022-02-15T16:07:07.825Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-02-15T16:07:07.825Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-02-15T16:07:07.825Z] OSType: windows [2022-02-15T16:07:07.825Z] Architecture: x86_64 [2022-02-15T16:07:07.825Z] CPUs: 4 [2022-02-15T16:07:07.825Z] Total Memory: 32GiB [2022-02-15T16:07:07.825Z] Name: azwin-2-1c2080 [2022-02-15T16:07:07.825Z] ID: PQOU:AXQZ:EDTH:EPJP:DNEO:DGU5:PZE4:6JLQ:VKTZ:4NUY:DFXL:HNXO [2022-02-15T16:07:07.825Z] Docker Root Dir: D:\CI\PR-43241\1\daemon [2022-02-15T16:07:07.825Z] Debug Mode (client): false [2022-02-15T16:07:07.825Z] Debug Mode (server): true [2022-02-15T16:07:07.825Z] File Descriptors: -1 [2022-02-15T16:07:07.825Z] Goroutines: 17 [2022-02-15T16:07:07.825Z] System Time: 2022-02-15T16:07:07.4247977Z [2022-02-15T16:07:07.825Z] EventsListeners: 0 [2022-02-15T16:07:07.825Z] Registry: https://index.docker.io/v1/ [2022-02-15T16:07:07.825Z] Labels: [2022-02-15T16:07:07.825Z] Experimental: false [2022-02-15T16:07:07.825Z] Insecure Registries: [2022-02-15T16:07:07.825Z] 127.0.0.0/8 [2022-02-15T16:07:07.825Z] Live Restore Enabled: false [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] [2022-02-15T16:07:07.825Z] INFO: Stopping daemon under test [2022-02-15T16:07:07.825Z] SUCCESS: The process with PID 3156 (child process of PID 7340) has been terminated. [2022-02-15T16:07:07.825Z] SUCCESS: The process with PID 7340 (child process of PID 1384) has been terminated. [2022-02-15T16:07:07.825Z] INFO: Stop tailing logs of the daemon under tests [2022-02-15T16:07:07.825Z] INFO: executeCI.ps1 Completed successfully at 02/15/2022 16:07:07. [2022-02-15T16:07:07.825Z] INFO: Tidying up at end of run [2022-02-15T16:07:07.825Z] INFO: Saving daemon under test log (d:\CI\PR-43241\1\dut.out) to bundles\CIDUT.out [2022-02-15T16:07:07.825Z] INFO: Saving daemon under test log (d:\CI\PR-43241\1\dut.err) to bundles\CIDUT.err [2022-02-15T16:07:07.825Z] INFO: Saving containerd logs to bundles [2022-02-15T16:07:07.825Z] INFO: Nuke-Everything... [2022-02-15T16:07:08.293Z] INFO: Container count on control daemon to delete is 2 [2022-02-15T16:07:08.761Z] bc7e43181c69 [2022-02-15T16:07:08.761Z] c485e7b4944c [2022-02-15T16:07:08.761Z] INFO: Non-base image count on control daemon to delete is 1 [2022-02-15T16:07:10.973Z] Deleted: sha256:513f64a4f8367c097462c2c370d7673a887880cf69834ef61f31fcc815670412 [2022-02-15T16:07:10.973Z] Deleted: sha256:2e3e45d01c011410a2c0bd357fdcd7d1c1132d54417cd6b97caa254ddc46a0d0 [2022-02-15T16:07:10.973Z] INFO: Tidying pidfile d:\CI\PR-43241\1\docker.pid [2022-02-15T16:07:10.973Z] INFO: Nuking d:\CI [2022-02-15T16:07:14.419Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-02-15T16:07:17.478Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-02-15T16:07:18.506Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-02-15T16:07:24.537Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-02-15T16:07:25.566Z] === RUN TestDockerSuite/TestEventsFilterType [2022-02-15T16:07:26.597Z] === RUN TestDockerSuite/TestEventsFilters [2022-02-15T16:07:27.045Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-02-15T16:07:27.045Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-02-15T16:07:27.045Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-02-15T16:07:33.948Z] === RUN TestDockerSuite/TestEventsFormat [2022-02-15T16:07:41.087Z] INFO: Zapped successfully [2022-02-15T16:07:41.087Z] [2022-02-15T16:07:41.087Z] INFO: executeCI.ps1 exiting at Tue Feb 15 16:07:37 CUT 2022. Duration 01:06:56.8393839 [2022-02-15T16:07:41.087Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-02-15T16:07:41.293Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-02-15T16:07:41.293Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-02-15T16:07:41.293Z] === RUN TestDockerSuite/TestEventsImageImport [2022-02-15T16:07:41.293Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-02-15T16:07:41.293Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-02-15T16:07:41.293Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-02-15T16:07:41.293Z] === RUN TestDockerSuite/TestEventsImagePull [2022-02-15T16:07:41.293Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-02-15T16:07:41.293Z] === RUN TestDockerSuite/TestEventsImageTag [2022-02-15T16:07:41.337Z] Recording test results [2022-02-15T16:07:41.874Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-02-15T16:07:42.306Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-02-15T16:07:42.306Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-02-15T16:07:42.306Z] === RUN TestDockerSuite/TestEventsRename [2022-02-15T16:07:42.600Z] === RUN TestDockerSuite/TestBuildSpaces [2022-02-15T16:07:42.600Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-02-15T16:07:43.835Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2022-02-15T16:07:45.618Z] Archiving artifacts [2022-02-15T16:07:46.096Z] === RUN TestDockerSuite/TestEventsResize [2022-02-15T16:07:46.393Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-02-15T16:07:46.393Z] === RUN TestDockerSuite/TestBuildStderr [2022-02-15T16:07:46.810Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43241/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-02-15T16:07:47.832Z] + make clean [2022-02-15T16:07:48.816Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-02-15T16:07:48.816Z] docker-dev-cache [2022-02-15T16:07:48.816Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-02-15T16:07:52.267Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-02-15T16:08:17.575Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-02-15T16:08:17.575Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-02-15T16:08:17.575Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-02-15T16:08:19.148Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-02-15T16:08:20.715Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-02-15T16:08:21.956Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-02-15T16:08:23.520Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-02-15T16:08:26.592Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-02-15T16:08:28.276Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-02-15T16:08:33.770Z] === RUN TestDockerSuite/TestBuildUser [2022-02-15T16:08:33.770Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-02-15T16:08:33.770Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-02-15T16:08:33.770Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-02-15T16:08:33.770Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-02-15T16:08:33.770Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-02-15T16:08:33.770Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-02-15T16:08:34.150Z] === RUN TestDockerSuite/TestEventsTop [2022-02-15T16:08:34.150Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-02-15T16:08:34.150Z] === RUN TestDockerSuite/TestEventsUntag [2022-02-15T16:08:37.103Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-02-15T16:08:38.534Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-02-15T16:08:38.534Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-02-15T16:08:42.332Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-02-15T16:08:42.332Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-02-15T16:08:42.332Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-02-15T16:08:42.332Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-02-15T16:08:42.332Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-02-15T16:08:42.978Z] === RUN TestDockerSuite/TestExec [2022-02-15T16:08:42.978Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T16:08:42.978Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-02-15T16:08:42.978Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-02-15T16:08:42.978Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-02-15T16:08:46.774Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-02-15T16:08:50.566Z] === RUN TestDockerSuite/TestExecAPIStart [2022-02-15T16:08:50.566Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T16:08:50.566Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-02-15T16:08:50.566Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T16:08:50.566Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-02-15T16:08:50.566Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-02-15T16:08:50.566Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-02-15T16:08:53.696Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-02-15T16:08:58.456Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-02-15T16:09:02.251Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-02-15T16:09:06.047Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-02-15T16:09:12.468Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-02-15T16:09:12.468Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-02-15T16:09:14.713Z] === RUN TestDockerSuite/TestExecCgroup [2022-02-15T16:09:14.713Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-02-15T16:09:14.713Z] === RUN TestDockerSuite/TestExecEnv [2022-02-15T16:09:14.713Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-02-15T16:09:14.713Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-02-15T16:09:14.713Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-02-15T16:09:14.713Z] === RUN TestDockerSuite/TestExecExitStatus [2022-02-15T16:09:17.836Z] === RUN TestDockerSuite/TestExecInspectID [2022-02-15T16:09:21.145Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-02-15T16:09:25.010Z] === RUN TestDockerSuite/TestExecInteractive [2022-02-15T16:09:25.010Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-02-15T16:09:25.010Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-02-15T16:09:25.010Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-02-15T16:09:25.010Z] === RUN TestDockerSuite/TestExecParseError [2022-02-15T16:09:25.010Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-02-15T16:09:25.010Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-02-15T16:09:25.010Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-02-15T16:09:25.010Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-02-15T16:09:25.010Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-02-15T16:09:25.010Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-02-15T16:09:28.810Z] === RUN TestDockerSuite/TestExecSetEnv [2022-02-15T16:09:28.810Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-02-15T16:09:28.810Z] === RUN TestDockerSuite/TestExecStartFails [2022-02-15T16:09:28.810Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-02-15T16:09:28.810Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-02-15T16:09:28.810Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-02-15T16:09:28.810Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-02-15T16:09:28.810Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-02-15T16:09:28.810Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-02-15T16:09:28.810Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-02-15T16:09:28.810Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-02-15T16:09:31.578Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-02-15T16:09:31.578Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-02-15T16:09:32.047Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-02-15T16:09:32.047Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-02-15T16:09:32.047Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-02-15T16:09:32.600Z] === RUN TestDockerSuite/TestExecUlimits [2022-02-15T16:09:32.600Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-02-15T16:09:32.600Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-02-15T16:09:35.484Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-02-15T16:09:35.484Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-02-15T16:09:35.484Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-02-15T16:09:41.115Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-02-15T16:09:41.115Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-02-15T16:09:41.115Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-02-15T16:09:41.115Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-02-15T16:09:41.115Z] === RUN TestDockerSuite/TestExecWithUser [2022-02-15T16:09:41.115Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-02-15T16:09:41.115Z] === RUN TestDockerSuite/TestGetContainerStats [2022-02-15T16:09:48.117Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-02-15T16:09:50.282Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-02-15T16:09:54.009Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-02-15T16:09:55.063Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-02-15T16:09:56.605Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-02-15T16:10:00.306Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-02-15T16:10:08.794Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-02-15T16:10:08.794Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T16:10:08.794Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-02-15T16:10:08.794Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-02-15T16:10:08.794Z] === RUN TestDockerSuite/TestHealth [2022-02-15T16:10:08.794Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-02-15T16:10:08.794Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-02-15T16:10:08.794Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-02-15T16:10:08.794Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-02-15T16:10:08.794Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-02-15T16:10:14.526Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-02-15T16:10:14.526Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-02-15T16:10:14.526Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-02-15T16:10:14.526Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-02-15T16:10:14.526Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-02-15T16:10:14.526Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-02-15T16:10:14.977Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-02-15T16:10:15.929Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-02-15T16:10:15.929Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-02-15T16:10:15.929Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-02-15T16:10:16.128Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-02-15T16:10:16.128Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-02-15T16:10:16.128Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-02-15T16:10:16.128Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-02-15T16:10:16.128Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-02-15T16:10:16.128Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-02-15T16:10:16.128Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-02-15T16:10:16.889Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-02-15T16:10:16.889Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-02-15T16:10:17.096Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-02-15T16:10:19.035Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-02-15T16:10:19.488Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-02-15T16:10:22.350Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-02-15T16:10:26.036Z] === RUN TestDockerSuite/TestImagesFormat [2022-02-15T16:10:26.037Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-02-15T16:10:26.037Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-02-15T16:10:26.037Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-02-15T16:10:27.392Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-02-15T16:10:28.923Z] === RUN TestDockerSuite/TestBuildXZHost [2022-02-15T16:10:28.923Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-02-15T16:10:29.889Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-02-15T16:10:29.889Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-02-15T16:10:29.889Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-02-15T16:10:29.889Z] docker_cli_sni_test.go:18: Flakey test [2022-02-15T16:10:29.889Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-02-15T16:10:30.674Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-02-15T16:10:30.674Z] === RUN TestDockerSuite/TestImportBadURL [2022-02-15T16:10:30.674Z] === RUN TestDockerSuite/TestImportDisplay [2022-02-15T16:10:30.674Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-02-15T16:10:30.674Z] === RUN TestDockerSuite/TestImportFile [2022-02-15T16:10:30.674Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-02-15T16:10:30.674Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-02-15T16:10:30.674Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-02-15T16:10:30.674Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-02-15T16:10:30.674Z] === RUN TestDockerSuite/TestImportGzipped [2022-02-15T16:10:30.674Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-02-15T16:10:30.674Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-02-15T16:10:30.674Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T16:10:30.674Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-02-15T16:10:30.674Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-02-15T16:10:30.674Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-02-15T16:10:30.674Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-02-15T16:10:30.674Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-02-15T16:10:30.674Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-02-15T16:10:30.674Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-02-15T16:10:30.674Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-02-15T16:10:30.674Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-02-15T16:10:30.674Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-02-15T16:10:30.674Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-15T16:10:30.674Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-02-15T16:10:32.061Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-02-15T16:10:34.364Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-02-15T16:10:37.835Z] === RUN TestDockerSuite/TestCommitChange [2022-02-15T16:10:38.128Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-02-15T16:10:38.128Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-02-15T16:10:38.128Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-02-15T16:10:38.128Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-02-15T16:10:38.128Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-02-15T16:10:38.128Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-02-15T16:10:38.128Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-02-15T16:10:38.128Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-02-15T16:10:41.820Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-02-15T16:10:41.820Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-02-15T16:10:43.617Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-02-15T16:10:44.685Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-02-15T16:10:44.685Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-02-15T16:10:44.685Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-02-15T16:10:44.685Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-02-15T16:10:44.685Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-02-15T16:10:44.685Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-02-15T16:10:44.685Z] === RUN TestDockerSuite/TestInspectDefault [2022-02-15T16:10:48.386Z] === RUN TestDockerSuite/TestInspectHistory [2022-02-15T16:10:49.392Z] === RUN TestDockerSuite/TestCommitHardlink [2022-02-15T16:10:49.392Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-02-15T16:10:49.392Z] === RUN TestDockerSuite/TestCommitNewFile [2022-02-15T16:10:54.110Z] === RUN TestDockerSuite/TestInspectImage [2022-02-15T16:10:54.110Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T16:10:54.110Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-02-15T16:10:54.110Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T16:10:54.110Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-02-15T16:10:54.110Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-15T16:10:54.562Z] === RUN TestDockerSuite/TestInspectInt64 [2022-02-15T16:10:58.251Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-02-15T16:11:01.750Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-02-15T16:11:01.750Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-02-15T16:11:01.750Z] === RUN TestDockerSuite/TestCommitTTY [2022-02-15T16:11:01.940Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-02-15T16:11:02.390Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-02-15T16:11:06.078Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-02-15T16:11:09.767Z] === RUN TestDockerSuite/TestInspectPlugin [2022-02-15T16:11:09.767Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-02-15T16:11:09.767Z] === RUN TestDockerSuite/TestInspectRootFS [2022-02-15T16:11:09.767Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-02-15T16:11:10.306Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-02-15T16:11:14.399Z] === RUN TestDockerSuite/TestInspectStatus [2022-02-15T16:11:14.985Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-02-15T16:11:14.985Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-02-15T16:11:14.985Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-02-15T16:11:14.985Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-02-15T16:11:14.985Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-02-15T16:11:14.985Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-02-15T16:11:14.985Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-02-15T16:11:14.985Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-02-15T16:11:14.985Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-02-15T16:11:14.985Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-02-15T16:11:14.985Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-02-15T16:11:14.985Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-02-15T16:11:14.985Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-02-15T16:11:14.985Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-02-15T16:11:14.985Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-02-15T16:11:14.985Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-02-15T16:11:18.090Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-02-15T16:11:23.538Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-02-15T16:11:26.613Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-02-15T16:11:30.402Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-02-15T16:11:34.194Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-02-15T16:11:36.559Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-02-15T16:11:36.559Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-02-15T16:11:36.559Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-02-15T16:11:37.998Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-02-15T16:11:38.776Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-02-15T16:11:38.776Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-02-15T16:11:38.776Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-02-15T16:11:38.776Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-02-15T16:11:38.776Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-02-15T16:11:38.776Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-02-15T16:11:38.776Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-02-15T16:11:40.994Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-02-15T16:11:40.994Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-02-15T16:11:40.994Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-02-15T16:11:40.994Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-02-15T16:11:41.794Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-02-15T16:11:43.960Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-02-15T16:11:43.960Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-02-15T16:11:43.960Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-02-15T16:11:43.960Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-02-15T16:11:43.960Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-02-15T16:11:43.960Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-02-15T16:11:43.960Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-02-15T16:11:43.960Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-02-15T16:11:44.750Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-02-15T16:11:46.917Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-02-15T16:11:48.539Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLinksEnvs [2022-02-15T16:11:48.539Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-02-15T16:11:48.539Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-02-15T16:11:48.539Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-02-15T16:11:48.539Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-02-15T16:11:48.539Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-02-15T16:11:48.539Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-02-15T16:11:48.539Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-02-15T16:11:48.539Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-02-15T16:11:48.539Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-02-15T16:11:48.539Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-02-15T16:11:48.539Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-02-15T16:11:48.539Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-02-15T16:11:48.539Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-02-15T16:11:48.539Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-02-15T16:11:48.539Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-02-15T16:11:48.539Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-02-15T16:11:49.873Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-02-15T16:11:52.090Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-02-15T16:11:52.090Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-02-15T16:11:52.090Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-02-15T16:11:52.090Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-02-15T16:11:52.330Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-02-15T16:11:55.052Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-02-15T16:11:55.052Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-02-15T16:11:55.293Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-02-15T16:11:57.269Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-02-15T16:11:57.269Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-02-15T16:11:57.269Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-02-15T16:11:57.269Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-02-15T16:11:57.269Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-02-15T16:12:00.227Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-02-15T16:12:00.227Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-02-15T16:12:02.448Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-02-15T16:12:02.448Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-02-15T16:12:02.448Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-02-15T16:12:02.449Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-02-15T16:12:05.400Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-02-15T16:12:05.400Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-02-15T16:12:05.400Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-02-15T16:12:05.400Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-02-15T16:12:05.869Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-02-15T16:12:08.824Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-02-15T16:12:15.822Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-02-15T16:12:15.822Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-02-15T16:12:19.247Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-02-15T16:12:23.046Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-02-15T16:12:23.046Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-02-15T16:12:23.046Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-02-15T16:12:23.046Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-02-15T16:12:23.046Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-02-15T16:12:23.139Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-02-15T16:12:25.264Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-02-15T16:12:25.264Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-02-15T16:12:25.264Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-02-15T16:12:31.815Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-02-15T16:12:32.429Z] === RUN TestDockerSuite/TestContainerAPITop [2022-02-15T16:12:32.429Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-02-15T16:12:32.429Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-02-15T16:12:35.392Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-02-15T16:12:35.392Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-02-15T16:12:38.969Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-02-15T16:12:40.150Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-02-15T16:12:42.365Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-02-15T16:12:42.365Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-02-15T16:12:42.365Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-02-15T16:12:42.365Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-02-15T16:12:42.365Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-02-15T16:12:42.365Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-02-15T16:12:42.365Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-02-15T16:12:42.365Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-02-15T16:12:42.365Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-02-15T16:12:42.365Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-02-15T16:12:42.365Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-02-15T16:12:43.848Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-02-15T16:12:45.316Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-02-15T16:12:45.316Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-02-15T16:12:48.606Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-02-15T16:12:48.606Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-02-15T16:12:48.606Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-02-15T16:12:52.404Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-02-15T16:12:52.481Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-02-15T16:12:55.438Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-02-15T16:12:56.199Z] === RUN TestDockerSuite/TestLogsSince [2022-02-15T16:13:04.108Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-02-15T16:13:06.325Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000450408_} [2022-02-15T16:13:06.624Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-02-15T16:13:06.624Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-02-15T16:13:06.624Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-02-15T16:13:06.624Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-02-15T16:13:06.624Z] === RUN TestDockerSuite/TestLogsTail [2022-02-15T16:13:09.277Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1739148956_c:\foo_false____} [2022-02-15T16:13:10.423Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-02-15T16:13:12.233Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1739148956_c:\foo_true____} [2022-02-15T16:13:13.375Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-02-15T16:13:14.451Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-02-15T16:13:14.451Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-02-15T16:13:14.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-02-15T16:13:14.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-02-15T16:13:14.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-02-15T16:13:14.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-02-15T16:13:14.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-02-15T16:13:14.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-02-15T16:13:14.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-02-15T16:13:14.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-02-15T16:13:14.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-02-15T16:13:14.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-02-15T16:13:14.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-02-15T16:13:14.920Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-02-15T16:13:14.920Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-02-15T16:13:14.920Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-02-15T16:13:14.920Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-02-15T16:13:14.920Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-02-15T16:13:14.920Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-02-15T16:13:14.920Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-02-15T16:13:14.920Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-02-15T16:13:14.920Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-02-15T16:13:14.920Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-02-15T16:13:14.920Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestMountIntoProc [2022-02-15T16:13:17.179Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestMountIntoSys [2022-02-15T16:13:17.179Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestNetHostname [2022-02-15T16:13:17.179Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-02-15T16:13:17.179Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-02-15T16:13:17.179Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-02-15T16:13:17.179Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestPluginActive [2022-02-15T16:13:17.179Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-02-15T16:13:17.179Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-02-15T16:13:17.179Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-02-15T16:13:17.179Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-02-15T16:13:17.179Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-02-15T16:13:17.179Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-02-15T16:13:17.179Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-02-15T16:13:17.179Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-02-15T16:13:17.179Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestPortHostBinding [2022-02-15T16:13:17.179Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestPortList [2022-02-15T16:13:17.179Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.179Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-02-15T16:13:17.831Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-02-15T16:13:17.831Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.831Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-02-15T16:13:17.831Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.831Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-02-15T16:13:17.831Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.831Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-02-15T16:13:17.831Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.831Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-02-15T16:13:17.831Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.831Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-02-15T16:13:17.831Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.831Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-02-15T16:13:17.831Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.831Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-02-15T16:13:17.831Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.831Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-02-15T16:13:17.831Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.831Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-02-15T16:13:17.831Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.831Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-02-15T16:13:17.831Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.831Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-02-15T16:13:17.831Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T16:13:17.831Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-02-15T16:13:17.831Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-02-15T16:13:18.291Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-02-15T16:13:21.191Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-02-15T16:13:21.191Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-02-15T16:13:21.191Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-02-15T16:13:21.191Z] === RUN TestDockerSuite/TestCpRelativePath [2022-02-15T16:13:24.421Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-02-15T16:13:24.421Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:13:24.421Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-02-15T16:13:24.421Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-02-15T16:13:24.421Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-02-15T16:13:24.421Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-02-15T16:13:24.421Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-02-15T16:13:24.421Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-02-15T16:13:24.421Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-15T16:13:24.421Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-02-15T16:13:24.421Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-02-15T16:13:24.421Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-02-15T16:13:24.421Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-02-15T16:13:24.421Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-02-15T16:13:24.421Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-02-15T16:13:24.421Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-02-15T16:13:24.421Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-15T16:13:24.422Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-02-15T16:13:29.747Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-02-15T16:13:29.747Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-02-15T16:13:29.747Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-02-15T16:13:29.747Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-02-15T16:13:29.747Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-02-15T16:13:29.747Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-02-15T16:13:29.747Z] === RUN TestDockerSuite/TestCpToCaseA [2022-02-15T16:13:31.667Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-02-15T16:13:31.667Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-02-15T16:13:31.667Z] === RUN TestDockerSuite/TestPsByOrder [2022-02-15T16:13:34.428Z] === RUN TestDockerSuite/TestCpToCaseB [2022-02-15T16:13:36.618Z] === RUN TestDockerSuite/TestCpToCaseC [2022-02-15T16:13:36.618Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-02-15T16:13:36.618Z] === RUN TestDockerSuite/TestCpToCaseD [2022-02-15T16:13:36.618Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-02-15T16:13:36.618Z] === RUN TestDockerSuite/TestCpToCaseE [2022-02-15T16:13:46.719Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-02-15T16:13:46.719Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-02-15T16:13:46.719Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-02-15T16:13:51.406Z] === RUN TestDockerSuite/TestCpToCaseF [2022-02-15T16:13:51.406Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-02-15T16:13:51.406Z] === RUN TestDockerSuite/TestCpToCaseG [2022-02-15T16:13:51.406Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-02-15T16:13:51.406Z] === RUN TestDockerSuite/TestCpToCaseH [2022-02-15T16:14:01.768Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-02-15T16:14:03.770Z] === RUN TestDockerSuite/TestCpToCaseI [2022-02-15T16:14:03.770Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-02-15T16:14:03.770Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-02-15T16:14:03.770Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-02-15T16:14:03.770Z] === RUN TestDockerSuite/TestCpToDot [2022-02-15T16:14:05.305Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-02-15T16:14:05.305Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-02-15T16:14:05.305Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-02-15T16:14:05.305Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-02-15T16:14:05.305Z] === RUN TestDockerSuite/TestCpToStdout [2022-02-15T16:14:13.865Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-02-15T16:14:13.865Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T16:14:13.865Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-02-15T16:14:13.865Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-02-15T16:14:13.865Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-02-15T16:14:13.865Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-02-15T16:14:13.865Z] === RUN TestDockerSuite/TestCpVolumePath [2022-02-15T16:14:13.865Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-02-15T16:14:13.865Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-02-15T16:14:13.865Z] === RUN TestDockerSuite/TestCreateArgs [2022-02-15T16:14:13.865Z] === RUN TestDockerSuite/TestCreateByImageID [2022-02-15T16:14:16.042Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-02-15T16:14:18.212Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-02-15T16:14:18.670Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-02-15T16:14:18.670Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-02-15T16:14:20.842Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-02-15T16:14:21.807Z] === RUN TestDockerSuite/TestCreateLabels [2022-02-15T16:14:22.264Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-02-15T16:14:22.264Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-02-15T16:14:22.264Z] === RUN TestDockerSuite/TestCreateRM [2022-02-15T16:14:22.724Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-02-15T16:14:22.724Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-02-15T16:14:22.724Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-02-15T16:14:22.724Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-02-15T16:14:23.146Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-02-15T16:14:23.146Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-02-15T16:14:23.146Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-02-15T16:14:23.146Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-02-15T16:14:23.146Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-02-15T16:14:23.146Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-02-15T16:14:23.181Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-02-15T16:14:27.962Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-02-15T16:14:37.964Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-02-15T16:14:37.964Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-02-15T16:14:37.964Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-02-15T16:14:38.635Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-02-15T16:14:41.689Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-02-15T16:14:41.689Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-02-15T16:14:41.689Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-02-15T16:14:41.689Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-02-15T16:14:45.883Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-02-15T16:14:45.883Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-02-15T16:14:45.883Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-02-15T16:14:45.883Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-02-15T16:14:45.883Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-02-15T16:14:48.752Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-02-15T16:14:48.752Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-02-15T16:14:48.752Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-02-15T16:14:49.211Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-02-15T16:14:49.211Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-02-15T16:14:49.211Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-02-15T16:14:49.211Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-02-15T16:14:49.211Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-02-15T16:14:49.211Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-02-15T16:14:49.211Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-02-15T16:14:49.211Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T16:14:49.211Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-02-15T16:14:49.211Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-02-15T16:14:49.211Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-02-15T16:14:49.211Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-02-15T16:14:49.211Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-02-15T16:14:49.211Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:14:49.211Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-02-15T16:14:49.211Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-02-15T16:14:49.211Z] === RUN TestDockerSuite/TestDevicePermissions [2022-02-15T16:14:49.211Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-02-15T16:14:49.211Z] === RUN TestDockerSuite/TestDockerFails [2022-02-15T16:14:49.211Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-02-15T16:14:49.211Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-02-15T16:14:49.211Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-02-15T16:14:49.211Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-02-15T16:14:49.211Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-02-15T16:14:49.211Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-02-15T16:14:49.211Z] === RUN TestDockerSuite/TestEventsAttach [2022-02-15T16:14:49.211Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-02-15T16:14:49.211Z] === RUN TestDockerSuite/TestEventsCommit [2022-02-15T16:14:49.211Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-02-15T16:14:49.669Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-02-15T16:14:52.567Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-02-15T16:14:54.633Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-02-15T16:14:54.633Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-02-15T16:14:54.633Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-02-15T16:14:54.633Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-02-15T16:14:54.633Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-02-15T16:14:54.633Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-02-15T16:14:54.633Z] === RUN TestDockerSuite/TestPsRightTagName [2022-02-15T16:14:54.633Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-02-15T16:14:54.633Z] === RUN TestDockerSuite/TestPsShowMounts [2022-02-15T16:14:54.738Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-02-15T16:14:57.631Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-02-15T16:15:07.236Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-02-15T16:15:07.236Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-02-15T16:15:07.236Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-02-15T16:15:07.236Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-02-15T16:15:07.236Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-02-15T16:15:07.236Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-02-15T16:15:08.810Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-02-15T16:15:09.798Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-02-15T16:15:09.798Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-02-15T16:15:09.798Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-02-15T16:15:12.450Z] === RUN TestDockerSuite/TestEventsCopy [2022-02-15T16:15:17.121Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-02-15T16:15:17.285Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-02-15T16:15:24.286Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-02-15T16:15:28.076Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-02-15T16:15:29.799Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-02-15T16:15:31.370Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-02-15T16:15:32.358Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-02-15T16:15:37.116Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-02-15T16:15:37.116Z] === RUN TestDockerSuite/TestEventsFilterType [2022-02-15T16:15:38.683Z] === RUN TestDockerSuite/TestEventsFilters [2022-02-15T16:15:44.555Z] === RUN TestDockerSuite/TestEventsFormat [2022-02-15T16:15:49.389Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-02-15T16:15:49.389Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-02-15T16:15:49.389Z] === RUN TestDockerSuite/TestEventsImageImport [2022-02-15T16:15:49.389Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-02-15T16:15:49.389Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-02-15T16:15:49.389Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-02-15T16:15:49.858Z] === RUN TestDockerSuite/TestEventsImagePull [2022-02-15T16:15:49.858Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-02-15T16:15:49.858Z] === RUN TestDockerSuite/TestEventsImageTag [2022-02-15T16:15:50.845Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-02-15T16:15:50.845Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-02-15T16:15:50.845Z] === RUN TestDockerSuite/TestEventsRename [2022-02-15T16:15:53.806Z] === RUN TestDockerSuite/TestEventsResize [2022-02-15T16:16:02.480Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-02-15T16:16:03.935Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-02-15T16:16:03.935Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T16:16:03.935Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-02-15T16:16:04.700Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-02-15T16:16:07.656Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-02-15T16:16:11.102Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-02-15T16:16:11.102Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-02-15T16:16:11.102Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-02-15T16:16:11.570Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-02-15T16:16:13.529Z] === RUN TestDockerSuite/TestEventsTop [2022-02-15T16:16:13.529Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-02-15T16:16:13.529Z] === RUN TestDockerSuite/TestEventsUntag [2022-02-15T16:16:15.751Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-02-15T16:16:20.237Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-02-15T16:16:20.512Z] === RUN TestDockerSuite/TestExec [2022-02-15T16:16:20.512Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T16:16:20.512Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-02-15T16:16:20.512Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-02-15T16:16:20.512Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-02-15T16:16:22.730Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-02-15T16:16:24.946Z] === RUN TestDockerSuite/TestExecAPIStart [2022-02-15T16:16:24.946Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T16:16:24.946Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-02-15T16:16:24.946Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T16:16:24.946Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-02-15T16:16:24.946Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-02-15T16:16:24.946Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-02-15T16:16:27.405Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-02-15T16:16:27.405Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T16:16:27.405Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-02-15T16:16:27.904Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-02-15T16:16:30.120Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-02-15T16:16:33.074Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-02-15T16:16:34.568Z] === RUN TestDockerSuite/TestRmiBlank [2022-02-15T16:16:34.568Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-02-15T16:16:34.568Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-02-15T16:16:35.299Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-02-15T16:16:40.062Z] === RUN TestDockerSuite/TestExecCgroup [2022-02-15T16:16:40.062Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-02-15T16:16:40.062Z] === RUN TestDockerSuite/TestExecEnv [2022-02-15T16:16:40.062Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-02-15T16:16:40.062Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-02-15T16:16:40.062Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-02-15T16:16:40.062Z] === RUN TestDockerSuite/TestExecExitStatus [2022-02-15T16:16:43.024Z] === RUN TestDockerSuite/TestExecInspectID [2022-02-15T16:16:46.833Z] === RUN TestDockerSuite/TestExecInteractive [2022-02-15T16:16:46.833Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-02-15T16:16:46.833Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-02-15T16:16:46.833Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-02-15T16:16:46.833Z] === RUN TestDockerSuite/TestExecParseError [2022-02-15T16:16:46.833Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-02-15T16:16:47.303Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-02-15T16:16:47.303Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-02-15T16:16:47.303Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-02-15T16:16:47.303Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-02-15T16:16:47.303Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-02-15T16:16:50.261Z] === RUN TestDockerSuite/TestExecSetEnv [2022-02-15T16:16:50.261Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-02-15T16:16:50.261Z] === RUN TestDockerSuite/TestExecStartFails [2022-02-15T16:16:50.261Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-02-15T16:16:50.261Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-02-15T16:16:50.261Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-02-15T16:16:50.261Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-02-15T16:16:50.261Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-02-15T16:16:50.261Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-02-15T16:16:50.261Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-02-15T16:16:50.261Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-02-15T16:16:53.229Z] === RUN TestDockerSuite/TestExecUlimits [2022-02-15T16:16:53.229Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-02-15T16:16:53.229Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-02-15T16:16:55.804Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-02-15T16:16:58.759Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-02-15T16:16:59.227Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-02-15T16:17:03.676Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-02-15T16:17:03.677Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-02-15T16:17:03.677Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-02-15T16:17:03.677Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-02-15T16:17:03.677Z] === RUN TestDockerSuite/TestExecWithUser [2022-02-15T16:17:03.677Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-02-15T16:17:03.677Z] === RUN TestDockerSuite/TestGetContainerStats [2022-02-15T16:17:09.570Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-02-15T16:17:09.670Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-02-15T16:17:15.447Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-02-15T16:17:16.900Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-02-15T16:17:19.256Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-02-15T16:17:26.421Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-02-15T16:17:26.421Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T16:17:26.421Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-02-15T16:17:26.422Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-02-15T16:17:26.422Z] === RUN TestDockerSuite/TestHealth [2022-02-15T16:17:26.422Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-02-15T16:17:26.422Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-02-15T16:17:26.422Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-02-15T16:17:26.422Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-02-15T16:17:26.422Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-02-15T16:17:27.325Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-02-15T16:17:31.184Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-02-15T16:17:31.184Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-02-15T16:17:31.184Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-02-15T16:17:31.184Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-02-15T16:17:31.653Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-02-15T16:17:31.653Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-02-15T16:17:32.122Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-02-15T16:17:33.130Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-02-15T16:17:33.130Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-02-15T16:17:33.130Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-02-15T16:17:33.201Z] === RUN TestDockerSuite/TestRmiTag [2022-02-15T16:17:33.668Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-02-15T16:17:34.121Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-02-15T16:17:34.590Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-02-15T16:17:36.808Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-02-15T16:17:36.808Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-02-15T16:17:37.464Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-02-15T16:17:39.767Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-02-15T16:17:48.438Z] === RUN TestDockerSuite/TestImagesFormat [2022-02-15T16:17:48.438Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-02-15T16:17:48.438Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-02-15T16:17:48.438Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-02-15T16:17:52.232Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-02-15T16:17:52.232Z] === RUN TestDockerSuite/TestImportBadURL [2022-02-15T16:17:52.232Z] === RUN TestDockerSuite/TestImportDisplay [2022-02-15T16:17:52.232Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-02-15T16:17:52.232Z] === RUN TestDockerSuite/TestImportFile [2022-02-15T16:17:52.232Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-02-15T16:17:52.232Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-02-15T16:17:52.702Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-02-15T16:17:52.702Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-02-15T16:17:52.702Z] === RUN TestDockerSuite/TestImportGzipped [2022-02-15T16:17:52.702Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-02-15T16:17:52.702Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-02-15T16:17:52.702Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T16:17:52.702Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-02-15T16:17:52.702Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-02-15T16:17:52.702Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-02-15T16:17:52.702Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-02-15T16:17:52.702Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-02-15T16:17:52.702Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-02-15T16:17:52.702Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-02-15T16:17:52.702Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-02-15T16:17:52.702Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-02-15T16:17:52.702Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-02-15T16:17:52.702Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-15T16:17:52.702Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-02-15T16:17:55.657Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-02-15T16:17:57.877Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-02-15T16:17:57.877Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-02-15T16:17:57.877Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-02-15T16:17:57.877Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-02-15T16:17:57.877Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-02-15T16:17:57.877Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-02-15T16:17:57.877Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-02-15T16:17:57.877Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-02-15T16:18:00.832Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-02-15T16:18:00.832Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-02-15T16:18:02.762Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-02-15T16:18:03.748Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-02-15T16:18:09.499Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-02-15T16:18:09.499Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-02-15T16:18:09.499Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-02-15T16:18:09.499Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-02-15T16:18:09.499Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-02-15T16:18:09.499Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-02-15T16:18:09.499Z] === RUN TestDockerSuite/TestInspectDefault [2022-02-15T16:18:10.903Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-02-15T16:18:11.065Z] === RUN TestDockerSuite/TestInspectHistory [2022-02-15T16:18:11.891Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-02-15T16:18:11.891Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-02-15T16:18:11.891Z] === RUN TestDockerSuite/TestRunAddHost [2022-02-15T16:18:11.891Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-02-15T16:18:11.891Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-02-15T16:18:11.891Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-02-15T16:18:11.891Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-02-15T16:18:11.891Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-02-15T16:18:11.891Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-02-15T16:18:11.891Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-02-15T16:18:11.891Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-02-15T16:18:11.891Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-02-15T16:18:11.891Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-02-15T16:18:11.891Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-02-15T16:18:11.891Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-02-15T16:18:15.688Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-02-15T16:18:15.688Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-02-15T16:18:15.688Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-02-15T16:18:15.688Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-02-15T16:18:15.688Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-02-15T16:18:16.945Z] === RUN TestDockerSuite/TestInspectImage [2022-02-15T16:18:16.945Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T16:18:16.945Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-02-15T16:18:16.945Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T16:18:16.945Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-02-15T16:18:16.945Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-15T16:18:16.945Z] === RUN TestDockerSuite/TestInspectInt64 [2022-02-15T16:18:19.165Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-02-15T16:18:21.386Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-02-15T16:18:21.855Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-02-15T16:18:22.859Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-02-15T16:18:24.821Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-02-15T16:18:26.653Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-02-15T16:18:27.044Z] === RUN TestDockerSuite/TestInspectPlugin [2022-02-15T16:18:27.044Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-02-15T16:18:27.044Z] === RUN TestDockerSuite/TestInspectRootFS [2022-02-15T16:18:27.044Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-02-15T16:18:29.608Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-02-15T16:18:29.999Z] === RUN TestDockerSuite/TestInspectStatus [2022-02-15T16:18:32.958Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-02-15T16:18:33.399Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-02-15T16:18:37.190Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-02-15T16:18:37.190Z] === RUN TestDockerSuite/TestRunBindMounts [2022-02-15T16:18:38.832Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-02-15T16:18:41.055Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-02-15T16:18:44.014Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-02-15T16:18:44.349Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-02-15T16:18:44.349Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-02-15T16:18:44.349Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-02-15T16:18:44.349Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-02-15T16:18:44.349Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-02-15T16:18:44.349Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-02-15T16:18:44.349Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-02-15T16:18:44.349Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-02-15T16:18:44.349Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-02-15T16:18:44.349Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-02-15T16:18:44.349Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-02-15T16:18:44.349Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-02-15T16:18:44.349Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-02-15T16:18:44.349Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-02-15T16:18:44.349Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-02-15T16:18:44.349Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-02-15T16:18:44.349Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-02-15T16:18:44.349Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-02-15T16:18:44.349Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-02-15T16:18:44.349Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-02-15T16:18:44.349Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-02-15T16:18:44.349Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-02-15T16:18:44.349Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-02-15T16:18:46.234Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-02-15T16:18:47.300Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-02-15T16:18:47.300Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-02-15T16:18:47.300Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-02-15T16:18:49.195Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-02-15T16:18:51.415Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-02-15T16:18:52.054Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-02-15T16:18:52.054Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-02-15T16:18:52.055Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-02-15T16:18:52.055Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-02-15T16:18:52.055Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-02-15T16:18:54.388Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-02-15T16:18:54.388Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-02-15T16:18:54.388Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T16:18:54.388Z] === RUN TestDockerSuite/TestLinksEnvs [2022-02-15T16:18:54.388Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-02-15T16:18:54.388Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-02-15T16:18:54.388Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-02-15T16:18:54.388Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-02-15T16:18:54.388Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-02-15T16:18:54.388Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-02-15T16:18:54.388Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-02-15T16:18:54.388Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-02-15T16:18:54.388Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-02-15T16:18:54.388Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-02-15T16:18:54.388Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T16:18:54.388Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-02-15T16:18:54.388Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-02-15T16:18:54.388Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-02-15T16:18:54.388Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-02-15T16:18:54.388Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-02-15T16:18:54.388Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-02-15T16:18:54.388Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-02-15T16:18:54.388Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-02-15T16:18:54.388Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-02-15T16:18:54.388Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T16:18:54.388Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-02-15T16:18:54.388Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-02-15T16:18:54.388Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-02-15T16:18:54.388Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-02-15T16:18:54.388Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-02-15T16:18:54.388Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-02-15T16:18:54.388Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-02-15T16:18:54.866Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-02-15T16:18:54.866Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-02-15T16:18:54.866Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-02-15T16:18:54.866Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-02-15T16:18:55.010Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-02-15T16:18:55.010Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-02-15T16:18:55.010Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-02-15T16:18:55.010Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-02-15T16:18:55.010Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-02-15T16:18:55.010Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-02-15T16:18:55.010Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-02-15T16:18:55.010Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-02-15T16:18:55.010Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-02-15T16:18:55.010Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-02-15T16:18:55.010Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-02-15T16:18:55.010Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-02-15T16:18:55.010Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-02-15T16:18:55.010Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-02-15T16:18:55.478Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-02-15T16:18:57.119Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-02-15T16:18:57.695Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-02-15T16:18:59.373Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-02-15T16:19:01.493Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-02-15T16:19:04.442Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-02-15T16:19:04.442Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-02-15T16:19:04.442Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-02-15T16:19:04.442Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-02-15T16:19:04.442Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-02-15T16:19:04.442Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-02-15T16:19:04.442Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-02-15T16:19:06.627Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-02-15T16:19:08.386Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-02-15T16:19:08.386Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-02-15T16:19:08.386Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-02-15T16:19:08.386Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-02-15T16:19:08.386Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-02-15T16:19:08.386Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-02-15T16:19:08.386Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-02-15T16:19:08.386Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-02-15T16:19:08.386Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-02-15T16:19:08.884Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-02-15T16:19:08.884Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-02-15T16:19:08.884Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-02-15T16:19:10.603Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-02-15T16:19:11.140Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-02-15T16:19:11.140Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-02-15T16:19:17.773Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-02-15T16:19:17.773Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-02-15T16:19:17.773Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-02-15T16:19:17.773Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-02-15T16:19:17.773Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-02-15T16:19:17.773Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-02-15T16:19:17.773Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-02-15T16:19:17.773Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-15T16:19:17.773Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-02-15T16:19:17.773Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-02-15T16:19:17.773Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-02-15T16:19:17.773Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-02-15T16:19:17.773Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-02-15T16:19:20.040Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-02-15T16:19:20.729Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-02-15T16:19:20.729Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-02-15T16:19:20.729Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-02-15T16:19:20.729Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-02-15T16:19:20.729Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-02-15T16:19:20.729Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-02-15T16:19:23.697Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-02-15T16:19:27.496Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-02-15T16:19:27.496Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-02-15T16:19:27.496Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-02-15T16:19:28.793Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-02-15T16:19:31.291Z] === RUN TestDockerSuite/TestRunEnvironment [2022-02-15T16:19:31.291Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-02-15T16:19:31.291Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-02-15T16:19:31.291Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-02-15T16:19:31.291Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-02-15T16:19:31.291Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-02-15T16:19:31.291Z] === RUN TestDockerSuite/TestRunExitCode [2022-02-15T16:19:34.253Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-02-15T16:19:37.557Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-02-15T16:19:38.044Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-02-15T16:19:39.815Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-02-15T16:19:41.004Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-02-15T16:19:42.818Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-02-15T16:19:42.818Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-02-15T16:19:42.818Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-02-15T16:19:44.799Z] === RUN TestDockerSuite/TestRunExposePort [2022-02-15T16:19:44.799Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-02-15T16:19:44.799Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-02-15T16:19:44.799Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-02-15T16:19:44.799Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-02-15T16:19:44.799Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-02-15T16:19:44.799Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-02-15T16:19:44.799Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-02-15T16:19:44.799Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-02-15T16:19:44.799Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-02-15T16:19:44.799Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-02-15T16:19:44.799Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-02-15T16:19:44.799Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-02-15T16:19:44.799Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-02-15T16:19:44.799Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-02-15T16:19:44.799Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-02-15T16:19:45.817Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-02-15T16:19:51.958Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-02-15T16:19:51.958Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-02-15T16:19:51.958Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-02-15T16:19:51.958Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-02-15T16:19:51.958Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-02-15T16:19:51.958Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-02-15T16:19:51.958Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-02-15T16:19:51.958Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-02-15T16:19:51.958Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-02-15T16:19:51.958Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-02-15T16:19:51.958Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-02-15T16:19:51.958Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-02-15T16:19:53.054Z] === RUN TestDockerSuite/TestLogsSince [2022-02-15T16:20:00.621Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-02-15T16:20:00.621Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-02-15T16:20:00.621Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-02-15T16:20:02.187Z] === RUN TestDockerSuite/TestRunModeHostname [2022-02-15T16:20:02.187Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-02-15T16:20:02.187Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-02-15T16:20:02.187Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-02-15T16:20:02.187Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-02-15T16:20:02.187Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-02-15T16:20:02.187Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-02-15T16:20:02.187Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-02-15T16:20:02.187Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-02-15T16:20:02.187Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-02-15T16:20:02.187Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-02-15T16:20:02.187Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-02-15T16:20:02.187Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-02-15T16:20:02.187Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-02-15T16:20:02.187Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-02-15T16:20:02.187Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-02-15T16:20:02.187Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-02-15T16:20:02.187Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-02-15T16:20:02.187Z] === RUN TestDockerSuite/TestRunMount [2022-02-15T16:20:02.187Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-02-15T16:20:02.187Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-02-15T16:20:02.187Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-02-15T16:20:02.187Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-02-15T16:20:02.187Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-02-15T16:20:02.187Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-02-15T16:20:02.187Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-02-15T16:20:02.187Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-02-15T16:20:03.485Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-02-15T16:20:03.485Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-02-15T16:20:03.485Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-02-15T16:20:03.485Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-02-15T16:20:03.485Z] === RUN TestDockerSuite/TestLogsTail [2022-02-15T16:20:06.440Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-02-15T16:20:09.401Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-02-15T16:20:11.620Z] === RUN TestDockerSuite/TestMountIntoProc [2022-02-15T16:20:11.620Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-02-15T16:20:11.620Z] === RUN TestDockerSuite/TestMountIntoSys [2022-02-15T16:20:11.620Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-02-15T16:20:11.620Z] === RUN TestDockerSuite/TestNetHostname [2022-02-15T16:20:11.620Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-02-15T16:20:11.620Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-02-15T16:20:11.620Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-02-15T16:20:11.620Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-02-15T16:20:11.620Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-02-15T16:20:11.620Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-02-15T16:20:11.620Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-02-15T16:20:11.620Z] === RUN TestDockerSuite/TestPluginActive [2022-02-15T16:20:11.620Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-02-15T16:20:11.620Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-02-15T16:20:11.620Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-02-15T16:20:12.089Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-02-15T16:20:12.089Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-02-15T16:20:12.089Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-02-15T16:20:12.089Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-02-15T16:20:12.089Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-02-15T16:20:12.089Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-02-15T16:20:12.089Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-02-15T16:20:12.089Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-02-15T16:20:12.089Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-02-15T16:20:12.089Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-02-15T16:20:12.089Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-02-15T16:20:12.089Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-02-15T16:20:12.089Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-02-15T16:20:12.089Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-02-15T16:20:12.089Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-02-15T16:20:12.089Z] === RUN TestDockerSuite/TestPortHostBinding [2022-02-15T16:20:12.089Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-02-15T16:20:12.089Z] === RUN TestDockerSuite/TestPortList [2022-02-15T16:20:12.089Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-02-15T16:20:12.089Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-02-15T16:20:14.687Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-02-15T16:20:14.688Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-02-15T16:20:14.688Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-02-15T16:20:14.688Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-02-15T16:20:14.688Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-02-15T16:20:14.688Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-02-15T16:20:14.688Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-02-15T16:20:17.961Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-02-15T16:20:17.961Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:20:17.961Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-02-15T16:20:17.961Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-02-15T16:20:17.961Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-02-15T16:20:17.961Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-02-15T16:20:17.961Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-02-15T16:20:17.961Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-02-15T16:20:17.961Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-15T16:20:17.961Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-02-15T16:20:17.961Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-02-15T16:20:17.961Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-02-15T16:20:17.961Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-02-15T16:20:17.961Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-02-15T16:20:17.961Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-02-15T16:20:17.961Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-02-15T16:20:17.961Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-15T16:20:17.961Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-02-15T16:20:20.551Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-02-15T16:20:23.828Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-02-15T16:20:23.828Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-02-15T16:20:23.828Z] === RUN TestDockerSuite/TestPsByOrder [2022-02-15T16:20:26.415Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-02-15T16:20:26.415Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-02-15T16:20:26.415Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-02-15T16:20:26.415Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-02-15T16:20:26.415Z] === RUN TestDockerSuite/TestRunNetHost [2022-02-15T16:20:26.415Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-02-15T16:20:26.415Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-02-15T16:20:26.415Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-02-15T16:20:26.415Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-02-15T16:20:26.415Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-02-15T16:20:26.415Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-02-15T16:20:26.415Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-02-15T16:20:26.415Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-02-15T16:20:26.415Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-02-15T16:20:26.415Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-02-15T16:20:26.415Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-02-15T16:20:26.415Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-02-15T16:20:26.415Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-02-15T16:20:26.415Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-02-15T16:20:26.883Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-02-15T16:20:27.868Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-02-15T16:20:30.821Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-02-15T16:20:33.037Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-02-15T16:20:34.024Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-02-15T16:20:34.267Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-02-15T16:20:34.267Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-02-15T16:20:34.267Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-02-15T16:20:37.819Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-02-15T16:20:37.819Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-02-15T16:20:37.819Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-02-15T16:20:37.819Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-02-15T16:20:37.819Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-02-15T16:20:37.819Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-02-15T16:20:37.819Z] === RUN TestDockerSuite/TestRunPortInUse [2022-02-15T16:20:37.819Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-02-15T16:20:37.819Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-02-15T16:20:37.819Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-02-15T16:20:37.819Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-02-15T16:20:37.819Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-02-15T16:20:37.819Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-02-15T16:20:37.819Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-02-15T16:20:37.819Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-02-15T16:20:37.819Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-02-15T16:20:37.819Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-02-15T16:20:42.685Z] === RUN TestDockerSuite/TestRunPublishPort [2022-02-15T16:20:42.685Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-02-15T16:20:42.685Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-02-15T16:20:42.685Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-02-15T16:20:42.685Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-02-15T16:20:42.685Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-02-15T16:20:42.685Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-02-15T16:20:42.685Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-02-15T16:20:42.685Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-02-15T16:20:42.685Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-15T16:20:42.685Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-02-15T16:20:44.708Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-02-15T16:20:55.175Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-02-15T16:20:55.175Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-02-15T16:20:55.175Z] === RUN TestDockerSuite/TestRunRm [2022-02-15T16:20:58.129Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-02-15T16:21:02.537Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-02-15T16:21:02.537Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-02-15T16:21:02.537Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-02-15T16:21:02.537Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-02-15T16:21:05.296Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-02-15T16:21:08.259Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-02-15T16:21:11.215Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-02-15T16:21:15.037Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-02-15T16:21:15.973Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-02-15T16:21:15.973Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-02-15T16:21:15.973Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-02-15T16:21:15.973Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-02-15T16:21:15.973Z] === RUN TestDockerSuite/TestRunState [2022-02-15T16:21:15.973Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-02-15T16:21:15.973Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-02-15T16:21:18.829Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-02-15T16:21:18.921Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-02-15T16:21:18.921Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-02-15T16:21:18.921Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-02-15T16:21:19.390Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-02-15T16:21:19.390Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-02-15T16:21:19.390Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-02-15T16:21:19.390Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-02-15T16:21:19.390Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-02-15T16:21:19.390Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-02-15T16:21:19.390Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-02-15T16:21:19.390Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-02-15T16:21:19.390Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-02-15T16:21:25.310Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-02-15T16:21:25.310Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-02-15T16:21:25.310Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-02-15T16:21:25.310Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-02-15T16:21:25.310Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-02-15T16:21:25.310Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-02-15T16:21:25.310Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-02-15T16:21:25.310Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-02-15T16:21:25.310Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-02-15T16:21:25.310Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-02-15T16:21:25.310Z] === RUN TestDockerSuite/TestRunUserByID [2022-02-15T16:21:25.310Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-02-15T16:21:25.310Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-02-15T16:21:25.310Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-02-15T16:21:25.310Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-02-15T16:21:25.310Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-02-15T16:21:25.310Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-02-15T16:21:25.310Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-02-15T16:21:25.310Z] === RUN TestDockerSuite/TestRunUserByName [2022-02-15T16:21:25.310Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-02-15T16:21:25.310Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-02-15T16:21:29.109Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-02-15T16:21:29.109Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-02-15T16:21:29.109Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-02-15T16:21:32.916Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-02-15T16:21:32.916Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-02-15T16:21:32.916Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-02-15T16:21:32.916Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-02-15T16:21:32.916Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-02-15T16:21:33.785Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-02-15T16:21:36.747Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-02-15T16:21:36.747Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-02-15T16:21:36.747Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-02-15T16:21:36.747Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-02-15T16:21:36.747Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-02-15T16:21:37.673Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-02-15T16:21:42.626Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-02-15T16:21:42.626Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-02-15T16:21:42.626Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-02-15T16:21:42.626Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-02-15T16:21:42.626Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-02-15T16:21:42.626Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-02-15T16:21:42.626Z] === RUN TestDockerSuite/TestPsRightTagName [2022-02-15T16:21:42.626Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-02-15T16:21:42.626Z] === RUN TestDockerSuite/TestPsShowMounts [2022-02-15T16:21:48.104Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-02-15T16:21:51.298Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-02-15T16:21:51.298Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-02-15T16:21:51.298Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-02-15T16:21:52.865Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-02-15T16:21:52.865Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-02-15T16:21:52.865Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-02-15T16:21:53.854Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-02-15T16:21:54.846Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-02-15T16:21:54.846Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-02-15T16:21:54.846Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-02-15T16:21:55.271Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-02-15T16:21:59.608Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-02-15T16:22:03.951Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-02-15T16:22:03.951Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-02-15T16:22:03.951Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-02-15T16:22:04.420Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-02-15T16:22:05.489Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-02-15T16:22:07.716Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-02-15T16:22:09.179Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-02-15T16:22:12.139Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-02-15T16:22:15.929Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-02-15T16:22:15.929Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-02-15T16:22:15.929Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-02-15T16:22:15.929Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-02-15T16:22:15.929Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-02-15T16:22:15.929Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-02-15T16:22:15.929Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-02-15T16:22:15.929Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-02-15T16:22:15.929Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-02-15T16:22:15.929Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-02-15T16:22:15.929Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-02-15T16:22:15.929Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-02-15T16:22:15.929Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-02-15T16:22:15.929Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-02-15T16:22:15.929Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-02-15T16:22:21.799Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-02-15T16:22:24.185Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-02-15T16:22:27.138Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-02-15T16:22:34.299Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-02-15T16:22:34.300Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-02-15T16:22:34.300Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-02-15T16:22:34.300Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-02-15T16:22:34.300Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-02-15T16:22:34.300Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-02-15T16:22:34.300Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-02-15T16:22:34.300Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-02-15T16:22:34.300Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-02-15T16:22:34.300Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-02-15T16:22:34.300Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-02-15T16:22:34.300Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-02-15T16:22:34.300Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-02-15T16:22:34.300Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:22:34.300Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-02-15T16:22:34.300Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-02-15T16:22:34.300Z] === RUN TestDockerSuite/TestSaveImageId [2022-02-15T16:22:34.300Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T16:22:34.300Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-02-15T16:22:34.300Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-02-15T16:22:34.300Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-02-15T16:22:34.300Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-02-15T16:22:34.300Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-02-15T16:22:34.300Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-02-15T16:22:34.300Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-02-15T16:22:34.300Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-02-15T16:22:34.300Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-02-15T16:22:34.300Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-02-15T16:22:34.300Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-02-15T16:22:34.300Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-02-15T16:22:34.300Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-02-15T16:22:34.300Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-02-15T16:22:34.300Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-02-15T16:22:34.300Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-02-15T16:22:34.300Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-02-15T16:22:36.528Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-02-15T16:22:36.528Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-02-15T16:22:36.998Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-02-15T16:22:37.468Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-02-15T16:22:37.849Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-02-15T16:22:37.849Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T16:22:37.849Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-02-15T16:22:39.033Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-02-15T16:22:40.802Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-02-15T16:22:41.272Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-02-15T16:22:41.272Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-02-15T16:22:42.260Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-02-15T16:22:47.024Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-02-15T16:22:49.465Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-02-15T16:22:49.465Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-02-15T16:22:49.465Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-02-15T16:22:57.466Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-02-15T16:22:57.466Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T16:22:57.466Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-02-15T16:23:01.266Z] === RUN TestDockerSuite/TestRmiBlank [2022-02-15T16:23:01.266Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-02-15T16:23:01.741Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-02-15T16:23:01.972Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-02-15T16:23:01.972Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-02-15T16:23:01.972Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-02-15T16:23:06.728Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-02-15T16:23:06.728Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-02-15T16:23:06.728Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-02-15T16:23:06.728Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-02-15T16:23:06.728Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-02-15T16:23:06.728Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-02-15T16:23:06.728Z] === RUN TestDockerSuite/TestStartRecordError [2022-02-15T16:23:06.728Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-02-15T16:23:06.728Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-02-15T16:23:17.165Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-02-15T16:23:17.165Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-02-15T16:23:17.165Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-02-15T16:23:17.165Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-02-15T16:23:17.165Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-02-15T16:23:17.165Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-02-15T16:23:17.165Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-02-15T16:23:17.165Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-02-15T16:23:17.165Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-02-15T16:23:17.165Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-02-15T16:23:17.165Z] === RUN TestDockerSuite/TestStatsNoStream [2022-02-15T16:23:17.165Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-02-15T16:23:17.165Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-02-15T16:23:19.577Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-02-15T16:23:20.958Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-02-15T16:23:21.795Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-02-15T16:23:22.264Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-02-15T16:23:24.759Z] === RUN TestDockerSuite/TestTopPrivileged [2022-02-15T16:23:24.759Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-02-15T16:23:24.759Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-02-15T16:23:29.523Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-02-15T16:23:29.523Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-02-15T16:23:29.523Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-02-15T16:23:29.523Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-02-15T16:23:29.523Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-02-15T16:23:29.523Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-02-15T16:23:29.523Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-02-15T16:23:29.523Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-02-15T16:23:29.523Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-02-15T16:23:29.523Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-02-15T16:23:29.523Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-02-15T16:23:29.523Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-02-15T16:23:29.523Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-02-15T16:23:30.941Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-02-15T16:23:41.330Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-02-15T16:23:44.727Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-02-15T16:23:44.727Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-02-15T16:23:44.727Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-02-15T16:23:44.727Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-02-15T16:23:44.727Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-02-15T16:23:45.223Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-02-15T16:23:45.223Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-02-15T16:23:45.721Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-02-15T16:23:49.675Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-02-15T16:23:49.675Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-02-15T16:23:49.891Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-02-15T16:23:53.628Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-02-15T16:23:54.124Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-02-15T16:23:54.619Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-02-15T16:23:54.619Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-02-15T16:23:54.619Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-02-15T16:23:55.677Z] === RUN TestDockerSuite/TestRmiTag [2022-02-15T16:23:55.677Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-02-15T16:23:58.755Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-02-15T16:24:07.441Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-02-15T16:24:07.441Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-02-15T16:24:07.442Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-02-15T16:24:07.442Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-02-15T16:24:07.442Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-02-15T16:24:07.442Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-02-15T16:24:07.442Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-02-15T16:24:17.096Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-02-15T16:24:17.591Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-02-15T16:24:18.085Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-02-15T16:24:23.986Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-02-15T16:24:26.888Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-02-15T16:24:32.671Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-02-15T16:24:33.369Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-02-15T16:24:33.370Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.370Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite (3029.82s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.89s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.29s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.80s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (91.59s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.85s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.20s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.54s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.68s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.03s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.43s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (97.33s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.58s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.60s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.06s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.08s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.77s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.94s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.61s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (15.09s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.58s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.28s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.54s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.04s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.14s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.06s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.64s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAddTar (43.57s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.53s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (23.31s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.04s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.72s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (10.15s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.51s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.01s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (12.70s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (11.46s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.62s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.70s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.72s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (30.46s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.56s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.03s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.55s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.77s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (6.06s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.74s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.83s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.18s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCmd (0.68s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.68s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.69s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (8.06s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.70s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.46s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.61s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (3.16s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.15s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.63s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.09s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.81s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (7.20s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (45.98s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.87s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.77s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.25s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.55s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.62s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (30.14s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.89s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.57s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (23.03s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.18s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.12s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (5.03s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (4.11s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (4.10s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDockerignore (64.25s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.77s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.53s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (70.84s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.18s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.05s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (25.10s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.96s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.56s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (36.52s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (14.23s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (14.11s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (99.23s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.59s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.73s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.37s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.66s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.71s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (8.09s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.14s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.62s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.49s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.74s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.19s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.20s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.80s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.81s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildFails (3.54s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.14s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (8.06s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (8.17s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.04s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.59s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.63s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.78s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.93s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.72s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.89s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildHistory (14.01s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.24s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (3.25s) [2022-02-15T16:24:33.370Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.98s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.13s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (6.25s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildLabel (1.23s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.80s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.21s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.73s) [2022-02-15T16:24:33.370Z] --- PASS: TestDockerSuite/TestBuildLabels (1.27s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (2.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.12s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.15s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.70s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.88s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.76s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (21.01s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.72s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (44.16s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (20.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.79s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.67s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (8.26s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (23.44s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.64s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.78s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildNoContext (4.12s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.92s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.58s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.16s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.86s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.21s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.68s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildOnBuild (12.15s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.05s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (12.09s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.30s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.97s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (7.06s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.47s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.56s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.90s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (52.87s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (24.57s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildRm (17.70s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (5.05s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.54s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.87s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (5.26s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (5.17s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildShellInherited (6.07s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (21.68s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.04s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.80s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.04s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.34s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.90s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildStderr (6.38s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (27.50s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.52s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.63s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.63s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildTagEvent (6.09s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (7.09s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.42s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.71s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (4.16s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (28.13s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.24s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.72s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.30s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.52s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.47s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.52s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (15.31s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildWithTabs (6.43s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.58s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.58s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.53s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.51s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.44s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.79s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.41s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.56s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.06s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.48s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestCommitChange (6.73s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.24s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestCommitNewFile (9.71s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestCommitTTY (9.68s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (6.11s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPICommit (9.52s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.71s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.53s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.46s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.48s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (4.23s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (4.20s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.61s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (4.17s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.51s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.56s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.52s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (4.19s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.31s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.42s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (6.66s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (7.90s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.53s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.91s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (4.42s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.19s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.34s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.57s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.61s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.90s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (3.51s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.42s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.50s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (3.38s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000388c60_} (3.31s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1286669280_c:\foo_false____} (3.39s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1286669280_c:\foo_true____} (3.34s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.47s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.11s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-15T16:24:33.371Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.54s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-15T16:24:33.371Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCpGarbagePath (5.03s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.63s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCpToCaseA (6.44s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.65s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.91s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.82s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCpToDot (3.62s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCpToStdout (3.65s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.29s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreateArgs (0.28s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.40s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.48s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.27s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.30s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (3.21s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.88s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreateLabels (0.28s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreateRM (0.53s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.28s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.55s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.57s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.31s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.75s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.68s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.63s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.20s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-15T16:24:33.372Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-15T16:24:33.372Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-02-15T16:24:33.637Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-02-15T16:24:33.637Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.637Z] === RUN TestDockerSuite/TestRunAddHost [2022-02-15T16:24:33.637Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.637Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-02-15T16:24:33.637Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.637Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-02-15T16:24:33.637Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.637Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-02-15T16:24:33.637Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.637Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-02-15T16:24:33.637Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.637Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-02-15T16:24:33.637Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.637Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-02-15T16:24:33.869Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.59s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.18s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.67s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.22s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsCopy (6.24s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (7.51s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.58s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.01s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.88s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.88s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.30s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsFilters (7.22s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsFormat (6.96s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.11s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.09s) [2022-02-15T16:24:33.869Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-15T16:24:33.869Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-15T16:24:33.869Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.22s) [2022-02-15T16:24:33.869Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsRename (3.70s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsResize (33.98s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.41s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (4.33s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (6.10s) [2022-02-15T16:24:33.869Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsUntag (2.81s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.27s) [2022-02-15T16:24:33.869Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-02-15T16:24:33.869Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.53s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.54s) [2022-02-15T16:24:33.869Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-15T16:24:33.869Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-15T16:24:33.869Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.68s) [2022-02-15T16:24:33.869Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (4.13s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (4.15s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (4.14s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (7.38s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestExecExitStatus (4.18s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestExecInspectID (6.18s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.41s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.22s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.66s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.53s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.52s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.56s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.56s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.19s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (6.19s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.37s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.75s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.26s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.17s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.30s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.55s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.74s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestImagesFormat (0.23s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.12s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestImportBadURL (0.13s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.48s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.42s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.42s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.21s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.34s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectDefault (3.35s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectHistory (6.12s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.50s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectJSONFields (4.13s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.26s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.44s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (4.11s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (4.17s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectStatus (4.21s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (7.62s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectTemplateError (4.22s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.71s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (4.07s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.43s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.43s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.28s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.35s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.57s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.71s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.47s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (8.71s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.16s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.07s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.05s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (5.15s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.95s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.58s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.47s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsSince (10.09s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsTail (3.85s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.72s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.43s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.85s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (7.10s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestPsByOrder (14.51s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestPsListContainersBase (14.45s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (20.05s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.37s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-15T16:24:33.870Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.56s) [2022-02-15T16:24:33.870Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.79s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (7.66s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.71s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestPsShowMounts (11.59s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.78s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.36s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.97s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (7.37s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (7.00s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.63s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (32.26s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (10.29s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.32s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.26s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.00s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (8.62s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (6.46s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (7.39s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.37s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (19.49s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (4.18s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.82s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (10.06s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.74s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.78s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (6.09s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRmiTag (0.76s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.46s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (23.00s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.78s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.54s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.40s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (3.22s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.80s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.30s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.52s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.52s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.40s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunBindMounts (7.07s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.33s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.55s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (3.11s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.42s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.49s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.43s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.48s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.16s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.71s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.09s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.18s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.44s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.49s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.52s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunExitCode (3.39s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.35s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.44s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.60s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (6.06s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.60s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.34s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (10.47s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.87s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (6.32s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.49s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.33s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.26s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.38s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.32s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.20s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-02-15T16:24:33.871Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.55s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-15T16:24:33.871Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (11.98s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunRm (3.52s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.45s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.51s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.36s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (4.13s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.40s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.42s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.78s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.78s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.59s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.27s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (10.45s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.77s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (9.72s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.39s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.45s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.47s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.61s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.92s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.28s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.90s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.39s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.45s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.28s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.82s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.26s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (10.98s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestStartAttachSilent (6.20s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.62s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (4.13s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (4.17s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (4.12s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.31s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.37s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.31s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.70s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.23s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.43s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.44s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.20s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (11.04s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.72s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.22s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (10.51s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.32s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.32s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.59s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-15T16:24:33.872Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.90s) [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-02-15T16:24:33.872Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.872Z] --- PASS: TestDockerRegistrySuite (0.16s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-15T16:24:33.872Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-15T16:24:33.873Z] === RUN TestDockerSchema1RegistrySuite [2022-02-15T16:24:33.873Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-02-15T16:24:33.873Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-02-15T16:24:33.873Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-02-15T16:24:33.873Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-02-15T16:24:33.873Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-02-15T16:24:33.873Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-02-15T16:24:33.873Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-02-15T16:24:33.873Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-02-15T16:24:33.873Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-02-15T16:24:33.873Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-02-15T16:24:33.873Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-02-15T16:24:33.873Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:24:33.873Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-02-15T16:24:33.873Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-02-15T16:24:33.873Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-02-15T16:24:33.873Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-02-15T16:24:33.873Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-02-15T16:24:33.873Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-02-15T16:24:33.873Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-02-15T16:24:33.873Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-02-15T16:24:33.873Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-02-15T16:24:33.873Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-15T16:24:33.873Z] === RUN TestDockerRegistryAuthTokenSuite [2022-02-15T16:24:33.873Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-02-15T16:24:33.873Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-02-15T16:24:33.873Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-02-15T16:24:33.873Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-02-15T16:24:33.873Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-02-15T16:24:33.873Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-15T16:24:33.873Z] === RUN TestDockerDaemonSuite [2022-02-15T16:24:33.873Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-02-15T16:24:33.873Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-02-15T16:24:33.873Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-02-15T16:24:33.873Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-15T16:24:33.873Z] === RUN TestDockerSwarmSuite [2022-02-15T16:24:33.873Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-02-15T16:24:33.873Z] === RUN TestDockerPluginSuite [2022-02-15T16:24:33.873Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-02-15T16:24:33.873Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-02-15T16:24:33.873Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-02-15T16:24:33.873Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-02-15T16:24:33.873Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-02-15T16:24:33.873Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-02-15T16:24:33.873Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-02-15T16:24:33.873Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-02-15T16:24:33.873Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-02-15T16:24:33.873Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-02-15T16:24:33.873Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-02-15T16:24:33.873Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-15T16:24:33.873Z] === RUN TestDockerExternalVolumeSuite [2022-02-15T16:24:33.873Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-02-15T16:24:33.873Z] === RUN TestDockerNetworkSuite [2022-02-15T16:24:33.873Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-02-15T16:24:33.873Z] === RUN TestDockerHubPullSuite [2022-02-15T16:24:33.873Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-02-15T16:24:33.873Z] PASS [2022-02-15T16:24:33.873Z] ok github.com/docker/docker/integration-cli 3030.245s [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === Skipped [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-02-15T16:24:33.873Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-02-15T16:24:33.873Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-02-15T16:24:33.873Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.20s) [2022-02-15T16:24:33.873Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.20s) [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-02-15T16:24:33.873Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-15T16:24:33.873Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-15T16:24:33.873Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-15T16:24:33.873Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-15T16:24:33.873Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-02-15T16:24:33.873Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-02-15T16:24:33.873Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-15T16:24:33.873Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-02-15T16:24:33.873Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-02-15T16:24:33.873Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-15T16:24:33.873Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-15T16:24:33.873Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-02-15T16:24:33.873Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.873Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-02-15T16:24:33.873Z] [2022-02-15T16:24:33.873Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-15T16:24:33.873Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.03s) [2022-02-15T16:24:33.874Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.03s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-02-15T16:24:33.874Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.06s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.06s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.53s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.53s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.04s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.04s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.51s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.51s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.03s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.03s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.55s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.55s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-02-15T16:24:33.874Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.55s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.55s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.57s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.57s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.53s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.53s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.49s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.49s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.12s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.874Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-02-15T16:24:33.874Z] [2022-02-15T16:24:33.874Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-02-15T16:24:33.874Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-02-15T16:24:33.875Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.54s) [2022-02-15T16:24:33.875Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.54s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.52s) [2022-02-15T16:24:33.875Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.52s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-02-15T16:24:33.875Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-02-15T16:24:33.875Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.52s) [2022-02-15T16:24:33.875Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.52s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-02-15T16:24:33.875Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.52s) [2022-02-15T16:24:33.875Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.52s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.53s) [2022-02-15T16:24:33.875Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.53s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.51s) [2022-02-15T16:24:33.875Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.51s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-02-15T16:24:33.875Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.56s) [2022-02-15T16:24:33.875Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.56s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.06s) [2022-02-15T16:24:33.875Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.06s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-02-15T16:24:33.875Z] docker_cli_sni_test.go:18: Flakey test [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-15T16:24:33.875Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-15T16:24:33.875Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-02-15T16:24:33.875Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-02-15T16:24:33.875Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-02-15T16:24:33.875Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-15T16:24:33.875Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-02-15T16:24:33.875Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-02-15T16:24:33.875Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-02-15T16:24:33.875Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-02-15T16:24:33.875Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-02-15T16:24:33.875Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-15T16:24:33.875Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-15T16:24:33.875Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-15T16:24:33.875Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-15T16:24:33.875Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-02-15T16:24:33.875Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.875Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-15T16:24:33.875Z] [2022-02-15T16:24:33.875Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-15T16:24:33.875Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.876Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-15T16:24:33.876Z] [2022-02-15T16:24:33.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-15T16:24:33.876Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.876Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-15T16:24:33.876Z] [2022-02-15T16:24:33.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-02-15T16:24:33.876Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.876Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-02-15T16:24:33.876Z] [2022-02-15T16:24:33.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-15T16:24:33.876Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.876Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-15T16:24:33.876Z] [2022-02-15T16:24:33.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-02-15T16:24:33.876Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.876Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-02-15T16:24:33.876Z] [2022-02-15T16:24:33.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-15T16:24:33.876Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.876Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-15T16:24:33.876Z] [2022-02-15T16:24:33.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-15T16:24:33.876Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.876Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-15T16:24:33.876Z] [2022-02-15T16:24:33.876Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-02-15T16:24:33.876Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-02-15T16:24:33.876Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-02-15T16:24:33.876Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-15T16:24:34.372Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-15T16:24:34.372Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-15T16:24:34.372Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-15T16:24:34.372Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-02-15T16:24:34.372Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-15T16:24:34.372Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-15T16:24:34.372Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-15T16:24:34.372Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-15T16:24:34.372Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-15T16:24:34.372Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-15T16:24:34.372Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.372Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-15T16:24:34.372Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-15T16:24:34.373Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-15T16:24:34.373Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-15T16:24:34.373Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-15T16:24:34.373Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-15T16:24:34.373Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-15T16:24:34.373Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-15T16:24:34.373Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-02-15T16:24:34.373Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-15T16:24:34.373Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-15T16:24:34.373Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-15T16:24:34.373Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.373Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-15T16:24:34.373Z] [2022-02-15T16:24:34.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-15T16:24:34.373Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-15T16:24:34.374Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-15T16:24:34.374Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-15T16:24:34.374Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-15T16:24:34.374Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-15T16:24:34.374Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-15T16:24:34.374Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:24:34.374Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-15T16:24:34.374Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-15T16:24:34.374Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-15T16:24:34.374Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-02-15T16:24:34.374Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-15T16:24:34.374Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.374Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-02-15T16:24:34.374Z] [2022-02-15T16:24:34.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-02-15T16:24:34.374Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-15T16:24:34.375Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.375Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-15T16:24:34.375Z] [2022-02-15T16:24:34.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-02-15T16:24:34.376Z] [2022-02-15T16:24:34.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-02-15T16:24:34.376Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.376Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-15T16:24:34.377Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-15T16:24:34.377Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-15T16:24:34.377Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-02-15T16:24:34.377Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-02-15T16:24:34.377Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-15T16:24:34.377Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-15T16:24:34.377Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-15T16:24:34.377Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-02-15T16:24:34.377Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-02-15T16:24:34.377Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-02-15T16:24:34.377Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-02-15T16:24:34.377Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-02-15T16:24:34.377Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-02-15T16:24:34.377Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-15T16:24:34.377Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-15T16:24:34.377Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-15T16:24:34.377Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.377Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-15T16:24:34.377Z] [2022-02-15T16:24:34.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-02-15T16:24:34.378Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-02-15T16:24:34.378Z] [2022-02-15T16:24:34.378Z] DONE 1085 tests, 544 skipped in 3042.170s [2022-02-15T16:24:34.875Z] INFO: Integration tests ended at 02/15/2022 16:24:34. Duration:00:50:42.3484765 [2022-02-15T16:24:34.875Z] INFO: Docker info of the daemon under test at end of run [2022-02-15T16:24:34.875Z] [2022-02-15T16:24:34.875Z] Containers: 2 [2022-02-15T16:24:34.875Z] Running: 0 [2022-02-15T16:24:34.875Z] Paused: 0 [2022-02-15T16:24:34.875Z] Stopped: 2 [2022-02-15T16:24:34.875Z] Images: 18 [2022-02-15T16:24:34.875Z] Server Version: 0.0.0-dev [2022-02-15T16:24:34.875Z] Storage Driver: windowsfilter [2022-02-15T16:24:34.875Z] Windows: [2022-02-15T16:24:34.875Z] Logging Driver: json-file [2022-02-15T16:24:34.875Z] Plugins: [2022-02-15T16:24:34.875Z] Volume: local [2022-02-15T16:24:34.875Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-15T16:24:34.875Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-15T16:24:34.875Z] Swarm: inactive [2022-02-15T16:24:34.875Z] Default Isolation: process [2022-02-15T16:24:34.875Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-02-15T16:24:34.875Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-02-15T16:24:34.875Z] OSType: windows [2022-02-15T16:24:34.875Z] Architecture: x86_64 [2022-02-15T16:24:34.875Z] CPUs: 4 [2022-02-15T16:24:34.875Z] Total Memory: 32GiB [2022-02-15T16:24:34.875Z] Name: azwin-2-d0e5e0 [2022-02-15T16:24:34.875Z] ID: NAHT:XHNF:3VUW:6WJL:YINN:ZTVD:44NA:BVFR:R4W3:XY4D:UH7C:VRAJ [2022-02-15T16:24:34.875Z] Docker Root Dir: D:\CI\PR-43241\1\daemon [2022-02-15T16:24:34.875Z] Debug Mode (client): false [2022-02-15T16:24:34.875Z] Debug Mode (server): true [2022-02-15T16:24:34.875Z] File Descriptors: -1 [2022-02-15T16:24:34.875Z] Goroutines: 46 [2022-02-15T16:24:34.875Z] System Time: 2022-02-15T16:24:34.4045379Z [2022-02-15T16:24:34.875Z] EventsListeners: 0 [2022-02-15T16:24:34.875Z] Registry: https://index.docker.io/v1/ [2022-02-15T16:24:34.875Z] Labels: [2022-02-15T16:24:34.875Z] Experimental: false [2022-02-15T16:24:34.875Z] Insecure Registries: [2022-02-15T16:24:34.875Z] 127.0.0.0/8 [2022-02-15T16:24:34.875Z] Live Restore Enabled: false [2022-02-15T16:24:34.875Z] [2022-02-15T16:24:34.875Z] [2022-02-15T16:24:34.875Z] INFO: Stopping daemon under test [2022-02-15T16:24:34.875Z] SUCCESS: The process with PID 5988 (child process of PID 6100) has been terminated. [2022-02-15T16:24:34.875Z] SUCCESS: The process with PID 6100 (child process of PID 3400) has been terminated. [2022-02-15T16:24:34.875Z] INFO: Stop tailing logs of the daemon under tests [2022-02-15T16:24:34.875Z] INFO: executeCI.ps1 Completed successfully at 02/15/2022 16:24:34. [2022-02-15T16:24:34.875Z] INFO: Tidying up at end of run [2022-02-15T16:24:34.875Z] INFO: Saving daemon under test log (d:\CI\PR-43241\1\dut.out) to bundles\CIDUT.out [2022-02-15T16:24:34.875Z] INFO: Saving daemon under test log (d:\CI\PR-43241\1\dut.err) to bundles\CIDUT.err [2022-02-15T16:24:34.875Z] INFO: Saving containerd logs to bundles [2022-02-15T16:24:34.875Z] INFO: Nuke-Everything... [2022-02-15T16:24:34.875Z] INFO: Container count on control daemon to delete is 2 [2022-02-15T16:24:35.370Z] b17ca61ab368 [2022-02-15T16:24:35.370Z] 4544f3d88ed3 [2022-02-15T16:24:35.370Z] INFO: Tidying pidfile d:\CI\PR-43241\1\docker.pid [2022-02-15T16:24:35.370Z] INFO: Killing containerd with PID 2316 [2022-02-15T16:24:35.370Z] INFO: Nuking d:\CI [2022-02-15T16:24:36.544Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-02-15T16:24:36.544Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-02-15T16:24:36.544Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-02-15T16:24:36.544Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-02-15T16:24:36.544Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-02-15T16:24:46.855Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-02-15T16:24:49.754Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-02-15T16:24:52.657Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-02-15T16:24:55.562Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-02-15T16:25:02.621Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-02-15T16:25:02.621Z] === RUN TestDockerSuite/TestRunBindMounts [2022-02-15T16:25:05.946Z] INFO: Zapped successfully [2022-02-15T16:25:05.964Z] [2022-02-15T16:25:05.964Z] INFO: executeCI.ps1 exiting at Tue Feb 15 16:25:03 CUT 2022. Duration 01:18:47.8359845 [2022-02-15T16:25:05.964Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-02-15T16:25:06.281Z] Recording test results [2022-02-15T16:25:08.404Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-02-15T16:25:08.404Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-02-15T16:25:08.404Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-02-15T16:25:08.404Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-02-15T16:25:08.404Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-02-15T16:25:08.404Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-02-15T16:25:08.404Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-02-15T16:25:08.404Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-02-15T16:25:08.404Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-02-15T16:25:08.404Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-02-15T16:25:08.404Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-02-15T16:25:08.404Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-02-15T16:25:08.404Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-02-15T16:25:08.404Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-02-15T16:25:08.404Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-02-15T16:25:08.404Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-02-15T16:25:08.404Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-02-15T16:25:08.404Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-02-15T16:25:08.404Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-02-15T16:25:08.404Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-02-15T16:25:08.404Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-02-15T16:25:08.404Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-02-15T16:25:08.404Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-02-15T16:25:10.576Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-02-15T16:25:10.576Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-02-15T16:25:10.576Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-02-15T16:25:14.300Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-02-15T16:25:14.300Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-02-15T16:25:14.300Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-02-15T16:25:14.300Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-02-15T16:25:14.300Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-02-15T16:25:16.475Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-02-15T16:25:16.475Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-02-15T16:25:16.475Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-02-15T16:25:16.475Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-02-15T16:25:16.475Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-02-15T16:25:16.475Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-02-15T16:25:16.475Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-02-15T16:25:16.475Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-02-15T16:25:16.475Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-02-15T16:25:16.475Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-02-15T16:25:16.475Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-02-15T16:25:16.475Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-02-15T16:25:16.837Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-02-15T16:25:16.932Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-02-15T16:25:16.932Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-02-15T16:25:16.932Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-02-15T16:25:19.099Z] Creating win-2022-c8d-integration-bundles.zip [2022-02-15T16:25:19.832Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [Pipeline] archiveArtifacts [2022-02-15T16:25:20.991Z] Archiving artifacts [2022-02-15T16:25:22.007Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-02-15T16:25:24.906Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-02-15T16:25:24.906Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-02-15T16:25:24.906Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-02-15T16:25:24.906Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-02-15T16:25:24.906Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-02-15T16:25:24.906Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-02-15T16:25:24.906Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-02-15T16:25:27.828Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-02-15T16:25:27.828Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-02-15T16:25:27.828Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-02-15T16:25:27.828Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-02-15T16:25:27.828Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-02-15T16:25:27.828Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-02-15T16:25:27.828Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-02-15T16:25:27.828Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-02-15T16:25:27.828Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-02-15T16:25:30.046Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-02-15T16:25:35.921Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-02-15T16:25:35.921Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-02-15T16:25:35.921Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-02-15T16:25:35.921Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-02-15T16:25:35.921Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-02-15T16:25:35.921Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-02-15T16:25:35.921Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-02-15T16:25:35.921Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-15T16:25:35.921Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-02-15T16:25:35.921Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-02-15T16:25:35.921Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-02-15T16:25:35.921Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-02-15T16:25:35.921Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-02-15T16:25:38.882Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-02-15T16:25:38.882Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-02-15T16:25:38.882Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-02-15T16:25:38.882Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-02-15T16:25:38.882Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-02-15T16:25:38.882Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-02-15T16:25:39.106Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43241/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-02-15T16:25:40.125Z] + make clean [2022-02-15T16:25:41.157Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-02-15T16:25:41.316Z] docker-dev-cache [2022-02-15T16:25:41.316Z] docker-mod-cache [Pipeline] deleteDir [2022-02-15T16:25:41.834Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-02-15T16:25:44.050Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-02-15T16:25:44.050Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-02-15T16:25:44.050Z] === RUN TestDockerSuite/TestRunEntrypoint [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-02-15T16:25:47.014Z] === RUN TestDockerSuite/TestRunEnvironment [2022-02-15T16:25:47.014Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-02-15T16:25:47.014Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-02-15T16:25:47.014Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-02-15T16:25:47.014Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-02-15T16:25:47.014Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-02-15T16:25:47.014Z] === RUN TestDockerSuite/TestRunExitCode [2022-02-15T16:25:54.435Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-02-15T16:26:01.597Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-02-15T16:26:04.560Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-02-15T16:26:06.779Z] === RUN TestDockerSuite/TestRunExposePort [2022-02-15T16:26:07.249Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-02-15T16:26:07.249Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-02-15T16:26:07.249Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-02-15T16:26:07.249Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-02-15T16:26:07.249Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-02-15T16:26:07.249Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-02-15T16:26:07.249Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-02-15T16:26:07.249Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-02-15T16:26:07.249Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-02-15T16:26:07.249Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-02-15T16:26:07.249Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-02-15T16:26:07.249Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-02-15T16:26:07.249Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-02-15T16:26:07.249Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-02-15T16:26:07.249Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-02-15T16:26:12.008Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-02-15T16:26:12.008Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-02-15T16:26:12.008Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-02-15T16:26:12.008Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-02-15T16:26:12.008Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-02-15T16:26:12.008Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-02-15T16:26:12.008Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-02-15T16:26:12.008Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-02-15T16:26:12.008Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-02-15T16:26:12.008Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-02-15T16:26:12.008Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-02-15T16:26:12.008Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-02-15T16:26:24.513Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-02-15T16:26:24.513Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-02-15T16:26:24.513Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-02-15T16:26:24.982Z] === RUN TestDockerSuite/TestRunModeHostname [2022-02-15T16:26:24.982Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-02-15T16:26:24.982Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-02-15T16:26:24.982Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-02-15T16:26:24.982Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-02-15T16:26:24.982Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-02-15T16:26:24.982Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-02-15T16:26:24.982Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-02-15T16:26:24.982Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-02-15T16:26:24.982Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-02-15T16:26:24.982Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-02-15T16:26:24.982Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-02-15T16:26:25.451Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-02-15T16:26:25.451Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-02-15T16:26:25.451Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-02-15T16:26:25.451Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-02-15T16:26:25.451Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-02-15T16:26:25.451Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-02-15T16:26:25.451Z] === RUN TestDockerSuite/TestRunMount [2022-02-15T16:26:25.451Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-02-15T16:26:25.451Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-02-15T16:26:25.451Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-02-15T16:26:25.451Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-02-15T16:26:25.451Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-02-15T16:26:25.451Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-02-15T16:26:25.451Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-02-15T16:26:25.451Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-02-15T16:26:34.122Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-02-15T16:26:34.122Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-02-15T16:26:34.122Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-02-15T16:26:34.122Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-02-15T16:26:34.122Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-02-15T16:26:34.122Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-02-15T16:26:34.122Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-02-15T16:26:44.558Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-02-15T16:26:53.224Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-02-15T16:26:53.224Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-02-15T16:26:53.224Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-02-15T16:26:53.224Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-02-15T16:26:53.224Z] === RUN TestDockerSuite/TestRunNetHost [2022-02-15T16:26:53.224Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-02-15T16:26:53.224Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-02-15T16:26:53.224Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-02-15T16:26:53.224Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-02-15T16:26:53.224Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-02-15T16:26:53.224Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-02-15T16:26:53.224Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-02-15T16:26:53.224Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-02-15T16:26:53.224Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-02-15T16:26:53.224Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-02-15T16:26:53.224Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-02-15T16:26:53.224Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-02-15T16:26:53.224Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-02-15T16:26:53.224Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-02-15T16:26:53.224Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-02-15T16:26:54.212Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-02-15T16:26:56.437Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-02-15T16:26:59.403Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-02-15T16:27:00.391Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-02-15T16:27:02.610Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-02-15T16:27:03.079Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-02-15T16:27:03.079Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-02-15T16:27:03.079Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-02-15T16:27:03.079Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-02-15T16:27:03.079Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-02-15T16:27:03.079Z] === RUN TestDockerSuite/TestRunPortInUse [2022-02-15T16:27:03.079Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-02-15T16:27:03.079Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-02-15T16:27:03.079Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-02-15T16:27:03.079Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-02-15T16:27:03.079Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-02-15T16:27:03.079Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-02-15T16:27:03.079Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-02-15T16:27:03.079Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-02-15T16:27:03.079Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-02-15T16:27:03.079Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-02-15T16:27:06.890Z] === RUN TestDockerSuite/TestRunPublishPort [2022-02-15T16:27:06.890Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-02-15T16:27:06.890Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-02-15T16:27:06.890Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-02-15T16:27:06.890Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-02-15T16:27:06.890Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-02-15T16:27:06.890Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-02-15T16:27:06.890Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-02-15T16:27:06.890Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-02-15T16:27:06.890Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-15T16:27:06.890Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-02-15T16:27:28.144Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-02-15T16:27:28.144Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-02-15T16:27:28.144Z] === RUN TestDockerSuite/TestRunRm [2022-02-15T16:27:28.144Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-02-15T16:27:34.020Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-02-15T16:27:41.191Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-02-15T16:27:44.146Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-02-15T16:27:46.368Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-02-15T16:27:49.328Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-02-15T16:27:49.328Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-02-15T16:27:49.328Z] === RUN TestDockerSuite/TestRunState [2022-02-15T16:27:49.328Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-02-15T16:27:49.328Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-02-15T16:27:52.297Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-02-15T16:27:52.297Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-02-15T16:27:52.297Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-02-15T16:27:54.519Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-02-15T16:27:54.519Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-02-15T16:27:54.519Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-02-15T16:27:54.519Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-02-15T16:27:54.519Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-02-15T16:27:54.519Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-02-15T16:27:54.519Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-02-15T16:27:54.519Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-02-15T16:27:54.519Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-02-15T16:28:00.401Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-02-15T16:28:00.401Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-02-15T16:28:00.401Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-02-15T16:28:00.401Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-02-15T16:28:00.401Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-02-15T16:28:00.401Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-02-15T16:28:00.401Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-02-15T16:28:00.401Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-02-15T16:28:00.401Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-02-15T16:28:00.401Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-02-15T16:28:00.401Z] === RUN TestDockerSuite/TestRunUserByID [2022-02-15T16:28:00.401Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-02-15T16:28:00.401Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-02-15T16:28:00.401Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-02-15T16:28:00.401Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-02-15T16:28:00.401Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-02-15T16:28:00.401Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-02-15T16:28:00.401Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-02-15T16:28:00.401Z] === RUN TestDockerSuite/TestRunUserByName [2022-02-15T16:28:00.401Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-02-15T16:28:00.401Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-02-15T16:28:02.625Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-02-15T16:28:02.625Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-02-15T16:28:02.625Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-02-15T16:28:05.585Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-02-15T16:28:05.585Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-02-15T16:28:05.585Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-02-15T16:28:05.585Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-02-15T16:28:05.585Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-02-15T16:28:14.258Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-02-15T16:28:22.936Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-02-15T16:28:27.710Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-02-15T16:28:34.884Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-02-15T16:28:34.884Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-02-15T16:28:34.884Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-02-15T16:28:34.884Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-02-15T16:28:37.842Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-02-15T16:28:40.799Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-02-15T16:28:43.019Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-02-15T16:28:43.019Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-02-15T16:28:43.019Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-02-15T16:28:43.019Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-02-15T16:28:43.019Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-02-15T16:28:43.019Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-02-15T16:28:43.489Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-02-15T16:28:43.489Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-02-15T16:28:43.489Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-02-15T16:28:43.489Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-02-15T16:28:43.489Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-02-15T16:28:43.489Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-02-15T16:28:43.489Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-02-15T16:28:43.489Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-02-15T16:28:43.489Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-02-15T16:28:48.248Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-02-15T16:28:49.826Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-02-15T16:28:52.781Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-02-15T16:28:57.539Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-02-15T16:28:57.539Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-02-15T16:28:57.539Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-02-15T16:28:57.539Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-02-15T16:28:57.539Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-02-15T16:28:57.539Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-02-15T16:28:57.539Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-02-15T16:28:57.539Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-02-15T16:28:57.539Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-02-15T16:28:57.539Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-02-15T16:28:57.539Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-02-15T16:28:57.539Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-02-15T16:28:57.539Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-02-15T16:28:57.539Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:28:57.539Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-02-15T16:28:57.539Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-02-15T16:28:57.539Z] === RUN TestDockerSuite/TestSaveImageId [2022-02-15T16:28:57.539Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T16:28:57.539Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-02-15T16:28:57.539Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-02-15T16:28:57.539Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-02-15T16:28:57.539Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-02-15T16:28:57.540Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-02-15T16:28:57.540Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-02-15T16:28:57.540Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-02-15T16:28:57.540Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-02-15T16:28:58.009Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-02-15T16:28:58.009Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-02-15T16:28:58.009Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-02-15T16:28:58.009Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-02-15T16:28:58.009Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-02-15T16:28:58.009Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-02-15T16:28:58.009Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-02-15T16:28:58.009Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-02-15T16:28:58.009Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-02-15T16:29:00.227Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-02-15T16:29:00.696Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-02-15T16:29:01.165Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-02-15T16:29:01.637Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-02-15T16:29:03.204Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-02-15T16:29:11.875Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-02-15T16:29:11.875Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-02-15T16:29:11.875Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-02-15T16:29:20.543Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-02-15T16:29:20.543Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-02-15T16:29:20.543Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-02-15T16:29:25.306Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-02-15T16:29:25.306Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-02-15T16:29:25.306Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-02-15T16:29:25.306Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-02-15T16:29:25.306Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-02-15T16:29:25.306Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-02-15T16:29:25.306Z] === RUN TestDockerSuite/TestStartRecordError [2022-02-15T16:29:25.306Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-02-15T16:29:25.306Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-02-15T16:29:32.470Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-02-15T16:29:32.470Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-02-15T16:29:32.470Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-02-15T16:29:32.470Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-02-15T16:29:32.470Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-02-15T16:29:32.470Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-02-15T16:29:32.470Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-02-15T16:29:32.470Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-02-15T16:29:32.470Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-02-15T16:29:32.470Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-02-15T16:29:32.470Z] === RUN TestDockerSuite/TestStatsNoStream [2022-02-15T16:29:32.470Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-02-15T16:29:32.470Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-02-15T16:29:35.423Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-02-15T16:29:38.376Z] === RUN TestDockerSuite/TestTopPrivileged [2022-02-15T16:29:38.376Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-02-15T16:29:38.376Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-02-15T16:29:41.331Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-02-15T16:29:41.331Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-02-15T16:29:41.331Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-02-15T16:29:41.331Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-02-15T16:29:41.331Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-02-15T16:29:41.331Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-02-15T16:29:41.331Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-02-15T16:29:41.331Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-02-15T16:29:41.331Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-02-15T16:29:41.331Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-02-15T16:29:41.331Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-02-15T16:29:41.331Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-02-15T16:29:41.331Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-02-15T16:29:56.270Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-02-15T16:29:56.738Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-02-15T16:29:56.738Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-02-15T16:29:56.738Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-02-15T16:29:56.738Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-02-15T16:29:57.206Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-02-15T16:29:57.674Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-02-15T16:29:57.674Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-02-15T16:30:06.342Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-02-15T16:30:06.342Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-02-15T16:30:09.300Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-02-15T16:30:09.771Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-02-15T16:30:10.241Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-02-15T16:30:10.241Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-02-15T16:30:10.710Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-02-15T16:30:21.142Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-02-15T16:30:21.142Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-02-15T16:30:21.142Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-02-15T16:30:21.142Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-02-15T16:30:21.142Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-02-15T16:30:21.142Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-02-15T16:30:21.142Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-02-15T16:30:29.816Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-02-15T16:30:29.816Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-02-15T16:30:29.816Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-02-15T16:30:40.263Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-02-15T16:30:40.263Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-02-15T16:30:40.263Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-02-15T16:30:41.250Z] --- PASS: TestDockerSuite (3125.36s) [2022-02-15T16:30:41.250Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-02-15T16:30:41.250Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-02-15T16:30:41.250Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-02-15T16:30:41.250Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.03s) [2022-02-15T16:30:41.250Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-02-15T16:30:41.250Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-02-15T16:30:41.250Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-02-15T16:30:41.250Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.83s) [2022-02-15T16:30:41.250Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.35s) [2022-02-15T16:30:41.250Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.77s) [2022-02-15T16:30:41.250Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-02-15T16:30:41.250Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (116.42s) [2022-02-15T16:30:41.250Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.21s) [2022-02-15T16:30:41.250Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-02-15T16:30:41.250Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-02-15T16:30:41.250Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-02-15T16:30:41.250Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-02-15T16:30:41.250Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-15T16:30:41.250Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-15T16:30:41.250Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-15T16:30:41.250Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-15T16:30:41.250Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-02-15T16:30:41.250Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-02-15T16:30:41.250Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.26s) [2022-02-15T16:30:41.250Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-15T16:30:41.250Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-02-15T16:30:41.250Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.75s) [2022-02-15T16:30:41.250Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.66s) [2022-02-15T16:30:41.250Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-15T16:30:41.250Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-15T16:30:41.250Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-02-15T16:30:41.250Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.62s) [2022-02-15T16:30:41.720Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-02-15T16:30:41.720Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.06s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (133.48s) [2022-02-15T16:30:41.720Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.84s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.73s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.10s) [2022-02-15T16:30:41.720Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-02-15T16:30:41.720Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-15T16:30:41.720Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.09s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.80s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.95s) [2022-02-15T16:30:41.720Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-02-15T16:30:41.720Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.57s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.93s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (10.69s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.28s) [2022-02-15T16:30:41.720Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.54s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.95s) [2022-02-15T16:30:41.720Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.50s) [2022-02-15T16:30:41.720Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-02-15T16:30:41.720Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.62s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildAddTar (48.19s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (25.12s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.01s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.73s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.32s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.30s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.32s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.76s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.86s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.68s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.95s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.74s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (46.00s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.66s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.97s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.78s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.08s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.40s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.81s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.91s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.21s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCmd (0.76s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.73s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.73s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.46s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.86s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.55s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.62s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.31s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.15s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.64s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.07s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.82s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.37s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (38.88s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.83s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.80s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.51s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.69s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (36.05s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.92s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.22s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.06s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.94s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.08s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.24s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (8.20s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDockerignore (91.37s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.46s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (97.00s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.01s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.88s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (26.70s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (17.10s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (16.53s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (46.24s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (21.85s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (16.39s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (145.06s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.55s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.73s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.43s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.66s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.71s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.43s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.93s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.83s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.71s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.25s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.86s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (19.18s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.77s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildFails (7.49s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.43s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.24s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildForceRm (12.67s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.01s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.73s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.33s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.92s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.71s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (10.12s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildHistory (13.96s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.29s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.39s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.00s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.12s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.21s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildLabel (1.23s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.81s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.24s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.77s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildLabels (1.27s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.95s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.19s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.72s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.83s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.89s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (22.89s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.76s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (45.95s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (22.08s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (10.95s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.31s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.59s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (24.53s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (18.50s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.82s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.11s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.13s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (7.54s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.33s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.18s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (3.57s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.27s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.60s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildOnBuild (20.05s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.91s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.03s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.31s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.79s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.79s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.11s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.46s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.54s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (53.05s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (31.94s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildRm (15.36s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.02s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.72s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.20s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.21s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.33s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (23.74s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.00s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.84s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.57s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.38s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.93s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildStderr (5.47s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (23.39s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.45s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.71s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.60s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.47s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.37s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.99s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.83s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.40s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (25.85s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.14s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.76s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (11.51s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.19s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.06s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.38s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.55s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (20.02s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.45s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.44s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.52s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.44s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.63s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.48s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.55s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.25s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestCommitChange (5.77s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.33s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestCommitNewFile (12.86s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestCommitTTY (7.91s) [2022-02-15T16:30:41.721Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.40s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-02-15T16:30:41.721Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.98s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (12.87s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.51s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.51s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.85s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.06s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.51s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.46s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.65s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.56s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.78s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.36s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.95s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.31s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.85s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (9.47s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.55s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.09s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.25s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.54s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.64s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.76s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.36s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.24s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (29.85s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (7.83s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.86s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (7.81s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.89s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000450408_} (2.79s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1739148956_c:\foo_false____} (2.83s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1739148956_c:\foo_true____} (2.80s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.31s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.73s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.74s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.09s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCpRelativePath (7.56s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.21s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.93s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.03s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.03s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCpToCaseE (14.78s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.64s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCpToDot (2.90s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCpToStdout (7.63s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.23s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreateArgs (0.24s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.33s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.60s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.24s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.31s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.82s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreateLabels (0.22s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreateRM (0.43s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.21s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.40s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (13.60s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.27s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.59s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.53s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.23s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.48s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.17s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.70s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.65s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.76s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (13.81s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsCopy (5.84s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (10.86s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.97s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.03s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.54s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.69s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.27s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsFilters (5.36s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsFormat (5.46s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.10s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.03s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.23s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsRename (2.79s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsResize (8.27s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.62s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.16s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.17s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsUntag (2.81s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.53s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.30s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.31s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.52s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.59s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.51s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.38s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.79s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestExecInspectID (4.15s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.03s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.81s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (9.39s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.50s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.47s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.46s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.45s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.16s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.10s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.10s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.35s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.11s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.11s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.44s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.78s) [2022-02-15T16:30:41.722Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.44s) [2022-02-15T16:30:41.722Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.11s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.29s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.34s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.72s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.96s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestImagesFormat (0.27s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.15s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestImportBadURL (0.13s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.56s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.60s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.11s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.56s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.23s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (7.43s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.03s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectDefault (2.56s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectHistory (5.20s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.59s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.63s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.23s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.71s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.66s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.11s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.67s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectStatus (3.17s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.34s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.82s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.60s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.65s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.60s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.65s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.59s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.36s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.37s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.18s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.81s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.69s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.09s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.29s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.40s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.47s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.13s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.06s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.89s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (7.51s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsSince (9.63s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsTail (3.32s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.07s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.62s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.10s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.07s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.81s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestPsByOrder (10.23s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.06s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.60s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.37s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.89s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.15s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (13.17s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.00s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.68s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.28s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.76s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.36s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.98s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.57s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.24s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.69s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (26.86s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.58s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.29s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.22s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.85s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.71s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (9.41s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.72s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRmiBlank (0.11s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.38s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (16.62s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.22s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.86s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.65s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (10.93s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.93s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.14s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRmiTag (0.81s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.74s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (24.67s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.14s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.73s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.49s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.39s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (10.09s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.41s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.80s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.70s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (7.53s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.19s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.45s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.54s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.29s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.62s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.71s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.70s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.56s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-02-15T16:30:41.723Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-15T16:30:41.723Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.33s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.17s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.64s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.15s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.53s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.55s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.63s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunExitCode (7.39s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (7.56s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.63s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.71s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunExposePort (0.09s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.49s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (11.10s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.07s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.20s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (10.78s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (7.70s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.44s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.29s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.48s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.49s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.28s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.31s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.35s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.03s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.36s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (18.56s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunRm (2.76s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.80s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (7.52s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.57s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.65s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.81s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.64s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.37s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.22s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.09s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.15s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.60s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.57s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (8.67s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.92s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.16s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.52s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.15s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.12s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.58s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.66s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.09s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.58s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.05s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.53s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.05s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.46s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.43s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.46s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.32s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.83s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.75s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.27s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.63s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.04s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.22s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.03s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.69s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.96s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.68s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.38s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.19s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.27s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.42s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.36s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.20s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeCLILs (7.89s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.10s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.47s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.51s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.49s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.23s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.39s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.80s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.26s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.74s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.34s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.37s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.24s) [2022-02-15T16:30:41.724Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-15T16:30:41.724Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.68s) [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.724Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-02-15T16:30:41.724Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-02-15T16:30:41.725Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-02-15T16:30:41.725Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-02-15T16:30:41.725Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-02-15T16:30:41.725Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-02-15T16:30:41.725Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-02-15T16:30:41.725Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-02-15T16:30:41.725Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-02-15T16:30:41.725Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-02-15T16:30:41.725Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-02-15T16:30:41.725Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-02-15T16:30:41.725Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-02-15T16:30:41.725Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-02-15T16:30:41.725Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-02-15T16:30:41.725Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-02-15T16:30:41.725Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] --- PASS: TestDockerRegistrySuite (0.20s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-15T16:30:41.725Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-15T16:30:41.725Z] === RUN TestDockerSchema1RegistrySuite [2022-02-15T16:30:41.725Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-02-15T16:30:41.725Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-02-15T16:30:41.725Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-02-15T16:30:41.725Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-02-15T16:30:41.725Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-02-15T16:30:41.725Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-02-15T16:30:41.725Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-02-15T16:30:41.725Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-02-15T16:30:41.725Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:41.725Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-02-15T16:30:41.725Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-02-15T16:30:42.196Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-02-15T16:30:42.196Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- PASS: TestDockerSchema1RegistrySuite (0.01s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:30:42.196Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-02-15T16:30:42.196Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-02-15T16:30:42.196Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-02-15T16:30:42.196Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-02-15T16:30:42.196Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-02-15T16:30:42.196Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-02-15T16:30:42.196Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-02-15T16:30:42.196Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-02-15T16:30:42.196Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-02-15T16:30:42.196Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-15T16:30:42.196Z] === RUN TestDockerRegistryAuthTokenSuite [2022-02-15T16:30:42.196Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-02-15T16:30:42.196Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-02-15T16:30:42.196Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-02-15T16:30:42.196Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-02-15T16:30:42.196Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-02-15T16:30:42.196Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-15T16:30:42.196Z] === RUN TestDockerDaemonSuite [2022-02-15T16:30:42.196Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-02-15T16:30:42.196Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-02-15T16:30:42.196Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-02-15T16:30:42.196Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-15T16:30:42.196Z] === RUN TestDockerSwarmSuite [2022-02-15T16:30:42.196Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-02-15T16:30:42.196Z] === RUN TestDockerPluginSuite [2022-02-15T16:30:42.196Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-02-15T16:30:42.196Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-02-15T16:30:42.196Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-02-15T16:30:42.196Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-02-15T16:30:42.196Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-02-15T16:30:42.196Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-02-15T16:30:42.196Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-02-15T16:30:42.196Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-02-15T16:30:42.196Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-02-15T16:30:42.196Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-02-15T16:30:42.196Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-02-15T16:30:42.196Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-15T16:30:42.196Z] === RUN TestDockerExternalVolumeSuite [2022-02-15T16:30:42.196Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-02-15T16:30:42.196Z] === RUN TestDockerNetworkSuite [2022-02-15T16:30:42.196Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-02-15T16:30:42.196Z] === RUN TestDockerHubPullSuite [2022-02-15T16:30:42.196Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-02-15T16:30:42.196Z] PASS [2022-02-15T16:30:42.196Z] ok github.com/docker/docker/integration-cli 3125.869s [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === Skipped [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-02-15T16:30:42.196Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-02-15T16:30:42.196Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-02-15T16:30:42.196Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-02-15T16:30:42.196Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-02-15T16:30:42.196Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-15T16:30:42.196Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-15T16:30:42.196Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-15T16:30:42.196Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-15T16:30:42.196Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-02-15T16:30:42.196Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-15T16:30:42.196Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-02-15T16:30:42.196Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-15T16:30:42.196Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-15T16:30:42.196Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-02-15T16:30:42.196Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-15T16:30:42.196Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-02-15T16:30:42.196Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-02-15T16:30:42.196Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-02-15T16:30:42.196Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-02-15T16:30:42.196Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-15T16:30:42.196Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-02-15T16:30:42.196Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-02-15T16:30:42.196Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-15T16:30:42.196Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-02-15T16:30:42.196Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-02-15T16:30:42.196Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-02-15T16:30:42.196Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-02-15T16:30:42.196Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-15T16:30:42.196Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-02-15T16:30:42.196Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-02-15T16:30:42.196Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.01s) [2022-02-15T16:30:42.196Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.01s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.30s) [2022-02-15T16:30:42.196Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.30s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-02-15T16:30:42.196Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.196Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-02-15T16:30:42.196Z] [2022-02-15T16:30:42.196Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-02-15T16:30:42.196Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.97s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.97s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.08s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.08s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-02-15T16:30:42.197Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.03s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-02-15T16:30:42.197Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.45s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.45s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.45s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.45s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.44s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.44s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.48s) [2022-02-15T16:30:42.197Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.48s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-02-15T16:30:42.197Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-02-15T16:30:42.197Z] docker_cli_sni_test.go:18: Flakey test [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.197Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-02-15T16:30:42.197Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.197Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-02-15T16:30:42.197Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-15T16:30:42.198Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-15T16:30:42.198Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-02-15T16:30:42.198Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-02-15T16:30:42.198Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-02-15T16:30:42.198Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-15T16:30:42.198Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-02-15T16:30:42.198Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-02-15T16:30:42.198Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-02-15T16:30:42.198Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-02-15T16:30:42.198Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-02-15T16:30:42.198Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-15T16:30:42.198Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-15T16:30:42.198Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-15T16:30:42.198Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-15T16:30:42.198Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-02-15T16:30:42.198Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.03s) [2022-02-15T16:30:42.198Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.03s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.03s) [2022-02-15T16:30:42.198Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.03s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2022-02-15T16:30:42.198Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.198Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-02-15T16:30:42.198Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.198Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-02-15T16:30:42.198Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-15T16:30:42.199Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-15T16:30:42.199Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-15T16:30:42.199Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-15T16:30:42.199Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-02-15T16:30:42.199Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-15T16:30:42.199Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-15T16:30:42.199Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-15T16:30:42.199Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-15T16:30:42.199Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-15T16:30:42.199Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.03s) [2022-02-15T16:30:42.199Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.03s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.03s) [2022-02-15T16:30:42.199Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.03s) [2022-02-15T16:30:42.199Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-15T16:30:42.199Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-15T16:30:42.199Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-15T16:30:42.199Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-15T16:30:42.199Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-15T16:30:42.199Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-15T16:30:42.199Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-15T16:30:42.199Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-02-15T16:30:42.199Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-02-15T16:30:42.199Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-15T16:30:42.199Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-15T16:30:42.199Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-15T16:30:42.199Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.03s) [2022-02-15T16:30:42.199Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.03s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-15T16:30:42.199Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.199Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-02-15T16:30:42.199Z] [2022-02-15T16:30:42.199Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-15T16:30:42.200Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.200Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-02-15T16:30:42.200Z] [2022-02-15T16:30:42.200Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-02-15T16:30:42.200Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-15T16:30:42.669Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-15T16:30:42.669Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-15T16:30:42.669Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-02-15T16:30:42.669Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-15T16:30:42.669Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-15T16:30:42.669Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-02-15T16:30:42.669Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-15T16:30:42.669Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-15T16:30:42.669Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-15T16:30:42.669Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-02-15T16:30:42.669Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-15T16:30:42.669Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-02-15T16:30:42.669Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-02-15T16:30:42.669Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-15T16:30:42.669Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-15T16:30:42.669Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-15T16:30:42.669Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-15T16:30:42.669Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-15T16:30:42.669Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:30:42.669Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-15T16:30:42.669Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-15T16:30:42.669Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-15T16:30:42.669Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-15T16:30:42.669Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-15T16:30:42.669Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-02-15T16:30:42.669Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-15T16:30:42.669Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.669Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-02-15T16:30:42.669Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-15T16:30:42.670Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-15T16:30:42.670Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.670Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-02-15T16:30:42.670Z] [2022-02-15T16:30:42.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.35s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.35s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.03s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.03s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-02-15T16:30:42.671Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.671Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-02-15T16:30:42.671Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.03s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-02-15T16:30:42.672Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-02-15T16:30:42.672Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.04s) [2022-02-15T16:30:42.672Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.04s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.03s) [2022-02-15T16:30:42.672Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.03s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-02-15T16:30:42.672Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.672Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-02-15T16:30:42.672Z] [2022-02-15T16:30:42.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-02-15T16:30:42.673Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-02-15T16:30:42.673Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-02-15T16:30:42.673Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-02-15T16:30:42.673Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-15T16:30:42.673Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-15T16:30:42.673Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-15T16:30:42.673Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.673Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-02-15T16:30:42.673Z] [2022-02-15T16:30:42.673Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-02-15T16:30:42.674Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-02-15T16:30:42.674Z] [2022-02-15T16:30:42.674Z] DONE 1085 tests, 539 skipped in 3136.177s [2022-02-15T16:30:43.142Z] INFO: Integration tests ended at 02/15/2022 16:30:42. Duration:00:52:16.3060814 [2022-02-15T16:30:43.142Z] INFO: Docker info of the daemon under test at end of run [2022-02-15T16:30:43.142Z] [2022-02-15T16:30:43.142Z] Containers: 2 [2022-02-15T16:30:43.142Z] Running: 0 [2022-02-15T16:30:43.142Z] Paused: 0 [2022-02-15T16:30:43.142Z] Stopped: 2 [2022-02-15T16:30:43.142Z] Images: 18 [2022-02-15T16:30:43.142Z] Server Version: 0.0.0-dev [2022-02-15T16:30:43.142Z] Storage Driver: windowsfilter [2022-02-15T16:30:43.142Z] Windows: [2022-02-15T16:30:43.142Z] Logging Driver: json-file [2022-02-15T16:30:43.142Z] Plugins: [2022-02-15T16:30:43.142Z] Volume: local [2022-02-15T16:30:43.142Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-02-15T16:30:43.142Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-02-15T16:30:43.142Z] Swarm: inactive [2022-02-15T16:30:43.142Z] Default Isolation: process [2022-02-15T16:30:43.142Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-02-15T16:30:43.142Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-02-15T16:30:43.142Z] OSType: windows [2022-02-15T16:30:43.142Z] Architecture: x86_64 [2022-02-15T16:30:43.142Z] CPUs: 4 [2022-02-15T16:30:43.142Z] Total Memory: 32GiB [2022-02-15T16:30:43.142Z] Name: azwin-2-ac1cf0 [2022-02-15T16:30:43.142Z] ID: KPZY:BAQA:OIUU:DK7N:FYJN:X3JB:RIDG:FUAO:TBQR:SWMB:VBA4:C2KW [2022-02-15T16:30:43.142Z] Docker Root Dir: D:\CI\PR-43241\1\daemon [2022-02-15T16:30:43.142Z] Debug Mode (client): false [2022-02-15T16:30:43.142Z] Debug Mode (server): true [2022-02-15T16:30:43.142Z] File Descriptors: -1 [2022-02-15T16:30:43.142Z] Goroutines: 17 [2022-02-15T16:30:43.142Z] System Time: 2022-02-15T16:30:42.7080628Z [2022-02-15T16:30:43.142Z] EventsListeners: 0 [2022-02-15T16:30:43.142Z] Registry: https://index.docker.io/v1/ [2022-02-15T16:30:43.142Z] Labels: [2022-02-15T16:30:43.142Z] Experimental: false [2022-02-15T16:30:43.142Z] Insecure Registries: [2022-02-15T16:30:43.142Z] 127.0.0.0/8 [2022-02-15T16:30:43.142Z] Live Restore Enabled: false [2022-02-15T16:30:43.142Z] [2022-02-15T16:30:43.142Z] [2022-02-15T16:30:43.142Z] INFO: Stopping daemon under test [2022-02-15T16:30:43.143Z] SUCCESS: The process with PID 1788 (child process of PID 1880) has been terminated. [2022-02-15T16:30:43.143Z] SUCCESS: The process with PID 1880 (child process of PID 3904) has been terminated. [2022-02-15T16:30:43.143Z] INFO: Stop tailing logs of the daemon under tests [2022-02-15T16:30:43.143Z] INFO: executeCI.ps1 Completed successfully at 02/15/2022 16:30:42. [2022-02-15T16:30:43.143Z] INFO: Tidying up at end of run [2022-02-15T16:30:43.143Z] INFO: Saving daemon under test log (d:\CI\PR-43241\1\dut.out) to bundles\CIDUT.out [2022-02-15T16:30:43.143Z] INFO: Saving daemon under test log (d:\CI\PR-43241\1\dut.err) to bundles\CIDUT.err [2022-02-15T16:30:43.143Z] INFO: Saving containerd logs to bundles [2022-02-15T16:30:43.143Z] INFO: Nuke-Everything... [2022-02-15T16:30:43.611Z] INFO: Container count on control daemon to delete is 2 [2022-02-15T16:30:44.079Z] c07a09273737 [2022-02-15T16:30:44.079Z] 3c57883f3cb4 [2022-02-15T16:30:44.079Z] INFO: Tidying pidfile d:\CI\PR-43241\1\docker.pid [2022-02-15T16:30:44.079Z] INFO: Nuking d:\CI [2022-02-15T16:31:26.912Z] INFO: Zapped successfully [2022-02-15T16:31:26.912Z] [2022-02-15T16:31:26.912Z] INFO: executeCI.ps1 exiting at Tue Feb 15 16:31:21 CUT 2022. Duration 01:24:32.9525741 [2022-02-15T16:31:26.912Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-02-15T16:31:27.166Z] Recording test results [2022-02-15T16:31:36.094Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-02-15T16:31:38.270Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-02-15T16:31:40.063Z] Archiving artifacts [2022-02-15T16:31:55.522Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43241/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-02-15T16:31:56.518Z] + make clean [2022-02-15T16:31:58.089Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-02-15T16:31:58.089Z] docker-dev-cache [2022-02-15T16:31:58.089Z] 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